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

Laurent Carlier lcarlier at archlinux.org
Tue Dec 20 08:52:35 UTC 2016


    Date: Tuesday, December 20, 2016 @ 08:52:34
  Author: lcarlier
Revision: 200438

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-20 08:52:27 UTC (rev 200437)
+++ community-i686/PKGBUILD	2016-12-20 08:52:34 UTC (rev 200438)
@@ -1,35 +0,0 @@
-# $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-i686/PKGBUILD (from rev 200437, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-20 08:52:34 UTC (rev 200438)
@@ -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.1
+pkgrel=1
+pkgdesc="KDE Photo Album, picture collection manager"
+url="https://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=('9c6e175090fc6de1e7d0565a88e1715496e0b1cfbdfc7a11dd4818694b8504b7')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-20 08:52:27 UTC (rev 200437)
+++ community-x86_64/PKGBUILD	2016-12-20 08:52:34 UTC (rev 200438)
@@ -1,35 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 200437, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-20 08:52:34 UTC (rev 200438)
@@ -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.1
+pkgrel=1
+pkgdesc="KDE Photo Album, picture collection manager"
+url="https://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=('9c6e175090fc6de1e7d0565a88e1715496e0b1cfbdfc7a11dd4818694b8504b7')
+
+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