[arch-commits] Commit in khelpcenter (kde-unstable kde-unstable/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 26 21:51:43 UTC 2016


    Date: Saturday, March 26, 2016 @ 22:51:43
  Author: arojas
Revision: 262601

khelpcenter has moved to KDE Applications

Added:
  khelpcenter/kde-unstable/
Modified:
  khelpcenter/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2016-03-26 21:43:36 UTC (rev 262600)
+++ kde-unstable/PKGBUILD	2016-03-26 21:51:43 UTC (rev 262601)
@@ -1,22 +1,22 @@
 # $Id$
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
 
 pkgname=khelpcenter
-pkgver=5.6.0
+pkgver=16.03.80
 pkgrel=1
 pkgdesc="Application to show KDE Applications' documentation"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/khelpcenter'
-license=('LGPL')
-groups=('plasma')
-depends=('khtml' 'kdelibs4support' 'kcmutils' 'kdoctools' 'htdig')
-makedepends=('extra-cmake-modules')
-conflicts=('khelpcenter4' 'kdebase-runtime-doc')
-replaces=('khelpcenter4' 'kdebase-runtime-doc')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('1c37b094bd3273912acebae2f52dcbba')
+license=(LGPL)
+groups=(kde-applications)
+depends=(khtml kinit kdoctools xapian-core grantlee-qt5)
+makedepends=(extra-cmake-modules)
+conflicts=(khelpcenter4 kdebase-runtime-doc)
+replaces=(khelpcenter4 kdebase-runtime-doc)
+source=("http://download.kde.org/unstable/applications/$pkgver/$pkgname-$pkgver.tar.xz")
+md5sums=('19b6709042c8e2a202df1f387130a406')
 
 prepare() {
   mkdir -p build
@@ -24,7 +24,7 @@
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
@@ -36,5 +36,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list