[arch-commits] Commit in kdebindings-perlkde/repos (4 files)

Andrea Scarpino andrea at archlinux.org
Wed Nov 21 18:45:14 UTC 2012


    Date: Wednesday, November 21, 2012 @ 13:45:14
  Author: andrea
Revision: 171754

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

Added:
  kdebindings-perlkde/repos/kde-unstable-i686/
  kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD
    (from rev 171753, kdebindings-perlkde/kde-unstable/PKGBUILD)
  kdebindings-perlkde/repos/kde-unstable-x86_64/
  kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 171753, kdebindings-perlkde/kde-unstable/PKGBUILD)

------------------------------+
 kde-unstable-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: kdebindings-perlkde/repos/kde-unstable-i686/PKGBUILD (from rev 171753, kdebindings-perlkde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2012-11-21 18:45:14 UTC (rev 171754)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-perlkde
+pkgver=4.9.80
+pkgrel=1
+pkgdesc="Perl bindings for the KDE libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+            'kdegraphics-okular' 'kdesdk-kate')
+source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz")
+sha1sums=('cfa442fcdce76523d7d978cfe9459c6385ead228')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../perlkde-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kdebindings-perlkde/repos/kde-unstable-x86_64/PKGBUILD (from rev 171753, kdebindings-perlkde/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2012-11-21 18:45:14 UTC (rev 171754)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdebindings-perlkde
+pkgver=4.9.80
+pkgrel=1
+pkgdesc="Perl bindings for the KDE libraries"
+url="https://projects.kde.org/projects/kde/kdebindings/perl/perlkde"
+arch=('i686' 'x86_64')
+license=('GPL' 'LGPL' 'FDL')
+groups=('kdebindings')
+depends=('kdebindings-perlqt' 'kdebindings-smokekde')
+makedepends=('cmake' 'automoc4' 'kdebindings-smokegen' 'kdepimlibs'
+            'kdegraphics-okular' 'kdesdk-kate')
+source=("http://download.kde.org/unstable/${pkgver}/src/perlkde-${pkgver}.tar.xz")
+sha1sums=('cfa442fcdce76523d7d978cfe9459c6385ead228')
+
+build() {
+  cd "${srcdir}"
+  mkdir build
+  cd build
+  cmake ../perlkde-${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