From 3a719a091cc603f69984ce8520ee07f09581d080 Mon Sep 17 00:00:00 2001 From: k0r10n Date: Sat, 18 Oct 2014 19:45:18 +0400 Subject: [PATCH] testing/baloo and testing/oxygen-icons: Cleaned up --- testing/baloo/APKBUILD | 1 - testing/oxygen-icons/APKBUILD | 1 - 2 files changed, 2 deletions(-) diff --git a/testing/baloo/APKBUILD b/testing/baloo/APKBUILD index f31a6dd8fa2..663eeb6d0f6 100644 --- a/testing/baloo/APKBUILD +++ b/testing/baloo/APKBUILD @@ -9,7 +9,6 @@ arch="all" license="LGPL" depends= depends_dev="kdepimlibs-dev kfilemetadata-dev xapian-core-dev" -#xapian-core-dev" makedepends="$depends_dev automoc4 cmake" install="" subpackages="$pkgname-dev $pkgname-libs" diff --git a/testing/oxygen-icons/APKBUILD b/testing/oxygen-icons/APKBUILD index 8f53e06f7d5..9ba50e41d7e 100644 --- a/testing/oxygen-icons/APKBUILD +++ b/testing/oxygen-icons/APKBUILD @@ -33,7 +33,6 @@ build() { -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ "$_builddir" || return 1 -#-DCMAKE_SKIP_RPATH=ON "$_builddir" || return 1 make || return 1 }