[arch-commits] Commit in tellico/trunk (PKGBUILD tellico.changelog)

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Wed Jan 30 21:35:29 UTC 2013


    Date: Wednesday, January 30, 2013 @ 22:35:28
  Author: jlichtblau
Revision: 83381

upgpkg: tellico 2.3.7-1

Added:
  tellico/trunk/tellico.changelog
Modified:
  tellico/trunk/PKGBUILD

-------------------+
 PKGBUILD          |   13 ++++++-------
 tellico.changelog |    2 ++
 2 files changed, 8 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-30 20:51:06 UTC (rev 83380)
+++ PKGBUILD	2013-01-30 21:35:28 UTC (rev 83381)
@@ -5,26 +5,25 @@
 # Contributor: Douglas Soares de Andrade <dsa at 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
 }
 

Added: tellico.changelog
===================================================================
--- tellico.changelog	                        (rev 0)
+++ tellico.changelog	2013-01-30 21:35:28 UTC (rev 83381)
@@ -0,0 +1,2 @@
+2013-01-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* tellico 2.3.7-1




More information about the arch-commits mailing list