diff options
Diffstat (limited to 'testing/libksane')
-rw-r--r-- | testing/libksane/PKGBUILD | 32 | ||||
-rw-r--r-- | testing/libksane/libksane.install | 11 |
2 files changed, 0 insertions, 43 deletions
diff --git a/testing/libksane/PKGBUILD b/testing/libksane/PKGBUILD deleted file mode 100644 index 3fbac1549..000000000 --- a/testing/libksane/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 166055 2012-09-04 15:50:59Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libksane -pkgver=4.9.1 -pkgrel=1 -pkgdesc="An image scanning library" -url="https://projects.kde.org/projects/kde/kdegraphics/libs/libksane" -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=('c44eed9ec5f998d0449369f3c1b1abfc4ad2fcfd') - -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 -} diff --git a/testing/libksane/libksane.install b/testing/libksane/libksane.install deleted file mode 100644 index e70c054ec..000000000 --- a/testing/libksane/libksane.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} |