[arch-commits] Commit in kphotoalbum/repos (8 files)
Laurent Carlier
lcarlier at nymeria.archlinux.org
Thu Feb 21 14:40:13 UTC 2013
Date: Thursday, February 21, 2013 @ 15:40:13
Author: lcarlier
Revision: 84672
archrelease: copy trunk to community-i686, community-x86_64
Added:
kphotoalbum/repos/community-i686/PKGBUILD
(from rev 84671, kphotoalbum/trunk/PKGBUILD)
kphotoalbum/repos/community-i686/kphotoalbum.install
(from rev 84671, kphotoalbum/trunk/kphotoalbum.install)
kphotoalbum/repos/community-x86_64/PKGBUILD
(from rev 84671, kphotoalbum/trunk/PKGBUILD)
kphotoalbum/repos/community-x86_64/kphotoalbum.install
(from rev 84671, kphotoalbum/trunk/kphotoalbum.install)
Deleted:
kphotoalbum/repos/community-i686/PKGBUILD
kphotoalbum/repos/community-i686/kphotoalbum.install
kphotoalbum/repos/community-x86_64/PKGBUILD
kphotoalbum/repos/community-x86_64/kphotoalbum.install
--------------------------------------+
community-i686/PKGBUILD | 80 ++++++++++++++++-----------------
community-i686/kphotoalbum.install | 24 ++++-----
community-x86_64/PKGBUILD | 80 ++++++++++++++++-----------------
community-x86_64/kphotoalbum.install | 24 ++++-----
4 files changed, 104 insertions(+), 104 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-02-21 14:40:00 UTC (rev 84671)
+++ community-i686/PKGBUILD 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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.3
-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.bz2")
-md5sums=('09b5ba7d44ee7426802b233454927b8f')
-
-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-i686/PKGBUILD (from rev 84671, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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.4
+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.bz2")
+md5sums=('84cc7741c8e8c62e097ebb5e81d40979')
+
+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-i686/kphotoalbum.install
===================================================================
--- community-i686/kphotoalbum.install 2013-02-21 14:40:00 UTC (rev 84671)
+++ community-i686/kphotoalbum.install 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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-i686/kphotoalbum.install (from rev 84671, kphotoalbum/trunk/kphotoalbum.install)
===================================================================
--- community-i686/kphotoalbum.install (rev 0)
+++ community-i686/kphotoalbum.install 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-02-21 14:40:00 UTC (rev 84671)
+++ community-x86_64/PKGBUILD 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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.3
-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.bz2")
-md5sums=('09b5ba7d44ee7426802b233454927b8f')
-
-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-x86_64/PKGBUILD (from rev 84671, kphotoalbum/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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.4
+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.bz2")
+md5sums=('84cc7741c8e8c62e097ebb5e81d40979')
+
+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-x86_64/kphotoalbum.install
===================================================================
--- community-x86_64/kphotoalbum.install 2013-02-21 14:40:00 UTC (rev 84671)
+++ community-x86_64/kphotoalbum.install 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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-x86_64/kphotoalbum.install (from rev 84671, kphotoalbum/trunk/kphotoalbum.install)
===================================================================
--- community-x86_64/kphotoalbum.install (rev 0)
+++ community-x86_64/kphotoalbum.install 2013-02-21 14:40:13 UTC (rev 84672)
@@ -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