Date: Tuesday, September 6, 2011 @ 18:01:34 Author: andrea Revision: 137283
archrelease: copy trunk to staging-i686, staging-x86_64 Added: kdegraphics-kolourpaint/repos/staging-i686/ kdegraphics-kolourpaint/repos/staging-i686/PKGBUILD (from rev 137282, kdegraphics-kolourpaint/trunk/PKGBUILD) kdegraphics-kolourpaint/repos/staging-i686/kdegraphics-kolourpaint.install (from rev 137282, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) kdegraphics-kolourpaint/repos/staging-x86_64/ kdegraphics-kolourpaint/repos/staging-x86_64/PKGBUILD (from rev 137282, kdegraphics-kolourpaint/trunk/PKGBUILD) kdegraphics-kolourpaint/repos/staging-x86_64/kdegraphics-kolourpaint.install (from rev 137282, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) ------------------------------------------------+ staging-i686/PKGBUILD | 31 +++++++++++++++++++++++ staging-i686/kdegraphics-kolourpaint.install | 12 ++++++++ staging-x86_64/PKGBUILD | 31 +++++++++++++++++++++++ staging-x86_64/kdegraphics-kolourpaint.install | 12 ++++++++ 4 files changed, 86 insertions(+) Copied: kdegraphics-kolourpaint/repos/staging-i686/PKGBUILD (from rev 137282, kdegraphics-kolourpaint/trunk/PKGBUILD) =================================================================== --- staging-i686/PKGBUILD (rev 0) +++ staging-i686/PKGBUILD 2011-09-06 22:01:34 UTC (rev 137283) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdegraphics-kolourpaint +pkgver=4.7.1 +pkgrel=1 +pkgdesc="Paint Program" +url="http://kde.org/applications/graphics/kolourpaint/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'qimageblitz') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.bz2") +sha1sums=('bb49a7e07fea66110502f7042c898611d2d5329e') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kolourpaint-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kolourpaint/repos/staging-i686/kdegraphics-kolourpaint.install (from rev 137282, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) =================================================================== --- staging-i686/kdegraphics-kolourpaint.install (rev 0) +++ staging-i686/kdegraphics-kolourpaint.install 2011-09-06 22:01:34 UTC (rev 137283) @@ -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 +} Copied: kdegraphics-kolourpaint/repos/staging-x86_64/PKGBUILD (from rev 137282, kdegraphics-kolourpaint/trunk/PKGBUILD) =================================================================== --- staging-x86_64/PKGBUILD (rev 0) +++ staging-x86_64/PKGBUILD 2011-09-06 22:01:34 UTC (rev 137283) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=kdegraphics-kolourpaint +pkgver=4.7.1 +pkgrel=1 +pkgdesc="Paint Program" +url="http://kde.org/applications/graphics/kolourpaint/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +groups=('kde' 'kdegraphics') +depends=('kdebase-runtime' 'qimageblitz') +makedepends=('cmake' 'automoc4') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/kolourpaint-${pkgver}.tar.bz2") +sha1sums=('bb49a7e07fea66110502f7042c898611d2d5329e') + +build() { + cd "${srcdir}" + mkdir build + cd build + cmake ../kolourpaint-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Copied: kdegraphics-kolourpaint/repos/staging-x86_64/kdegraphics-kolourpaint.install (from rev 137282, kdegraphics-kolourpaint/trunk/kdegraphics-kolourpaint.install) =================================================================== --- staging-x86_64/kdegraphics-kolourpaint.install (rev 0) +++ staging-x86_64/kdegraphics-kolourpaint.install 2011-09-06 22:01:34 UTC (rev 137283) @@ -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 +}