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

Andrea Scarpino andrea at archlinux.org
Tue Nov 11 08:23:51 UTC 2014


    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 <andrea at 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 <andrea at 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	2014-11-11 08:23:42 UTC (rev 226026)
+++ extra-x86_64/PKGBUILD	2014-11-11 08:23:51 UTC (rev 226027)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino <andrea at 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/PKGBUILD (from rev 226026, kio-extras/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2014-11-11 08:23:51 UTC (rev 226027)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Andrea Scarpino <andrea at 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-x86_64/kio-extras.install
===================================================================
--- extra-x86_64/kio-extras.install	2014-11-11 08:23:42 UTC (rev 226026)
+++ extra-x86_64/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-x86_64/kio-extras.install (from rev 226026, kio-extras/trunk/kio-extras.install)
===================================================================
--- extra-x86_64/kio-extras.install	                        (rev 0)
+++ extra-x86_64/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
+}



More information about the arch-commits mailing list