summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)Author
2012-11-12prepare release20121112Pierre Schmitz
2012-11-11For now only packages and svn from sigurd will be moved to nymeriaPierre Schmitz
2012-11-03prepare release20121103Pierre Schmitz
2012-11-03Use nymeria.archlinux.org as shared host for developers and trusted usersPierre Schmitz
2012-10-27Prepare release20121027Pierre Schmitz
2012-10-13prepare release20121013Pierre Schmitz
2012-10-04prepare release20121004Pierre Schmitz
2012-10-03prepare release20121003Pierre Schmitz
2012-07-20prepare release20120720Pierre Schmitz
2012-06-25Fix bash completionsEric 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-16prepare release20120616Pierre Schmitz
2012-06-12prepare release20120612Pierre Schmitz
2012-06-11prepare release20120611Pierre Schmitz
2012-03-21Move bash_completion to /usr/share/bash-completion/completions/Pierre Schmitz
2012-03-05Prepare release20120305Pierre Schmitz
2012-03-05Add script to move packages between [extra] and [community]Pierre Schmitz
2012-02-15prepare release20120215Pierre Schmitz
2012-02-06prepare release20120206Pierre Schmitz
2012-01-18Set correct pacman.conf20120119Pierre Schmitz
Commit ee4edefa2f12372adb4793c0dd6420fc76911ae4 reverted too much and left pacman.conf unset
2012-01-18Remove any pacman 4 related workarounds20120118Pierre Schmitz
2012-01-14prepare release20120114Pierre Schmitz
2012-01-14Add support for multilib-stagingPierre Schmitz
2011-12-20prepare release20111220Pierre Schmitz
2011-12-04Makefile: Remove output files before replacing themLukas 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-04Add support for kde-unstable and gnome-unstablePierre Schmitz
2011-11-11prepare release20111111Pierre Schmitz
2011-11-06prepare release20111106Pierre Schmitz
2011-11-04Makefile: Add common library to build dependenciesLukas 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-01Change version to date20111101Pierre Schmitz
2011-11-01Move common functions to a shared filePierre Schmitz
* common.sh is included on build time * most functions are copied from makepkg
2011-10-31add libdepends scriptFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-10-31Create signature for devtools source packagePierre Schmitz
2011-10-29prepare release0.9.30Pierre Schmitz
2011-10-14prepare release0.9.29Pierre Schmitz
2011-10-14prepare release0.9.28Pierre Schmitz
2011-10-07Makefile: Add a cleanup targetLukas 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-07Support non-standard install locationsLukas 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-25prepare release0.9.27Pierre Schmitz
2011-08-25Add ZSH completionLukas Fleischer
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-08-14prepare release0.9.26Pierre Schmitz
2011-08-14prepare release0.9.25Pierre Schmitz
2011-08-13prepare release0.9.24Pierre Schmitz
2011-08-13Makefile: Add PREFIX supportLukas 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-13Remove communityco on uninstallPierre Schmitz
2011-08-13merge archco and communitycoFlorian Pritz
Signed-off-by: Florian Pritz <bluewind@xinu.at> delete mode 100755 communityco Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-05-18prepare release0.9.23Pierre Schmitz
2011-04-29prepare release0.9.22Pierre Schmitz
2011-04-29Added bash_completion fileEric Bélanger
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com> Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-04-11prepare release0.9.21Pierre Schmitz
2011-04-09prepare release0.9.20Pierre Schmitz