[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2013-03-05 Thread Andrea Scarpino
Date: Tuesday, March 5, 2013 @ 16:29:18
  Author: andrea
Revision: 179366

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 179365, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/ruby19.patch
(from rev 179365, kdebindings-korundum/trunk/ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 179365, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch
(from rev 179365, kdebindings-korundum/trunk/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/ruby19.patch

---+
 extra-i686/PKGBUILD   |   88 ++--
 extra-i686/ruby19.patch   |   60 +++---
 extra-x86_64/PKGBUILD |   88 ++--
 extra-x86_64/ruby19.patch |   60 +++---
 4 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2013-03-05 15:29:06 UTC (rev 179365)
+++ extra-i686/PKGBUILD 2013-03-05 15:29:18 UTC (rev 179366)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.10.0
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdegraphics-okular: okular bindings'
-'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('c8257b61c546df77c98d83ce32759359118d7c9d'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DKDE4_BUILD_TESTS=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 179365, 
kdebindings-korundum/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2013-03-05 15:29:18 UTC (rev 179366)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.10.1
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdegraphics-okular: okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('ba0326225e6d040ea215f1991295f7e43d5aaed4'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/ruby19.patch
===
--- extra-i686/ruby19.patch 2013-03-05 15:29:06 UTC (rev 179365)
+++ extra-i686/ruby19.patch 2013-03-05 15:29:18 UTC (rev 179366)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ korundum-4.9.0/src/krubypluginfactory.cpp  2012-07-27 10:53:15.247374749 
+
-@@ -39,7 +39,6 @@
- extern C {
- extern VALUE rb_load_path;
- extern VALUE 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2013-01-19 Thread Andrea Scarpino
Date: Saturday, January 19, 2013 @ 06:56:00
  Author: andrea
Revision: 175577

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 175576, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 175576, kdebindings-korundum/kde-unstable/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 175576, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 175576, kdebindings-korundum/kde-unstable/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   87 ++---
 kde-unstable-i686/ruby19.patch   |   60 -
 kde-unstable-x86_64/PKGBUILD |   87 ++---
 kde-unstable-x86_64/ruby19.patch |   60 -
 4 files changed, 148 insertions(+), 146 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-19 11:55:23 UTC (rev 175576)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:56:00 UTC (rev 175577)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.97
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdegraphics-okular: okular bindings'
-'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('4d5ca7085411e1daa16c0519abc3566c73bf8507'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 175576, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-19 11:56:00 UTC (rev 175577)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.98
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdegraphics-okular: okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('0725ec88324a921b307a896b077d95534340dd26'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/ruby19.patch
===
--- kde-unstable-i686/ruby19.patch  2013-01-19 11:55:23 UTC (rev 175576)
+++ kde-unstable-i686/ruby19.patch  2013-01-19 11:56:00 UTC (rev 175577)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2013-01-04 Thread Andrea Scarpino
Date: Saturday, January 5, 2013 @ 02:25:57
  Author: andrea
Revision: 174503

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 174501, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 174501, kdebindings-korundum/kde-unstable/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 174502, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 174502, kdebindings-korundum/kde-unstable/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   86 ++---
 kde-unstable-i686/ruby19.patch   |   60 -
 kde-unstable-x86_64/PKGBUILD |   86 ++---
 kde-unstable-x86_64/ruby19.patch |   60 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2013-01-05 07:25:49 UTC (rev 174502)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:25:57 UTC (rev 174503)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.95
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdegraphics-okular: okular bindings'
-'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('780275964370eef3c14ce88eeb6389335a6379b2'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 174501, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2013-01-05 07:25:57 UTC (rev 174503)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.97
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdegraphics-okular: okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('4d5ca7085411e1daa16c0519abc3566c73bf8507'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/ruby19.patch
===
--- kde-unstable-i686/ruby19.patch  2013-01-05 07:25:49 UTC (rev 174502)
+++ kde-unstable-i686/ruby19.patch  2013-01-05 07:25:57 UTC (rev 174503)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2012-12-20 Thread Andrea Scarpino
Date: Thursday, December 20, 2012 @ 03:46:03
  Author: andrea
Revision: 173546

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 173545, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 173545, kdebindings-korundum/kde-unstable/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 173545, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 173545, kdebindings-korundum/kde-unstable/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   86 ++---
 kde-unstable-i686/ruby19.patch   |   60 -
 kde-unstable-x86_64/PKGBUILD |   86 ++---
 kde-unstable-x86_64/ruby19.patch |   60 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-20 08:45:27 UTC (rev 173545)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:46:03 UTC (rev 173546)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.90
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdegraphics-okular: okular bindings'
-'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('c257940ee5e89a3fc1ae45f0715b882cb03cff32'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 173545, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-20 08:46:03 UTC (rev 173546)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.95
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdegraphics-okular: okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('780275964370eef3c14ce88eeb6389335a6379b2'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/ruby19.patch
===
--- kde-unstable-i686/ruby19.patch  2012-12-20 08:45:27 UTC (rev 173545)
+++ kde-unstable-i686/ruby19.patch  2012-12-20 08:46:03 UTC (rev 173546)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2012-12-04 Thread Andrea Scarpino
Date: Tuesday, December 4, 2012 @ 13:38:21
  Author: andrea
Revision: 172654

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 172653, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 172653, kdebindings-korundum/kde-unstable/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 172653, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 172653, kdebindings-korundum/kde-unstable/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   86 ++---
 kde-unstable-i686/ruby19.patch   |   60 -
 kde-unstable-x86_64/PKGBUILD |   86 ++---
 kde-unstable-x86_64/ruby19.patch |   60 -
 4 files changed, 146 insertions(+), 146 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-12-04 18:37:46 UTC (rev 172653)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:38:21 UTC (rev 172654)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.9.80
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-optdepends=('kdegraphics-okular: okular bindings'
-'kdepimlibs: akonadi bindings')
-conflicts=('kdebindings-ruby')
-source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('e16ed8f538fc1208c2b29c1704da186fe3d97e8c'
-  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 172653, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-12-04 18:38:21 UTC (rev 172654)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.90
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+optdepends=('kdegraphics-okular: okular bindings'
+'kdepimlibs: akonadi bindings')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('c257940ee5e89a3fc1ae45f0715b882cb03cff32'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/ruby19.patch
===
--- kde-unstable-i686/ruby19.patch  2012-12-04 18:37:46 UTC (rev 172653)
+++ kde-unstable-i686/ruby19.patch  2012-12-04 18:38:21 UTC (rev 172654)
@@ -1,30 +0,0 @@
 korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
-+++ 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2012-08-01 Thread Andrea Scarpino
Date: Wednesday, August 1, 2012 @ 10:37:43
  Author: andrea
Revision: 164559

db-move: moved kdebindings-korundum from [kde-unstable] to [testing] (i686, 
x86_64)

Added:
  kdebindings-korundum/repos/testing-i686/
  kdebindings-korundum/repos/testing-i686/PKGBUILD
(from rev 164519, kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD)
  kdebindings-korundum/repos/testing-i686/ruby19.patch
(from rev 164519, kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch)
  kdebindings-korundum/repos/testing-x86_64/
  kdebindings-korundum/repos/testing-x86_64/PKGBUILD
(from rev 164519, kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD)
  kdebindings-korundum/repos/testing-x86_64/ruby19.patch
(from rev 164519, 
kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/
  kdebindings-korundum/repos/kde-unstable-x86_64/

-+
 testing-i686/PKGBUILD   |   41 +
 testing-i686/ruby19.patch   |   30 ++
 testing-x86_64/PKGBUILD |   41 +
 testing-x86_64/ruby19.patch |   30 ++
 4 files changed, 142 insertions(+)

Copied: kdebindings-korundum/repos/testing-i686/PKGBUILD (from rev 164519, 
kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-08-01 14:37:43 UTC (rev 164559)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('7c97b549bb6958223fc0b28f657fec09bb95b7e5'
+  'c074f027bac3b9bffe70a2c2304a6a7be12be034')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-korundum/repos/testing-i686/ruby19.patch (from rev 164519, 
kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch)
===
--- testing-i686/ruby19.patch   (rev 0)
+++ testing-i686/ruby19.patch   2012-08-01 14:37:43 UTC (rev 164559)
@@ -0,0 +1,30 @@
+--- korundum-4.9.0/src/krubypluginfactory.cpp~ 2012-07-27 10:44:19.544464612 
+
 korundum-4.9.0/src/krubypluginfactory.cpp  2012-07-27 10:53:15.247374749 
+
+@@ -39,7 +39,6 @@
+ extern C {
+ extern VALUE rb_load_path;
+ extern VALUE qt_internal_module;
+-void Init_prelude(void);
+ }
+ 
+ //
+@@ -165,7 +164,8 @@
+ #if RUBY_VERSION = 0x10900
+ VALUE gem = rb_define_module(Gem);
+ rb_const_set(gem, rb_intern(Enable), Qtrue);
+-Init_prelude(); 
++char *opts[] = { ruby, -e; };
++ruby_options(2, opts);
+ #endif
+ 
+ ruby_incpush(QFile::encodeName(program.path()));
+@@ -342,7 +342,8 @@
+ #if RUBY_VERSION = 0x10900
+ VALUE gem = rb_define_module(Gem);
+ rb_const_set(gem, rb_intern(Enable), Qtrue);
+-Init_prelude(); 
++char *opts[] = { ruby, -e; };
++ruby_options(2, opts);
+ #endif
+ 
+ ruby_incpush(QFile::encodeName(program.path()));

Copied: kdebindings-korundum/repos/testing-x86_64/PKGBUILD (from rev 164519, 
kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-08-01 14:37:43 UTC (rev 164559)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.9.0
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2012-07-11 Thread Andrea Scarpino
Date: Wednesday, July 11, 2012 @ 18:21:19
  Author: andrea
Revision: 163387

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 163386, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 163386, kdebindings-korundum/kde-unstable/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 163386, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 163386, kdebindings-korundum/kde-unstable/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   84 ++---
 kde-unstable-i686/ruby19.patch   |   60 +-
 kde-unstable-x86_64/PKGBUILD |   84 ++---
 kde-unstable-x86_64/ruby19.patch |   60 +-
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-07-11 22:20:40 UTC (rev 163386)
+++ kde-unstable-i686/PKGBUILD  2012-07-11 22:21:19 UTC (rev 163387)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.8.95
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-options=('!makeflags')
-source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('10d25abd06c81a4bda3335ced345014fa5cb8e2b'
-  '73299f56a891d8a5475ac07dd485619859312f70')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 163386, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-07-11 22:21:19 UTC (rev 163387)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.8.97
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+options=('!makeflags')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('432655321eefb8b3635c03c55e02175163340131'
+  '73299f56a891d8a5475ac07dd485619859312f70')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/ruby19.patch
===
--- kde-unstable-i686/ruby19.patch  2012-07-11 22:20:40 UTC (rev 163386)
+++ kde-unstable-i686/ruby19.patch  2012-07-11 22:21:19 UTC (rev 163387)
@@ -1,30 +0,0 @@
-diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
 korundum-4.8.0/src/krubypluginfactory.cpp.ruby19   2011-07-27 
13:37:29.0 -0500
-+++ korundum-4.8.0/src/krubypluginfactory.cpp  2012-02-17 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2012-06-27 Thread Andrea Scarpino
Date: Wednesday, June 27, 2012 @ 09:17:11
  Author: andrea
Revision: 162580

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

Added:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
(from rev 162579, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
(from rev 162579, kdebindings-korundum/kde-unstable/ruby19.patch)
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
(from rev 162579, kdebindings-korundum/kde-unstable/PKGBUILD)
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch
(from rev 162579, kdebindings-korundum/kde-unstable/ruby19.patch)
Deleted:
  kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-i686/ruby19.patch
  kdebindings-korundum/repos/kde-unstable-x86_64/PKGBUILD
  kdebindings-korundum/repos/kde-unstable-x86_64/ruby19.patch

--+
 kde-unstable-i686/PKGBUILD   |   84 ++---
 kde-unstable-i686/ruby19.patch   |   60 +-
 kde-unstable-x86_64/PKGBUILD |   84 ++---
 kde-unstable-x86_64/ruby19.patch |   60 +-
 4 files changed, 144 insertions(+), 144 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2012-06-27 13:16:42 UTC (rev 162579)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:17:11 UTC (rev 162580)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.8.90
-pkgrel=1
-pkgdesc=Ruby bindings for libraries created by the KDE community
-url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-options=('!makeflags')
-source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
-'ruby19.patch')
-sha1sums=('376d54caf842f69b8f03e9ac9aca3a7166344486'
-  '73299f56a891d8a5475ac07dd485619859312f70')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/ruby19.patch
-
-  cd ${srcdir}
-  mkdir build
-  cd build
-
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
--DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
-
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/kde-unstable-i686/PKGBUILD (from rev 162579, 
kdebindings-korundum/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2012-06-27 13:17:11 UTC (rev 162580)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.8.95
+pkgrel=1
+pkgdesc=Ruby bindings for libraries created by the KDE community
+url=https://projects.kde.org/projects/kde/kdebindings/ruby/korundum;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+options=('!makeflags')
+source=(http://download.kde.org/unstable/${pkgver}/src/korundum-${pkgver}.tar.xz;
+'ruby19.patch')
+sha1sums=('10d25abd06c81a4bda3335ced345014fa5cb8e2b'
+  '73299f56a891d8a5475ac07dd485619859312f70')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/ruby19.patch
+
+  cd ${srcdir}
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: kde-unstable-i686/ruby19.patch
===
--- kde-unstable-i686/ruby19.patch  2012-06-27 13:16:42 UTC (rev 162579)
+++ kde-unstable-i686/ruby19.patch  2012-06-27 13:17:11 UTC (rev 162580)
@@ -1,30 +0,0 @@
-diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
 korundum-4.8.0/src/krubypluginfactory.cpp.ruby19   2011-07-27 
13:37:29.0 -0500
-+++ korundum-4.8.0/src/krubypluginfactory.cpp  2012-02-17 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2012-03-04 Thread Andrea Scarpino
Date: Sunday, March 4, 2012 @ 09:37:24
  Author: andrea
Revision: 152060

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

Added:
  kdebindings-korundum/repos/staging-i686/
  kdebindings-korundum/repos/staging-i686/PKGBUILD
(from rev 152059, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/staging-i686/korundum-4.8.0-ruby19.patch
(from rev 152059, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)
  kdebindings-korundum/repos/staging-x86_64/
  kdebindings-korundum/repos/staging-x86_64/PKGBUILD
(from rev 152059, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/staging-x86_64/korundum-4.8.0-ruby19.patch
(from rev 152059, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)
Modified:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD

+
 extra-i686/PKGBUILD|2 -
 extra-x86_64/PKGBUILD  |2 -
 staging-i686/PKGBUILD  |   41 +++
 staging-i686/korundum-4.8.0-ruby19.patch   |   30 +++
 staging-x86_64/PKGBUILD|   41 +++
 staging-x86_64/korundum-4.8.0-ruby19.patch |   30 +++
 6 files changed, 144 insertions(+), 2 deletions(-)

Modified: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-03-04 14:36:59 UTC (rev 152059)
+++ extra-i686/PKGBUILD 2012-03-04 14:37:24 UTC (rev 152060)
@@ -14,7 +14,7 @@
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
 conflicts=('kdebindings-ruby')
 options=('!makeflags')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.bz2;
+source=(http://download.kde.org/stable/${pkgver}/src/xz/korundum-${pkgver}.tar.xz;
 'korundum-4.8.0-ruby19.patch')
 sha1sums=('635ebd224ec2775e93ddf395c2e4d2ba838130df'
   '73299f56a891d8a5475ac07dd485619859312f70')

Modified: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-03-04 14:36:59 UTC (rev 152059)
+++ extra-x86_64/PKGBUILD   2012-03-04 14:37:24 UTC (rev 152060)
@@ -14,7 +14,7 @@
  'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
 conflicts=('kdebindings-ruby')
 options=('!makeflags')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.bz2;
+source=(http://download.kde.org/stable/${pkgver}/src/xz/korundum-${pkgver}.tar.xz;
 'korundum-4.8.0-ruby19.patch')
 sha1sums=('635ebd224ec2775e93ddf395c2e4d2ba838130df'
   '73299f56a891d8a5475ac07dd485619859312f70')

Copied: kdebindings-korundum/repos/staging-i686/PKGBUILD (from rev 152059, 
kdebindings-korundum/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2012-03-04 14:37:24 UTC (rev 152060)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.8.1
+pkgrel=1
+pkgdesc=KDE bindings for ruby
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+options=('!makeflags')
+source=(http://download.kde.org/stable/${pkgver}/src/xz/korundum-${pkgver}.tar.xz;
+'korundum-4.8.0-ruby19.patch')
+sha1sums=('10788c362d209785ce800d70c3b8823af49cf16c'
+  '73299f56a891d8a5475ac07dd485619859312f70')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/korundum-4.8.0-ruby19.patch
+  cd ..
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Copied: kdebindings-korundum/repos/staging-i686/korundum-4.8.0-ruby19.patch 
(from rev 152059, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)
===
--- staging-i686/korundum-4.8.0-ruby19.patch(rev 0)
+++ staging-i686/korundum-4.8.0-ruby19.patch2012-03-04 14:37:24 UTC (rev 
152060)
@@ -0,0 +1,30 @@
+diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
+--- korundum-4.8.0/src/krubypluginfactory.cpp.ruby19   2011-07-27 
13:37:29.0 -0500
 korundum-4.8.0/src/krubypluginfactory.cpp  2012-02-17 08:30:38.785635819 
-0600
+@@ -39,7 +39,7 @@
+ extern C {
+ 

[arch-commits] Commit in kdebindings-korundum/repos (8 files)

2012-02-24 Thread Thomas Dziedzic
Date: Friday, February 24, 2012 @ 14:58:42
  Author: tdziedzic
Revision: 151088

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

Added:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
(from rev 151087, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/extra-i686/korundum-4.8.0-ruby19.patch
(from rev 151087, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
(from rev 151087, kdebindings-korundum/trunk/PKGBUILD)
  kdebindings-korundum/repos/extra-x86_64/korundum-4.8.0-ruby19.patch
(from rev 151087, kdebindings-korundum/trunk/korundum-4.8.0-ruby19.patch)
Deleted:
  kdebindings-korundum/repos/extra-i686/PKGBUILD
  kdebindings-korundum/repos/extra-i686/korundum-4.8.0-ruby19.patch
  kdebindings-korundum/repos/extra-x86_64/PKGBUILD
  kdebindings-korundum/repos/extra-x86_64/korundum-4.8.0-ruby19.patch

--+
 extra-i686/PKGBUILD  |   78 +++--
 extra-i686/korundum-4.8.0-ruby19.patch   |   60 +++---
 extra-x86_64/PKGBUILD|   78 +++--
 extra-x86_64/korundum-4.8.0-ruby19.patch |   60 +++---
 4 files changed, 142 insertions(+), 134 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-24 19:58:25 UTC (rev 151087)
+++ extra-i686/PKGBUILD 2012-02-24 19:58:42 UTC (rev 151088)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=kdebindings-korundum
-pkgver=4.8.0
-pkgrel=2
-pkgdesc=KDE bindings for ruby
-url=http://kde.org/;
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-qtruby' 'kdebindings-smokekde')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
- 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
-conflicts=('kdebindings-ruby')
-options=('!makeflags')
-source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.bz2;
-'korundum-4.8.0-ruby19.patch')
-sha1sums=('635ebd224ec2775e93ddf395c2e4d2ba838130df'
-  '73299f56a891d8a5475ac07dd485619859312f70')
-
-build() {
-  cd ${srcdir}/korundum-${pkgver}
-  patch -p1 -i ${srcdir}/korundum-4.8.0-ruby19.patch
-  cd ..
-  mkdir build
-  cd build
-  cmake ../korundum-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd ${srcdir}/build
-  make DESTDIR=${pkgdir} install
-}

Copied: kdebindings-korundum/repos/extra-i686/PKGBUILD (from rev 151087, 
kdebindings-korundum/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-24 19:58:42 UTC (rev 151088)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kdebindings-korundum
+pkgver=4.8.0
+pkgrel=3
+pkgdesc=KDE bindings for ruby
+url=http://kde.org/;
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-qtruby' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'boost'
+ 'kdepimlibs' 'kdegraphics-okular' 'kdesdk-kate')
+conflicts=('kdebindings-ruby')
+options=('!makeflags')
+source=(http://download.kde.org/stable/${pkgver}/src/korundum-${pkgver}.tar.bz2;
+'korundum-4.8.0-ruby19.patch')
+sha1sums=('635ebd224ec2775e93ddf395c2e4d2ba838130df'
+  '73299f56a891d8a5475ac07dd485619859312f70')
+
+build() {
+  cd ${srcdir}/korundum-${pkgver}
+  patch -p1 -i ${srcdir}/korundum-4.8.0-ruby19.patch
+  cd ..
+  mkdir build
+  cd build
+
+  cmake ../korundum-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorlibdir]') \
+-DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts 
RbConfig::CONFIG[vendorarchdir]')
+
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/korundum-4.8.0-ruby19.patch
===
--- extra-i686/korundum-4.8.0-ruby19.patch  2012-02-24 19:58:25 UTC (rev 
151087)
+++ extra-i686/korundum-4.8.0-ruby19.patch  2012-02-24 19:58:42 UTC (rev 
151088)
@@ -1,30 +0,0 @@
-diff -up korundum-4.8.0/src/krubypluginfactory.cpp.ruby19 
korundum-4.8.0/src/krubypluginfactory.cpp
 korundum-4.8.0/src/krubypluginfactory.cpp.ruby19   2011-07-27 
13:37:29.0 -0500
-+++ korundum-4.8.0/src/krubypluginfactory.cpp  2012-02-17 08:30:38.785635819 
-0600
-@@ -39,7 +39,7 @@
- extern C {
- extern VALUE rb_load_path;
- extern VALUE qt_internal_module;
--void Init_prelude(void);
-+// void Init_prelude(void);
- }
- 
- //
-@@ -165,7 +165,7 @@ QObject *KRubyPluginFactory::create(cons
- #if RUBY_VERSION = 0x10900
- VALUE gem = rb_define_module(Gem);
-