[arch-commits] Commit in kdebindings-smokekde/repos (4 files)

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Apr 19 11:28:51 UTC 2014


    Date: Saturday, April 19, 2014 @ 13:28:51
  Author: andrea
Revision: 211523

archrelease: copy trunk to extra-x86_64

Added:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
    (from rev 211522, kdebindings-smokekde/trunk/PKGBUILD)
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD
    (from rev 211522, kdebindings-smokekde/trunk/PKGBUILD)
Deleted:
  kdebindings-smokekde/repos/extra-i686/PKGBUILD
  kdebindings-smokekde/repos/extra-x86_64/PKGBUILD

-----------------------+
 /PKGBUILD             |   82 ++++++++++++++++++++++++++++++++++++++++++++++++
 extra-i686/PKGBUILD   |   40 -----------------------
 extra-x86_64/PKGBUILD |   40 -----------------------
 3 files changed, 82 insertions(+), 80 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2014-04-19 11:27:55 UTC (rev 211522)
+++ extra-i686/PKGBUILD	2014-04-19 11:28:51 UTC (rev 211523)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokekde
-pkgver=4.13.0
-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/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('900bb95a82ffbaf592da52a085b58cc7df483e8c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../smokekde-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokekde/repos/extra-i686/PKGBUILD (from rev 211522, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2014-04-19 11:28:51 UTC (rev 211523)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.13.0
+pkgrel=2
+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/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('900bb95a82ffbaf592da52a085b58cc7df483e8c')
+
+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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2014-04-19 11:27:55 UTC (rev 211522)
+++ extra-x86_64/PKGBUILD	2014-04-19 11:28:51 UTC (rev 211523)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokekde
-pkgver=4.13.0
-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/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
-sha1sums=('900bb95a82ffbaf592da52a085b58cc7df483e8c')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../smokekde-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_Nepomuk=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokekde/repos/extra-x86_64/PKGBUILD (from rev 211522, kdebindings-smokekde/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-04-19 11:28:51 UTC (rev 211523)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokekde
+pkgver=4.13.0
+pkgrel=2
+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/stable/${pkgver}/src/smokekde-${pkgver}.tar.xz")
+sha1sums=('900bb95a82ffbaf592da52a085b58cc7df483e8c')
+
+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