Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03-25 | fullpkg: load libremessages | Luke Shumaker | |
2014-03-23 | Most of my desired re-licensings were authorized on the dev list | Luke Shumaker | |
2014-03-22 | Audit the authors and copyright years of files against git logs | Luke Shumaker | |
2014-03-21 | Do an audit of copyright and license claims | Luke Shumaker | |
2014-02-02 | Normalize to use the string "Copyright (C)" | Luke Shumaker | |
2014-02-02 | I forgot to bump the copyright year on all the files I've touched this year | Luke Shumaker | |
2014-01-03 | fullpkg-find: touch up dependency listing | Luke Shumaker | |
2014-01-03 | touch up misc qouting | Luke Shumaker | |
2013-11-04 | fullpkg: respect TMPDIR | Luke Shumaker | |
2013-11-04 | touch up quoting on arrays | Luke Shumaker | |
2013-11-04 | normalize on "[[" instead of "[" | Luke Shumaker | |
2013-10-26 | Merge pkgbuild-check-{nonfree,licenses}, add a summarize tool for it. | Luke Shumaker | |
This should fix a number of bugs in those two scripts, and the summarize script simplifies aur and libremakepkg:hooks-check.sh | |||
2013-09-29 | fullpkg-build: (minor) use printf instead of echo and post-processing | Luke Shumaker | |
2013-09-29 | fullpkg-find: fiddle with some of the quoting, it was tripping up xgettext | Luke Shumaker | |
2013-09-29 | fullpkg-find: add licensing information | Luke Shumaker | |
2013-09-29 | fullpkg: internationalize | Luke Shumaker | |
2013-09-23 | fullpkg: use tab for indent | Luke Shumaker | |
2013-09-12 | Merge branch 'fauno~2' (early part) into master | Luke Shumaker | |
2013-09-11 | Make common-devtools.mk unnecessary. Move devtools chroot stuff into ↵ | Luke Shumaker | |
chroot-tools | |||
2013-07-27 | revamp the Makefiles to support manpages | Luke Shumaker | |
2013-06-27 | add {load,unset}_PKGBUILD to conf.sh, use it. | Luke Shumaker | |
There are a bunch of caveats to loading a PKGBUILD file. This way it is all done correctly in one place. unset_PKGBUILD unsets any functions and variables that are normally set in a PKGBUILD. The list is far more complete than any existing implementation. load_PKGBUILD loads the file given, or "./PKGBUILD" if none is given. But first it calls unset_PKGBUILD and then sets CARCH. | |||
2013-06-05 | fullpkg-find:copy_files(): comment on being stolen from makechrootpkg | Luke Shumaker | |
2013-06-05 | use common.sh:get_full_version() universally | Luke Shumaker | |
2013-06-05 | fix up mipsrelease/fullpkg-build/HOOKLOCALRELEASE | Luke Shumaker | |
HOOKLOCALRELEASE: - set to librestage by default, because the mips value is mipsrelease, which calls librestage - document what arguments it is given. fullpkg-build: - Run HOOKLOCALRELEASE in a way that is consistent with treepkg does and what mipsrelease takes. Note that what fullpkg-build did is what mipsrelease documentation said, but not what it actually did. - Don't run librestage; if we want it to run, run it with HOOKLOCALRELEASE mipsrelease: Telling diff to ignore whitespace helps with this one. - use get_full_version from common.sh/libremessages - give a code path to display usage() - correct usage() - fix a little quoting - make sure makepkg.conf variables are set | |||
2013-06-05 | [all tools]: use conf.sh (and libremessages if necessary) | Luke Shumaker | |
2012-12-09 | Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/libretools | Luke Shumaker | |
2012-12-09 | make the Makefile(s)... mortal-friendly | Luke Shumaker | |
I did this by making the assumption that the files in a directory are dividable into 2 groups: those that are executable, and those that aren't, and that all of the files in each group all go in the same folder when installed. These install directories are configurable per source directory with $(libre_execdir) and $(libre_datadir) | |||
2012-12-04 | Merge branch 'master' of gitpar:libretools | Joshua I. Haase H. (xihh) | |
Conflicts: librechroot libremakepkg | |||
2012-11-07 | organize the files | Luke Shumaker | |