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

Jaroslav Lichtblau jlichtblau at nymeria.archlinux.org
Sat Jun 28 16:53:02 UTC 2014


    Date: Saturday, June 28, 2014 @ 18:53:02
  Author: jlichtblau
Revision: 113715

upgpkg: tellico 2.3.9-1

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

-------------------+
 PKGBUILD          |   18 +++++++++---------
 tellico.changelog |    3 +++
 2 files changed, 12 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-06-28 16:53:00 UTC (rev 113714)
+++ PKGBUILD	2014-06-28 16:53:02 UTC (rev 113715)
@@ -5,8 +5,8 @@
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=tellico
-pkgver=2.3.8
-pkgrel=5
+pkgver=2.3.9
+pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('i686' 'x86_64')
 url="http://tellico-project.org/"
@@ -16,23 +16,23 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://tellico-project.org/files/${pkgname}-${pkgver}.tar.bz2)
-sha256sums=('2d8a0d06951e0755c7987d0a07cc8157cd42c8b1c143170042183ff1e89e2ccb')
+sha256sums=('5184c130ea7561be6e72580105f30d5f160fd2fd5c9ffc7f7e16faf227a20114')
 
 build() {
-  cd ${srcdir}
+  cd "${srcdir}"
 
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr \
-    -DWITH_Nepomuk=OFF
+
+  cmake ../${pkgname}-${pkgver} -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr -DWITH_Nepomuk=OFF
   make
 }
 
 package() {
-  cd ${srcdir}/build
+  cd "${srcdir}"/build
 
-  make DESTDIR=${pkgdir} install
+  make DESTDIR="${pkgdir}" install
 
 # fix python 2.7 path
-  find ${pkgdir} -iname "*.py" | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
+  find "${pkgdir}" -iname "*.py" | xargs sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|'
 }

Modified: tellico.changelog
===================================================================
--- tellico.changelog	2014-06-28 16:53:00 UTC (rev 113714)
+++ tellico.changelog	2014-06-28 16:53:02 UTC (rev 113715)
@@ -1,3 +1,6 @@
+2014-06-28 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* tellico 2.3.9-1
+
 2014-03-09 Andrea Scarpino <andrea at archlinux.org>
 	* tellico 2.3.8-5 be sure Nepomuk support is disabled
 




More information about the arch-commits mailing list