[arch-commits] Commit in kdebindings-qtruby/repos (3 files)
Andrea Scarpino
andrea at archlinux.org
Thu Dec 8 09:18:43 UTC 2011
Date: Thursday, December 8, 2011 @ 04:18:43
Author: andrea
Revision: 144633
db-move: moved kdebindings-qtruby from [staging] to [extra] (x86_64)
Added:
kdebindings-qtruby/repos/extra-x86_64/PKGBUILD
(from rev 144608, kdebindings-qtruby/repos/staging-x86_64/PKGBUILD)
Deleted:
kdebindings-qtruby/repos/extra-x86_64/PKGBUILD
kdebindings-qtruby/repos/staging-x86_64/
----------+
PKGBUILD | 62 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 31 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-12-08 09:18:40 UTC (rev 144632)
+++ extra-x86_64/PKGBUILD 2011-12-08 09:18:43 UTC (rev 144633)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-qtruby
-pkgver=4.7.3
-pkgrel=1
-pkgdesc="Qt bindings for ruby"
-url="http://kde.org/"
-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.bz2")
-sha1sums=('2e3b36ece9039ccd39be76145575015503c6283c')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../qtruby-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdebindings-qtruby/repos/extra-x86_64/PKGBUILD (from rev 144608, kdebindings-qtruby/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-12-08 09:18:43 UTC (rev 144633)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-qtruby
+pkgver=4.7.4
+pkgrel=1
+pkgdesc="Qt bindings for ruby"
+url="http://kde.org/"
+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.bz2")
+sha1sums=('e49e38a59238cf6f5ec9c2d9afc06f3330369fc7')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../qtruby-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}"/build
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list