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

Felix Yan fyan at archlinux.org
Sun Feb 22 13:42:27 UTC 2015


    Date: Sunday, February 22, 2015 @ 14:42:27
  Author: fyan
Revision: 128109

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

Added:
  kphotoalbum/repos/community-testing-i686/PKGBUILD
    (from rev 128108, kphotoalbum/trunk/PKGBUILD)
  kphotoalbum/repos/community-testing-i686/kphotoalbum.install
    (from rev 128108, kphotoalbum/trunk/kphotoalbum.install)
  kphotoalbum/repos/community-testing-x86_64/PKGBUILD
    (from rev 128108, kphotoalbum/trunk/PKGBUILD)
  kphotoalbum/repos/community-testing-x86_64/kphotoalbum.install
    (from rev 128108, kphotoalbum/trunk/kphotoalbum.install)
Deleted:
  kphotoalbum/repos/community-testing-i686/PKGBUILD
  kphotoalbum/repos/community-testing-i686/kphotoalbum.install
  kphotoalbum/repos/community-testing-x86_64/PKGBUILD
  kphotoalbum/repos/community-testing-x86_64/kphotoalbum.install

----------------------------------------------+
 /PKGBUILD                                    |   80 +++++++++++++++++++++++++
 /kphotoalbum.install                         |   24 +++++++
 community-testing-i686/PKGBUILD              |   40 ------------
 community-testing-i686/kphotoalbum.install   |   12 ---
 community-testing-x86_64/PKGBUILD            |   40 ------------
 community-testing-x86_64/kphotoalbum.install |   12 ---
 6 files changed, 104 insertions(+), 104 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===================================================================
--- community-testing-i686/PKGBUILD	2015-02-22 13:41:47 UTC (rev 128108)
+++ community-testing-i686/PKGBUILD	2015-02-22 13:42:27 UTC (rev 128109)
@@ -1,40 +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.6
-pkgrel=1
-pkgdesc="KDE Photo Album, picture collection manager"
-url="http://www.kphotoalbum.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkdcraw')
-makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
-optdepends=('kdeedu-marble: integration with Marble'
-	'kipi-plugins: add extra functionality'
-	'kdemultimedia-mplayerthumbs: video thumbnails')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
-
-build() {
-  cd ${srcdir}
-
-  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-i686/PKGBUILD (from rev 128108, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2015-02-22 13:42:27 UTC (rev 128109)
@@ -0,0 +1,40 @@
+# $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.6
+pkgrel=2
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface')
+makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
+optdepends=('kdeedu-marble: integration with Marble'
+	'kipi-plugins: add extra functionality'
+	'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
+
+build() {
+  cd ${srcdir}
+
+  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-testing-i686/kphotoalbum.install
===================================================================
--- community-testing-i686/kphotoalbum.install	2015-02-22 13:41:47 UTC (rev 128108)
+++ community-testing-i686/kphotoalbum.install	2015-02-22 13:42:27 UTC (rev 128109)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kphotoalbum/repos/community-testing-i686/kphotoalbum.install (from rev 128108, kphotoalbum/trunk/kphotoalbum.install)
===================================================================
--- community-testing-i686/kphotoalbum.install	                        (rev 0)
+++ community-testing-i686/kphotoalbum.install	2015-02-22 13:42:27 UTC (rev 128109)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}

Deleted: community-testing-x86_64/PKGBUILD
===================================================================
--- community-testing-x86_64/PKGBUILD	2015-02-22 13:41:47 UTC (rev 128108)
+++ community-testing-x86_64/PKGBUILD	2015-02-22 13:42:27 UTC (rev 128109)
@@ -1,40 +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.6
-pkgrel=1
-pkgdesc="KDE Photo Album, picture collection manager"
-url="http://www.kphotoalbum.org/"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('kdebase-runtime' 'libkipi' 'libkdcraw')
-makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
-optdepends=('kdeedu-marble: integration with Marble'
-	'kipi-plugins: add extra functionality'
-	'kdemultimedia-mplayerthumbs: video thumbnails')
-install=${pkgname}.install
-source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
-sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
-
-build() {
-  cd ${srcdir}
-
-  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 128108, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2015-02-22 13:42:27 UTC (rev 128109)
@@ -0,0 +1,40 @@
+# $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.6
+pkgrel=2
+pkgdesc="KDE Photo Album, picture collection manager"
+url="http://www.kphotoalbum.org/"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('kdebase-runtime' 'libkipi' 'libkdcraw' 'libkface')
+makedepends=('cmake' 'automoc4' 'kdeedu-marble' 'kdemultimedia-mplayerthumbs')
+optdepends=('kdeedu-marble: integration with Marble'
+	'kipi-plugins: add extra functionality'
+	'kdemultimedia-mplayerthumbs: video thumbnails')
+install=${pkgname}.install
+source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('87eac5e5afb35ef68948a0bd349639d813ee84f7b21dfa7d6fc934bc03459ee7')
+
+build() {
+  cd ${srcdir}
+
+  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-testing-x86_64/kphotoalbum.install
===================================================================
--- community-testing-x86_64/kphotoalbum.install	2015-02-22 13:41:47 UTC (rev 128108)
+++ community-testing-x86_64/kphotoalbum.install	2015-02-22 13:42:27 UTC (rev 128109)
@@ -1,12 +0,0 @@
-post_install() {
-	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-	update-desktop-database -q
-}
-
-post_upgrade() {
-	post_install
-}
-
-post_remove() {
-	post_install
-}

Copied: kphotoalbum/repos/community-testing-x86_64/kphotoalbum.install (from rev 128108, kphotoalbum/trunk/kphotoalbum.install)
===================================================================
--- community-testing-x86_64/kphotoalbum.install	                        (rev 0)
+++ community-testing-x86_64/kphotoalbum.install	2015-02-22 13:42:27 UTC (rev 128109)
@@ -0,0 +1,12 @@
+post_install() {
+	xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+	update-desktop-database -q
+}
+
+post_upgrade() {
+	post_install
+}
+
+post_remove() {
+	post_install
+}



More information about the arch-commits mailing list