[arch-commits] Commit in kdebindings-qtruby (kde-unstable kde-unstable/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri May 25 19:59:11 UTC 2012


    Date: Friday, May 25, 2012 @ 15:59:09
  Author: andrea
Revision: 159530

KDE 4.9

Added:
  kdebindings-qtruby/kde-unstable/
Modified:
  kdebindings-qtruby/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2012-05-25 14:33:21 UTC (rev 159498)
+++ kde-unstable/PKGBUILD	2012-05-25 19:59:09 UTC (rev 159530)
@@ -2,18 +2,18 @@
 # Maintainer: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdebindings-qtruby
-pkgver=4.8.3
+pkgver=4.8.80
 pkgrel=1
-pkgdesc="Qt bindings for ruby"
-url="http://kde.org/"
+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=('aa88b382034cb66f283c200a10c04d3ba2170492')
+source=("http://download.kde.org/unstable/${pkgver}/src/qtruby-${pkgver}.tar.xz")
+sha1sums=('8cf9bc95f95f72c00f32e0a867e20e5029b8bcbb')
 
 build() {
   cd "${srcdir}"
@@ -22,7 +22,8 @@
   cmake ../qtruby-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCUSTOM_RUBY_SITE_LIB_DIR=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'`
+    -DCUSTOM_RUBY_SITE_LIB_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]') \
+    -DCUSTOM_RUBY_SITE_ARCH_DIR=$(ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]')
   make
 }
 




More information about the arch-commits mailing list