[arch-commits] Commit in nepomuk-core/repos (staging-i686 staging-i686/PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Jun 5 20:04:38 UTC 2013


    Date: Wednesday, June 5, 2013 @ 22:04:38
  Author: andrea
Revision: 187652

archrelease: copy trunk to staging-i686

Added:
  nepomuk-core/repos/staging-i686/
  nepomuk-core/repos/staging-i686/PKGBUILD
    (from rev 187651, nepomuk-core/trunk/PKGBUILD)

----------+
 PKGBUILD |   33 +++++++++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

Copied: nepomuk-core/repos/staging-i686/PKGBUILD (from rev 187651, nepomuk-core/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2013-06-05 20:04:38 UTC (rev 187652)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=nepomuk-core
+pkgver=4.10.4
+pkgrel=1
+pkgdesc="Contains the central Nepomuk services like file indexing, file system monitoring, query, storage, client libraries"
+url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-core"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdelibs' 'poppler-qt' 'taglib' 'ffmpeg')
+makedepends=('cmake' 'automoc4' 'doxygen')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('28d9641ffc1b877f0cd0d27343b56563ed2bc74d')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  # Fix the python shebang
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+    "${pkgdir}"/usr/bin/nepomuk-simpleresource-rcgen
+}




More information about the arch-commits mailing list