From f62f307c8490a3018941e2a8805a082e001b95e2 Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Sun, 4 Dec 2011 17:48:46 +0100 Subject: Add support for kde-unstable and gnome-unstable --- Makefile | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cbc7402..9c8986f 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,9 @@ CONFIGFILES = \ pacman-testing.conf \ pacman-staging.conf \ pacman-multilib.conf \ - pacman-multilib-testing.conf + pacman-multilib-testing.conf \ + pacman-kde-unstable.conf \ + pacman-gnome-unstable.conf COMMITPKG_LINKS = \ extrapkg \ @@ -36,7 +38,9 @@ COMMITPKG_LINKS = \ community-testingpkg \ community-stagingpkg \ multilibpkg \ - multilib-testingpkg + multilib-testingpkg \ + kde-unstablepkg \ + gnome-unstablepkg ARCHBUILD_LINKS = \ extra-i686-build \ @@ -46,7 +50,11 @@ ARCHBUILD_LINKS = \ staging-i686-build \ staging-x86_64-build \ multilib-build \ - multilib-testing-build + multilib-testing-build \ + kde-unstable-i686-build \ + kde-unstable-x86_64-build \ + gnome-unstable-i686-build \ + gnome-unstable-x86_64-build all: $(BINPROGS) $(SBINPROGS) bash_completion zsh_completion -- cgit v1.2.3-24-g4f1b