mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 19:17:15 +08:00
Remove unneeded variable
This commit is contained in:
parent
6923bfb9aa
commit
d9749a2285
@ -11,7 +11,6 @@ source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
# package info
|
||||
#
|
||||
pkgname=kdegraphics-strigi-analyzer
|
||||
_pkgname=kdegraphics-strigi-analyzer
|
||||
pkgver=${_kdever}
|
||||
pkgrel=1
|
||||
pkgdesc="Strigi analyzers for various graphics file formats"
|
||||
@ -20,7 +19,7 @@ url='http://www.kde.org'
|
||||
license=('GPL' 'LGPL' 'FDL')
|
||||
depends=("kdelibs>=${_kdever}" 'strigi')
|
||||
makedepends=('pkgconfig' 'cmake' 'automoc4')
|
||||
source=("$_mirror/${_pkgname}-$_kdever.tar.xz")
|
||||
source=("$_mirror/${pkgname}-$_kdever.tar.xz")
|
||||
md5sums=(`grep ${pkgname}-$_kdever.tar.xz ../kde-sc.md5 | cut -d" " -f1`)
|
||||
groups=("kde" "kdegraphics" "kde-uninstall")
|
||||
options=('docs' '!splithdr' 'splitdbg' 'log')
|
||||
|
Loading…
Reference in New Issue
Block a user