index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-20 | prepare release20120720 | Pierre Schmitz | |
2012-06-25 | Fix bash completions | Eric Bélanger | |
With bash-completion 2.0, the completion must have the same name as the binary. Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2012-06-16 | prepare release20120616 | Pierre Schmitz | |
2012-06-12 | prepare release20120612 | Pierre Schmitz | |
2012-06-11 | prepare release20120611 | Pierre Schmitz | |
2012-03-21 | Move bash_completion to /usr/share/bash-completion/completions/ | Pierre Schmitz | |
2012-03-05 | Prepare release20120305 | Pierre Schmitz | |
2012-03-05 | Add script to move packages between [extra] and [community] | Pierre Schmitz | |
2012-02-15 | prepare release20120215 | Pierre Schmitz | |
2012-02-06 | prepare release20120206 | Pierre Schmitz | |
2012-01-18 | Set correct pacman.conf20120119 | Pierre Schmitz | |
Commit ee4edefa2f12372adb4793c0dd6420fc76911ae4 reverted too much and left pacman.conf unset | |||
2012-01-18 | Remove any pacman 4 related workarounds20120118 | Pierre Schmitz | |
2012-01-14 | prepare release20120114 | Pierre Schmitz | |
2012-01-14 | Add support for multilib-staging | Pierre Schmitz | |
2011-12-20 | prepare release20111220 | Pierre Schmitz | |
2011-12-04 | Makefile: Remove output files before replacing them | Lukas Fleischer | |
This one fixes all the "Permission denied" errors we got when invoking make(1) after modifying a source file and removes the need to delete the generated scripts manually. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-12-04 | Add support for kde-unstable and gnome-unstable | Pierre Schmitz | |
2011-11-11 | prepare release20111111 | Pierre Schmitz | |
2011-11-06 | prepare release20111106 | Pierre Schmitz | |
2011-11-04 | Makefile: Add common library to build dependencies | Lukas Fleischer | |
Add "lib/common.sh" to the build dependencies of our scripts to ensure everything gets rebuilt when we modify a common function. Also, add "Makefile" itself to enforce a rebuild if the edit command changes. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-11-01 | Change version to date20111101 | Pierre Schmitz | |
2011-11-01 | Move common functions to a shared file | Pierre Schmitz | |
* common.sh is included on build time * most functions are copied from makepkg | |||
2011-10-31 | add libdepends script | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-10-31 | Create signature for devtools source package | Pierre Schmitz | |
2011-10-29 | prepare release0.9.30 | Pierre Schmitz | |
2011-10-14 | prepare release0.9.29 | Pierre Schmitz | |
2011-10-14 | prepare release0.9.28 | Pierre Schmitz | |
2011-10-07 | Makefile: Add a cleanup target | Lukas Fleischer | |
Allows for using `make clean` to remove any output files generated by make(1). Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-10-07 | Support non-standard install locations | Lukas Fleischer | |
This build system overhaul allows for adding (define-style) macros to our scripts. All source files are now suffixed with ".in" to clarify that they might contain unprocessed defines. The Makefile provides a new rule to preprocess source files and generate proper output scripts. Also, add a "@pkgdatadir@" define (as used in GNU Autotools) and use it instead of hardcoded paths to "/usr/share/devtools" everywhere. We missed this when adding PREFIX support to the build system in commit 35fc83ce7d8dc26cd424321f2e8638d05da0a6d4. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-08-25 | prepare release0.9.27 | Pierre Schmitz | |
2011-08-25 | Add ZSH completion | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-08-14 | prepare release0.9.26 | Pierre Schmitz | |
2011-08-14 | prepare release0.9.25 | Pierre Schmitz | |
2011-08-13 | prepare release0.9.24 | Pierre Schmitz | |
2011-08-13 | Makefile: Add PREFIX support | Lukas Fleischer | |
Default to "/usr/local" which should be used if you want to build devtools from sources and install without using a package manager. Use `make PREFIX=/usr install` to install to "/usr" instead. Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-08-13 | Remove communityco on uninstall | Pierre Schmitz | |
2011-08-13 | merge archco and communityco | Florian Pritz | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> delete mode 100755 communityco Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-05-18 | prepare release0.9.23 | Pierre Schmitz | |
2011-04-29 | prepare release0.9.22 | Pierre Schmitz | |
2011-04-29 | Added bash_completion file | Eric Bélanger | |
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de> | |||
2011-04-11 | prepare release0.9.21 | Pierre Schmitz | |
2011-04-09 | prepare release0.9.20 | Pierre Schmitz | |
2011-03-28 | prepare release0.9.19 | Pierre Schmitz | |
2011-03-26 | prepare release0.9.18 | Pierre Schmitz | |
2011-03-18 | Use variables in Makefile instead of hardcoding stuff in every target. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-03-18 | Add ".PHONY" target to Makefile. | Lukas Fleischer | |
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> | |||
2011-01-08 | prepare release0.9.17 | Pierre Schmitz | |
2011-01-06 | prepare release | Pierre Schmitz | |
2010-12-12 | prepare release0.9.15 | Pierre Schmitz | |
2010-12-02 | prepare release0.9.14 | Pierre Schmitz | |