Date: Monday, February 15, 2016 @ 23:01:55 Author: arojas Revision: 161713
archrelease: copy trunk to community-i686, community-x86_64 Added: kphotoalbum/repos/community-i686/PKGBUILD (from rev 161712, kphotoalbum/trunk/PKGBUILD) kphotoalbum/repos/community-i686/kphotoalbum.install (from rev 161712, kphotoalbum/trunk/kphotoalbum.install) kphotoalbum/repos/community-x86_64/PKGBUILD (from rev 161712, kphotoalbum/trunk/PKGBUILD) kphotoalbum/repos/community-x86_64/kphotoalbum.install (from rev 161712, 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 --------------------------------------+ /PKGBUILD | 80 +++++++++++++++++++++++++++++++++ /kphotoalbum.install | 24 +++++++++ community-i686/PKGBUILD | 40 ---------------- community-i686/kphotoalbum.install | 12 ---- community-x86_64/PKGBUILD | 40 ---------------- community-x86_64/kphotoalbum.install | 12 ---- 6 files changed, 104 insertions(+), 104 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-02-15 22:00:38 UTC (rev 161712) +++ community-i686/PKGBUILD 2016-02-15 22:01:55 UTC (rev 161713) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Laurent Carlier <lordhea...@gmail.com> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com> -# Contributor: Jonathan Schaeffer <joschaeffer ][ gmail ? com> -# Contributor: chfoxli <lg ][ romandie ? com> - -pkgname=kphotoalbum -pkgver=4.6.2 -pkgrel=4 -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' - 'kdemultimedia-mplayerthumbs: video thumbnails') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb') - -build() { -# workaround build failure - mv $pkgname-$pkgver $pkgname - - mkdir build - cd build - - cmake ../${pkgname} \ - -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 161712, kphotoalbum/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-02-15 22:01:55 UTC (rev 161713) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Laurent Carlier <lordhea...@gmail.com> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com> +# Contributor: Jonathan Schaeffer <joschaeffer ][ gmail ? com> +# Contributor: chfoxli <lg ][ romandie ? com> + +pkgname=kphotoalbum +pkgver=4.7 +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' + 'kdemultimedia-mplayerthumbs: video thumbnails') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha256sums=('8b33cbe995b652740ee965b907abb96689588c1eac36340d9ace646d3018735d') + +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-i686/kphotoalbum.install =================================================================== --- community-i686/kphotoalbum.install 2016-02-15 22:00:38 UTC (rev 161712) +++ community-i686/kphotoalbum.install 2016-02-15 22:01:55 UTC (rev 161713) @@ -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 161712, kphotoalbum/trunk/kphotoalbum.install) =================================================================== --- community-i686/kphotoalbum.install (rev 0) +++ community-i686/kphotoalbum.install 2016-02-15 22:01:55 UTC (rev 161713) @@ -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 2016-02-15 22:00:38 UTC (rev 161712) +++ community-x86_64/PKGBUILD 2016-02-15 22:01:55 UTC (rev 161713) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Laurent Carlier <lordhea...@gmail.com> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com> -# Contributor: Jonathan Schaeffer <joschaeffer ][ gmail ? com> -# Contributor: chfoxli <lg ][ romandie ? com> - -pkgname=kphotoalbum -pkgver=4.6.2 -pkgrel=4 -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' - 'kdemultimedia-mplayerthumbs: video thumbnails') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha256sums=('54c256a1943a632f7ff68126dc985e7f434e7b18c762ae40a49181b9d85f34fb') - -build() { -# workaround build failure - mv $pkgname-$pkgver $pkgname - - mkdir build - cd build - - cmake ../${pkgname} \ - -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 161712, kphotoalbum/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-02-15 22:01:55 UTC (rev 161713) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Laurent Carlier <lordhea...@gmail.com> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Gilles CHAUVIN <gcnweb ][ gmail ? com> +# Contributor: Jonathan Schaeffer <joschaeffer ][ gmail ? com> +# Contributor: chfoxli <lg ][ romandie ? com> + +pkgname=kphotoalbum +pkgver=4.7 +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' + 'kdemultimedia-mplayerthumbs: video thumbnails') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha256sums=('8b33cbe995b652740ee965b907abb96689588c1eac36340d9ace646d3018735d') + +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/kphotoalbum.install =================================================================== --- community-x86_64/kphotoalbum.install 2016-02-15 22:00:38 UTC (rev 161712) +++ community-x86_64/kphotoalbum.install 2016-02-15 22:01:55 UTC (rev 161713) @@ -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 161712, kphotoalbum/trunk/kphotoalbum.install) =================================================================== --- community-x86_64/kphotoalbum.install (rev 0) +++ community-x86_64/kphotoalbum.install 2016-02-15 22:01:55 UTC (rev 161713) @@ -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 +}