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

Antonio Rojas arojas at archlinux.org
Thu Jul 25 09:23:52 UTC 2019


    Date: Thursday, July 25, 2019 @ 09:23:51
  Author: arojas
Revision: 492777

Update to 3.2.1

Modified:
  tellico/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-25 08:42:37 UTC (rev 492776)
+++ PKGBUILD	2019-07-25 09:23:51 UTC (rev 492777)
@@ -4,30 +4,30 @@
 # Contributor: Douglas Soares de Andrade <dsa at aur.archlinux.org>
 
 pkgname=tellico
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="A collection manager for KDE"
 arch=('x86_64')
 url="http://tellico-project.org/"
 license=('GPL')
-depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb' 'libcddb' 
+depends=('exempi' 'hicolor-icon-theme' 'kio' 'libksane' 'libkcddb'
          'libcdio' 'kfilemetadata' 'knewstuff' 'kxmlgui' 'kitemmodels'
          'python2' 'solid' 'khtml' 'yaz' 'taglib' 'poppler-qt5' 'qt5-base')
-makedepends=('cmake' 'extra-cmake-modules' 'kdoctools' 'libkcddb')
+makedepends=('cmake' 'extra-cmake-modules' 'kdoctools')
 changelog=$pkgname.changelog
 source=(http://tellico-project.org/files/$pkgname-$pkgver.tar.xz)
-sha256sums=('f20ec2bbfa9d4e0b4c0c38feb86d0cc4ae72ca6a680932cf58ed9f5b8f26114e')
+sha256sums=('38bc369a5341f2a1ba2bb1b4736da1b6eb4d326352d17e5d54e609f93c140bf8')
 
 build() {
-  cmake -H$pkgname-$pkgver -Bbuild \
-        -DCMAKE_BUILD_TYPE=Release \
-        -DCMAKE_INSTALL_PREFIX=/usr \
-        -DWITH_Nepomuk=OFF
-  cmake --build build
+  mkdir build && cd build
+  cmake ../$pkgname-$pkgver \
+        -DCMAKE_INSTALL_PREFIX=/usr
+  make
 }
 
 package() {
-  DESTDIR="${pkgdir}" cmake --build build --target install
+  cd build
+  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|'



More information about the arch-commits mailing list