[arch-commits] Commit in nepomuk-widgets (trunk trunk trunk/PKGBUILD trunk/PKGBUILD)

Andrea Scarpino andrea at nymeria.archlinux.org
Thu Jan 31 14:43:10 UTC 2013


    Date: Thursday, January 31, 2013 @ 15:43:10
  Author: andrea
Revision: 176529

Merge kde-unstable into trunk

Added:
  nepomuk-widgets/trunk/
  nepomuk-widgets/trunk/PKGBUILD
    (from rev 176385, nepomuk-widgets/kde-unstable/PKGBUILD)
Deleted:
  nepomuk-widgets/trunk/
  nepomuk-widgets/trunk/PKGBUILD

----------------+
 PKGBUILD       |   29 -----------------------------
 trunk/PKGBUILD |   29 +++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+), 29 deletions(-)

Deleted: trunk/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2013-01-31 06:54:38 UTC (rev 176364)
+++ trunk/PKGBUILD	2013-01-31 14:43:10 UTC (rev 176529)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=nepomuk-widgets
-pkgver=4.9.98
-pkgrel=1
-pkgdesc="The Library containing the Nepomuk Widgets"
-url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('nepomuk-core')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/unstable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('6e003419fc2967de6eed4b3276ca11ef8181d705')
-
-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
-}

Copied: nepomuk-widgets/trunk/PKGBUILD (from rev 176385, nepomuk-widgets/kde-unstable/PKGBUILD)
===================================================================
--- trunk/PKGBUILD	                        (rev 0)
+++ trunk/PKGBUILD	2013-01-31 14:43:10 UTC (rev 176529)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=nepomuk-widgets
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="The Library containing the Nepomuk Widgets"
+url="https://projects.kde.org/projects/kde/kdelibs/nepomuk-widgets"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('nepomuk-core')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('8c6029bb56364c28398c516f4034c484e0ea31e0')
+
+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
+}




More information about the arch-commits mailing list