Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-03 | buildsystem: rename all of the install-* variables to libretools-* | Luke Shumaker | |
2016-03-03 | fix generating blacklist.sh.pot | Luke Shumaker | |
2016-02-08 | Refactor the build system. Avoid recursive make. | Luke Shumaker | |
This looks like a lot, but more things should "just work". We have `make dist` now! | |||
2014-10-01 | conf.sh: don't hardcode /etc, get it during build from $(sysconfdir) | Luke Shumaker | |
2014-10-01 | Make: Remove superfluous calls to add things to $(pots) | Luke Shumaker | |
2014-07-02 | fix bug where some librelib messages were not in the .pot files | Luke Shumaker | |
2014-06-27 | Add librexgettext, to make generating .pot file easy for librelib users. | Luke Shumaker | |
I don't like how much longer this is than the Makefile, but most of it is option parsing and usage text. | |||
2014-02-02 | src/lib/Makefile: fix extra files from being included in libexecs | Luke Shumaker | |
2014-01-05 | src/lib/: set TEXTDOMAIN differently for internal messages | Luke Shumaker | |
This allows us to fix the long-standing bug that libremessages forces TEXTDOMAIN=libretools | |||
2013-09-26 | Makefile: create a standard 'pot' target | Luke Shumaker | |
2013-09-23 | Makefile: fix xgettext rules | Luke Shumaker | |
2013-09-11 | librelib: Internationalize (actually use the internationalization stuff) | Luke Shumaker | |
2013-09-11 | libremessages: add a few more message routines, and make them gettext-aware. | Luke Shumaker | |
- Don't set LANG=C in common.sh - Move TEXTDOMAIN stuff into common.sh; so devtools stuff will use it. - Add _(): Basically an alias for `gettext`, but falls back if gettext is not available. - Add panic(): First showed up in `distcc-tool`, does what it sounds like. - Add prose(), bullet(), and flag(): they do word wrapping and such to make it easy to internationalize `--help` text. - Teach common.mk how to make .pot files based on these routines. | |||
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools | |||
2013-06-23 | mv src/librelib src/lib/ # and split librelib into a separate package | Luke Shumaker | |
2013-06-23 | mv src/devtools/lib/common.sh src/lib/ # and add common-devtools.mk | Luke Shumaker | |
2013-05-26 | redo the library system; avoid hard-coded paths | Luke Shumaker | |
* install all library files to $(libexecdir)/libretools, instead of - $(bindir) - $(datadir)/libretools - $(datadir)/devtools * symlink the executable library files into $(bindir) * add the tool `librelib` * instead of ". /path/to/lib.sh", use ". $(librelib lib.sh)" * mark all libraries with shebangs of what options they support * move blacklist.sh to libreblacklist | |||
2012-12-09 | Add /usr/share/libretools/conf.sh, use /etc/libretools.d/chroot.conf | Luke Shumaker | |
Use it for librechroot, libremakepkg, libremkchroot |