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

Laurent Carlier lcarlier at archlinux.org
Thu Aug 4 08:42:26 UTC 2016


    Date: Thursday, August 4, 2016 @ 08:42:26
  Author: lcarlier
Revision: 185037

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-04 08:42:19 UTC (rev 185036)
+++ community-i686/PKGBUILD	2016-08-04 08:42:26 UTC (rev 185037)
@@ -1,39 +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=4.7.1
-pkgrel=2
-pkgdesc="KDE Photo Album, picture collection manager"
-url="http://www.kphotoalbum.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
-makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
-optdepends=('kipi-plugins: add extra functionality'
-	'mplayer: video thumbnails')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('cc6ad5b63e9f724b58a7e0ad27714f0e0331a922ccd2acf91b4f33fe11ee7526')
-
-build() {
-# workaround build failure
-#  mv $pkgname-$pkgver $pkgname
-
-  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 185036, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-04 08:42:26 UTC (rev 185037)
@@ -0,0 +1,39 @@
+# $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=4.7.2
+pkgrel=1
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
+makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
+optdepends=('kipi-plugins: add extra functionality'
+	'mplayer: video thumbnails')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('313214daaaaf2b1dad2c9beb3e56051622155b142fcf67bdbaa65c3fff26790a')
+
+build() {
+# workaround build failure
+#  mv $pkgname-$pkgver $pkgname
+
+  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-08-04 08:42:19 UTC (rev 185036)
+++ community-x86_64/PKGBUILD	2016-08-04 08:42:26 UTC (rev 185037)
@@ -1,39 +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=4.7.1
-pkgrel=2
-pkgdesc="KDE Photo Album, picture collection manager"
-url="http://www.kphotoalbum.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
-makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
-optdepends=('kipi-plugins: add extra functionality'
-	'mplayer: video thumbnails')
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('cc6ad5b63e9f724b58a7e0ad27714f0e0331a922ccd2acf91b4f33fe11ee7526')
-
-build() {
-# workaround build failure
-#  mv $pkgname-$pkgver $pkgname
-
-  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 185036, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-04 08:42:26 UTC (rev 185037)
@@ -0,0 +1,39 @@
+# $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=4.7.2
+pkgrel=1
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi4' 'libkdcraw4' 'libkface4' 'libkgeomap4')
+makedepends=('cmake' 'automoc4' 'kdemultimedia-mplayerthumbs')
+optdepends=('kipi-plugins: add extra functionality'
+	'mplayer: video thumbnails')
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('313214daaaaf2b1dad2c9beb3e56051622155b142fcf67bdbaa65c3fff26790a')
+
+build() {
+# workaround build failure
+#  mv $pkgname-$pkgver $pkgname
+
+  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