aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authork0r10n <k0r10n.dev@gmail.com>2014-10-18 19:45:18 +0400
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-20 12:38:11 +0000
commit3a719a091cc603f69984ce8520ee07f09581d080 (patch)
tree9783583ce4269e63b727a6b0a1acab763a6dfb64
parentff305f8b9b61652158cb31bb998bbb71a4a3c3ec (diff)
downloadalpine_aports-3a719a091cc603f69984ce8520ee07f09581d080.tar.bz2
alpine_aports-3a719a091cc603f69984ce8520ee07f09581d080.tar.xz
alpine_aports-3a719a091cc603f69984ce8520ee07f09581d080.zip
testing/baloo and testing/oxygen-icons: Cleaned up
-rw-r--r--testing/baloo/APKBUILD1
-rw-r--r--testing/oxygen-icons/APKBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/testing/baloo/APKBUILD b/testing/baloo/APKBUILD
index f31a6dd8fa..663eeb6d0f 100644
--- a/testing/baloo/APKBUILD
+++ b/testing/baloo/APKBUILD
@@ -9,7 +9,6 @@ arch="all"
9license="LGPL" 9license="LGPL"
10depends= 10depends=
11depends_dev="kdepimlibs-dev kfilemetadata-dev xapian-core-dev" 11depends_dev="kdepimlibs-dev kfilemetadata-dev xapian-core-dev"
12#xapian-core-dev"
13makedepends="$depends_dev automoc4 cmake" 12makedepends="$depends_dev automoc4 cmake"
14install="" 13install=""
15subpackages="$pkgname-dev $pkgname-libs" 14subpackages="$pkgname-dev $pkgname-libs"
diff --git a/testing/oxygen-icons/APKBUILD b/testing/oxygen-icons/APKBUILD
index 8f53e06f7d..9ba50e41d7 100644
--- a/testing/oxygen-icons/APKBUILD
+++ b/testing/oxygen-icons/APKBUILD
@@ -33,7 +33,6 @@ build() {
33 -DCMAKE_BUILD_TYPE=Release \ 33 -DCMAKE_BUILD_TYPE=Release \
34 -DKDE4_BUILD_TESTS=OFF \ 34 -DKDE4_BUILD_TESTS=OFF \
35 "$_builddir" || return 1 35 "$_builddir" || return 1
36#-DCMAKE_SKIP_RPATH=ON "$_builddir" || return 1
37 make || return 1 36 make || return 1
38} 37}
39 38