[arch-commits] Commit in kdebindings-smokegen/repos (3 files)
Andrea Scarpino
andrea at archlinux.org
Wed Nov 2 18:12:17 UTC 2011
Date: Wednesday, November 2, 2011 @ 14:12:16
Author: andrea
Revision: 141752
db-move: moved kdebindings-smokegen from [staging] to [extra] (i686)
Added:
kdebindings-smokegen/repos/extra-i686/PKGBUILD
(from rev 141742, 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 2011-11-02 18:12:14 UTC (rev 141751)
+++ extra-i686/PKGBUILD 2011-11-02 18:12:16 UTC (rev 141752)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokegen
-pkgver=4.7.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.bz2")
-sha1sums=('f2f605b2ca40403529b9065e745ebb1d9b7e0fcb')
-
-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 141742, kdebindings-smokegen/repos/staging-i686/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2011-11-02 18:12:16 UTC (rev 141752)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokegen
+pkgver=4.7.3
+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.bz2")
+sha1sums=('ede4095fdb190b3bef13b246111e7d79903ad77e')
+
+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