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

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


    Date: Wednesday, April 4, 2012 @ 10:12:16
  Author: andrea
Revision: 155518

db-move: moved kdebindings-smokegen from [staging] to [extra] (i686)

Added:
  kdebindings-smokegen/repos/extra-i686/PKGBUILD
    (from rev 155508, kdebindings-smokegen/repos/staging-i686/PKGBUILD)
Deleted:
  kdebindings-smokegen/repos/extra-i686/PKGBUILD
  kdebindings-smokegen/repos/staging-i686/

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-04-04 14:12:14 UTC (rev 155517)
+++ extra-i686/PKGBUILD	2012-04-04 14:12:16 UTC (rev 155518)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokegen
-pkgver=4.8.1
-pkgrel=1
-pkgdesc="A general purpose C++ parser with a plugin infrastructure"
-url="http://kde.org/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz")
-sha1sums=('6d43ed064730ff81e1844d0634c1b574bd4ffdb2')
-
-build() {
-  cd "${srcdir}"
-  mkdir build
-  cd build
-  cmake ../smokegen-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokegen/repos/extra-i686/PKGBUILD (from rev 155508, kdebindings-smokegen/repos/staging-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-04-04 14:12:16 UTC (rev 155518)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokegen
+pkgver=4.8.2
+pkgrel=1
+pkgdesc="A general purpose C++ parser with a plugin infrastructure"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.xz")
+sha1sums=('8ba52937f10fb83470e1fbd724d767ab90921c41')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokegen-${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