[arch-commits] Commit in kdebindings-smokekde (5 files)

Andrea Scarpino andrea at archlinux.org
Tue Jun 19 08:19:46 UTC 2012


    Date: Tuesday, June 19, 2012 @ 04:19:45
  Author: andrea
Revision: 162052

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

Added:
  kdebindings-smokekde/repos/staging-i686/
  kdebindings-smokekde/repos/staging-i686/PKGBUILD
    (from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/staging-x86_64/
  kdebindings-smokekde/repos/staging-x86_64/PKGBUILD
    (from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
Modified:
  kdebindings-smokekde/kde-unstable/PKGBUILD

-------------------------------+
 kde-unstable/PKGBUILD         |    2 +-
 repos/staging-i686/PKGBUILD   |   32 ++++++++++++++++++++++++++++++++
 repos/staging-x86_64/PKGBUILD |   32 ++++++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+), 1 deletion(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- kde-unstable/PKGBUILD	2012-06-19 08:19:22 UTC (rev 162051)
+++ kde-unstable/PKGBUILD	2012-06-19 08:19:45 UTC (rev 162052)
@@ -3,7 +3,7 @@
 
 pkgname=kdebindings-smokekde
 pkgver=4.8.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Language independent library for KDE bindings"
 url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
 arch=('i686' 'x86_64')

Copied: kdebindings-smokekde/repos/staging-i686/PKGBUILD (from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- repos/staging-i686/PKGBUILD	                        (rev 0)
+++ repos/staging-i686/PKGBUILD	2012-06-19 08:19:45 UTC (rev 162052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="Language independent library for KDE bindings"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+             'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokekde-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdebindings-smokekde/repos/staging-x86_64/PKGBUILD (from rev 162051, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- repos/staging-x86_64/PKGBUILD	                        (rev 0)
+++ repos/staging-x86_64/PKGBUILD	2012-06-19 08:19:45 UTC (rev 162052)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.4
+pkgrel=2
+pkgdesc="Language independent library for KDE bindings"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+             'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('d028d68485bc32cfe6bc60dbd597d8f72c9e70ef')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../smokekde-${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