[arch-commits] Commit in kdebindings-perlqt/repos (3 files)
Andrea Scarpino
andrea at archlinux.org
Wed Sep 7 17:18:02 UTC 2011
Date: Wednesday, September 7, 2011 @ 13:18:01
Author: andrea
Revision: 137373
db-move: moved kdebindings-perlqt from [staging] to [extra] (x86_64)
Added:
kdebindings-perlqt/repos/extra-x86_64/PKGBUILD
(from rev 137371, kdebindings-perlqt/repos/staging-x86_64/PKGBUILD)
Deleted:
kdebindings-perlqt/repos/extra-x86_64/PKGBUILD
kdebindings-perlqt/repos/staging-x86_64/
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2011-09-07 17:18:00 UTC (rev 137372)
+++ extra-x86_64/PKGBUILD 2011-09-07 17:18:01 UTC (rev 137373)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kdebindings-perlqt
-pkgver=4.7.0
-pkgrel=1
-pkgdesc="Perl bindings for the Qt libraries"
-url="http://kde.org/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kdebindings')
-depends=('kdebindings-smokeqt')
-makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
-source=("http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.bz2")
-sha1sums=('a48f2f34374258793c7394914645cf2b8e597aaa')
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../perlqt-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}
Copied: kdebindings-perlqt/repos/extra-x86_64/PKGBUILD (from rev 137371, kdebindings-perlqt/repos/staging-x86_64/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD (rev 0)
+++ extra-x86_64/PKGBUILD 2011-09-07 17:18:01 UTC (rev 137373)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-perlqt
+pkgver=4.7.1
+pkgrel=1
+pkgdesc="Perl bindings for the Qt libraries"
+url="http://kde.org/"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-smokeqt')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen')
+source=("http://download.kde.org/stable/${pkgver}/src/perlqt-${pkgver}.tar.bz2")
+sha1sums=('f2534fc9677ce4f3e58a67b4d9b255f403250064')
+
+build() {
+ cd "${srcdir}"
+ mkdir build
+ cd build
+ cmake ../perlqt-${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