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

Andrea Scarpino andrea at nymeria.archlinux.org
Sat Mar 15 07:44:11 UTC 2014


    Date: Saturday, March 15, 2014 @ 08:44:11
  Author: andrea
Revision: 207784

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
    (from rev 207783, kdebindings-smokeqt/kde-unstable/PKGBUILD)
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 207783, kdebindings-smokeqt/kde-unstable/PKGBUILD)
Deleted:
  kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD
  kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   70 +++++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   35 --------------------
 kde-unstable-x86_64/PKGBUILD |   35 --------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2014-03-15 07:44:01 UTC (rev 207783)
+++ kde-unstable-i686/PKGBUILD	2014-03-15 07:44:11 UTC (rev 207784)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokeqt
-pkgver=4.12.80
-pkgrel=1
-pkgdesc="Language independent library for Qt bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
-sha1sums=('50601d2121cf2feda992b84d6eedfdfca258f599')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../smokeqt-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-i686/PKGBUILD (from rev 207783, kdebindings-smokeqt/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2014-03-15 07:44:11 UTC (rev 207784)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokeqt
+pkgver=4.12.90
+pkgrel=1
+pkgdesc="Language independent library for Qt bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
+sha1sums=('c683bb13f4cf0a4a8982884a6504abcc5558c506')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2014-03-15 07:44:01 UTC (rev 207783)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-15 07:44:11 UTC (rev 207784)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-smokeqt
-pkgver=4.12.80
-pkgrel=1
-pkgdesc="Language independent library for Qt bindings"
-url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
-makedepends=('cmake' 'automoc4' 'mesa')
-conflicts=('kdebindings-smoke')
-source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
-sha1sums=('50601d2121cf2feda992b84d6eedfdfca258f599')
-
-prepare() {
-  mkdir build
-}
-
-build() {
-  cd build
-  cmake ../smokeqt-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DKDE4_BUILD_TESTS=OFF \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_Qwt5=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-smokeqt/repos/kde-unstable-x86_64/PKGBUILD (from rev 207783, kdebindings-smokeqt/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2014-03-15 07:44:11 UTC (rev 207784)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-smokeqt
+pkgver=4.12.90
+pkgrel=1
+pkgdesc="Language independent library for Qt bindings"
+url="https://projects.kde.org/projects/kde/kdebindings/smoke/smokeqt"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokegen' 'qimageblitz' 'qscintilla')
+makedepends=('cmake' 'automoc4' 'mesa')
+conflicts=('kdebindings-smoke')
+source=("http://download.kde.org/unstable/${pkgver}/src/smokeqt-${pkgver}.tar.xz")
+sha1sums=('c683bb13f4cf0a4a8982884a6504abcc5558c506')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../smokeqt-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DWITH_Qwt5=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list