[arch-commits] Commit in kphotoalbum/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Sat Oct 29 08:28:12 UTC 2016
Date: Saturday, October 29, 2016 @ 08:28:11
Author: arojas
Revision: 193962
archrelease: copy trunk to community-i686, community-x86_64
Added:
kphotoalbum/repos/community-i686/PKGBUILD
(from rev 193961, kphotoalbum/trunk/PKGBUILD)
kphotoalbum/repos/community-x86_64/PKGBUILD
(from rev 193961, kphotoalbum/trunk/PKGBUILD)
Deleted:
kphotoalbum/repos/community-i686/PKGBUILD
kphotoalbum/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 39 ----------------------
community-x86_64/PKGBUILD | 39 ----------------------
3 files changed, 76 insertions(+), 78 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-29 04:02:20 UTC (rev 193961)
+++ community-i686/PKGBUILD 2016-10-29 08:28:11 UTC (rev 193962)
@@ -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.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
-}
Copied: kphotoalbum/repos/community-i686/PKGBUILD (from rev 193961, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-29 08:28:11 UTC (rev 193962)
@@ -0,0 +1,38 @@
+# $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')
+optdepends=('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-10-29 04:02:20 UTC (rev 193961)
+++ community-x86_64/PKGBUILD 2016-10-29 08:28:11 UTC (rev 193962)
@@ -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.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
-}
Copied: kphotoalbum/repos/community-x86_64/PKGBUILD (from rev 193961, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-29 08:28:11 UTC (rev 193962)
@@ -0,0 +1,38 @@
+# $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')
+optdepends=('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