[arch-commits] Commit in kdebindings-smokekde/repos (6 files)
Andrea Scarpino
andrea at archlinux.org
Sun Mar 4 14:19:51 UTC 2012
Date: Sunday, March 4, 2012 @ 09:19:50
Author: andrea
Revision: 152036
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
kdebindings-smokekde/repos/staging-i686/
kdebindings-smokekde/repos/staging-i686/PKGBUILD
(from rev 152035, kdebindings-smokekde/trunk/PKGBUILD)
kdebindings-smokekde/repos/staging-x86_64/
kdebindings-smokekde/repos/staging-x86_64/PKGBUILD
(from rev 152035, kdebindings-smokekde/trunk/PKGBUILD)
Modified:
kdebindings-smokekde/repos/extra-i686/PKGBUILD
kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
-------------------------+
extra-i686/PKGBUILD | 2 +-
extra-x86_64/PKGBUILD | 2 +-
staging-i686/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 32 ++++++++++++++++++++++++++++++++
4 files changed, 66 insertions(+), 2 deletions(-)
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2012-03-04 14:19:16 UTC (rev 152035)
+++ extra-i686/PKGBUILD 2012-03-04 14:19:50 UTC (rev 152036)
@@ -13,7 +13,7 @@
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.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/smokekde-${pkgver}.tar.xz")
sha1sums=('04f01d14cfc395fcf675b7a22202b41351f471f9')
build() {
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2012-03-04 14:19:16 UTC (rev 152035)
+++ extra-x86_64/PKGBUILD 2012-03-04 14:19:50 UTC (rev 152036)
@@ -13,7 +13,7 @@
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.bz2")
+source=("http://download.kde.org/stable/${pkgver}/src/xz/smokekde-${pkgver}.tar.xz")
sha1sums=('04f01d14cfc395fcf675b7a22202b41351f471f9')
build() {
Copied: kdebindings-smokekde/repos/staging-i686/PKGBUILD (from rev 152035, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2012-03-04 14:19:50 UTC (rev 152036)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.1
+pkgrel=1
+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/xz/smokekde-${pkgver}.tar.xz")
+sha1sums=('680a29725c4b04629befafcd6c74dbc8cc6238f6')
+
+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 152035, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-03-04 14:19:50 UTC (rev 152036)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.8.1
+pkgrel=1
+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/xz/smokekde-${pkgver}.tar.xz")
+sha1sums=('680a29725c4b04629befafcd6c74dbc8cc6238f6')
+
+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