diff options
author | Timo Teräs <timo.teras@iki.fi> | 2015-04-10 05:33:03 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2015-04-10 05:33:03 +0000 |
commit | d7864f9262ad2f4a725f3f7428ca1a713b927137 (patch) | |
tree | 0f73357cc38d26fd093c7505dbeaec6a094654f7 /testing/kde-workspace | |
parent | 778acfda81e4a1f5b80627ab3aa5d744ad59a00e (diff) | |
download | aports-d7864f9262ad2f4a725f3f7428ca1a713b927137.tar.bz2 aports-d7864f9262ad2f4a725f3f7428ca1a713b927137.tar.xz |
testing/kde-workspace: remove paxctl
it's not used in aport nor the source package
Diffstat (limited to 'testing/kde-workspace')
-rw-r--r-- | testing/kde-workspace/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/kde-workspace/APKBUILD b/testing/kde-workspace/APKBUILD index 9fe60ec807..6cf3cf3849 100644 --- a/testing/kde-workspace/APKBUILD +++ b/testing/kde-workspace/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=kde-workspace pkgver=4.13.3 -pkgrel=1 +pkgrel=2 pkgdesc="base kde applications" url="http://www.kde.org/" arch="x86 x86_64" @@ -14,7 +14,7 @@ depends_dev="kde-runtime-dev qimageblitz-dev libxkbfile-dev libxcomposite-dev libxtst-dev libxcb-dev xcb-util-dev xcb-util-image-dev xcb-util-keysyms-dev xcb-util-renderutil-dev pciutils-dev linux-pam-dev libusb-compat-dev lm_sensors-dev" -makedepends="$depends_dev cmake automoc4 paxctl" +makedepends="$depends_dev cmake automoc4" install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc" source="http://download.kde.org/stable/${pkgver}/src/${pkgname}-4.11.11.tar.xz |