kdegraphics-ksaneplugin,libksane,thumbnailers

This commit is contained in:
Neophytos Kolokotronis 2015-04-05 13:53:29 +00:00
parent c93cabb973
commit 51ac90c6d1
3 changed files with 20 additions and 53 deletions

View File

@ -1,8 +1,6 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libkdcraw
# Include global configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
source ../kdeapps.conf
pkgname=kdegraphics-ksaneplugin
_pkgname=ksaneplugin
@ -11,20 +9,12 @@ pkgrel=1
pkgdesc='A scan plugin that implements the scanning'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/kdegraphics/ksaneplugin'
license=('GPL'
'LGPL'
'FDL')
license=('GPL' 'LGPL' 'FDL')
depends=("kdegraphics-libksane>=${_libsver}")
makedepends=('cmake'
'automoc4')
groups=('kde'
'kdegraphics'
'kde-uninstall')
makedepends=('cmake' 'automoc4')
groups=('kde' 'kdegraphics' 'kde-uninstall')
provides=('ksaneplugin')
options=('docs'
'!header'
'debug'
'log')
options=('docs' '!header' 'debug' 'log')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)

View File

@ -1,8 +1,6 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libkdcraw
# Include global configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
source ../kdeapps.conf
pkgname=kdegraphics-libksane
_pkgname=libksane
@ -11,21 +9,12 @@ pkgrel=1
pkgdesc='SANE library interface for KDE'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/kdegraphics/libs/libksane'
license=('GPL'
'LGPL'
'FDL')
depends=("kdelibs>=${_libsver}"
'sane')
makedepends=('cmake'
'automoc4')
groups=('kde'
'kdegraphics'
'kde-uninstall')
license=('GPL' 'LGPL' 'FDL')
depends=("kdelibs>=${_libsver}" 'sane')
makedepends=('cmake' 'automoc4')
groups=('kde' 'kdegraphics' 'kde-uninstall')
provides=('libksane')
options=('docs'
'!header'
'debug'
'log')
options=('docs' '!header' 'debug' 'log')
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)

View File

@ -1,8 +1,6 @@
# Maintainer: H W Tovetjärn (totte) <totte@tott.es>
# Contributors: Manuel Tortosa <manutortosa@chakra-project.org>
# Contributions from Arch: https://projects.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/libkdcraw
# Include global configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
source ../kdeapps.conf
pkgname=kdegraphics-thumbnailers
pkgver=${_kdever}
@ -10,21 +8,11 @@ pkgrel=1
pkgdesc='Thumbnailers for various graphics file formats'
arch=('x86_64')
url='https://projects.kde.org/projects/kde/kdegraphics/kdegraphics-thumbnailers'
license=('GPL'
'LGPL'
'FDL')
depends=('libkexiv2'
'libkdcraw')
makedepends=('pkg-config'
'cmake'
'automoc4')
groups=('kde'
'kdegraphics'
'kde-uninstall')
options=('docs'
'!header'
'debug'
'log')
license=('GPL' 'LGPL' 'FDL')
depends=('libkexiv2' 'libkdcraw')
makedepends=('pkg-config' 'cmake' 'automoc4')
groups=('kde' 'kdegraphics' 'kde-uninstall')
options=('docs' '!header' 'debug' 'log')
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d" " -f1`)