[arch-commits] Commit in kactivities/repos (3 files)

Andrea Scarpino andrea at archlinux.org
Wed Apr 4 14:12:49 UTC 2012


    Date: Wednesday, April 4, 2012 @ 10:12:49
  Author: andrea
Revision: 155537

db-move: moved kactivities from [staging] to [extra] (x86_64)

Added:
  kactivities/repos/extra-x86_64/PKGBUILD
    (from rev 155508, kactivities/repos/staging-x86_64/PKGBUILD)
Deleted:
  kactivities/repos/extra-x86_64/PKGBUILD
  kactivities/repos/staging-x86_64/

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-04-04 14:12:48 UTC (rev 155536)
+++ extra-x86_64/PKGBUILD	2012-04-04 14:12:49 UTC (rev 155537)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kactivities
-pkgver=4.8.1
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='API for using and interacting with Activities'
-url='http://kde.org/'
-license=('GPL' 'FDL')
-depends=('kdelibs')
-makedepends=('cmake' 'automoc4')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('29979514848633da71780b342e7328063bd47d07')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd $srcdir/build
-  make DESTDIR=$pkgdir install
-}

Copied: kactivities/repos/extra-x86_64/PKGBUILD (from rev 155508, kactivities/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-04-04 14:12:49 UTC (rev 155537)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kactivities
+pkgver=4.8.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='API for using and interacting with Activities'
+url='http://kde.org/'
+license=('GPL' 'FDL')
+depends=('kdelibs')
+makedepends=('cmake' 'automoc4')
+source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha1sums=('e97d0b82661fd3d886b87d673d7a1191073af7ff')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $srcdir/build
+  make DESTDIR=$pkgdir install
+}




More information about the arch-commits mailing list