[arch-commits] Commit in nepomuk-core (trunk trunk trunk/PKGBUILD trunk/PKGBUILD)
Andrea Scarpino
andrea at nymeria.archlinux.org
Thu Jan 31 14:42:43 UTC 2013
Date: Thursday, January 31, 2013 @ 15:42:43
Author: andrea
Revision: 176512
Merge kde-unstable into trunk
Added:
nepomuk-core/trunk/
nepomuk-core/trunk/PKGBUILD
(from rev 176368, nepomuk-core/kde-unstable/PKGBUILD)
Deleted:
nepomuk-core/trunk/
nepomuk-core/trunk/PKGBUILD
----------------+
PKGBUILD | 33 ---------------------------------
trunk/PKGBUILD | 33 +++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+), 33 deletions(-)
Deleted: trunk/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD 2013-01-31 06:54:38 UTC (rev 176364)
+++ trunk/PKGBUILD 2013-01-31 14:42:43 UTC (rev 176512)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=nepomuk-core
-pkgver=4.9.98
-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/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('4f6ffd6ecaea5bde2c031b71168756793f957011')
-
-build() {
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/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
-}
Copied: nepomuk-core/trunk/PKGBUILD (from rev 176368, nepomuk-core/kde-unstable/PKGBUILD)
===================================================================
--- trunk/PKGBUILD (rev 0)
+++ trunk/PKGBUILD 2013-01-31 14:42:43 UTC (rev 176512)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=nepomuk-core
+pkgver=4.10.0
+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=('affc4d3063db773e5b05ff746a4c64adbec29264')
+
+build() {
+ mkdir build
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/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