diff options
author | root <root@rshg054.dnsready.net> | 2013-01-31 00:07:23 -0800 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-01-31 00:07:23 -0800 |
commit | a949895a0243a490d30fe355655c839fe217c580 (patch) | |
tree | 9895367801e2aab74b4a31e81263ab0d4693055f /community/tellico | |
parent | c25b7aa323ab71b1a524d15dbbe942dbebd55761 (diff) |
Thu Jan 31 00:07:23 PST 2013
Diffstat (limited to 'community/tellico')
-rw-r--r-- | community/tellico/PKGBUILD | 15 | ||||
-rw-r--r-- | community/tellico/tellico.changelog | 2 |
2 files changed, 9 insertions, 8 deletions
diff --git a/community/tellico/PKGBUILD b/community/tellico/PKGBUILD index 7a01f477e..0311f979e 100644 --- a/community/tellico/PKGBUILD +++ b/community/tellico/PKGBUILD @@ -1,30 +1,29 @@ -# $Id: PKGBUILD 80977 2012-12-08 10:56:37Z andrea $ +# $Id: PKGBUILD 83382 2013-01-30 21:35:39Z jlichtblau $ # Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org> # Contributor: Ray Rashif <schiv@archlinux.org # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Douglas Soares de Andrade <dsa@aur.archlinux.org> pkgname=tellico -pkgver=2.3.6 -pkgrel=3 +pkgver=2.3.7 +pkgrel=1 pkgdesc="A collection manager for KDE" arch=('i686' 'x86_64') url="http://tellico-project.org/" license=('GPL') -depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt') +depends=('kdebase-workspace' 'yaz' 'exempi' 'libksane' 'taglib' 'libkcddb' 'poppler-qt' 'kdemultimedia-audiocd-kio') makedepends=('automoc4' 'cmake') install=$pkgname.install +changelog=$pkgname.changelog source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2) -sha256sums=('62bafaea733ce3b108322623e866b8659ab2644cc80ee06f0fc7fe974ec5d1c3') +sha256sums=('ae858559a226df380940dbd0d8378c45fd6c382359ccebe10f94c2687d6219a1') build() { cd ${srcdir} mkdir build cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr + cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr make } diff --git a/community/tellico/tellico.changelog b/community/tellico/tellico.changelog new file mode 100644 index 000000000..ff3debe2d --- /dev/null +++ b/community/tellico/tellico.changelog @@ -0,0 +1,2 @@ +2013-01-30 Jaroslav Lichtblau <dragonlord@aur.archlinux.org> + * tellico 2.3.7-1 |