Date: Friday, June 8, 2012 @ 02:35:26 Author: andrea Revision: 161127
db-move: moved libksane from [staging] to [extra] (x86_64) Added: libksane/repos/extra-x86_64/PKGBUILD (from rev 161082, libksane/repos/staging-x86_64/PKGBUILD) libksane/repos/extra-x86_64/libksane.install (from rev 161082, libksane/repos/staging-x86_64/libksane.install) Deleted: libksane/repos/extra-x86_64/PKGBUILD libksane/repos/extra-x86_64/libksane.install libksane/repos/staging-x86_64/ ------------------+ PKGBUILD | 64 ++++++++++++++++++++++++++--------------------------- libksane.install | 22 +++++++++--------- 2 files changed, 43 insertions(+), 43 deletions(-) Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2012-06-08 06:35:25 UTC (rev 161126) +++ extra-x86_64/PKGBUILD 2012-06-08 06:35:26 UTC (rev 161127) @@ -1,32 +0,0 @@ -# $Id$ -# Maintainer: Andrea Scarpino <and...@archlinux.org> - -pkgname=libksane -pkgver=4.8.3 -pkgrel=1 -pkgdesc="An image scanning library" -url="http://kde.org/" -arch=('i686' 'x86_64') -license=('GPL' 'LGPL' 'FDL') -depends=('kdelibs' 'sane') -makedepends=('cmake' 'automoc4') -replaces=('kdegraphics-libs') -conflicts=('kdegraphics-libs') -install=${pkgname}.install -source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") -sha1sums=('ccacaec0d1a46689cdf5f5294f14b442d0f4317b') - -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: libksane/repos/extra-x86_64/PKGBUILD (from rev 161082, libksane/repos/staging-x86_64/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2012-06-08 06:35:26 UTC (rev 161127) @@ -0,0 +1,32 @@ +# $Id$ +# Maintainer: Andrea Scarpino <and...@archlinux.org> + +pkgname=libksane +pkgver=4.8.4 +pkgrel=1 +pkgdesc="An image scanning library" +url="http://kde.org/" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kdelibs' 'sane') +makedepends=('cmake' 'automoc4') +replaces=('kdegraphics-libs') +conflicts=('kdegraphics-libs') +install=${pkgname}.install +source=("http://download.kde.org/stable/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") +sha1sums=('5ac35d8478ccace1495ae42eb2169918cebc8d95') + +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: extra-x86_64/libksane.install =================================================================== --- extra-x86_64/libksane.install 2012-06-08 06:35:25 UTC (rev 161126) +++ extra-x86_64/libksane.install 2012-06-08 06:35:26 UTC (rev 161127) @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} Copied: libksane/repos/extra-x86_64/libksane.install (from rev 161082, libksane/repos/staging-x86_64/libksane.install) =================================================================== --- extra-x86_64/libksane.install (rev 0) +++ extra-x86_64/libksane.install 2012-06-08 06:35:26 UTC (rev 161127) @@ -0,0 +1,11 @@ +post_install() { + xdg-icon-resource forceupdate --theme hicolor &> /dev/null +} + +post_upgrade() { + post_install +} + +post_remove() { + post_install +}