Date: Wednesday, November 19, 2014 @ 17:58:26
  Author: fyan
Revision: 226431

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

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

-------------------------+
 testing-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: kdebindings-qtruby/repos/testing-i686/PKGBUILD (from rev 226430, 
kdebindings-qtruby/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-11-19 16:58:26 UTC (rev 226431)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdebindings-qtruby
+pkgver=4.14.3
+pkgrel=1
+pkgdesc="Ruby bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=("http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz";)
+sha1sums=('8a211c62dc5a343894010c1ebcac7d593966f07e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../qtruby-${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 build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdebindings-qtruby/repos/testing-x86_64/PKGBUILD (from rev 226430, 
kdebindings-qtruby/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-11-19 16:58:26 UTC (rev 226431)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Andrea Scarpino <and...@archlinux.org>
+
+pkgname=kdebindings-qtruby
+pkgver=4.14.3
+pkgrel=1
+pkgdesc="Ruby bindings for the Qt libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/ruby/qtruby";
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt' 'ruby')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+conflicts=('kdebindings-ruby')
+source=("http://download.kde.org/stable/${pkgver}/src/qtruby-${pkgver}.tar.xz";)
+sha1sums=('8a211c62dc5a343894010c1ebcac7d593966f07e')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../qtruby-${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 build
+  make DESTDIR="${pkgdir}" install
+}

Reply via email to