kdegraphics-kamera,kcolochooser: PKGBUILD cleanup

This commit is contained in:
Neophytos Kolokotronis 2015-04-05 14:42:52 +00:00
parent ee06673643
commit 858ec36969
2 changed files with 12 additions and 32 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-kamera
_pkgname=kamera
@ -11,21 +9,13 @@ pkgrel=1
pkgdesc='KDE integration for gphoto2 cameras'
arch=('x86_64')
url='http://kde.org/applications/graphics/kamera/'
license=('GPL'
'LGPL'
'FDL')
license=('GPL' 'LGPL' 'FDL')
depends=("kde-runtime>=${_kdever}"
'libgphoto2')
makedepends=('cmake'
'automoc4')
groups=('kde'
'kdegraphics'
'kde-uninstall')
makedepends=('cmake' 'automoc4')
groups=('kde' 'kdegraphics' 'kde-uninstall')
categories=('graphics')
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://www.archlinux.org/packages/extra/x86_64/kdegraphics-kcolorchooser/
# Include global configuration
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
source ../kdeapps.conf
pkgname=kdegraphics-kcolorchooser
_pkgname=kcolorchooser
@ -11,20 +9,12 @@ pkgrel=1
pkgdesc='Colour chooser'
url='http://kde.org/applications/graphics/kcolorchooser/'
arch=('x86_64')
license=('GPL'
'LGPL'
'FDL')
license=('GPL' 'LGPL' 'FDL')
depends=("kde-runtime>=${_kdever}")
makedepends=('cmake'
'automoc4')
groups=('kde'
'kdegraphics'
'kde-uninstall')
makedepends=('cmake' 'automoc4')
groups=('kde' 'kdegraphics' 'kde-uninstall')
categories=('graphics')
options=('docs'
'!header'
'debug'
'log')
options=('docs' '!header' 'debug' 'log')
install=${pkgname}.install
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
sha256sums=(`grep ${_pkgname}-$_kdever.tar.xz ../checksums.txt | cut -d " " -f1`)