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

Andrea Scarpino andrea at archlinux.org
Sat Jan 19 11:32:08 UTC 2013


    Date: Saturday, January 19, 2013 @ 06:32:07
  Author: andrea
Revision: 175551

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

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

------------------------------+
 kde-unstable-i686/PKGBUILD   |   61 ++++++++++++++++++++---------------------
 kde-unstable-x86_64/PKGBUILD |   61 ++++++++++++++++++++---------------------
 2 files changed, 62 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD	2013-01-19 11:31:27 UTC (rev 175550)
+++ kde-unstable-i686/PKGBUILD	2013-01-19 11:32:07 UTC (rev 175551)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
-sha1sums=('472d502f3eae0ba66e256101f2cffc1808ae2a81')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 175550, kdebindings-qyoto/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2013-01-19 11:32:07 UTC (rev 175551)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.98
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('0ade2774ec8d10f8dcb1b52607136cbbbc99482c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2013-01-19 11:31:27 UTC (rev 175550)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-19 11:32:07 UTC (rev 175551)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=".NET/Mono bindings for the Qt libraries"
-url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt' 'mono')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-conflicts=('kdebindings-csharp')
-source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
-sha1sums=('472d502f3eae0ba66e256101f2cffc1808ae2a81')
-
-build() {
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 175550, kdebindings-qyoto/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2013-01-19 11:32:07 UTC (rev 175551)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.98
+pkgrel=1
+pkgdesc=".NET/Mono bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/csharp/qyoto"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'mono')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-csharp')
+source=("http://download.kde.org/unstable/${pkgver}/src/qyoto-${pkgver}.tar.xz")
+sha1sums=('0ade2774ec8d10f8dcb1b52607136cbbbc99482c')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DKDE4_BUILD_TESTS=OFF \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list