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

Antonio Rojas arojas at archlinux.org
Thu Dec 15 19:13:56 UTC 2016


    Date: Thursday, December 15, 2016 @ 19:13:55
  Author: arojas
Revision: 199594

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

Added:
  kphotoalbum/repos/community-testing-i686/
  kphotoalbum/repos/community-testing-i686/PKGBUILD
    (from rev 199593, kphotoalbum/trunk/PKGBUILD)
  kphotoalbum/repos/community-testing-x86_64/
  kphotoalbum/repos/community-testing-x86_64/PKGBUILD
    (from rev 199593, kphotoalbum/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: kphotoalbum/repos/community-testing-i686/PKGBUILD (from rev 199593, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2016-12-15 19:13:55 UTC (rev 199594)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
+# Contributor: Jonathan Schaeffer <joschaeffer ][ gmail ? com>
+# Contributor: chfoxli <lg ][ romandie ? com>
+
+pkgname=kphotoalbum
+pkgver=5.0.1
+pkgrel=2
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkipi' 'libkdcraw' 'libkface' 'libkgeomap' 'exiv2')
+makedepends=('extra-cmake-modules' 'python' 'appstream' 'plasma-framework' 'phonon-qt5' 'kdoctools' 'kparts' 'libkexiv2')
+optdepends=()
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('e43beb6cb93d749b30aa171ebce5ac5473b16704ea6d36bf6dcc2ce54328ce55')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd ${srcdir}/build
+
+  make DESTDIR=${pkgdir} install
+}

Copied: kphotoalbum/repos/community-testing-x86_64/PKGBUILD (from rev 199593, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2016-12-15 19:13:55 UTC (rev 199594)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Laurent Carlier <lordheavym at gmail.com>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com>
+# Contributor: Jonathan Schaeffer <joschaeffer ][ gmail ? com>
+# Contributor: chfoxli <lg ][ romandie ? com>
+
+pkgname=kphotoalbum
+pkgver=5.0.1
+pkgrel=2
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libkipi' 'libkdcraw' 'libkface' 'libkgeomap' 'exiv2')
+makedepends=('extra-cmake-modules' 'python' 'appstream' 'plasma-framework' 'phonon-qt5' 'kdoctools' 'kparts' 'libkexiv2')
+optdepends=()
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('e43beb6cb93d749b30aa171ebce5ac5473b16704ea6d36bf6dcc2ce54328ce55')
+
+build() {
+  mkdir build
+  cd build
+
+  cmake ../${pkgname}-${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