[arch-commits] Commit in kde-cli-tools/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Tue Jul 5 11:58:16 UTC 2016
Date: Tuesday, July 5, 2016 @ 11:58:16
Author: arojas
Revision: 270969
archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64
Added:
kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
(from rev 270968, kde-cli-tools/trunk/PKGBUILD)
kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 270968, kde-cli-tools/trunk/PKGBUILD)
Deleted:
kde-cli-tools/repos/kde-unstable-i686/PKGBUILD
kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD
------------------------------+
/PKGBUILD | 82 +++++++++++++++++++++++++++++++++++++++++
kde-unstable-i686/PKGBUILD | 41 --------------------
kde-unstable-x86_64/PKGBUILD | 41 --------------------
3 files changed, 82 insertions(+), 82 deletions(-)
Deleted: kde-unstable-i686/PKGBUILD
===================================================================
--- kde-unstable-i686/PKGBUILD 2016-07-05 11:57:58 UTC (rev 270968)
+++ kde-unstable-i686/PKGBUILD 2016-07-05 11:58:16 UTC (rev 270969)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.6.95
-pkgrel=2
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5406946163a31ff1f1844a08091ad6a8c3dc34a2e6dbd3e1c4e1cb8d910e267f'
- 'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088' # Jonathan Riddell
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-
- ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}
Copied: kde-cli-tools/repos/kde-unstable-i686/PKGBUILD (from rev 270968, kde-cli-tools/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD (rev 0)
+++ kde-unstable-i686/PKGBUILD 2016-07-05 11:58:16 UTC (rev 270969)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7544530f51f3b2c9cf00cc69a84e605d3ce1b7c21ce234b44775d6e3a8c1e415'
+ 'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088' # Jonathan Riddell
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}
Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD 2016-07-05 11:57:58 UTC (rev 270968)
+++ kde-unstable-x86_64/PKGBUILD 2016-07-05 11:58:16 UTC (rev 270969)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Antonio Rojas
-
-pkgname=kde-cli-tools
-pkgver=5.6.95
-pkgrel=2
-pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
-arch=('i686' 'x86_64')
-url='https://www.kde.org/workspaces/plasmadesktop/'
-license=('LGPL')
-depends=('kdesu' 'kdelibs4support' 'kcmutils')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
-source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5406946163a31ff1f1844a08091ad6a8c3dc34a2e6dbd3e1c4e1cb8d910e267f'
- 'SKIP')
-validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088' # Jonathan Riddell
- 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DKDE_INSTALL_LIBDIR=lib \
- -DKDE_INSTALL_LIBEXECDIR=lib \
- -DBUILD_TESTING=OFF
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-
- ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
-}
Copied: kde-cli-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 270968, kde-cli-tools/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD (rev 0)
+++ kde-unstable-x86_64/PKGBUILD 2016-07-05 11:58:16 UTC (rev 270969)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Antonio Rojas
+
+pkgname=kde-cli-tools
+pkgver=5.7.0
+pkgrel=1
+pkgdesc="Tools based on KDE Frameworks 5 to better interact with the system"
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kdesu' 'kdelibs4support' 'kcmutils')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'kdesignerplugin')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7544530f51f3b2c9cf00cc69a84e605d3ce1b7c21ce234b44775d6e3a8c1e415'
+ 'SKIP')
+validpgpkeys=('13C16D03EDE728514473AA73A506E6D4DD4D5088' # Jonathan Riddell
+ 'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../${pkgname}-${pkgver} \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DKDE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_LIBEXECDIR=lib \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+
+ ln -s /usr/lib/kf5/kdesu "$pkgdir"/usr/bin/
+}
More information about the arch-commits
mailing list