mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Tellico, updated to version 2.3
This commit is contained in:
parent
224de992a4
commit
9da252dfaa
@ -3,9 +3,13 @@
|
||||
#
|
||||
# maintainer (i686): Phil Miller <philm[at]chakra-project[dog]org>
|
||||
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
||||
# contributor (x86_64): Giuseppe Calà <jiveaxe@gmail.com>
|
||||
|
||||
# include global config
|
||||
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
|
||||
|
||||
pkgname=tellico
|
||||
pkgver=2.2
|
||||
pkgver=2.3
|
||||
pkgrel=1
|
||||
pkgdesc="A collection manager for KDE"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -13,10 +17,10 @@ url="http://www.periapsis.org/tellico/"
|
||||
license=('GPL')
|
||||
depends=('kdebase-workspace' 'yaz' 'exempi' 'kdegraphics-common' 'taglib'
|
||||
'kdemultimedia-common' 'poppler-qt')
|
||||
makedepends=('automoc4' 'cmake')
|
||||
makedepends=('automoc4' 'cmake' 'docbook-xsl')
|
||||
install=${pkgname}.install
|
||||
source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.bz2)
|
||||
md5sums=('204cc66527f0ba8f8bda48b1f21a3dcd')
|
||||
md5sums=('54936f0b34f612a428d68d5276d6f478')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}
|
||||
|
Loading…
Reference in New Issue
Block a user