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

Antonio Rojas arojas at archlinux.org
Tue Mar 20 10:59:04 UTC 2018


    Date: Tuesday, March 20, 2018 @ 10:59:03
  Author: arojas
Revision: 309573

Update to a git snapshot, poppler-qt4 is no more

Modified:
  kbibtex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-20 10:53:36 UTC (rev 309572)
+++ PKGBUILD	2018-03-20 10:59:03 UTC (rev 309573)
@@ -4,18 +4,18 @@
 # Contributor: cmorlok <christianmorlok at web.de>
 
 pkgname=kbibtex
-pkgver=0.7
+pkgver=0.7.git20180320
 pkgrel=1
 pkgdesc="A BibTeX editor for KDE"
-arch=('x86_64')
+arch=(x86_64)
 url='https://userbase.kde.org/KBibTeX'
-license=('GPL')
-depends=('kdebase-runtime' 'poppler-qt4')
+license=(GPL)
+depends=(poppler-qt5 qt5-webengine qoauth kparts)
 optdepends=('okular: Document preview')
-makedepends=('cmake' 'automoc4' 'qca-qt4')
-source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
-sha256sums=('5d3acdd7cd6da9cb8db23e46cd02b8a6648e516330b169d09a6b6ffe226f9a96'
-            'SKIP')
+makedepends=(extra-cmake-modules git kdoctools qca-qt5)
+source=(git://git.kde.org/$pkgname)
+#source=("https://download.kde.org/stable/KBibTeX/$pkgname-$pkgver.tar.xz"{,.asc})
+sha256sums=('SKIP')
 validpgpkeys=('1808CB466328F4380685A3B1A264FD738D861F41') # Thomas Fischer <fischer at unix-ag.uni-kl.de>
 
 prepare() {
@@ -25,9 +25,9 @@
 build() {
   cd build
 
-  cmake ../$pkgname-$pkgver \
+  cmake ../$pkgname \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_BUILD_TYPE=Release
+    -DCMAKE_INSTALL_LIBDIR=lib
   make
 }
 



More information about the arch-commits mailing list