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

2014-09-20 Thread Sven-Hendrik Haase
Date: Saturday, September 20, 2014 @ 18:09:08
  Author: svenstaro
Revision: 04

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 03, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 03, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 03, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-09-20 16:09:08 UTC (rev 04)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.14.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e82ee2138acff77b7f8c6507eed5f520b80f6479')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 03, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-09-20 16:09:08 UTC (rev 04)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.14.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e82ee2138acff77b7f8c6507eed5f520b80f6479')
+
+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
+}



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

2014-08-16 Thread Sven-Hendrik Haase
Date: Saturday, August 16, 2014 @ 22:02:04
  Author: svenstaro
Revision: 219817

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 219816, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 219816, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 219816, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-08-16 20:02:04 UTC (rev 219817)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.14.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('7d9e1a814110603f7c9361251ba105a727b3f818')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 219816, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-08-16 20:02:04 UTC (rev 219817)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.14.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('7d9e1a814110603f7c9361251ba105a727b3f818')
+
+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
+}



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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:28:03
  Author: svenstaro
Revision: 218938

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:27:56 UTC (rev 218937)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:28:03 UTC (rev 218938)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 218937, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:28:03 UTC (rev 218938)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
+
+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/PKGBUILD2014-08-03 13:27:56 UTC (rev 218937)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:28:03 UTC (rev 218938)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 218937, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:28:03 UTC (rev 218938)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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')

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 15:47:53
  Author: svenstaro
Revision: 219114

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 13:47:46 UTC (rev 219113)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:47:53 UTC (rev 219114)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 219113, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 13:47:53 UTC (rev 219114)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
+
+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/PKGBUILD2014-08-03 13:47:46 UTC (rev 219113)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:47:53 UTC (rev 219114)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 219113, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 13:47:53 UTC (rev 219114)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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')

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:18:27
  Author: svenstaro
Revision: 218569

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 12:18:20 UTC (rev 218568)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:18:27 UTC (rev 218569)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.95
-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=('f1dd2b1e47b83fb68c7c2d37bb3968a7ffb86bee')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 218568, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:18:27 UTC (rev 218569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
+
+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/PKGBUILD2014-08-03 12:18:20 UTC (rev 218568)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 12:18:27 UTC (rev 218569)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.95
-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=('f1dd2b1e47b83fb68c7c2d37bb3968a7ffb86bee')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 218568, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 12:18:27 UTC (rev 218569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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')

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

2014-08-03 Thread Sven-Hendrik Haase
Date: Sunday, August 3, 2014 @ 14:58:59
  Author: svenstaro
Revision: 218728

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-08-03 12:58:52 UTC (rev 218727)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:58:59 UTC (rev 218728)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 218727, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-08-03 12:58:59 UTC (rev 218728)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
+
+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/PKGBUILD2014-08-03 12:58:52 UTC (rev 218727)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 12:58:59 UTC (rev 218728)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.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=('3e6282b5ff96ef9e1386a496ed5bcfa6cf1c9af6')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 218727, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-08-03 12:58:59 UTC (rev 218728)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.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')

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

2014-07-25 Thread Sven-Hendrik Haase
Date: Friday, July 25, 2014 @ 16:50:49
  Author: svenstaro
Revision: 217870

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

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

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

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 217869, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-07-25 14:50:49 UTC (rev 217870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.95
+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=('f1dd2b1e47b83fb68c7c2d37bb3968a7ffb86bee')
+
+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
+}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 217869, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-07-25 14:50:49 UTC (rev 217870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.95
+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=('f1dd2b1e47b83fb68c7c2d37bb3968a7ffb86bee')
+
+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
+}



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

2014-07-21 Thread Sven-Hendrik Haase
Date: Monday, July 21, 2014 @ 22:14:06
  Author: svenstaro
Revision: 217557

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-21 20:13:59 UTC (rev 217556)
+++ extra-i686/PKGBUILD 2014-07-21 20:14:06 UTC (rev 217557)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.3
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('c3539a837639bbd62fd72a02671a137d2725bb6e')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 217556, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-21 20:14:06 UTC (rev 217557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('c3539a837639bbd62fd72a02671a137d2725bb6e')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-21 20:13:59 UTC (rev 217556)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:14:06 UTC (rev 217557)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.3
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('c3539a837639bbd62fd72a02671a137d2725bb6e')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 217556, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-21 20:14:06 UTC (rev 217557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('c3539a837639bbd62fd72a02671a137d2725bb6e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2014-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 18, 2014 @ 13:28:07
  Author: svenstaro
Revision: 217081

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-07-18 11:27:56 UTC (rev 217080)
+++ extra-i686/PKGBUILD 2014-07-18 11:28:07 UTC (rev 217081)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.2
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('e42f55ecf280ad1dbde47da9b5de290d9975013d')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 217080, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-07-18 11:28:07 UTC (rev 217081)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('c3539a837639bbd62fd72a02671a137d2725bb6e')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-07-18 11:27:56 UTC (rev 217080)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:28:07 UTC (rev 217081)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.13.2
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('e42f55ecf280ad1dbde47da9b5de290d9975013d')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 217080, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-07-18 11:28:07 UTC (rev 217081)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('c3539a837639bbd62fd72a02671a137d2725bb6e')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2014-06-08 Thread Sven-Hendrik Haase
Date: Monday, June 9, 2014 @ 05:04:04
  Author: svenstaro
Revision: 214436

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 214435, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 214435, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 214435, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-06-09 03:04:04 UTC (rev 214436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e42f55ecf280ad1dbde47da9b5de290d9975013d')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 214435, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-06-09 03:04:04 UTC (rev 214436)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e42f55ecf280ad1dbde47da9b5de290d9975013d')
+
+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
+}



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

2014-05-14 Thread Sven-Hendrik Haase
Date: Wednesday, May 14, 2014 @ 21:52:57
  Author: svenstaro
Revision: 212461

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 212460, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 212460, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 212460, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-05-14 19:52:57 UTC (rev 212461)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e096376a0221ce0472f65ad8a7b43668ff7a582b')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 212460, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-05-14 19:52:57 UTC (rev 212461)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e096376a0221ce0472f65ad8a7b43668ff7a582b')
+
+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
+}



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

2014-04-16 Thread Andrea Scarpino
Date: Wednesday, April 16, 2014 @ 15:56:28
  Author: andrea
Revision: 210645

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 210644, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 210644, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 210644, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-04-16 13:56:28 UTC (rev 210645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('24c71b744875844f9a658222bf73a34247e94a4d')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 210644, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-04-16 13:56:28 UTC (rev 210645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.13.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('24c71b744875844f9a658222bf73a34247e94a4d')
+
+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
+}



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

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 12:10:33
  Author: svenstaro
Revision: 209385

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 10:10:28 UTC (rev 209384)
+++ extra-i686/PKGBUILD 2014-03-31 10:10:33 UTC (rev 209385)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.4
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('6ee064a04e85cd3589efa93a8793fccc7c822db6')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 209384, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 10:10:33 UTC (rev 209385)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('6ee064a04e85cd3589efa93a8793fccc7c822db6')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-31 10:10:28 UTC (rev 209384)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:10:33 UTC (rev 209385)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.4
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('6ee064a04e85cd3589efa93a8793fccc7c822db6')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 209384, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-31 10:10:33 UTC (rev 209385)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('6ee064a04e85cd3589efa93a8793fccc7c822db6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2014-03-31 Thread Sven-Hendrik Haase
Date: Monday, March 31, 2014 @ 11:57:48
  Author: svenstaro
Revision: 209300

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-03-31 09:57:42 UTC (rev 209299)
+++ extra-i686/PKGBUILD 2014-03-31 09:57:48 UTC (rev 209300)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.3
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('bf616960b192d317593123bc195c5a6b2044c946')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 209299, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-03-31 09:57:48 UTC (rev 209300)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('6ee064a04e85cd3589efa93a8793fccc7c822db6')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2014-03-31 09:57:42 UTC (rev 209299)
+++ extra-x86_64/PKGBUILD   2014-03-31 09:57:48 UTC (rev 209300)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.3
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('bf616960b192d317593123bc195c5a6b2044c946')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 209299, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-03-31 09:57:48 UTC (rev 209300)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('6ee064a04e85cd3589efa93a8793fccc7c822db6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2014-03-29 Thread Andrea Scarpino
Date: Saturday, March 29, 2014 @ 09:47:57
  Author: andrea
Revision: 208961

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-29 08:47:47 UTC (rev 208960)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 08:47:57 UTC (rev 208961)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.95
-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=('be31aa321661cf5faf0a6dc051cb0705522e')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 208960, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-29 08:47:57 UTC (rev 208961)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.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=('bdceb64b75b2eeddf35b01f4be212e8dfd77b4d3')
+
+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/PKGBUILD2014-03-29 08:47:47 UTC (rev 208960)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 08:47:57 UTC (rev 208961)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.95
-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=('be31aa321661cf5faf0a6dc051cb0705522e')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 208960, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-29 08:47:57 UTC (rev 208961)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.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')

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

2014-03-22 Thread Andrea Scarpino
Date: Saturday, March 22, 2014 @ 18:48:54
  Author: andrea
Revision: 208358

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-22 17:48:43 UTC (rev 208357)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:48:54 UTC (rev 208358)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.90
-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=('3696946a087653efeb1ddb3bbe4e8ae668d9bb7b')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 208357, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-22 17:48:54 UTC (rev 208358)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.95
+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=('be31aa321661cf5faf0a6dc051cb0705522e')
+
+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/PKGBUILD2014-03-22 17:48:43 UTC (rev 208357)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 17:48:54 UTC (rev 208358)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.90
-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=('3696946a087653efeb1ddb3bbe4e8ae668d9bb7b')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 208357, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-22 17:48:54 UTC (rev 208358)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.95
+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')

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

2014-03-15 Thread Andrea Scarpino
Date: Saturday, March 15, 2014 @ 08:45:36
  Author: andrea
Revision: 207791

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2014-03-15 07:45:26 UTC (rev 207790)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:45:36 UTC (rev 207791)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.80
-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=('909b51043a153ac07ad96ce3814c981a23a2001d')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 207790, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-15 07:45:36 UTC (rev 207791)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.90
+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=('3696946a087653efeb1ddb3bbe4e8ae668d9bb7b')
+
+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/PKGBUILD2014-03-15 07:45:26 UTC (rev 207790)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 07:45:36 UTC (rev 207791)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.12.80
-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=('909b51043a153ac07ad96ce3814c981a23a2001d')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 207790, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-15 07:45:36 UTC (rev 207791)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.90
+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')

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

2014-03-08 Thread Andrea Scarpino
Date: Saturday, March 8, 2014 @ 09:33:30
  Author: andrea
Revision: 207180

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

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

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

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 207179, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2014-03-08 08:33:30 UTC (rev 207180)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.80
+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=('909b51043a153ac07ad96ce3814c981a23a2001d')
+
+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
+}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 207179, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2014-03-08 08:33:30 UTC (rev 207180)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.80
+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=('909b51043a153ac07ad96ce3814c981a23a2001d')
+
+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
+}



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

2014-03-05 Thread Andrea Scarpino
Date: Wednesday, March 5, 2014 @ 11:10:24
  Author: andrea
Revision: 206724

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 206723, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 206723, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 206723, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-03-05 10:10:24 UTC (rev 206724)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('bf616960b192d317593123bc195c5a6b2044c946')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 206723, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-03-05 10:10:24 UTC (rev 206724)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('bf616960b192d317593123bc195c5a6b2044c946')
+
+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
+}



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

2014-02-04 Thread Sven-Hendrik Haase
Date: Tuesday, February 4, 2014 @ 14:52:26
  Author: svenstaro
Revision: 205127

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 205126, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 205126, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 205126, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-02-04 13:52:26 UTC (rev 205127)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('211cbf27ed51b6cf5ae10798d138bc4001de3c1f')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 205126, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-02-04 13:52:26 UTC (rev 205127)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('211cbf27ed51b6cf5ae10798d138bc4001de3c1f')
+
+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
+}



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

2014-01-13 Thread Sven-Hendrik Haase
Date: Tuesday, January 14, 2014 @ 08:36:36
  Author: svenstaro
Revision: 203715

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 203714, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 203714, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 203714, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2014-01-14 07:36:36 UTC (rev 203715)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2ff2a3b029abd549d8d5be42925ff50144c31a5e')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 203714, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2014-01-14 07:36:36 UTC (rev 203715)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2ff2a3b029abd549d8d5be42925ff50144c31a5e')
+
+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
+}



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

2013-12-18 Thread Andrea Scarpino
Date: Wednesday, December 18, 2013 @ 18:25:46
  Author: andrea
Revision: 201806

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 201802, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 201803, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 201802, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-12-18 17:25:46 UTC (rev 201806)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('581e1bf9eb0d056be21e32851919e9abf60c967e')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 201803, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-12-18 17:25:46 UTC (rev 201806)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.12.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('581e1bf9eb0d056be21e32851919e9abf60c967e')
+
+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
+}



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

2013-12-06 Thread Sven-Hendrik Haase
Date: Friday, December 6, 2013 @ 13:17:31
  Author: svenstaro
Revision: 200900

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-12-06 12:17:25 UTC (rev 200899)
+++ extra-i686/PKGBUILD 2013-12-06 12:17:31 UTC (rev 200900)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.3
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('5eb6107665cdf9cdc6b53dd17656866c252110d9')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 200899, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-12-06 12:17:31 UTC (rev 200900)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('37f469a24d74d23b55e34c9fb632de2f00ae9291')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-12-06 12:17:25 UTC (rev 200899)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:17:31 UTC (rev 200900)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.3
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('5eb6107665cdf9cdc6b53dd17656866c252110d9')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 200899, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-12-06 12:17:31 UTC (rev 200900)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('37f469a24d74d23b55e34c9fb632de2f00ae9291')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2013-11-28 Thread Andrea Scarpino
Date: Thursday, November 28, 2013 @ 14:30:17
  Author: andrea
Revision: 200425

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-28 13:30:06 UTC (rev 200424)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:30:17 UTC (rev 200425)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.95
-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=('9d59b728f4d3d30b57e4d4b33acdbbdd04562252')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 200424, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-28 13:30:17 UTC (rev 200425)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.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=('33ea6228bb6db06e5f761ca05350f285c1503ef7')
+
+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/PKGBUILD2013-11-28 13:30:06 UTC (rev 200424)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:30:17 UTC (rev 200425)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.95
-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=('9d59b728f4d3d30b57e4d4b33acdbbdd04562252')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 200424, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-28 13:30:17 UTC (rev 200425)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.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')

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

2013-11-22 Thread Andrea Scarpino
Date: Friday, November 22, 2013 @ 10:05:43
  Author: andrea
Revision: 200059

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-22 09:05:35 UTC (rev 200058)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:05:43 UTC (rev 200059)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.90
-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=('4d57a5628bec9cc726fd426d30691ae261e40730')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 200058, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-22 09:05:43 UTC (rev 200059)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.95
+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=('9d59b728f4d3d30b57e4d4b33acdbbdd04562252')
+
+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/PKGBUILD2013-11-22 09:05:35 UTC (rev 200058)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:05:43 UTC (rev 200059)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.90
-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=('4d57a5628bec9cc726fd426d30691ae261e40730')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 200058, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-22 09:05:43 UTC (rev 200059)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.95
+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')

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

2013-11-15 Thread Andrea Scarpino
Date: Friday, November 15, 2013 @ 10:50:22
  Author: andrea
Revision: 199560

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-11-15 09:50:12 UTC (rev 199559)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:50:22 UTC (rev 199560)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.80
-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=('cab7e5b33c488b2dfd6e6ee32be5d69c7deea341')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 199559, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-15 09:50:22 UTC (rev 199560)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.90
+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=('4d57a5628bec9cc726fd426d30691ae261e40730')
+
+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/PKGBUILD2013-11-15 09:50:12 UTC (rev 199559)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 09:50:22 UTC (rev 199560)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.80
-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=('cab7e5b33c488b2dfd6e6ee32be5d69c7deea341')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 199559, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-15 09:50:22 UTC (rev 199560)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.90
+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')

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

2013-11-08 Thread Andrea Scarpino
Date: Friday, November 8, 2013 @ 18:21:43
  Author: andrea
Revision: 199097

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

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

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

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 199096, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-11-08 17:21:43 UTC (rev 199097)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.80
+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=('cab7e5b33c488b2dfd6e6ee32be5d69c7deea341')
+
+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
+}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 199096, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-11-08 17:21:43 UTC (rev 199097)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.80
+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=('cab7e5b33c488b2dfd6e6ee32be5d69c7deea341')
+
+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
+}



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

2013-11-05 Thread Andrea Scarpino
Date: Tuesday, November 5, 2013 @ 20:45:45
  Author: andrea
Revision: 198832

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-11-05 19:45:33 UTC (rev 198831)
+++ extra-i686/PKGBUILD 2013-11-05 19:45:45 UTC (rev 198832)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.2
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('e10f00c4528e3d31a57935dd54c6276ba631e903')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 198831, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-11-05 19:45:45 UTC (rev 198832)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('5eb6107665cdf9cdc6b53dd17656866c252110d9')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-11-05 19:45:33 UTC (rev 198831)
+++ extra-x86_64/PKGBUILD   2013-11-05 19:45:45 UTC (rev 198832)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.2
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('e10f00c4528e3d31a57935dd54c6276ba631e903')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 198831, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-11-05 19:45:45 UTC (rev 198832)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('5eb6107665cdf9cdc6b53dd17656866c252110d9')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2013-10-01 Thread Sven-Hendrik Haase
Date: Tuesday, October 1, 2013 @ 17:15:27
  Author: svenstaro
Revision: 195522

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-10-01 15:15:21 UTC (rev 195521)
+++ extra-i686/PKGBUILD 2013-10-01 15:15:27 UTC (rev 195522)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.1
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('afb5ecfd5064f085b86f19aa98a0277abaeeccf4')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 195521, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-10-01 15:15:27 UTC (rev 195522)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e10f00c4528e3d31a57935dd54c6276ba631e903')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-10-01 15:15:21 UTC (rev 195521)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:15:27 UTC (rev 195522)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.1
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('afb5ecfd5064f085b86f19aa98a0277abaeeccf4')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 195521, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-10-01 15:15:27 UTC (rev 195522)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('e10f00c4528e3d31a57935dd54c6276ba631e903')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2013-09-10 Thread Andrea Scarpino
Date: Tuesday, September 10, 2013 @ 15:22:41
  Author: andrea
Revision: 194049

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 /PKGBUILD |   62 
 extra-i686/PKGBUILD   |   31 
 extra-x86_64/PKGBUILD |   31 
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-09-10 13:22:33 UTC (rev 194048)
+++ extra-i686/PKGBUILD 2013-09-10 13:22:41 UTC (rev 194049)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.0
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('77bcc62cc587aa90e5cc02924f9379c9cf17f97e')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 194048, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-09-10 13:22:41 UTC (rev 194049)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('afb5ecfd5064f085b86f19aa98a0277abaeeccf4')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-09-10 13:22:33 UTC (rev 194048)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:22:41 UTC (rev 194049)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.11.0
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('77bcc62cc587aa90e5cc02924f9379c9cf17f97e')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 194048, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-09-10 13:22:41 UTC (rev 194049)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('afb5ecfd5064f085b86f19aa98a0277abaeeccf4')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+

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

2013-08-14 Thread Andrea Scarpino
Date: Wednesday, August 14, 2013 @ 08:58:24
  Author: andrea
Revision: 192569

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 192568, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 192568, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 192568, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-08-14 06:58:24 UTC (rev 192569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('77bcc62cc587aa90e5cc02924f9379c9cf17f97e')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 192568, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-08-14 06:58:24 UTC (rev 192569)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.11.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('77bcc62cc587aa90e5cc02924f9379c9cf17f97e')
+
+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
+}



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

2013-07-25 Thread Andrea Scarpino
Date: Thursday, July 25, 2013 @ 15:17:31
  Author: andrea
Revision: 191404

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-25 13:17:22 UTC (rev 191403)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:17:31 UTC (rev 191404)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-pkgrel=2
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 191403, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-25 13:17:31 UTC (rev 191404)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.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=('b0af2631a6692b7063c8bc093134b422207ae8a4')
+
+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/PKGBUILD2013-07-25 13:17:22 UTC (rev 191403)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:17:31 UTC (rev 191404)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-pkgrel=2
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 191403, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-25 13:17:31 UTC (rev 191404)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.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')

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

2013-07-18 Thread Sven-Hendrik Haase
Date: Friday, July 19, 2013 @ 00:21:47
  Author: svenstaro
Revision: 190879

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-18 22:21:41 UTC (rev 190878)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:21:47 UTC (rev 190879)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 190878, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-18 22:21:47 UTC (rev 190879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+pkgrel=2
+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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
+
+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/PKGBUILD2013-07-18 22:21:41 UTC (rev 190878)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:21:47 UTC (rev 190879)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 190878, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-18 22:21:47 UTC (rev 190879)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+pkgrel=2
+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')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 20:18:13
  Author: svenstaro
Revision: 190163

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 18:18:03 UTC (rev 190162)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:18:13 UTC (rev 190163)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.90
-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=('38689497f9149b678de33d6dd09def8f626084e4')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 190162, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 18:18:13 UTC (rev 190163)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
+
+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/PKGBUILD2013-07-16 18:18:03 UTC (rev 190162)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:18:13 UTC (rev 190163)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.90
-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=('38689497f9149b678de33d6dd09def8f626084e4')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 190162, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 18:18:13 UTC (rev 190163)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+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')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 21:32:19
  Author: svenstaro
Revision: 190480

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 19:32:04 UTC (rev 190479)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:32:19 UTC (rev 190480)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 190479, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 19:32:19 UTC (rev 190480)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
+
+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/PKGBUILD2013-07-16 19:32:04 UTC (rev 190479)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:32:19 UTC (rev 190480)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 190479, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 19:32:19 UTC (rev 190480)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+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')

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

2013-07-16 Thread Sven-Hendrik Haase
Date: Tuesday, July 16, 2013 @ 22:17:16
  Author: svenstaro
Revision: 190645

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-07-16 20:17:05 UTC (rev 190644)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:17:16 UTC (rev 190645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 190644, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-07-16 20:17:16 UTC (rev 190645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
+
+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/PKGBUILD2013-07-16 20:17:05 UTC (rev 190644)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:17:16 UTC (rev 190645)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.95
-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=('9f4a80d73f749ec984f17c10afe2a884e182dc43')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 190644, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-07-16 20:17:16 UTC (rev 190645)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.95
+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')

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

2013-07-03 Thread Andrea Scarpino
Date: Wednesday, July 3, 2013 @ 10:55:54
  Author: andrea
Revision: 189350

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 189349, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 189349, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 189349, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-07-03 08:55:54 UTC (rev 189350)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.5
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('d79d5d67fe95aecb326edba4cf1200b6a22f394c')
+
+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
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 189349, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-07-03 08:55:54 UTC (rev 189350)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.5
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('d79d5d67fe95aecb326edba4cf1200b6a22f394c')
+
+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
+}



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

2013-06-28 Thread Andrea Scarpino
Date: Friday, June 28, 2013 @ 15:46:46
  Author: andrea
Revision: 189022

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-06-28 13:46:37 UTC (rev 189021)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:46:46 UTC (rev 189022)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.80
-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=('809fe9229fcc93516d21cba8fa5f5573f419df47')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 189021, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-28 13:46:46 UTC (rev 189022)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.90
+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=('38689497f9149b678de33d6dd09def8f626084e4')
+
+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/PKGBUILD2013-06-28 13:46:37 UTC (rev 189021)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 13:46:46 UTC (rev 189022)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.80
-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=('809fe9229fcc93516d21cba8fa5f5573f419df47')
-
-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
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 189021, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-28 13:46:46 UTC (rev 189022)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.90
+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')

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

2013-06-13 Thread Andrea Scarpino
Date: Thursday, June 13, 2013 @ 20:47:33
  Author: andrea
Revision: 188272

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

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

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

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 188271, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-06-13 18:47:33 UTC (rev 188272)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.80
+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=('809fe9229fcc93516d21cba8fa5f5573f419df47')
+
+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
+}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 188271, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-06-13 18:47:33 UTC (rev 188272)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.80
+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=('809fe9229fcc93516d21cba8fa5f5573f419df47')
+
+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
+}



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

2013-06-04 Thread Sven-Hendrik Haase
Date: Wednesday, June 5, 2013 @ 07:17:16
  Author: svenstaro
Revision: 187201

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 187200, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 187200, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 187200, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-06-05 05:17:16 UTC (rev 187201)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('1a0503ef0117aa19cdffdddc9501fee83411d576')
+
+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
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 187200, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-06-05 05:17:16 UTC (rev 187201)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('1a0503ef0117aa19cdffdddc9501fee83411d576')
+
+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
+}



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

2013-05-07 Thread Andrea Scarpino
Date: Tuesday, May 7, 2013 @ 18:30:59
  Author: andrea
Revision: 184629

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 184628, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 184628, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 184628, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-05-07 16:30:59 UTC (rev 184629)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2fa451fddf1b05fde705f16bd24a0914aa3eb0de')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 184628, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-05-07 16:30:59 UTC (rev 184629)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.3
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2fa451fddf1b05fde705f16bd24a0914aa3eb0de')
+
+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
+}



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 05:43:57
  Author: svenstaro
Revision: 181406

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 181405, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 181405, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 181405, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 03:43:57 UTC (rev 181406)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('eaeb11ace135a0c9daceaa03067f056255d77dc8')
+
+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
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 181405, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 03:43:57 UTC (rev 181406)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('eaeb11ace135a0c9daceaa03067f056255d77dc8')
+
+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
+}



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

2013-04-03 Thread Sven-Hendrik Haase
Date: Thursday, April 4, 2013 @ 05:55:40
  Author: svenstaro
Revision: 181434

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 181433, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 181433, kdebindings-qyoto/trunk/PKGBUILD)
Deleted:
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD

-+
 /PKGBUILD   |   62 ++
 staging-i686/PKGBUILD   |   31 ---
 staging-x86_64/PKGBUILD |   31 ---
 3 files changed, 62 insertions(+), 62 deletions(-)

Deleted: staging-i686/PKGBUILD
===
--- staging-i686/PKGBUILD   2013-04-04 03:55:28 UTC (rev 181433)
+++ staging-i686/PKGBUILD   2013-04-04 03:55:40 UTC (rev 181434)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.2
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('eaeb11ace135a0c9daceaa03067f056255d77dc8')
-
-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
-}

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 181433, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-04-04 03:55:40 UTC (rev 181434)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('eaeb11ace135a0c9daceaa03067f056255d77dc8')
+
+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: staging-x86_64/PKGBUILD
===
--- staging-x86_64/PKGBUILD 2013-04-04 03:55:28 UTC (rev 181433)
+++ staging-x86_64/PKGBUILD 2013-04-04 03:55:40 UTC (rev 181434)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.2
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('eaeb11ace135a0c9daceaa03067f056255d77dc8')
-
-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
-}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 181433, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-04-04 03:55:40 UTC (rev 181434)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('eaeb11ace135a0c9daceaa03067f056255d77dc8')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+ 

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

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:23:25
  Author: andrea
Revision: 179339

archrelease: copy trunk to extra-i686, extra-x86_64

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

---+
 extra-i686/PKGBUILD   |   62 
 extra-x86_64/PKGBUILD |   62 
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:23:14 UTC (rev 179338)
+++ extra-i686/PKGBUILD 2013-03-05 15:23:25 UTC (rev 179339)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.0
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('cbb36bd0d83fa34c9afe929913738d3acc807ee8')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-i686/PKGBUILD (from rev 179338, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 15:23:25 UTC (rev 179339)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('ea78bfdebb93e3be19db7e102bf4e8b66b8b5bec')
+
+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: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2013-03-05 15:23:14 UTC (rev 179338)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:23:25 UTC (rev 179339)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.10.0
-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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
-sha1sums=('cbb36bd0d83fa34c9afe929913738d3acc807ee8')
-
-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
-}

Copied: kdebindings-qyoto/repos/extra-x86_64/PKGBUILD (from rev 179338, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2013-03-05 15:23:25 UTC (rev 179339)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('ea78bfdebb93e3be19db7e102bf4e8b66b8b5bec')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+

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

2013-02-06 Thread Andrea Scarpino
Date: Wednesday, February 6, 2013 @ 09:33:52
  Author: andrea
Revision: 177106

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 177105, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 177105, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 177105, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-02-06 08:33:52 UTC (rev 177106)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('cbb36bd0d83fa34c9afe929913738d3acc807ee8')
+
+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
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 177105, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-02-06 08:33:52 UTC (rev 177106)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.10.0
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('cbb36bd0d83fa34c9afe929913738d3acc807ee8')
+
+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
+}



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

2013-01-19 Thread Andrea Scarpino
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 and...@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 and...@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/PKGBUILD2013-01-19 11:31:27 UTC (rev 175550)
+++ kde-unstable-x86_64/PKGBUILD2013-01-19 11:32:07 UTC (rev 175551)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@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/PKGBUILD2013-01-19 11:32:07 UTC (rev 175551)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@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 

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

2013-01-04 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 02:00:33
  Author: andrea
Revision: 174476

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 174475, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174475, 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   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 06:59:53 UTC (rev 174475)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:00:33 UTC (rev 174476)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.95
-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=('01a144330f4200d11be171715845bc794a2293e7')
-
-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 174475, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:00:33 UTC (rev 174476)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2013-01-05 06:59:53 UTC (rev 174475)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 07:00:33 UTC (rev 174476)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.95
-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=('01a144330f4200d11be171715845bc794a2293e7')
-
-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 174475, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2013-01-05 07:00:33 UTC (rev 174476)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@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 

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

2013-01-02 Thread Andrea Scarpino
Date: Thursday, January 3, 2013 @ 01:56:30
  Author: andrea
Revision: 174165

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 174164, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 174164, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 174164, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-01-03 06:56:30 UTC (rev 174165)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.5
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2acae493326a8a805fc91620984737aea8d31d51')
+
+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/testing-x86_64/PKGBUILD (from rev 174164, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-01-03 06:56:30 UTC (rev 174165)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.5
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('2acae493326a8a805fc91620984737aea8d31d51')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 03:24:26
  Author: andrea
Revision: 173519

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 173518, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173518, 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   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-20 08:23:50 UTC (rev 173518)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:24:26 UTC (rev 173519)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.90
-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=('0e2e7517486bf8a1cc82fd547eba070992cc8a28')
-
-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 173518, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:24:26 UTC (rev 173519)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.95
+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=('01a144330f4200d11be171715845bc794a2293e7')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-20 08:23:50 UTC (rev 173518)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 08:24:26 UTC (rev 173519)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.90
-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=('0e2e7517486bf8a1cc82fd547eba070992cc8a28')
-
-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 173518, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-12-20 08:24:26 UTC (rev 173519)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.95
+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=('01a144330f4200d11be171715845bc794a2293e7')
+
+build() {
+  mkdir build
+  cd build
+  cmake 

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

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 11:12:28
  Author: andrea
Revision: 172525

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 172524, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 172524, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   30 ++
 testing-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 172524, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-12-04 16:12:28 UTC (rev 172525)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
+
+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/testing-x86_64/PKGBUILD (from rev 172524, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-12-04 16:12:28 UTC (rev 172525)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.4
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('53715ebadb0d591d5a0913602dff7a92eb636e95')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 13:15:15
  Author: andrea
Revision: 172628

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 172627, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 172627, 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   |   60 -
 kde-unstable-x86_64/PKGBUILD |   60 -
 2 files changed, 60 insertions(+), 60 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-04 18:14:38 UTC (rev 172627)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:15:15 UTC (rev 172628)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.80
-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=('4b8e3927487c9c67f59e21422274d17e2c2a3dc6')
-
-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 172627, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:15:15 UTC (rev 172628)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.90
+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=('0e2e7517486bf8a1cc82fd547eba070992cc8a28')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-12-04 18:14:38 UTC (rev 172627)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 18:15:15 UTC (rev 172628)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.9.80
-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=('4b8e3927487c9c67f59e21422274d17e2c2a3dc6')
-
-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 172627, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-12-04 18:15:15 UTC (rev 172628)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.90
+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=('0e2e7517486bf8a1cc82fd547eba070992cc8a28')
+
+build() {
+  mkdir build
+  cd build
+  cmake 

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

2012-11-21 Thread Andrea Scarpino
Date: Wednesday, November 21, 2012 @ 13:16:27
  Author: andrea
Revision: 171724

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

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

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

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 171723, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-11-21 18:16:27 UTC (rev 171724)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.80
+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=('4b8e3927487c9c67f59e21422274d17e2c2a3dc6')
+
+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 171723, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-11-21 18:16:27 UTC (rev 171724)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.80
+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=('4b8e3927487c9c67f59e21422274d17e2c2a3dc6')
+
+build() {
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2012-10-02 Thread Andrea Scarpino
Date: Tuesday, October 2, 2012 @ 15:04:17
  Author: andrea
Revision: 167574

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 167573, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 167573, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 167573, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-10-02 19:04:17 UTC (rev 167574)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('549f386325cf02662c685f83b1844c72149255d1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 167573, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-10-02 19:04:17 UTC (rev 167574)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.2
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('549f386325cf02662c685f83b1844c72149255d1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-09-04 Thread Andrea Scarpino
Date: Tuesday, September 4, 2012 @ 11:43:37
  Author: andrea
Revision: 166045

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 166044, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 166044, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 166044, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-04 15:43:37 UTC (rev 166045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('a5a6b42a7c37c554fa67dcd9a9439c4d32a6c59a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 166044, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-04 15:43:37 UTC (rev 166045)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.9.1
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('a5a6b42a7c37c554fa67dcd9a9439c4d32a6c59a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 18:00:57
  Author: andrea
Revision: 163363

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 163362, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 163362, 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   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-07-11 22:00:05 UTC (rev 163362)
+++ kde-unstable-i686/PKGBUILD  2012-07-11 22:00:57 UTC (rev 163363)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.95
-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=('6760d580bc3fd8ee3dff377f1b72aae2d93a6a77')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 163362, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-07-11 22:00:57 UTC (rev 163363)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.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=('6c5699a81e5ed76a808e4ca08844cfa49e92df7f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-07-11 22:00:05 UTC (rev 163362)
+++ kde-unstable-x86_64/PKGBUILD2012-07-11 22:00:57 UTC (rev 163363)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.95
-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=('6760d580bc3fd8ee3dff377f1b72aae2d93a6a77')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 163362, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-07-11 22:00:57 UTC (rev 163363)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.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;)

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

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 08:58:56
  Author: andrea
Revision: 162557

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 162556, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162556, 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   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 12:58:08 UTC (rev 162556)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:58:56 UTC (rev 162557)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.90
-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=('edb88ebce52cf3aee1e2eda244142562f0c8d2f7')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 162556, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 12:58:56 UTC (rev 162557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.95
+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=('6760d580bc3fd8ee3dff377f1b72aae2d93a6a77')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-27 12:58:08 UTC (rev 162556)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:58:56 UTC (rev 162557)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.90
-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=('edb88ebce52cf3aee1e2eda244142562f0c8d2f7')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 162556, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-27 12:58:56 UTC (rev 162557)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.95
+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;)

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

2012-06-13 Thread Andrea Scarpino
Date: Wednesday, June 13, 2012 @ 10:10:36
  Author: andrea
Revision: 161676

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

Added:
  kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD
(from rev 161675, kdebindings-qyoto/kde-unstable/PKGBUILD)
  kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD
(from rev 161675, 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   |   62 -
 kde-unstable-x86_64/PKGBUILD |   62 -
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-13 14:09:50 UTC (rev 161675)
+++ kde-unstable-i686/PKGBUILD  2012-06-13 14:10:36 UTC (rev 161676)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.80
-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=('70b384fdc5509fcde8870e5aa1a08b285ef9d35f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 161675, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-13 14:10:36 UTC (rev 161676)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.90
+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=('edb88ebce52cf3aee1e2eda244142562f0c8d2f7')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-06-13 14:09:50 UTC (rev 161675)
+++ kde-unstable-x86_64/PKGBUILD2012-06-13 14:10:36 UTC (rev 161676)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.8.80
-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=('70b384fdc5509fcde8870e5aa1a08b285ef9d35f')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 161675, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-06-13 14:10:36 UTC (rev 161676)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.90
+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;)

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

2012-06-07 Thread Andrea Scarpino
Date: Thursday, June 7, 2012 @ 16:24:35
  Author: andrea
Revision: 160990

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 160989, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 160989, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 160989, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-06-07 20:24:35 UTC (rev 160990)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('8df3ad9630e8435e6af5af5809520662c95ee516')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 160989, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-06-07 20:24:35 UTC (rev 160990)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.4
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('8df3ad9630e8435e6af5af5809520662c95ee516')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-29 Thread Andrea Scarpino
Date: Tuesday, May 29, 2012 @ 18:26:09
  Author: andrea
Revision: 160091

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

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

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

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 160090, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-05-29 22:26:09 UTC (rev 160091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.80
+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=('70b384fdc5509fcde8870e5aa1a08b285ef9d35f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 160090, 
kdebindings-qyoto/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-05-29 22:26:09 UTC (rev 160091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.80
+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=('70b384fdc5509fcde8870e5aa1a08b285ef9d35f')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-05-03 Thread Andrea Scarpino
Date: Thursday, May 3, 2012 @ 10:32:55
  Author: andrea
Revision: 158237

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 158236, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 158236, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 158236, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-05-03 14:32:55 UTC (rev 158237)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('7d20a80fef76d4cdfb8d03a66e07b82074df69b0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 158236, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2012-05-03 14:32:55 UTC (rev 158237)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.3
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.xz;)
+sha1sums=('7d20a80fef76d4cdfb8d03a66e07b82074df69b0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-25 Thread Andrea Scarpino
Date: Wednesday, January 25, 2012 @ 18:14:08
  Author: andrea
Revision: 147573

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  kdebindings-qyoto/repos/testing-i686/
  kdebindings-qyoto/repos/testing-i686/PKGBUILD
(from rev 147572, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/testing-x86_64/
  kdebindings-qyoto/repos/testing-x86_64/PKGBUILD
(from rev 147572, kdebindings-qyoto/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/testing-i686/PKGBUILD (from rev 147572, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-01-25 23:14:08 UTC (rev 147573)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.0
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('3e5abc08b5a097e332449f15c50975402934d60a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/testing-x86_64/PKGBUILD (from rev 147572, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-01-25 23:14:08 UTC (rev 147573)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.8.0
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('3e5abc08b5a097e332449f15c50975402934d60a')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2012-01-05 Thread Andrea Scarpino
Date: Thursday, January 5, 2012 @ 07:29:48
  Author: andrea
Revision: 146091

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-01-05 12:29:05 UTC (rev 146090)
+++ kde-unstable-i686/PKGBUILD  2012-01-05 12:29:48 UTC (rev 146091)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.7.95
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=http://kde.org/;
-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.bz2;)
-sha1sums=('b7e55ce3d679498c3d07d5454622e3778efcd801')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 146090, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-01-05 12:29:48 UTC (rev 146091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.97
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('aa528ea43b4da946c8585caabe62ad37204562c0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2012-01-05 12:29:05 UTC (rev 146090)
+++ kde-unstable-x86_64/PKGBUILD2012-01-05 12:29:48 UTC (rev 146091)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.7.95
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=http://kde.org/;
-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.bz2;)
-sha1sums=('b7e55ce3d679498c3d07d5454622e3778efcd801')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 146090, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2012-01-05 12:29:48 UTC (rev 146091)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.97
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('aa528ea43b4da946c8585caabe62ad37204562c0')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  

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

2011-12-22 Thread Andrea Scarpino
Date: Thursday, December 22, 2011 @ 17:37:39
  Author: andrea
Revision: 145485

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2011-12-22 22:36:59 UTC (rev 145484)
+++ kde-unstable-i686/PKGBUILD  2011-12-22 22:37:39 UTC (rev 145485)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.7.90
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=http://kde.org/;
-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.bz2;)
-sha1sums=('b81fc239f3465daadbda3fa5da8478fd3f26e740')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 145484, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2011-12-22 22:37:39 UTC (rev 145485)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.95
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('b7e55ce3d679498c3d07d5454622e3778efcd801')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2011-12-22 22:36:59 UTC (rev 145484)
+++ kde-unstable-x86_64/PKGBUILD2011-12-22 22:37:39 UTC (rev 145485)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.7.90
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=http://kde.org/;
-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.bz2;)
-sha1sums=('b81fc239f3465daadbda3fa5da8478fd3f26e740')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 145484, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2011-12-22 22:37:39 UTC (rev 145485)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.95
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('b7e55ce3d679498c3d07d5454622e3778efcd801')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  

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

2011-12-08 Thread Andrea Scarpino
Date: Thursday, December 8, 2011 @ 05:28:20
  Author: andrea
Revision: 144766

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

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

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

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2011-12-08 10:27:40 UTC (rev 144765)
+++ kde-unstable-i686/PKGBUILD  2011-12-08 10:28:20 UTC (rev 144766)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.7.80
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=http://kde.org/;
-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.bz2;)
-sha1sums=('e1e4ab189e16ad33e3d19a457aee8540437c4af9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-i686/PKGBUILD (from rev 144765, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2011-12-08 10:28:20 UTC (rev 144766)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.90
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('b81fc239f3465daadbda3fa5da8478fd3f26e740')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===
--- kde-unstable-x86_64/PKGBUILD2011-12-08 10:27:40 UTC (rev 144765)
+++ kde-unstable-x86_64/PKGBUILD2011-12-08 10:28:20 UTC (rev 144766)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-qyoto
-pkgver=4.7.80
-pkgrel=1
-pkgdesc=.NET/Mono bindings for the Qt libraries
-url=http://kde.org/;
-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.bz2;)
-sha1sums=('e1e4ab189e16ad33e3d19a457aee8540437c4af9')
-
-build() {
-  cd ${srcdir}
-  mkdir build
-  cd build
-  cmake ../qyoto-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-qyoto/repos/kde-unstable-x86_64/PKGBUILD (from rev 144765, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2011-12-08 10:28:20 UTC (rev 144766)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.90
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('b81fc239f3465daadbda3fa5da8478fd3f26e740')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  

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

2011-11-22 Thread Andrea Scarpino
Date: Wednesday, November 23, 2011 @ 02:45:26
  Author: andrea
Revision: 143128

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 143127, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 143127, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 143127, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-11-23 07:45:26 UTC (rev 143128)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.80
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('e1e4ab189e16ad33e3d19a457aee8540437c4af9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 143127, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-11-23 07:45:26 UTC (rev 143128)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.80
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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.bz2;)
+sha1sums=('e1e4ab189e16ad33e3d19a457aee8540437c4af9')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-30 Thread Andrea Scarpino
Date: Sunday, October 30, 2011 @ 23:34:31
  Author: andrea
Revision: 141512

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 141511, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 141511, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 141511, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-31 03:34:31 UTC (rev 141512)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('676042633b8c426adf1f47ad143f5db20ae257ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 141511, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-31 03:34:31 UTC (rev 141512)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.3
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('676042633b8c426adf1f47ad143f5db20ae257ef')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2011-10-04 Thread Andrea Scarpino
Date: Tuesday, October 4, 2011 @ 19:10:37
  Author: andrea
Revision: 139767

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 139766, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 139766, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 139766, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-10-04 23:10:37 UTC (rev 139767)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('f002a31fcdcaa94af02bbf5e368e79463974e467')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 139766, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-10-04 23:10:37 UTC (rev 139767)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.2
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('f002a31fcdcaa94af02bbf5e368e79463974e467')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}



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

2011-09-06 Thread Andrea Scarpino
Date: Tuesday, September 6, 2011 @ 17:23:56
  Author: andrea
Revision: 137241

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kdebindings-qyoto/repos/staging-i686/
  kdebindings-qyoto/repos/staging-i686/PKGBUILD
(from rev 137240, kdebindings-qyoto/trunk/PKGBUILD)
  kdebindings-qyoto/repos/staging-x86_64/
  kdebindings-qyoto/repos/staging-x86_64/PKGBUILD
(from rev 137240, kdebindings-qyoto/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   31 +++
 staging-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: kdebindings-qyoto/repos/staging-i686/PKGBUILD (from rev 137240, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2011-09-06 21:23:56 UTC (rev 137241)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.1
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('a08fd3750cd021578e82e096a1534b093591dbb1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-qyoto/repos/staging-x86_64/PKGBUILD (from rev 137240, 
kdebindings-qyoto/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2011-09-06 21:23:56 UTC (rev 137241)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-qyoto
+pkgver=4.7.1
+pkgrel=1
+pkgdesc=.NET/Mono bindings for the Qt libraries
+url=http://kde.org/;
+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/stable/${pkgver}/src/qyoto-${pkgver}.tar.bz2;)
+sha1sums=('a08fd3750cd021578e82e096a1534b093591dbb1')
+
+build() {
+  cd ${srcdir}
+  mkdir build
+  cd build
+  cmake ../qyoto-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}