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

Antonio Rojas arojas at archlinux.org
Fri Aug 14 22:52:29 UTC 2015


    Date: Saturday, August 15, 2015 @ 00:52:28
  Author: arojas
Revision: 243717

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

Added:
  kio/repos/testing-i686/PKGBUILD
    (from rev 243716, kio/trunk/PKGBUILD)
  kio/repos/testing-i686/kio.install
    (from rev 243716, kio/trunk/kio.install)
  kio/repos/testing-x86_64/PKGBUILD
    (from rev 243716, kio/trunk/PKGBUILD)
  kio/repos/testing-x86_64/kio.install
    (from rev 243716, kio/trunk/kio.install)
Deleted:
  kio/repos/testing-i686/PKGBUILD
  kio/repos/testing-i686/kio.install
  kio/repos/testing-x86_64/PKGBUILD
  kio/repos/testing-x86_64/kio.install

----------------------------+
 /PKGBUILD                  |   90 +++++++++++++++++++++++++++++++++++++++++++
 /kio.install               |   22 ++++++++++
 testing-i686/PKGBUILD      |   40 -------------------
 testing-i686/kio.install   |   11 -----
 testing-x86_64/PKGBUILD    |   40 -------------------
 testing-x86_64/kio.install |   11 -----
 6 files changed, 112 insertions(+), 102 deletions(-)

Deleted: testing-i686/PKGBUILD
===================================================================
--- testing-i686/PKGBUILD	2015-08-14 22:51:31 UTC (rev 243716)
+++ testing-i686/PKGBUILD	2015-08-14 22:52:28 UTC (rev 243717)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kio
-pkgver=5.13.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kio'
-license=('LGPL')
-depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
-        'desktop-file-utils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-groups=('kf5')
-install=kio.install
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('315c79dc4fb128343d18bfd9ef18a726')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kio/repos/testing-i686/PKGBUILD (from rev 243716, kio/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2015-08-14 22:52:28 UTC (rev 243717)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kio
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kio'
+license=('LGPL')
+depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
+        'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+install=kio.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" 'custom-folder-icons.patch')
+md5sums=('315c79dc4fb128343d18bfd9ef18a726'
+         '9b534ca29ef53644344541c5c770ff51')
+
+prepare() {
+  mkdir -p build
+
+# Fix custom folder icons https://bugs.kde.org/show_bug.cgi?id=350612
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/custom-folder-icons.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-i686/kio.install
===================================================================
--- testing-i686/kio.install	2015-08-14 22:51:31 UTC (rev 243716)
+++ testing-i686/kio.install	2015-08-14 22:52:28 UTC (rev 243717)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kio/repos/testing-i686/kio.install (from rev 243716, kio/trunk/kio.install)
===================================================================
--- testing-i686/kio.install	                        (rev 0)
+++ testing-i686/kio.install	2015-08-14 22:52:28 UTC (rev 243717)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Deleted: testing-x86_64/PKGBUILD
===================================================================
--- testing-x86_64/PKGBUILD	2015-08-14 22:51:31 UTC (rev 243716)
+++ testing-x86_64/PKGBUILD	2015-08-14 22:52:28 UTC (rev 243717)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kio
-pkgver=5.13.0
-pkgrel=1
-pkgdesc='Resource and network access abstraction'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kio'
-license=('LGPL')
-depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
-        'desktop-file-utils')
-makedepends=('extra-cmake-modules' 'kdoctools')
-optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
-groups=('kf5')
-install=kio.install
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('315c79dc4fb128343d18bfd9ef18a726')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
-    -DLIBEXEC_INSTALL_DIR=lib \
-    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-    -DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kio/repos/testing-x86_64/PKGBUILD (from rev 243716, kio/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2015-08-14 22:52:28 UTC (rev 243717)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kio
+pkgver=5.13.0
+pkgrel=2
+pkgdesc='Resource and network access abstraction'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kio'
+license=('LGPL')
+depends=('solid' 'karchive' 'kjobwidgets' 'kbookmarks' 'libxslt' 'kwallet'
+        'desktop-file-utils')
+makedepends=('extra-cmake-modules' 'kdoctools')
+optdepends=('kio-extras: extra protocols support (sftp, fish and more)')
+groups=('kf5')
+install=kio.install
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" 'custom-folder-icons.patch')
+md5sums=('315c79dc4fb128343d18bfd9ef18a726'
+         '9b534ca29ef53644344541c5c770ff51')
+
+prepare() {
+  mkdir -p build
+
+# Fix custom folder icons https://bugs.kde.org/show_bug.cgi?id=350612
+  cd $pkgname-$pkgver
+  patch -p1 -i "$srcdir"/custom-folder-icons.patch
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DLIB_INSTALL_DIR=lib \
+    -DLIBEXEC_INSTALL_DIR=lib \
+    -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/kio.install
===================================================================
--- testing-x86_64/kio.install	2015-08-14 22:51:31 UTC (rev 243716)
+++ testing-x86_64/kio.install	2015-08-14 22:52:28 UTC (rev 243717)
@@ -1,11 +0,0 @@
-post_install() {
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: kio/repos/testing-x86_64/kio.install (from rev 243716, kio/trunk/kio.install)
===================================================================
--- testing-x86_64/kio.install	                        (rev 0)
+++ testing-x86_64/kio.install	2015-08-14 22:52:28 UTC (rev 243717)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}



More information about the arch-commits mailing list