testing/baloo and testing/oxygen-icons: Cleaned up

This commit is contained in:
k0r10n 2014-10-18 19:45:18 +04:00 committed by Natanael Copa
parent ff305f8b9b
commit 3a719a091c
2 changed files with 0 additions and 2 deletions

View File

@ -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"

View File

@ -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
}