[arch-commits] Commit in kdenetwork-kget/kde-unstable (PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 8 09:45:30 UTC 2014


    Date: Saturday, March 8, 2014 @ 10:45:30
  Author: andrea
Revision: 207337

upgpkg: kdenetwork-kget 4.12.80-2

Disable nepomuk

Modified:
  kdenetwork-kget/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-03-08 08:57:31 UTC (rev 207336)
+++ PKGBUILD	2014-03-08 09:45:30 UTC (rev 207337)
@@ -3,25 +3,30 @@
 
 pkgname=kdenetwork-kget
 pkgver=4.12.80
-pkgrel=1
+pkgrel=2
 pkgdesc='Download Manager'
 url='http://kde.org/applications/internet/kget/'
 arch=('i686' 'x86_64')
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdenetwork')
-depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms' 'gpgme' 'nepomuk-widgets')
+depends=('kdebase-workspace' 'kdebase-lib' 'libktorrent' 'libmms')
 makedepends=('cmake' 'automoc4' 'boost')
 install=${pkgname}.install
 source=("http://download.kde.org/unstable/${pkgver}/src/kget-${pkgver}.tar.xz")
 sha1sums=('0c0fc23c7b643b7c7d60c388e4de6b6133bc88de')
 
+prepare() {
+  mkdir build
+}
+
 build() {
-  mkdir build
   cd build
   cmake ../kget-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_NepomukCore=OFF \
+    -DWITH_NepomukWidgets=OFF
   make
 }
 




More information about the arch-commits mailing list