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

Antonio Rojas arojas at archlinux.org
Thu Sep 15 07:23:22 UTC 2016


    Date: Thursday, September 15, 2016 @ 07:23:22
  Author: arojas
Revision: 276439

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

Added:
  kio/repos/testing-i686/
  kio/repos/testing-i686/PKGBUILD
    (from rev 276438, kio/trunk/PKGBUILD)
  kio/repos/testing-x86_64/
  kio/repos/testing-x86_64/PKGBUILD
    (from rev 276438, kio/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   43 +++++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 86 insertions(+)

Copied: kio/repos/testing-i686/PKGBUILD (from rev 276438, kio/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2016-09-15 07:23:22 UTC (rev 276439)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kio
+pkgver=5.26.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 'desktop-file-utils' 'kinit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kio-konsole.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=c784a879&o=plain")
+md5sums=('c525ec050558e2d5c372616b8848aef8'
+         'eade65cf460457d7fd34085478f27b6d')
+
+prepare() {
+  mkdir -p build
+
+# Fix launching terminal applications
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kio-konsole.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Copied: kio/repos/testing-x86_64/PKGBUILD (from rev 276438, kio/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2016-09-15 07:23:22 UTC (rev 276439)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kio
+pkgver=5.26.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('solid' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet' 'desktop-file-utils' 'kinit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"
+        kio-konsole.patch::"https://quickgit.kde.org/?p=kio.git&a=commitdiff&h=c784a879&o=plain")
+md5sums=('c525ec050558e2d5c372616b8848aef8'
+         'eade65cf460457d7fd34085478f27b6d')
+
+prepare() {
+  mkdir -p build
+
+# Fix launching terminal applications
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kio-konsole.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DKDE_INSTALL_LIBDIR=lib \
+    -DKDE_INSTALL_LIBEXECDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list