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

Andrea Scarpino andrea at archlinux.org
Sun Mar 4 14:17:39 UTC 2012


    Date: Sunday, March 4, 2012 @ 09:17:38
  Author: andrea
Revision: 152032

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-smokegen/repos/staging-i686/
  kdebindings-smokegen/repos/staging-i686/PKGBUILD
    (from rev 152031, kdebindings-smokegen/trunk/PKGBUILD)
  kdebindings-smokegen/repos/staging-x86_64/
  kdebindings-smokegen/repos/staging-x86_64/PKGBUILD
    (from rev 152031, kdebindings-smokegen/trunk/PKGBUILD)
Modified:
  kdebindings-smokegen/repos/extra-i686/PKGBUILD
  kdebindings-smokegen/repos/extra-x86_64/PKGBUILD

-------------------------+
 extra-i686/PKGBUILD     |    2 +-
 extra-x86_64/PKGBUILD   |    2 +-
 staging-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 4 files changed, 62 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-03-04 14:17:05 UTC (rev 152031)
+++ extra-i686/PKGBUILD	2012-03-04 14:17:38 UTC (rev 152032)
@@ -11,7 +11,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/smokegen-${pkgver}.tar.xz")
 sha1sums=('9b4f0af954e845eecea8e7ed388e01cffb8974d2')
 
 build() {

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-03-04 14:17:05 UTC (rev 152031)
+++ extra-x86_64/PKGBUILD	2012-03-04 14:17:38 UTC (rev 152032)
@@ -11,7 +11,7 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/stable/${pkgver}/src/smokegen-${pkgver}.tar.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/smokegen-${pkgver}.tar.xz")
 sha1sums=('9b4f0af954e845eecea8e7ed388e01cffb8974d2')
 
 build() {

Copied: kdebindings-smokegen/repos/staging-i686/PKGBUILD (from rev 152031, kdebindings-smokegen/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2012-03-04 14:17:38 UTC (rev 152032)
@@ -0,0 +1,30 @@
+# $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/xz/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/staging-x86_64/PKGBUILD (from rev 152031, kdebindings-smokegen/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2012-03-04 14:17:38 UTC (rev 152032)
@@ -0,0 +1,30 @@
+# $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/xz/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
+}




More information about the arch-commits mailing list