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

Antonio Rojas arojas at archlinux.org
Sat Jul 22 17:38:02 UTC 2017


    Date: Saturday, July 22, 2017 @ 17:38:01
  Author: arojas
Revision: 301143

Move khtml to makedepends

Modified:
  parley/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-22 17:32:20 UTC (rev 301142)
+++ PKGBUILD	2017-07-22 17:38:01 UTC (rev 301143)
@@ -1,5 +1,5 @@
-# $Id$
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=parley
@@ -7,14 +7,14 @@
 pkgrel=1
 pkgdesc="Vocabulary Trainer"
 url="https://kde.org/applications/education/parley/"
-arch=('i686' 'x86_64')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde-applications' 'kdeedu')
-depends=('kross' 'knewstuff' 'libkeduvocdocument' 'khtml' 'qt5-multimedia' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-replaces=('kdeedu-parley')
-conflicts=('kdeedu-parley')
-source=("https://download.kde.org/unstable/applications/${pkgver}/src/parley-${pkgver}.tar.xz"{,.sig})
+arch=(i686 x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kross knewstuff libkeduvocdocument qt5-multimedia kcmutils)
+makedepends=(extra-cmake-modules kdoctools python khtml)
+replaces=(kdeedu-parley)
+conflicts=(kdeedu-parley)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('1036bca4c679ed7b9be19b37cf03948d741be1a5891378d133231dd93da61b0d'
             'SKIP')
 validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
@@ -26,7 +26,7 @@
 
 build() {
   cd build
-  cmake ../parley-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DSYSCONF_INSTALL_DIR=/etc
@@ -35,5 +35,5 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list