[arch-commits] Commit in kio-extras/repos (6 files)

Antonio Rojas arojas at archlinux.org
Fri Jul 3 21:20:54 UTC 2015


    Date: Friday, July 3, 2015 @ 23:20:54
  Author: arojas
Revision: 241771

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  kio-extras/repos/staging-i686/
  kio-extras/repos/staging-i686/PKGBUILD
    (from rev 241770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/staging-i686/kio-extras.install
    (from rev 241770, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/staging-x86_64/
  kio-extras/repos/staging-x86_64/PKGBUILD
    (from rev 241770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/staging-x86_64/kio-extras.install
    (from rev 241770, kio-extras/trunk/kio-extras.install)

-----------------------------------+
 staging-i686/PKGBUILD             |   40 ++++++++++++++++++++++++++++++++++++
 staging-i686/kio-extras.install   |   11 +++++++++
 staging-x86_64/PKGBUILD           |   40 ++++++++++++++++++++++++++++++++++++
 staging-x86_64/kio-extras.install |   11 +++++++++
 4 files changed, 102 insertions(+)

Copied: kio-extras/repos/staging-i686/PKGBUILD (from rev 241770, kio-extras/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD	                        (rev 0)
+++ staging-i686/PKGBUILD	2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.2
+pkgrel=2
+pkgdesc="Additional components to increase the functionality of KIO"
+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')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: kio-extras/repos/staging-i686/kio-extras.install (from rev 241770, kio-extras/trunk/kio-extras.install)
===================================================================
--- staging-i686/kio-extras.install	                        (rev 0)
+++ staging-i686/kio-extras.install	2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,11 @@
+post_install() {
+    update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}

Copied: kio-extras/repos/staging-x86_64/PKGBUILD (from rev 241770, kio-extras/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.2
+pkgrel=2
+pkgdesc="Additional components to increase the functionality of KIO"
+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')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: kio-extras/repos/staging-x86_64/kio-extras.install (from rev 241770, kio-extras/trunk/kio-extras.install)
===================================================================
--- staging-x86_64/kio-extras.install	                        (rev 0)
+++ staging-x86_64/kio-extras.install	2015-07-03 21:20:54 UTC (rev 241771)
@@ -0,0 +1,11 @@
+post_install() {
+    update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+    post_install
+}
+
+post_remove() {
+    post_install
+}



More information about the arch-commits mailing list