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

2016-04-19 Thread Antonio Rojas
Date: Tuesday, April 19, 2016 @ 14:33:07
  Author: arojas
Revision: 265395

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-19 12:32:52 UTC (rev 265394)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:33:07 UTC (rev 265395)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=16.03.90
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('c140741f9c91bf34c0b315c5c2f5907d')
-
-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/PKGBUILD (from rev 265394, 
kio-extras/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-19 12:33:07 UTC (rev 265395)
@@ -0,0 +1,39 @@
+# $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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2016-04-19 12:32:52 UTC (rev 
265394)
+++ kde-unstable-i686/kio-extras.install2016-04-19 12:33:07 UTC (rev 
265395)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 265394, 
kio-extras/trunk/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2016-04-19 12:33:07 UTC (rev 
265395)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2016-04-08 Thread Antonio Rojas
Date: Friday, April 8, 2016 @ 09:26:38
  Author: arojas
Revision: 264157

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-04-08 07:26:10 UTC (rev 264156)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:26:38 UTC (rev 264157)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=16.03.80
-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 kactivities)
-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/kde-unstable-i686/PKGBUILD (from rev 264156, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-04-08 07:26:38 UTC (rev 264157)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=16.03.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('c140741f9c91bf34c0b315c5c2f5907d')
+
+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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2016-04-08 07:26:10 UTC (rev 
264156)
+++ kde-unstable-i686/kio-extras.install2016-04-08 07:26:38 UTC (rev 
264157)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 264156, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2016-04-08 07:26:38 UTC (rev 
264157)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+  

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

2016-03-27 Thread Antonio Rojas
Date: Sunday, March 27, 2016 @ 16:47:22
  Author: arojas
Revision: 263029

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2016-03-27 14:46:54 UTC (rev 263028)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 14:47:22 UTC (rev 263029)
@@ -1,39 +0,0 @@
-# $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/kde-unstable-i686/PKGBUILD (from rev 263028, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2016-03-27 14:47:22 UTC (rev 263029)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=16.03.80
+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 kactivities)
+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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2016-03-27 14:46:54 UTC (rev 
263028)
+++ kde-unstable-i686/kio-extras.install2016-03-27 14:47:22 UTC (rev 
263029)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 263028, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2016-03-27 14:47:22 UTC (rev 
263029)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2016-03-15 Thread Antonio Rojas
Date: Tuesday, March 15, 2016 @ 12:14:14
  Author: arojas
Revision: 261624

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 261623, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 261623, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 261623, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 261623, kio-extras/trunk/kio-extras.install)
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   |   78 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   39 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   39 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-15 11:13:58 UTC (rev 261623)
+++ extra-i686/PKGBUILD 2016-03-15 11:14:14 UTC (rev 261624)
@@ -1,39 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 261623, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-15 11:14:14 UTC (rev 261624)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.12.3
+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=('923f3af3c0287678ab2633bd41996c3b')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2016-03-15 11:13:58 UTC (rev 261623)
+++ extra-i686/kio-extras.install   2016-03-15 11:14:14 UTC (rev 261624)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 261623, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2016-03-15 11:14:14 UTC (rev 261624)
@@ -0,0 +1,11 @@
+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-03-15 11:13:58 UTC (rev 261623)
+++ extra-x86_64/PKGBUILD   2016-03-15 11:14:14 UTC (rev 261624)
@@ -1,39 +0,0 

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

2016-02-08 Thread Antonio Rojas
Date: Monday, February 8, 2016 @ 23:42:51
  Author: arojas
Revision: 258994

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 258993, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 258993, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 258993, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 258993, kio-extras/trunk/kio-extras.install)
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   |   90 ++
 /kio-extras.install |   22 +
 extra-i686/PKGBUILD |   39 
 extra-i686/kio-extras.install   |   11 
 extra-x86_64/PKGBUILD   |   39 
 extra-x86_64/kio-extras.install |   11 
 6 files changed, 112 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-02-08 22:42:15 UTC (rev 258993)
+++ extra-i686/PKGBUILD 2016-02-08 22:42:51 UTC (rev 258994)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=15.12.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=('5a45e9df178f3bba38f257be6e026f22')
-
-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 258993, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-02-08 22:42:51 UTC (rev 258994)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.12.1
+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;
+   
bug359015.patch::"https://quickgit.kde.org/?p=kio-extras.git=commitdiff=af92d618=plain;)
+md5sums=('5a45e9df178f3bba38f257be6e026f22'
+ 'e47b7f6af98cce2c36929731e3bb2ea5')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix deprecated perl syntax http://bugs.kde.org/show_bug.cgi?id=359015
+  patch -p1 -i ../bug359015.patch
+}
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2016-02-08 22:42:15 UTC (rev 258993)
+++ extra-i686/kio-extras.install   2016-02-08 22:42:51 UTC (rev 258994)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 258993, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2016-02-08 22:42:51 UTC (rev 258994)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+

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

2016-01-12 Thread Antonio Rojas
Date: Tuesday, January 12, 2016 @ 09:38:48
  Author: arojas
Revision: 258102

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 258101, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 258101, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 258101, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 258101, kio-extras/trunk/kio-extras.install)
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   |   78 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   39 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   39 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-12 08:38:30 UTC (rev 258101)
+++ extra-i686/PKGBUILD 2016-01-12 08:38:48 UTC (rev 258102)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=15.12.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)
-groups=(kde-applications kdenetwork)
-install=$pkgname.install
-source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('819bf5ec77953460993529076e0b9023')
-
-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 258101, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-12 08:38:48 UTC (rev 258102)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.12.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=('5a45e9df178f3bba38f257be6e026f22')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2016-01-12 08:38:30 UTC (rev 258101)
+++ extra-i686/kio-extras.install   2016-01-12 08:38:48 UTC (rev 258102)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 258101, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2016-01-12 08:38:48 UTC (rev 258102)
@@ -0,0 +1,11 @@
+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-01-12 08:38:30 UTC (rev 258101)
+++ extra-x86_64/PKGBUILD   2016-01-12 08:38:48 UTC (rev 258102)
@@ -1,39 +0,0 

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

2015-12-16 Thread Antonio Rojas
Date: Wednesday, December 16, 2015 @ 09:11:09
  Author: arojas
Revision: 256423

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-16 08:10:51 UTC (rev 256422)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:11:09 UTC (rev 256423)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=15.11.90
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
-md5sums=('6505539b1aa79f5ca569a7ae2b4fdb5e')
-
-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/PKGBUILD (from rev 256422, 
kio-extras/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-16 08:11:09 UTC (rev 256423)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.12.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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('819bf5ec77953460993529076e0b9023')
+
+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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2015-12-16 08:10:51 UTC (rev 
256422)
+++ kde-unstable-i686/kio-extras.install2015-12-16 08:11:09 UTC (rev 
256423)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 256422, 
kio-extras/trunk/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-12-16 08:11:09 UTC (rev 
256423)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-12-09 Thread Antonio Rojas
Date: Wednesday, December 9, 2015 @ 09:06:36
  Author: arojas
Revision: 254949

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-09 08:06:19 UTC (rev 254948)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:36 UTC (rev 254949)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=15.11.90
-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=('6505539b1aa79f5ca569a7ae2b4fdb5e')
-
-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/PKGBUILD (from rev 254948, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-09 08:06:36 UTC (rev 254949)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('6505539b1aa79f5ca569a7ae2b4fdb5e')
+
+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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2015-12-09 08:06:19 UTC (rev 
254948)
+++ kde-unstable-i686/kio-extras.install2015-12-09 08:06:36 UTC (rev 
254949)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 254948, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-12-09 08:06:36 UTC (rev 
254949)
@@ -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 (8 files)

2015-12-03 Thread Antonio Rojas
Date: Thursday, December 3, 2015 @ 21:51:21
  Author: arojas
Revision: 252296

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-12-03 20:51:03 UTC (rev 252295)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:51:21 UTC (rev 252296)
@@ -1,39 +0,0 @@
-# $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/kde-unstable-i686/PKGBUILD (from rev 252295, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-12-03 20:51:21 UTC (rev 252296)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.11.90
+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=('6505539b1aa79f5ca569a7ae2b4fdb5e')
+
+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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2015-12-03 20:51:03 UTC (rev 
252295)
+++ kde-unstable-i686/kio-extras.install2015-12-03 20:51:21 UTC (rev 
252296)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 252295, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-12-03 20:51:21 UTC (rev 
252296)
@@ -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 (8 files)

2015-11-09 Thread Antonio Rojas
Date: Monday, November 9, 2015 @ 23:07:37
  Author: arojas
Revision: 250435

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 250434, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 250434, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 250434, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 250434, kio-extras/trunk/kio-extras.install)
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   |   78 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   39 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   39 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-11-09 22:07:19 UTC (rev 250434)
+++ extra-i686/PKGBUILD 2015-11-09 22:07:37 UTC (rev 250435)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=15.08.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=('e4f8104669785b3651f30cecbd4ec2b0')
-
-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 250434, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-11-09 22:07:37 UTC (rev 250435)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.08.3
+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=('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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-11-09 22:07:19 UTC (rev 250434)
+++ extra-i686/kio-extras.install   2015-11-09 22:07:37 UTC (rev 250435)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 250434, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-11-09 22:07:37 UTC (rev 250435)
@@ -0,0 +1,11 @@
+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   2015-11-09 22:07:19 UTC (rev 250434)
+++ extra-x86_64/PKGBUILD   2015-11-09 22:07:37 UTC (rev 250435)
@@ -1,39 +0,0 

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

2015-10-13 Thread Antonio Rojas
Date: Tuesday, October 13, 2015 @ 09:50:25
  Author: arojas
Revision: 249123

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 249122, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 249122, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 249122, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 249122, kio-extras/trunk/kio-extras.install)
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   |   78 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   45 -
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   45 -
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 100 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-13 07:50:03 UTC (rev 249122)
+++ extra-i686/PKGBUILD 2015-10-13 07:50:25 UTC (rev 249123)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=15.08.1
-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;
-   
fish-delete.patch::"https://quickgit.kde.org/?p=kio-extras.git=commitdiff=311f7e1=plain;)
-md5sums=('b2f48f8a2545b87273fa1caa50e4cf00'
- 'd0d808ed2e7d8162cdc4c694c6e2f37f')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# Fix delete in fish protocol https://bugs.kde.org/show_bug.cgi?id=351309
-  patch -p1 -i ../fish-delete.patch
-}
-
-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 249122, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-13 07:50:25 UTC (rev 249123)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.08.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=('e4f8104669785b3651f30cecbd4ec2b0')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-10-13 07:50:03 UTC (rev 249122)
+++ extra-i686/kio-extras.install   2015-10-13 07:50:25 UTC (rev 249123)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 249122, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-10-13 07:50:25 UTC (rev 249123)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+

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

2015-10-02 Thread Antonio Rojas
Date: Friday, October 2, 2015 @ 23:19:37
  Author: arojas
Revision: 248284

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 248283, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 248283, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 248283, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 248283, kio-extras/trunk/kio-extras.install)
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   |   90 ++
 /kio-extras.install |   22 +
 extra-i686/PKGBUILD |   39 
 extra-i686/kio-extras.install   |   11 
 extra-x86_64/PKGBUILD   |   39 
 extra-x86_64/kio-extras.install |   11 
 6 files changed, 112 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-02 21:18:01 UTC (rev 248283)
+++ extra-i686/PKGBUILD 2015-10-02 21:19:37 UTC (rev 248284)
@@ -1,39 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 248283, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-10-02 21:19:37 UTC (rev 248284)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=15.08.1
+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;
+   
fish-delete.patch::"https://quickgit.kde.org/?p=kio-extras.git=commitdiff=311f7e1=plain;)
+md5sums=('b2f48f8a2545b87273fa1caa50e4cf00'
+ 'd0d808ed2e7d8162cdc4c694c6e2f37f')
+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+# Fix delete in fish protocol https://bugs.kde.org/show_bug.cgi?id=351309
+  patch -p1 -i ../fish-delete.patch
+}
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-10-02 21:18:01 UTC (rev 248283)
+++ extra-i686/kio-extras.install   2015-10-02 21:19:37 UTC (rev 248284)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 248283, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-10-02 21:19:37 UTC (rev 248284)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+   

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

2015-08-19 Thread Antonio Rojas
Date: Wednesday, August 19, 2015 @ 09:08:39
  Author: arojas
Revision: 244115

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-19 07:08:21 UTC (rev 244114)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:08:39 UTC (rev 244115)
@@ -1,39 +0,0 @@
-# $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.90
-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=('2e2930820d26a064c4dcd54cdbea3d2a')
-
-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/PKGBUILD (from rev 244114, 
kio-extras/trunk/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-19 07:08:39 UTC (rev 244115)
@@ -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.08.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)
+groups=(kde-applications kdenetwork)
+install=$pkgname.install
+source=(http://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz;)
+md5sums=('4e2bb6dc68355e874d0a4e5fbd6c4669')
+
+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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2015-08-19 07:08:21 UTC (rev 
244114)
+++ kde-unstable-i686/kio-extras.install2015-08-19 07:08:39 UTC (rev 
244115)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 244114, 
kio-extras/trunk/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-08-19 07:08:39 UTC (rev 
244115)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: kde-unstable-x86_64/PKGBUILD

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

2015-08-13 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 07:26:28
  Author: arojas
Revision: 243585

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

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

+
 /PKGBUILD  |   78 +++
 /kio-extras.install|   22 
 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 
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: kde-unstable-i686/PKGBUILD
===
--- kde-unstable-i686/PKGBUILD  2015-08-14 05:26:13 UTC (rev 243584)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:26:28 UTC (rev 243585)
@@ -1,39 +0,0 @@
-# $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/PKGBUILD (from rev 243584, 
kio-extras/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 05:26:28 UTC (rev 243585)
@@ -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.90
+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=('2e2930820d26a064c4dcd54cdbea3d2a')
+
+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
+}
+

Deleted: kde-unstable-i686/kio-extras.install
===
--- kde-unstable-i686/kio-extras.install2015-08-14 05:26:13 UTC (rev 
243584)
+++ kde-unstable-i686/kio-extras.install2015-08-14 05:26:28 UTC (rev 
243585)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/kde-unstable-i686/kio-extras.install (from rev 243584, 
kio-extras/kde-unstable/kio-extras.install)
===
--- kde-unstable-i686/kio-extras.install(rev 0)
+++ kde-unstable-i686/kio-extras.install2015-08-14 05:26:28 UTC (rev 
243585)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: 

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

2015-06-30 Thread Antonio Rojas
Date: Tuesday, June 30, 2015 @ 19:41:19
  Author: arojas
Revision: 241449

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 241448, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 241448, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 241448, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 241448, kio-extras/trunk/kio-extras.install)
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   |   80 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   40 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-30 17:41:03 UTC (rev 241448)
+++ extra-i686/PKGBUILD 2015-06-30 17:41:19 UTC (rev 241449)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kio-extras
-pkgver=5.3.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=('8c53fd7088ae1c6a0a0054a6646bd4ac')
-
-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/extra-i686/PKGBUILD (from rev 241448, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-30 17:41:19 UTC (rev 241449)
@@ -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=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=('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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-06-30 17:41:03 UTC (rev 241448)
+++ extra-i686/kio-extras.install   2015-06-30 17:41:19 UTC (rev 241449)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 241448, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-06-30 17:41:19 UTC (rev 241449)
@@ -0,0 +1,11 @@
+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   2015-06-30 17:41:03 UTC (rev 241448)
+++ extra-x86_64/PKGBUILD   2015-06-30 17:41:19 UTC (rev 241449)
@@ -1,40 +0,0 @@
-# $Id$
-# 

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

2015-05-26 Thread Antonio Rojas
Date: Tuesday, May 26, 2015 @ 11:40:32
  Author: arojas
Revision: 239771

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 239770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 239770, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 239770, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 239770, kio-extras/trunk/kio-extras.install)
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   |   80 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   40 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-26 09:40:14 UTC (rev 239770)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:32 UTC (rev 239771)
@@ -1,40 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 239770, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-26 09:40:32 UTC (rev 239771)
@@ -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.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=('8c53fd7088ae1c6a0a0054a6646bd4ac')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-05-26 09:40:14 UTC (rev 239770)
+++ extra-i686/kio-extras.install   2015-05-26 09:40:32 UTC (rev 239771)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 239770, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-05-26 09:40:32 UTC (rev 239771)
@@ -0,0 +1,11 @@
+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   2015-05-26 09:40:14 UTC (rev 239770)
+++ extra-x86_64/PKGBUILD   2015-05-26 09:40:32 UTC (rev 239771)
@@ -1,40 +0,0 @@
-# $Id$
-# 

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

2015-05-08 Thread Antonio Rojas
Date: Saturday, May 9, 2015 @ 01:57:56
  Author: arojas
Revision: 238738

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 238737, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 238737, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 238737, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 238737, kio-extras/trunk/kio-extras.install)
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   |   80 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   40 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   40 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-08 23:56:36 UTC (rev 238737)
+++ extra-i686/PKGBUILD 2015-05-08 23:57:56 UTC (rev 238738)
@@ -1,40 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 238737, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-08 23:57:56 UTC (rev 238738)
@@ -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=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=('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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-05-08 23:56:36 UTC (rev 238737)
+++ extra-i686/kio-extras.install   2015-05-08 23:57:56 UTC (rev 238738)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 238737, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-05-08 23:57:56 UTC (rev 238738)
@@ -0,0 +1,11 @@
+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   2015-05-08 23:56:36 UTC (rev 238737)
+++ extra-x86_64/PKGBUILD   2015-05-08 23:57:56 UTC (rev 238738)
@@ -1,40 +0,0 @@
-# $Id$
-# 

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

2015-03-24 Thread Antonio Rojas
Date: Tuesday, March 24, 2015 @ 21:02:56
  Author: arojas
Revision: 234638

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 234637, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 234637, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 234637, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 234637, kio-extras/trunk/kio-extras.install)
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   |   86 ++
 /kio-extras.install |   22 +
 extra-i686/PKGBUILD |   43 ---
 extra-i686/kio-extras.install   |   11 
 extra-x86_64/PKGBUILD   |   43 ---
 extra-x86_64/kio-extras.install |   11 
 6 files changed, 108 insertions(+), 108 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-03-24 20:02:37 UTC (rev 234637)
+++ extra-i686/PKGBUILD 2015-03-24 20:02:56 UTC (rev 234638)
@@ -1,43 +0,0 @@
-# $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/extra-i686/PKGBUILD (from rev 234637, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-03-24 20:02:56 UTC (rev 234638)
@@ -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.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' 'python')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('c63b83ca7df980875a8827bdb936793d')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-03-24 20:02:37 UTC (rev 234637)
+++ extra-i686/kio-extras.install   2015-03-24 20:02:56 UTC (rev 234638)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 234637, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-03-24 20:02:56 UTC (rev 234638)
@@ -0,0 +1,11 @@
+post_install() {
+update-mime-database usr/share/mime  /dev/null
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Deleted: extra-x86_64/PKGBUILD

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

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 13:17:21
  Author: andrea
Revision: 230075

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 230074, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 230074, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 230074, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 230074, kio-extras/trunk/kio-extras.install)
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   |   82 ++
 /kio-extras.install |   22 ++
 extra-i686/PKGBUILD |   42 ---
 extra-i686/kio-extras.install   |   11 -
 extra-x86_64/PKGBUILD   |   42 ---
 extra-x86_64/kio-extras.install |   11 -
 6 files changed, 104 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-27 12:17:12 UTC (rev 230074)
+++ extra-i686/PKGBUILD 2015-01-27 12:17:21 UTC (rev 230075)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kio-extras
-pkgver=5.1.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')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-options=('!buildflags')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('16aacd3f6d7a4bcfda9fcc456edead77')
-
-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
-
-  # 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/PKGBUILD (from rev 230074, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-27 12:17:21 UTC (rev 230075)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.2.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')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('20dacf1c6fe7d997d3bcc369a3a907ce')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-01-27 12:17:12 UTC (rev 230074)
+++ extra-i686/kio-extras.install   2015-01-27 12:17:21 UTC (rev 230075)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 230074, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-01-27 12:17:21 UTC (rev 230075)
@@ -0,0 +1,11 @@
+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   2015-01-27 12:17:12 UTC (rev 

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

2015-01-27 Thread Andrea Scarpino
Date: Tuesday, January 27, 2015 @ 18:21:50
  Author: andrea
Revision: 230123

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 230122, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 230122, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 230122, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 230122, kio-extras/trunk/kio-extras.install)
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   |   84 ++
 /kio-extras.install |   22 +
 extra-i686/PKGBUILD |   41 --
 extra-i686/kio-extras.install   |   11 
 extra-x86_64/PKGBUILD   |   41 --
 extra-x86_64/kio-extras.install |   11 
 6 files changed, 106 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-01-27 17:21:39 UTC (rev 230122)
+++ extra-i686/PKGBUILD 2015-01-27 17:21:50 UTC (rev 230123)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-# Contributor: Antonio Rojas
-
-pkgname=kio-extras
-pkgver=5.2.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')
-install=${pkgname}.install
-source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('20dacf1c6fe7d997d3bcc369a3a907ce')
-
-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/extra-i686/PKGBUILD (from rev 230122, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-01-27 17:21:50 UTC (rev 230123)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.2.0
+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=('20dacf1c6fe7d997d3bcc369a3a907ce')
+
+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
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2015-01-27 17:21:39 UTC (rev 230122)
+++ extra-i686/kio-extras.install   2015-01-27 17:21:50 UTC (rev 230123)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 230122, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2015-01-27 17:21:50 UTC (rev 230123)
@@ -0,0 +1,11 @@
+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   2015-01-27 17:21:39 UTC (rev 230122)
+++ 

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

2014-11-11 Thread Andrea Scarpino
Date: Tuesday, November 11, 2014 @ 09:23:51
  Author: andrea
Revision: 226027

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

Added:
  kio-extras/repos/extra-i686/PKGBUILD
(from rev 226026, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-i686/kio-extras.install
(from rev 226026, kio-extras/trunk/kio-extras.install)
  kio-extras/repos/extra-x86_64/PKGBUILD
(from rev 226026, kio-extras/trunk/PKGBUILD)
  kio-extras/repos/extra-x86_64/kio-extras.install
(from rev 226026, kio-extras/trunk/kio-extras.install)
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   |   84 ++
 /kio-extras.install |   22 +
 extra-i686/PKGBUILD |   42 ---
 extra-i686/kio-extras.install   |   11 
 extra-x86_64/PKGBUILD   |   42 ---
 extra-x86_64/kio-extras.install |   11 
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-11-11 08:23:42 UTC (rev 226026)
+++ extra-i686/PKGBUILD 2014-11-11 08:23:51 UTC (rev 226027)
@@ -1,42 +0,0 @@
-# $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/PKGBUILD (from rev 226026, 
kio-extras/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-11-11 08:23:51 UTC (rev 226027)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=kio-extras
+pkgver=5.1.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/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('831fb9bc8960932233cf6042f6097751')
+
+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
+
+  # conflicts with kdebase-runtime
+  rm $pkgdir/usr/lib/libmolletnetwork.so
+  mv $pkgdir/usr/share/config.kcfg/jpegcreatorsettings{,5}.kcfg
+}
+

Deleted: extra-i686/kio-extras.install
===
--- extra-i686/kio-extras.install   2014-11-11 08:23:42 UTC (rev 226026)
+++ extra-i686/kio-extras.install   2014-11-11 08:23:51 UTC (rev 226027)
@@ -1,11 +0,0 @@
-post_install() {
-update-mime-database usr/share/mime  /dev/null
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Copied: kio-extras/repos/extra-i686/kio-extras.install (from rev 226026, 
kio-extras/trunk/kio-extras.install)
===
--- extra-i686/kio-extras.install   (rev 0)
+++ extra-i686/kio-extras.install   2014-11-11 08:23:51 UTC (rev 226027)
@@ -0,0 +1,11 @@
+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