Date: Wednesday, September 7, 2011 @ 13:36:57 Author: andrea Revision: 137469
db-move: moved kdegraphics-ksnapshot from [staging] to [extra] (x86_64) Added: kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD (from rev 137467, kdegraphics-ksnapshot/repos/staging-x86_64/PKGBUILD) kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install (from rev 137467, kdegraphics-ksnapshot/repos/staging-x86_64/kdegraphics-ksnapshot.install) Deleted: kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install kdegraphics-ksnapshot/repos/staging-x86_64/ -------------------------------+ PKGBUILD | 64 ++++++++++++++++++++-------------------- kdegraphics-ksnapshot.install | 24 +++++++-------- 2 files changed, 44 insertions(+), 44 deletions(-) Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2011-09-07 17:36:56 UTC (rev 137468) +++ extra-x86_64/PKGBUILD 2011-09-07 17:36:57 UTC (rev 137469) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=kdegraphics-ksnapshot -pkgver=4.7.0 -pkgrel=1 -pkgdesc="Screen Capture Program" -url="http://kde.org/applications/graphics/ksnapshot/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -groups=('kde' 'kdegraphics') -depends=('kdelibs' 'libkipi') -makedepends=('cmake' 'automoc4') -optdepends=('kipi-plugins') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.bz2") -sha1sums=('771002ae1b047ffc850060f128f11514a3349f89') - -build() { - cd "${srcdir}" - mkdir build - cd build - cmake ../ksnapshot-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd "${srcdir}"/build - make DESTDIR="${pkgdir}" install -} Copied: kdegraphics-ksnapshot/repos/extra-x86_64/PKGBUILD (from rev 137467, kdegraphics-ksnapshot/repos/staging-x86_64/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2011-09-07 17:36:57 UTC (rev 137469) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdegraphics-ksnapshot +pkgver=4.7.1 +pkgrel=1 +pkgdesc="Screen Capture Program" +url="http://kde.org/applications/graphics/ksnapshot/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdelibs' 'libkipi') +makedepends=('cmake' 'automoc4') +optdepends=('kipi-plugins') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/ksnapshot-${pkgver}.tar.bz2") +sha1sums=('a59b5bf582a70cd4b8620697161b022df31294e2') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../ksnapshot-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/kdegraphics-ksnapshot.install =================================================================== --- extra-x86_64/kdegraphics-ksnapshot.install 2011-09-07 17:36:56 UTC (rev 137468) +++ extra-x86_64/kdegraphics-ksnapshot.install 2011-09-07 17:36:57 UTC (rev 137469) @@ -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: kdegraphics-ksnapshot/repos/extra-x86_64/kdegraphics-ksnapshot.install (from rev 137467, kdegraphics-ksnapshot/repos/staging-x86_64/kdegraphics-ksnapshot.install) =================================================================== --- extra-x86_64/kdegraphics-ksnapshot.install (rev 0) +++ extra-x86_64/kdegraphics-ksnapshot.install 2011-09-07 17:36:57 UTC (rev 137469) @@ -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 +}