Commit graph

34 commits

Author SHA1 Message Date
Dustin Kirkland
e2251f6a91 * autogen.sh, .bzrignore, configure.ac:
- modernize autoconf, add .bzrignore
  - my intent is to add autogen.sh as next step as seems you currently
    produce release tarballs manually, so it contains random unneeded
    crap like autom4te.cache
2017-07-21 10:42:50 +02:00
Elan Ruusamäe
e57acabf5a modernize configure.ac; add .bzrignore
https://www.gnu.org/software/automake/manual/html_node/Public-Macros.html
2016-09-06 08:39:41 +03:00
Dustin Kirkland
c90692130b * configure.ac, debian/control, NEWS, README, usr/lib/byobu/rcs_cost,
usr/share/appdata/byobu.appdata.xml, usr/share/man/man1/byobu.1,
  usr/share/man/man1/byobu-config.1, usr/share/man/man1/byobu-ctrl-
  a.1, usr/share/man/man1/byobu-enable.1, usr/share/man/man1/byobu-
  janitor.1, usr/share/man/man1/byobu-keybindings.1,
  usr/share/man/man1/byobu-launcher.1, usr/share/man/man1/byobu-
  launcher-install.1, usr/share/man/man1/byobu-launcher-uninstall.1,
  usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu-
  prompt.1, usr/share/man/man1/byobu-quiet.1, usr/share/man/man1/byobu-
  reconnect-sockets.1, usr/share/man/man1/byobu-screen.1,
  usr/share/man/man1/byobu-select-backend.1, usr/share/man/man1/byobu-
  select-profile.1, usr/share/man/man1/byobu-select-session.1,
  usr/share/man/man1/byobu-shell.1, usr/share/man/man1/byobu-silent.1,
  usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status-
  detail.1, usr/share/man/man1/byobu-tmux.1, usr/share/man/man1/byobu-
  ugraph.1, usr/share/man/man1/byobu-ulevel.1:
  - replace http://byobu.co links to newly registered http://byobu.org
2016-01-14 14:21:37 +02:00
Dustin Kirkland
dcebea76d2 gnome-terminal-server, LP: #1512498
* === added directory usr/share/byobu/desktop, === added directory
  usr/share/dbus-1, === added directory usr/share/dbus-1/services,
  configure.ac, debian/control, debian/postinst, debian/postrm,
  Makefile.am, usr/share/applications/byobu.desktop =>
  usr/share/byobu/desktop/byobu.desktop,
  usr/share/applications/Makefile.am =>
  usr/share/byobu/desktop/Makefile.am,
  usr/share/byobu/desktop/byobu.desktop.old, usr/share/dbus-
  1/services/Makefile.am, usr/share/dbus-
  1/services/us.kirkland.terminals.byobu.service: LP: #1512498, #1503418
  - huge work around the mess that is gnome-terminal-server
  - install two different desktop files to /usr/share/byobu/desktops/*
  - in postinst, symlink the correct one into /usr/share/applications
  - clean up that conditionally installed symlink in postinst
  - suggest gnome-terminal package, as our new desktop file hardcodes
    gnome-terminal (this kind of sucks)
  - in byobu.desktop, exec gnome-terminal with a --app-id hint, and
    drop the Terminal=true, as gnome-terminal will take care of that
  - install a dbus service, as new gnome-terminal expects to launch
    via dbus
  - fqdn namespace that service to us.kirkland.terminals.byobu
    + this is stupid, btw
2015-12-02 13:35:05 -06:00
Dustin Kirkland
10029df520 * configure.ac, debian/install, debian/postinst, debian/postrm,
etc/profile.d/Makefile.am, usr/share/byobu/profiles/Makefile.am,
  usr/share/byobu/profiles/Z97-byobu.sh.in => etc/profile.d/Z97-
  byobu.sh.in:
  - fix some recent regressions on byobu auto launching
2015-11-14 16:57:11 -06:00
Dustin Kirkland
76cf1242ad * configure.ac, debian/install, debian/postinst, debian/postrm,
etc/profile.d/Makefile.am, etc/profile.d/Z97-byobu.sh.in =>
  usr/share/byobu/profiles/Z97-byobu.sh.in, usr/bin/byobu.in,
  usr/bin/byobu-launcher-install.in,
  usr/lib/byobu/include/config.py.in,
  usr/share/byobu/profiles/Makefile.am:
  - fix some discrepancies between Z97- and Z98-
  at Z97-* to ensure that it's sourced last-ish; clean up and check
2015-08-31 12:32:07 -05:00
Dustin Kirkland
e3dadc3e05 * configure.ac, etc/profile.d/Z97-byobu.sh => etc/profile.d/Z97-
byobu.sh.in, usr/bin/byobu-config => usr/bin/byobu-config.in,
  usr/bin/byobu-ctrl-a => usr/bin/byobu-ctrl-a.in, usr/bin/byobu-
  disable-prompt => usr/bin/byobu-disable-prompt.in, usr/bin/byobu-
  disable => usr/bin/byobu-disable.in, usr/bin/byobu-enable-prompt =>
  usr/bin/byobu-enable-prompt.in, usr/bin/byobu-enable =>
  usr/bin/byobu-enable.in, usr/bin/byobu-export => usr/bin/byobu-
  export.in, usr/bin/byobu-janitor => usr/bin/byobu-janitor.in,
  usr/bin/byobu-launcher-install => usr/bin/byobu-launcher-install.in,
  usr/bin/byobu-launcher-uninstall => usr/bin/byobu-launcher-
  uninstall.in, usr/bin/byobu-launcher => usr/bin/byobu-launcher.in,
  usr/bin/byobu-launch => usr/bin/byobu-launch.in, usr/bin/byobu-
  layout => usr/bin/byobu-layout.in, usr/bin/byobu-prompt =>
  usr/bin/byobu-prompt.in, usr/bin/byobu-quiet => usr/bin/byobu-
  quiet.in, usr/bin/byobu-reconnect-sockets => usr/bin/byobu-
  reconnect-sockets.in, usr/bin/byobu-select-backend => usr/bin/byobu-
  select-backend.in, usr/bin/byobu-select-profile => usr/bin/byobu-
  select-profile.in, usr/bin/byobu-select-session => usr/bin/byobu-
  select-session.in, usr/bin/byobu-shell => usr/bin/byobu-shell.in,
  usr/bin/byobu-silent => usr/bin/byobu-silent.in, usr/bin/byobu-
  status-detail => usr/bin/byobu-status-detail.in, usr/bin/byobu-
  status => usr/bin/byobu-status.in, usr/bin/byobu-ugraph =>
  usr/bin/byobu-ugraph.in, usr/bin/byobu-ulevel => usr/bin/byobu-
  ulevel.in, usr/bin/byobu => usr/bin/byobu.in,
  usr/lib/byobu/include/config.py =>
  usr/lib/byobu/include/config.py.in, usr/lib/byobu/include/dirs =>
  usr/lib/byobu/include/dirs.in, usr/lib/byobu/include/toggle-utf8 =>
  usr/lib/byobu/include/toggle-utf8.in, usr/share/byobu/tests/byobu-
  time-notifications => usr/share/byobu/tests/byobu-time-
  notifications.in:
  - use @prefix@ rather than hardcoding /usr, makes code
    more portable and easier to build with ./config --prefix
2014-02-28 17:29:50 -06:00
Dustin Kirkland
06b4b8c451 * configure.ac, Makefile.am, === removed directory
usr/share/byobu/ec2, usr/lib/byobu/ec2_cost,
  usr/lib/byobu/include/ec2instancespricing.py,
  usr/lib/byobu/include/Makefile.am, usr/share/byobu/ec2/Makefile.am,
  usr/share/byobu/ec2/rates.ap-northeast-1,
  usr/share/byobu/ec2/rates.ap-southeast-1,
  usr/share/byobu/ec2/rates.eu-west-1, usr/share/byobu/ec2/rates.us-
  east-1, usr/share/byobu/ec2/rates.us-west-1,
  usr/share/byobu/ec2/rates.us-west-2:
  - use a smarter algorithm for estimating ec2 cost
  - include ec2instancespricing.py from
    https://github.com/erans/ec2instancespricing
2013-02-06 20:30:35 -06:00
Dustin Kirkland
c02368cfa1 * configure.ac, debian/control, debian/copyright, README,
usr/lib/byobu/rcs_cost, usr/share/man/man1/byobu.1,
  usr/share/man/man1/byobu-config.1, usr/share/man/man1/byobu-ctrl-
  a.1, usr/share/man/man1/byobu-enable.1, usr/share/man/man1/byobu-
  janitor.1, usr/share/man/man1/byobu-launcher.1,
  usr/share/man/man1/byobu-launcher-install.1,
  usr/share/man/man1/byobu-launcher-uninstall.1,
  usr/share/man/man1/byobu-layout.1, usr/share/man/man1/byobu-quiet.1,
  usr/share/man/man1/byobu-reconnect-sockets.1,
  usr/share/man/man1/byobu-screen.1, usr/share/man/man1/byobu-select-
  backend.1, usr/share/man/man1/byobu-select-profile.1,
  usr/share/man/man1/byobu-select-session.1, usr/share/man/man1/byobu-
  shell.1, usr/share/man/man1/byobu-silent.1,
  usr/share/man/man1/byobu-status.1, usr/share/man/man1/byobu-status-
  detail.1, usr/share/man/man1/byobu-tmux.1:
  - point to the new byobu.co website rather than the launchpad landing
    page
2013-01-08 10:26:09 -06:00
Dustin Kirkland
2c947b1f7e usr/lib/byobu/include/shutil, configure.ac, Makefile.am,
usr/lib/byobu/include/Makefile.am:
- LP: #833768
2011-11-09 14:48:24 -06:00
Dustin Kirkland
80d36ef3cd * configure.ac, debian/install, etc/byobu/Makefile.am,
etc/profile.d/Makefile.am:
  - fix installations to /etc
2011-11-08 16:23:23 -06:00
Dustin Kirkland
fc9ceba7e7 * configure.ac, README: LP: #861291
- configure should not change files under vcs control
  - compiling users need to ensure that BYOBU_PREFIX is set in
    their environment
2011-10-22 01:30:36 -05:00
Dustin Kirkland
6122bf9d8b * configure.ac, usr/bin/Makefile.am: LP: #869377
- provide byobu-tmux and byobu-screen symlinks
2011-10-22 01:15:47 -05:00
Dustin Kirkland
ba6e71a112 * === added directory usr/share/byobu/status, configure.ac,
etc/byobu/statusrc, experimental/byobu-status-all => usr/bin/byobu-
  statusd, Makefile.am, usr/bin/byobu-janitor, usr/bin/byobu-status-
  print, usr/bin/Makefile.am, usr/lib/byobu/color,
  usr/lib/byobu/.constants, usr/lib/byobu/Makefile.am,
  usr/lib/byobu/.shutil, usr/share/byobu/profiles/common,
  usr/share/byobu/status/1, usr/share/byobu/status/2,
  usr/share/byobu/status/3, usr/share/byobu/status/4,
  usr/share/byobu/status/Makefile.am:
  - add shared configurations for status ordering
  - install symlinks to status ordering
  - add status script for status colors
  - move color function to shared utils
  - add stub for tmux color support
  - add byobu-statusd, daemon to cache and update status information in the
    run directory as the information expires
  - add byobu-status-print, script to concatenate status per ordered
    configuration
  - move byobu backend support below BYOBU_CONFIG_DIR determination
  - move status frequencies to a shared utility function
  - drop the backtick commands for all the individual status functions
  - add the backtick commands for the 4 quadrants of status
  - update the hardstatus line accordingly
2011-07-10 16:51:50 +01:00
Dustin Kirkland
6dfb9e05fc get the update-motd hook working properly 2010-11-03 20:39:13 -05:00
Dustin Kirkland
5f15bbcd1e add to configure 2010-11-03 20:02:24 -05:00
Dustin Kirkland
f556818fa0 releasing 3.2 2010-08-23 17:52:23 -04:00
Dustin Kirkland
a1fcc16aa7 configure.ac: POSIX sed doesn't include -i option, LP: #619328, #622640 2010-08-23 16:53:00 -04:00
Dustin Kirkland
56fddc59be configure.ac: drop autoconf version dependency to 2.61, so that we
can build on Hardy
2010-08-03 15:16:18 -04:00
Dustin Kirkland
686f525773 configure.ac, usr/bin/byobu: bump to version 3.0 2010-08-02 20:05:17 -04:00
Dustin Kirkland
635288f75b okay, this regex is working now, sorry about the incremental commits 2010-08-02 20:00:30 -04:00
Dustin Kirkland
ba9d3d2530 still working on that regex 2010-08-02 19:49:46 -04:00
Dustin Kirkland
ed83fa77c8 make regex more specific 2010-08-02 19:47:50 -04:00
Dustin Kirkland
21a34db38f must use test 2010-08-02 19:45:52 -04:00
Dustin Kirkland
ce6e3c7361 configure.ac: fixup BYOBU_PREFIX in the configure, LP: #611157 2010-08-02 19:41:45 -04:00
Live session user
e06b402d90 rest of fixes to get non-distro install working! 2010-07-28 15:47:03 +00:00
Live session user
3bc657902e added windows makefile 2010-07-28 01:21:38 +00:00
Live session user
9fae232a46 added tests makefile 2010-07-28 01:19:50 +00:00
Live session user
650cb05c44 added pixmaps makefile 2010-07-28 01:17:14 +00:00
Live session user
d9decbe66e beautify configure.ac 2010-07-28 01:14:45 +00:00
Live session user
b6f81fddae added profiles makefile 2010-07-28 01:13:23 +00:00
Live session user
7843ba61ea add ec2 makefile 2010-07-28 01:03:36 +00:00
Live session user
38bcf1416f add changelog, applications makefile.am 2010-07-28 00:51:17 +00:00
Live session user
3cd11fc3f3 initial automake/autoconf configuration 2010-07-28 00:44:15 +00:00