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

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 17:10:45
  Author: fyan
Revision: 266483

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 266482, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 266482, kio-extras/trunk/PKGBUILD)
Deleted:
  kio-extras/repos/extra-i686/PKGBUILD
  kio-extras/repos/extra-i686/kio-extras.install
  kio-extras/repos/extra-x86_64/PKGBUILD
  kio-extras/repos/extra-x86_64/kio-extras.install

-+
 /PKGBUILD   |   76 ++
 extra-i686/PKGBUILD |   39 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   39 ---
 extra-x86_64/kio-extras.install |   11 -
 5 files changed, 76 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 15:09:59 UTC (rev 266482)
+++ extra-i686/PKGBUILD 2016-04-28 15:10:45 UTC (rev 266483)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=16.04.0
-pkgrel=1
-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 kactivities)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdenetwork)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('f15d31f670fbbad9e8ebda0f03568d1e')
-
-prepare() {
-  mkdir -p 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/extra-i686/PKGBUILD (from rev 266482, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 15:10:45 UTC (rev 266483)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=16.04.0
+pkgrel=2
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(i686 x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(LGPL)
+depends=(kdelibs4support khtml kdnssd libssh smbclient exiv2 openexr openslp 
libmtp kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('f15d31f670fbbad9e8ebda0f03568d1e')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2016-04-28 15:09:59 UTC (rev 266482)
+++ extra-i686/kio-extras.install   2016-04-28 15:10:45 UTC (rev 266483)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-28 15:09:59 UTC (rev 266482)
+++ extra-x86_64/PKGBUILD   2016-04-28 15:10:45 UTC (rev 266483)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=16.04.0
-pkgrel=1
-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 kactivities)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdenetwork)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('f15d31f670fbbad9e8ebda0f03568d1e')
-
-prepare() {
-  mkdir -p build
-}
-
-build() 

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

2016-03-26 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 00:30:11
  Author: arojas
Revision: 262762

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kio-extras/repos/staging-i686/
  kio-extras/repos/staging-i686/PKGBUILD
(from rev 262761, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/staging-i686/kio-extras.install
(from rev 262761, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/staging-x86_64/
  kio-extras/repos/staging-x86_64/PKGBUILD
(from rev 262761, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/staging-x86_64/kio-extras.install
(from rev 262761, kio-extras/kde-unstable/kio-extras.install)

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

Copied: kio-extras/repos/staging-i686/PKGBUILD (from rev 262761, 
kio-extras/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-26 23:30:11 UTC (rev 262762)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=16.03.80
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4ac753b450e1202c8c773ab5b7ad9b44')
+
+prepare() {
+  mkdir -p 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 262761, 
kio-extras/kde-unstable/kio-extras.install)
===
--- staging-i686/kio-extras.install (rev 0)
+++ staging-i686/kio-extras.install 2016-03-26 23:30:11 UTC (rev 262762)
@@ -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 262761, 
kio-extras/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-26 23:30:11 UTC (rev 262762)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=16.03.80
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4ac753b450e1202c8c773ab5b7ad9b44')
+
+prepare() {
+  mkdir -p 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 262761, 
kio-extras/kde-unstable/kio-extras.install)
===
--- staging-x86_64/kio-extras.install   (rev 0)
+++ staging-x86_64/kio-extras.install   2016-03-26 23:30:11 UTC (rev 262762)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2016-02-16 Thread Antonio Rojas
Date: Tuesday, February 16, 2016 @ 09:46:31
  Author: arojas
Revision: 259517

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

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

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/kio-extras.install   |   11 ++
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/kio-extras.install |   11 ++
 4 files changed, 100 insertions(+)

Copied: kio-extras/repos/testing-i686/PKGBUILD (from rev 259516, 
kio-extras/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-02-16 08:46:31 UTC (rev 259517)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.12.2
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c72a4a5731aa6d74e513066c78c8f2df')
+
+prepare() {
+  mkdir -p 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/testing-i686/kio-extras.install (from rev 259516, 
kio-extras/trunk/kio-extras.install)
===
--- testing-i686/kio-extras.install (rev 0)
+++ testing-i686/kio-extras.install 2016-02-16 08:46:31 UTC (rev 259517)
@@ -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/testing-x86_64/PKGBUILD (from rev 259516, 
kio-extras/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-02-16 08:46:31 UTC (rev 259517)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.12.2
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c72a4a5731aa6d74e513066c78c8f2df')
+
+prepare() {
+  mkdir -p 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/testing-x86_64/kio-extras.install (from rev 259516, 
kio-extras/trunk/kio-extras.install)
===
--- testing-x86_64/kio-extras.install   (rev 0)
+++ testing-x86_64/kio-extras.install   2016-02-16 08:46:31 UTC (rev 259517)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 14:02:27
  Author: bpiotrowski
Revision: 253829

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

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

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

Copied: kio-extras/repos/staging-i686/PKGBUILD (from rev 253828, 
kio-extras/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 13:02:27 UTC (rev 253829)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.08.3
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('dec5984045d2da1bfc2f7e72338746bc')
+
+prepare() {
+  mkdir -p 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 253828, 
kio-extras/trunk/kio-extras.install)
===
--- staging-i686/kio-extras.install (rev 0)
+++ staging-i686/kio-extras.install 2015-12-08 13:02:27 UTC (rev 253829)
@@ -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 253828, 
kio-extras/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 13:02:27 UTC (rev 253829)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.08.3
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('dec5984045d2da1bfc2f7e72338746bc')
+
+prepare() {
+  mkdir -p 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 253828, 
kio-extras/trunk/kio-extras.install)
===
--- staging-x86_64/kio-extras.install   (rev 0)
+++ staging-x86_64/kio-extras.install   2015-12-08 13:02:27 UTC (rev 253829)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-11-19 Thread Antonio Rojas
Date: Thursday, November 19, 2015 @ 22:16:02
  Author: arojas
Revision: 251395

archrelease: copy kde-unstable to staging-i686, staging-x86_64

Added:
  kio-extras/repos/staging-i686/
  kio-extras/repos/staging-i686/PKGBUILD
(from rev 251394, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/staging-i686/kio-extras.install
(from rev 251394, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/staging-x86_64/
  kio-extras/repos/staging-x86_64/PKGBUILD
(from rev 251394, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/staging-x86_64/kio-extras.install
(from rev 251394, kio-extras/kde-unstable/kio-extras.install)

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

Copied: kio-extras/repos/staging-i686/PKGBUILD (from rev 251394, 
kio-extras/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-11-19 21:16:02 UTC (rev 251395)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.11.80
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('88f3eab53430961dbeaf3f8bb7eb8416')
+
+prepare() {
+  mkdir -p 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 251394, 
kio-extras/kde-unstable/kio-extras.install)
===
--- staging-i686/kio-extras.install (rev 0)
+++ staging-i686/kio-extras.install 2015-11-19 21:16:02 UTC (rev 251395)
@@ -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 251394, 
kio-extras/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 21:16:02 UTC (rev 251395)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.11.80
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('88f3eab53430961dbeaf3f8bb7eb8416')
+
+prepare() {
+  mkdir -p 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 251394, 
kio-extras/kde-unstable/kio-extras.install)
===
--- staging-x86_64/kio-extras.install   (rev 0)
+++ staging-x86_64/kio-extras.install   2015-11-19 21:16:02 UTC (rev 251395)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-09-14 Thread Antonio Rojas
Date: Monday, September 14, 2015 @ 23:50:16
  Author: arojas
Revision: 246199

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

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

---+
 testing-i686/PKGBUILD |   39 
 testing-i686/kio-extras.install   |   11 ++
 testing-x86_64/PKGBUILD   |   39 
 testing-x86_64/kio-extras.install |   11 ++
 4 files changed, 100 insertions(+)

Copied: kio-extras/repos/testing-i686/PKGBUILD (from rev 246198, 
kio-extras/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-14 21:50:16 UTC (rev 246199)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.08.1
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('b2f48f8a2545b87273fa1caa50e4cf00')
+
+prepare() {
+  mkdir -p 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/testing-i686/kio-extras.install (from rev 246198, 
kio-extras/trunk/kio-extras.install)
===
--- testing-i686/kio-extras.install (rev 0)
+++ testing-i686/kio-extras.install 2015-09-14 21:50:16 UTC (rev 246199)
@@ -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/testing-x86_64/PKGBUILD (from rev 246198, 
kio-extras/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-14 21:50:16 UTC (rev 246199)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.08.1
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('b2f48f8a2545b87273fa1caa50e4cf00')
+
+prepare() {
+  mkdir -p 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/testing-x86_64/kio-extras.install (from rev 246198, 
kio-extras/trunk/kio-extras.install)
===
--- testing-x86_64/kio-extras.install   (rev 0)
+++ testing-x86_64/kio-extras.install   2015-09-14 21:50:16 UTC (rev 246199)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-29 Thread Antonio Rojas
Date: Wednesday, July 29, 2015 @ 10:17:28
  Author: arojas
Revision: 242801

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kio-extras/repos/kde-unstable-i686/
  kio-extras/repos/kde-unstable-i686/PKGBUILD
(from rev 242800, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-i686/kio-extras.install
(from rev 242800, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/kde-unstable-x86_64/
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 242800, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install
(from rev 242800, kio-extras/kde-unstable/kio-extras.install)

+
 kde-unstable-i686/PKGBUILD |   39 +++
 kde-unstable-i686/kio-extras.install   |   11 
 kde-unstable-x86_64/PKGBUILD   |   39 +++
 kde-unstable-x86_64/kio-extras.install |   11 
 4 files changed, 100 insertions(+)

Copied: kio-extras/repos/kde-unstable-i686/PKGBUILD (from rev 242800, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-07-29 08:17:28 UTC (rev 242801)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kio-extras
+pkgver=15.07.80
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2661daf4eb0a5c9cc2097b37f3492923')
+
+prepare() {
+  mkdir -p 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/kde-unstable-i686/kio-extras.install (from rev 242800, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-07-29 08:17:28 UTC (rev 
242801)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 242800, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-07-29 08:17:28 UTC (rev 242801)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Maintainer: Antonio Rojas aro...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+
+pkgname=kio-extras
+pkgver=15.07.80
+pkgrel=1
+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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=(http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('2661daf4eb0a5c9cc2097b37f3492923')
+
+prepare() {
+  mkdir -p 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/kde-unstable-x86_64/kio-extras.install (from rev 
242800, kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-x86_64/kio-extras.install  (rev 0)
+++ kde-unstable-x86_64/kio-extras.install  2015-07-29 08:17:28 UTC (rev 
242801)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-07-03 Thread Antonio Rojas
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 felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@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 felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@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
+}


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

2015-05-10 Thread Antonio Rojas
Date: Sunday, May 10, 2015 @ 15:12:30
  Author: arojas
Revision: 238871

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

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

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

Copied: kio-extras/repos/testing-i686/PKGBUILD (from rev 238870, 
kio-extras/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-10 13:12:30 UTC (rev 238871)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.0
+pkgrel=3
+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=('cac226ba36f31c0f755482c73c820685')
+
+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/testing-i686/kio-extras.install (from rev 238870, 
kio-extras/trunk/kio-extras.install)
===
--- testing-i686/kio-extras.install (rev 0)
+++ testing-i686/kio-extras.install 2015-05-10 13:12:30 UTC (rev 238871)
@@ -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/testing-x86_64/PKGBUILD (from rev 238870, 
kio-extras/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-10 13:12:30 UTC (rev 238871)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.0
+pkgrel=3
+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=('cac226ba36f31c0f755482c73c820685')
+
+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/testing-x86_64/kio-extras.install (from rev 238870, 
kio-extras/trunk/kio-extras.install)
===
--- testing-x86_64/kio-extras.install   (rev 0)
+++ testing-x86_64/kio-extras.install   2015-05-10 13:12:30 UTC (rev 238871)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:13:02
  Author: arojas
Revision: 238089

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

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

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

Copied: kio-extras/repos/testing-i686/PKGBUILD (from rev 238088, 
kio-extras/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:13:02 UTC (rev 238089)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.0
+pkgrel=1
+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=('cac226ba36f31c0f755482c73c820685')
+
+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/testing-i686/kio-extras.install (from rev 238088, 
kio-extras/trunk/kio-extras.install)
===
--- testing-i686/kio-extras.install (rev 0)
+++ testing-i686/kio-extras.install 2015-04-28 07:13:02 UTC (rev 238089)
@@ -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/testing-x86_64/PKGBUILD (from rev 238088, 
kio-extras/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:13:02 UTC (rev 238089)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.3.0
+pkgrel=1
+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=('cac226ba36f31c0f755482c73c820685')
+
+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/testing-x86_64/kio-extras.install (from rev 238088, 
kio-extras/trunk/kio-extras.install)
===
--- testing-x86_64/kio-extras.install   (rev 0)
+++ testing-x86_64/kio-extras.install   2015-04-28 07:13:02 UTC (rev 238089)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-04-14 Thread Antonio Rojas
Date: Tuesday, April 14, 2015 @ 09:45:29
  Author: arojas
Revision: 236497

archrelease: copy kde-unstable to kde-unstable-i686, kde-unstable-x86_64

Added:
  kio-extras/repos/kde-unstable-i686/
  kio-extras/repos/kde-unstable-i686/PKGBUILD
(from rev 236496, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-i686/kio-extras.install
(from rev 236496, kio-extras/kde-unstable/kio-extras.install)
  kio-extras/repos/kde-unstable-x86_64/
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 236496, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras.install
(from rev 236496, kio-extras/kde-unstable/kio-extras.install)

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

Copied: kio-extras/repos/kde-unstable-i686/PKGBUILD (from rev 236496, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-14 07:45:29 UTC (rev 236497)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.2.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e44fa12a88194b81cda487db3a3c137e')
+
+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/kde-unstable-i686/kio-extras.install (from rev 236496, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-04-14 07:45:29 UTC (rev 
236497)
@@ -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/kde-unstable-x86_64/PKGBUILD (from rev 236496, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-04-14 07:45:29 UTC (rev 236497)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.2.95
+pkgrel=1
+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/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('e44fa12a88194b81cda487db3a3c137e')
+
+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/kde-unstable-x86_64/kio-extras.install (from rev 
236496, kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-x86_64/kio-extras.install  (rev 0)
+++ kde-unstable-x86_64/kio-extras.install  2015-04-14 07:45:29 UTC (rev 
236497)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2015-02-24 Thread Felix Yan
Date: Wednesday, February 25, 2015 @ 04:09:26
  Author: fyan
Revision: 231892

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

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

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

Copied: kio-extras/repos/staging-i686/PKGBUILD (from rev 231891, 
kio-extras/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-25 03:09:26 UTC (rev 231892)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.2.1
+pkgrel=1
+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=('b4e797c0002748aeb23ddef83c24d89e')
+
+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
+
+  # conflicts with kdebase-runtime
+  mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
+}
+

Copied: kio-extras/repos/staging-i686/kio-extras.install (from rev 231891, 
kio-extras/trunk/kio-extras.install)
===
--- staging-i686/kio-extras.install (rev 0)
+++ staging-i686/kio-extras.install 2015-02-25 03:09:26 UTC (rev 231892)
@@ -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 231891, 
kio-extras/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-25 03:09:26 UTC (rev 231892)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.2.1
+pkgrel=1
+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=('b4e797c0002748aeb23ddef83c24d89e')
+
+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
+
+  # conflicts with kdebase-runtime
+  mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
+}
+

Copied: kio-extras/repos/staging-x86_64/kio-extras.install (from rev 231891, 
kio-extras/trunk/kio-extras.install)
===
--- staging-x86_64/kio-extras.install   (rev 0)
+++ staging-x86_64/kio-extras.install   2015-02-25 03:09:26 UTC (rev 231892)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


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

2014-10-18 Thread Andrea Scarpino
Date: Saturday, October 18, 2014 @ 10:45:25
  Author: andrea
Revision: 224715

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

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

-+
 extra-i686/PKGBUILD |   42 ++
 extra-i686/kio-extras.install   |   11 +
 extra-x86_64/PKGBUILD   |   42 ++
 extra-x86_64/kio-extras.install |   11 +
 4 files changed, 106 insertions(+)

Copied: kio-extras/repos/extra-i686/PKGBUILD (from rev 224714, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-18 08:45:25 UTC (rev 224715)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.1.0.1
+pkgrel=1
+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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+options=('!buildflags')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('fe8771bd6157bd842753d0c2a3c9162c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-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
+
+  # conflicts with kdebase-runtime
+  rm $pkgdir/usr/lib/libmolletnetwork.so
+  mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
+}
+

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 224714, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2014-10-18 08:45:25 UTC (rev 224715)
@@ -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/extra-x86_64/PKGBUILD (from rev 224714, 
kio-extras/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-18 08:45:25 UTC (rev 224715)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.1.0.1
+pkgrel=1
+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')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+options=('!buildflags')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('fe8771bd6157bd842753d0c2a3c9162c')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-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
+
+  # conflicts with kdebase-runtime
+  rm $pkgdir/usr/lib/libmolletnetwork.so
+  mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
+}
+

Copied: kio-extras/repos/extra-x86_64/kio-extras.install (from rev 224714, 
kio-extras/trunk/kio-extras.install)
===
--- extra-x86_64/kio-extras.install (rev 0)
+++ extra-x86_64/kio-extras.install 2014-10-18 08:45:25 UTC (rev 224715)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}