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 0d20e7022..000000000 --- a/testing/libksane/PKGBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# $Id: PKGBUILD 167584 2012-10-02 19:13:27Z andrea $ -# Maintainer: Andrea Scarpino <andrea@archlinux.org> - -pkgname=libksane -pkgver=4.9.2 -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=('e8578ec3a65ba91a8772c88612f61116ee9f38a8') - -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 -} |