[arch-commits] Commit in kio-extras/repos (8 files)
Antonio Rojas
arojas at archlinux.org
Thu Dec 3 20:51:22 UTC 2015
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 <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-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 <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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.install 2015-12-03 20:51:03 UTC (rev 252295)
+++ kde-unstable-i686/kio-extras.install 2015-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.install 2015-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
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2015-12-03 20:51:03 UTC (rev 252295)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-03 20:51:21 UTC (rev 252296)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-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-x86_64/PKGBUILD (from rev 252295, kio-extras/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2015-12-03 20:51:21 UTC (rev 252296)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+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-x86_64/kio-extras.install
===================================================================
--- kde-unstable-x86_64/kio-extras.install 2015-12-03 20:51:03 UTC (rev 252295)
+++ kde-unstable-x86_64/kio-extras.install 2015-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-x86_64/kio-extras.install (from rev 252295, kio-extras/kde-unstable/kio-extras.install)
===================================================================
--- kde-unstable-x86_64/kio-extras.install (rev 0)
+++ kde-unstable-x86_64/kio-extras.install 2015-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
+}
More information about the arch-commits
mailing list