[arch-commits] Commit in kdebindings-smokekde/repos (4 files)
Sven-Hendrik Haase
svenstaro at archlinux.org
Fri Jul 25 14:50:33 UTC 2014
Date: Friday, July 25, 2014 @ 16:50:33
Author: svenstaro
Revision: 217866
archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64
Added:
kdebindings-smokekde/repos/kde-unstable-i686/
kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD
(from rev 217865, kdebindings-smokekde/kde-unstable/PKGBUILD)
kdebindings-smokekde/repos/kde-unstable-x86_64/
kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD
(from rev 217865, kdebindings-smokekde/kde-unstable/PKGBUILD)
------------------------------+
kde-unstable-i686/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-x86_64/PKGBUILD | 41 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 82 insertions(+)
Copied: kdebindings-smokekde/repos/kde-unstable-i686/PKGBUILD (from rev 217865, kdebindings-smokekde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2014-07-25 14:50:33 UTC (rev 217866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.13.95
+pkgrel=1
+pkgdesc="Language independent library for KDE bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+ 'kdegraphics-okular: Okular bindings'
+ 'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('e80d9b29dfd71267c24a2eea861bde9851777c91')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../smokekde-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_Nepomuk=OFF \
+ -DWITH_Soprano=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
Copied: kdebindings-smokekde/repos/kde-unstable-x86_64/PKGBUILD (from rev 217865, kdebindings-smokekde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2014-07-25 14:50:33 UTC (rev 217866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.13.95
+pkgrel=1
+pkgdesc="Language independent library for KDE bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokekde"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate'
+ 'mesa')
+optdepends=('kdesdk-kate: Kate bindings'
+ 'kdegraphics-okular: Okular bindings'
+ 'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('e80d9b29dfd71267c24a2eea861bde9851777c91')
+
+prepare() {
+ mkdir build
+}
+
+build() {
+ cd build
+ cmake ../smokekde-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DKDE4_BUILD_TESTS=OFF \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DWITH_Nepomuk=OFF \
+ -DWITH_Soprano=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list