Commit Graph

65 Commits

Author SHA1 Message Date
Pierre Schmitz f62f307c84 Add support for kde-unstable and gnome-unstable 2011-12-04 17:48:46 +01:00
Pierre Schmitz 8ffc2e44ee prepare release 2011-11-11 22:06:17 +01:00
Pierre Schmitz 8ba91b0574 prepare release 2011-11-06 10:38:39 +01:00
Lukas Fleischer 1f24380a31 Makefile: Add common library to build dependencies
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-04 19:34:13 +01:00
Pierre Schmitz aea075d817 Change version to date 2011-11-01 21:36:33 +01:00
Pierre Schmitz aaa68e49e8 Move common functions to a shared file
* common.sh is included on build time
* most functions are copied from makepkg
2011-11-01 15:33:08 +01:00
Florian Pritz 7c78599a61 add libdepends script
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-10-31 22:57:12 +01:00
Pierre Schmitz 89950ccd70 Create signature for devtools source package 2011-10-31 14:04:35 +01:00
Pierre Schmitz 01f5cdf33d prepare release 2011-10-29 21:53:36 +02:00
Pierre Schmitz 3a684f667b prepare release 2011-10-14 10:18:56 +02:00
Pierre Schmitz 6cf9332896 prepare release 2011-10-14 10:06:33 +02:00
Lukas Fleischer 21daec135a Makefile: Add a cleanup target
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 21:53:02 +02:00
Lukas Fleischer 46c4def073 Support non-standard install locations
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
35fc83ce7d.

Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-10-07 21:53:02 +02:00
Pierre Schmitz 6da47a8f6a prepare release 2011-08-25 21:39:49 +02:00
Lukas Fleischer 6350ec0461 Add ZSH completion
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-08-25 19:26:12 +02:00
Pierre Schmitz cb25d50913 prepare release 2011-08-14 23:31:35 +02:00
Pierre Schmitz e64c1d33eb prepare release 2011-08-14 14:12:54 +02:00
Pierre Schmitz b97b245d52 prepare release 2011-08-13 22:58:08 +02:00
Lukas Fleischer 35fc83ce7d Makefile: Add PREFIX support
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 20:31:22 +02:00
Pierre Schmitz e63c5f26a2 Remove communityco on uninstall 2011-08-13 20:11:34 +02:00
Florian Pritz c9c4e8043c merge archco and communityco
Signed-off-by: Florian Pritz <bluewind@xinu.at>

 delete mode 100755 communityco
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-08-13 20:10:15 +02:00
Pierre Schmitz ab5eb2e4de prepare release 2011-05-18 18:28:33 +02:00
Pierre Schmitz 3985129c3d prepare release 2011-04-29 21:32:57 +02:00
Eric Bélanger e380f396cf Added bash_completion file
Signed-off-by: Eric Bélanger <snowmaniscool@gmail.com>
Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
2011-04-29 21:18:21 +02:00
Pierre Schmitz 61cc1f3504 prepare release 2011-04-11 18:27:44 +02:00
Pierre Schmitz 0e6780f2c8 prepare release 2011-04-09 23:04:59 +02:00
Pierre Schmitz 563ffa7be8 prepare release 2011-03-28 14:59:00 +02:00
Pierre Schmitz ad593b8b61 prepare release 2011-03-26 14:34:07 +01:00
Lukas Fleischer 8b9733661d Use variables in Makefile instead of hardcoding stuff in every target.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-03-18 12:04:23 +01:00
Lukas Fleischer dbdb237519 Add ".PHONY" target to Makefile.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
2011-03-18 12:03:38 +01:00
Pierre Schmitz d1304a3f1d prepare release 2011-01-08 17:31:53 +01:00
Pierre Schmitz be5505a54a prepare release 2011-01-06 09:25:55 +01:00
Pierre Schmitz f804be7bbb prepare release 2010-12-12 23:34:13 +01:00
Pierre Schmitz a17eaf3be8 prepare release 2010-12-02 16:53:11 +01:00
Pierre Schmitz 372fb4e7d1 bugfix release 2010-11-22 19:14:47 +01:00
Pierre Schmitz e3d2f1a020 prepare release 2010-11-18 00:28:25 +01:00
Pierre Schmitz c290215aa6 prepare release 2010-10-17 14:33:40 +02:00
Pierre Schmitz a9bfd8d2c9 ad support for multilib-testing 2010-09-11 19:09:05 +02:00
Pierre Schmitz 0d0e1a9079 repare release 2010-09-06 20:53:26 +02:00
Pierre Schmitz 79ac757e7f add support for community-staging repository 2010-09-01 20:00:11 +02:00
Pierre Schmitz a4eabcceaa add makepkg.conf for [multilib] 2010-08-22 21:54:17 +02:00
Pierre Schmitz b591e69541 add initial [multilib] support 2010-08-22 21:52:23 +02:00
Pierre Schmitz 0ebc0b4b4b prepare release 2010-08-20 12:44:16 +02:00
Pierre Schmitz 9b001033ae Add archbuild helper script to create and build in chroots
This will create chroots on demand if needed.
2010-08-20 12:41:39 +02:00
Pierre Schmitz 1a419e7974 add default config files for makepkg and pacman 2010-08-17 18:44:11 +02:00
Pierre Schmitz f1c05d870b tagging 0.9.8 2010-08-17 08:33:23 +02:00
Pierre Schmitz 2e6d542220 add [staging] repository 2010-08-17 08:12:03 +02:00
Pierre Schmitz dcc7b6728d prepare 0.9.7 release 2010-06-28 10:32:47 +02:00
Pierre Schmitz 12eec95ff8 set version in Makefile 2010-05-02 15:46:51 +02:00
Pierre Schmitz dd488b3c90 add dist target to Makefile 2010-02-13 20:57:34 +01:00