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

Antonio Rojas arojas at archlinux.org
Tue Jul 28 21:19:02 UTC 2015


    Date: Tuesday, July 28, 2015 @ 23:19:01
  Author: arojas
Revision: 242619

kio-extras has moved to KDE Applications

Added:
  kio-extras/kde-unstable/
Modified:
  kio-extras/kde-unstable/PKGBUILD

----------+
 PKGBUILD |   29 ++++++++++++++---------------
 1 file changed, 14 insertions(+), 15 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2015-07-28 21:08:36 UTC (rev 242618)
+++ kde-unstable/PKGBUILD	2015-07-28 21:19:01 UTC (rev 242619)
@@ -1,30 +1,29 @@
 # $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=kio-extras
-pkgver=5.3.2
-pkgrel=2
+pkgver=15.07.80
+pkgrel=1
 pkgdesc="Additional components to increase the functionality of KIO"
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='https://projects.kde.org/projects/kde/workspace/kio-extras'
-license=('LGPL')
-depends=('kdelibs4support' 'khtml' 'kdnssd' 'libssh' 'smbclient'
-         'exiv2' 'openexr' 'openslp' 'libmtp' 'kpty')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-groups=('plasma')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz")
-md5sums=('ee6f6308723206dbc871b3888317484b')
+license=(LGPL)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp libmtp kpty)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz")
+md5sums=('2661daf4eb0a5c9cc2097b37f3492923')
 
 prepare() {
-  mkdir build
+  mkdir -p build
 }
 
 build() {
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DLIB_INSTALL_DIR=lib \
@@ -35,6 +34,6 @@
 
 package() {
   cd build
-  make DESTDIR="${pkgdir}" install
+  make DESTDIR="$pkgdir" install
 }
 



More information about the arch-commits mailing list