Date: Tuesday, July 19, 2016 @ 20:44:48 Author: arojas Revision: 272034
archrelease: copy trunk to extra-i686, extra-x86_64 Added: ksysguard/repos/extra-i686/PKGBUILD (from rev 272033, ksysguard/trunk/PKGBUILD) ksysguard/repos/extra-x86_64/PKGBUILD (from rev 272033, ksysguard/trunk/PKGBUILD) Deleted: ksysguard/repos/extra-i686/PKGBUILD ksysguard/repos/extra-x86_64/PKGBUILD -----------------------+ /PKGBUILD | 80 ++++++++++++++++++++++++++++++++++++++++++++++++ extra-i686/PKGBUILD | 40 ------------------------ extra-x86_64/PKGBUILD | 40 ------------------------ 3 files changed, 80 insertions(+), 80 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2016-07-19 20:44:31 UTC (rev 272033) +++ extra-i686/PKGBUILD 2016-07-19 20:44:48 UTC (rev 272034) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas - -pkgname=ksysguard -pkgver=5.7.1 -pkgrel=1 -pkgdesc='Track and control the processes running in your system' -arch=('i686' 'x86_64') -url='https://userbase.kde.org/KSysGuard' -license=('LGPL') -depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('b2c4d1e26c2ed0daeb5f147510763338f53e0b34f9f61ce81f9868eaaee66991' - '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 \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 272033, ksysguard/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2016-07-19 20:44:48 UTC (rev 272034) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas + +pkgname=ksysguard +pkgver=5.7.2 +pkgrel=1 +pkgdesc='Track and control the processes running in your system' +arch=('i686' 'x86_64') +url='https://userbase.kde.org/KSysGuard' +license=('LGPL') +depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('e6ae4db5111f8d7752946d1c4976377d885de198509499dd832860fd9bdec923' + '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 \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +} Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2016-07-19 20:44:31 UTC (rev 272033) +++ extra-x86_64/PKGBUILD 2016-07-19 20:44:48 UTC (rev 272034) @@ -1,40 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Andrea Scarpino <and...@archlinux.org> -# Contributor: Antonio Rojas - -pkgname=ksysguard -pkgver=5.7.1 -pkgrel=1 -pkgdesc='Track and control the processes running in your system' -arch=('i686' 'x86_64') -url='https://userbase.kde.org/KSysGuard' -license=('LGPL') -depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme') -makedepends=('extra-cmake-modules' 'kdoctools' 'python') -conflicts=('kdebase-workspace') -groups=('plasma') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('b2c4d1e26c2ed0daeb5f147510763338f53e0b34f9f61ce81f9868eaaee66991' - '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 \ - -DBUILD_TESTING=OFF - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} Copied: ksysguard/repos/extra-x86_64/PKGBUILD (from rev 272033, ksysguard/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2016-07-19 20:44:48 UTC (rev 272034) @@ -0,0 +1,40 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Andrea Scarpino <and...@archlinux.org> +# Contributor: Antonio Rojas + +pkgname=ksysguard +pkgver=5.7.2 +pkgrel=1 +pkgdesc='Track and control the processes running in your system' +arch=('i686' 'x86_64') +url='https://userbase.kde.org/KSysGuard' +license=('LGPL') +depends=('knewstuff' 'libksysguard' 'lm_sensors' 'hicolor-icon-theme') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +conflicts=('kdebase-workspace') +groups=('plasma') +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('e6ae4db5111f8d7752946d1c4976377d885de198509499dd832860fd9bdec923' + '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 \ + -DBUILD_TESTING=OFF + make +} + +package() { + cd build + make DESTDIR="${pkgdir}" install +}