[arch-commits] Commit in ksysguard/repos (6 files)

2016-04-28 Thread Felix Yan
Date: Thursday, April 28, 2016 @ 18:00:34
  Author: fyan
Revision: 266523

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

Added:
  ksysguard/repos/extra-i686/PKGBUILD
(from rev 266522, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/extra-x86_64/PKGBUILD
(from rev 266522, ksysguard/trunk/PKGBUILD)
Deleted:
  ksysguard/repos/extra-i686/PKGBUILD
  ksysguard/repos/extra-i686/ksysguard.install
  ksysguard/repos/extra-x86_64/PKGBUILD
  ksysguard/repos/extra-x86_64/ksysguard.install

+
 /PKGBUILD  |   78 +++
 extra-i686/PKGBUILD|   40 
 extra-i686/ksysguard.install   |   12 --
 extra-x86_64/PKGBUILD  |   40 
 extra-x86_64/ksysguard.install |   12 --
 5 files changed, 78 insertions(+), 104 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-28 15:59:40 UTC (rev 266522)
+++ extra-i686/PKGBUILD 2016-04-28 16:00:34 UTC (rev 266523)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.6.3
-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' 'xdg-utils'
- 'hicolor-icon-theme' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('21ab8596a2e47f00e9823d1ad4e64e5d')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DKDE_INSTALL_LIBDIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 266522, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-28 16:00:34 UTC (rev 266523)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.6.3
+pkgrel=2
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('21ab8596a2e47f00e9823d1ad4e64e5d')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/ksysguard.install
===
--- extra-i686/ksysguard.install2016-04-28 15:59:40 UTC (rev 266522)
+++ extra-i686/ksysguard.install2016-04-28 16:00:34 UTC (rev 266523)
@@ -1,12 +0,0 @@
-post_install() {
-xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-update-desktop-database -q
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-28 15:59:40 UTC (rev 266522)
+++ extra-x86_64/PKGBUILD   2016-04-28 16:00:34 UTC (rev 266523)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-
-pkgname=ksysguard
-pkgver=5.6.3
-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' 'xdg-utils'
- 'hicolor-icon-theme' 'kdelibs4support')
-makedepends=('extra-cmake-modules' 'kdoctools' 'python')
-conflicts=('kdebase-workspace')
-groups=('plasma')
-install="${pkgname}.install"
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
-md5sums=('21ab8596a2e47f00e9823d1ad4e64e5d')
-
-prepare() {
-  mkdir -p build
-}
-

[arch-commits] Commit in ksysguard/repos (6 files)

2016-03-03 Thread Antonio Rojas
Date: Thursday, March 3, 2016 @ 23:28:01
  Author: arojas
Revision: 260700

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

Added:
  ksysguard/repos/staging-i686/
  ksysguard/repos/staging-i686/PKGBUILD
(from rev 260699, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/staging-i686/ksysguard.install
(from rev 260699, ksysguard/kde-unstable/ksysguard.install)
  ksysguard/repos/staging-x86_64/
  ksysguard/repos/staging-x86_64/PKGBUILD
(from rev 260699, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/staging-x86_64/ksysguard.install
(from rev 260699, ksysguard/kde-unstable/ksysguard.install)

--+
 staging-i686/PKGBUILD|   40 +
 staging-i686/ksysguard.install   |   12 +++
 staging-x86_64/PKGBUILD  |   40 +
 staging-x86_64/ksysguard.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/staging-i686/PKGBUILD (from rev 260699, 
ksysguard/kde-unstable/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 22:28:01 UTC (rev 260700)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.5.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4e18758654403bfd50a475651db9fe2b')
+
+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: ksysguard/repos/staging-i686/ksysguard.install (from rev 260699, 
ksysguard/kde-unstable/ksysguard.install)
===
--- staging-i686/ksysguard.install  (rev 0)
+++ staging-i686/ksysguard.install  2016-03-03 22:28:01 UTC (rev 260700)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/staging-x86_64/PKGBUILD (from rev 260699, 
ksysguard/kde-unstable/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 22:28:01 UTC (rev 260700)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.5.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4e18758654403bfd50a475651db9fe2b')
+
+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: ksysguard/repos/staging-x86_64/ksysguard.install (from rev 260699, 
ksysguard/kde-unstable/ksysguard.install)
===
--- staging-x86_64/ksysguard.install(rev 0)
+++ staging-x86_64/ksysguard.install2016-03-03 22:28:01 UTC (rev 260700)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-12-08 Thread Bartłomiej Piotrowski
Date: Tuesday, December 8, 2015 @ 14:55:23
  Author: bpiotrowski
Revision: 253870

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

Added:
  ksysguard/repos/staging-i686/
  ksysguard/repos/staging-i686/PKGBUILD
(from rev 253868, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/staging-i686/ksysguard.install
(from rev 253868, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/staging-x86_64/
  ksysguard/repos/staging-x86_64/PKGBUILD
(from rev 253869, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/staging-x86_64/ksysguard.install
(from rev 253869, ksysguard/trunk/ksysguard.install)

--+
 staging-i686/PKGBUILD|   40 +
 staging-i686/ksysguard.install   |   12 +++
 staging-x86_64/PKGBUILD  |   40 +
 staging-x86_64/ksysguard.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/staging-i686/PKGBUILD (from rev 253868, 
ksysguard/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-12-08 13:55:23 UTC (rev 253870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.3
+pkgrel=2
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('b2e2d517d2ca8036a053712cb5e39505')
+
+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: ksysguard/repos/staging-i686/ksysguard.install (from rev 253868, 
ksysguard/trunk/ksysguard.install)
===
--- staging-i686/ksysguard.install  (rev 0)
+++ staging-i686/ksysguard.install  2015-12-08 13:55:23 UTC (rev 253870)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/staging-x86_64/PKGBUILD (from rev 253869, 
ksysguard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-12-08 13:55:23 UTC (rev 253870)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.3
+pkgrel=2
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('b2e2d517d2ca8036a053712cb5e39505')
+
+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: ksysguard/repos/staging-x86_64/ksysguard.install (from rev 253869, 
ksysguard/trunk/ksysguard.install)
===
--- staging-x86_64/ksysguard.install(rev 0)
+++ staging-x86_64/ksysguard.install2015-12-08 13:55:23 UTC (rev 253870)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-11-20 Thread Antonio Rojas
Date: Friday, November 20, 2015 @ 22:34:50
  Author: arojas
Revision: 251714

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

Added:
  ksysguard/repos/kde-unstable-i686/
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 251713, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-i686/ksysguard.install
(from rev 251713, ksysguard/kde-unstable/ksysguard.install)
  ksysguard/repos/kde-unstable-x86_64/
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 251713, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install
(from rev 251713, ksysguard/kde-unstable/ksysguard.install)

---+
 kde-unstable-i686/PKGBUILD|   40 
 kde-unstable-i686/ksysguard.install   |   12 +
 kde-unstable-x86_64/PKGBUILD  |   40 
 kde-unstable-x86_64/ksysguard.install |   12 +
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 251713, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-11-20 21:34:50 UTC (rev 251714)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('520b126dd3c4928e57d8d83e325920d4')
+
+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: ksysguard/repos/kde-unstable-i686/ksysguard.install (from rev 251713, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-i686/ksysguard.install (rev 0)
+++ kde-unstable-i686/ksysguard.install 2015-11-20 21:34:50 UTC (rev 251714)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 251713, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-11-20 21:34:50 UTC (rev 251714)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('520b126dd3c4928e57d8d83e325920d4')
+
+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: ksysguard/repos/kde-unstable-x86_64/ksysguard.install (from rev 251713, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-x86_64/ksysguard.install   (rev 0)
+++ kde-unstable-x86_64/ksysguard.install   2015-11-20 21:34:50 UTC (rev 
251714)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-09-08 Thread Felix Yan
Date: Tuesday, September 8, 2015 @ 17:31:18
  Author: fyan
Revision: 245557

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

Added:
  ksysguard/repos/testing-i686/
  ksysguard/repos/testing-i686/PKGBUILD
(from rev 245556, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-i686/ksysguard.install
(from rev 245556, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/testing-x86_64/
  ksysguard/repos/testing-x86_64/PKGBUILD
(from rev 245556, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-x86_64/ksysguard.install
(from rev 245556, ksysguard/trunk/ksysguard.install)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/ksysguard.install   |   12 +++
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/ksysguard.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/testing-i686/PKGBUILD (from rev 245556, 
ksysguard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('68a6ffc478a63002cb183e64d1630d80')
+
+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: ksysguard/repos/testing-i686/ksysguard.install (from rev 245556, 
ksysguard/trunk/ksysguard.install)
===
--- testing-i686/ksysguard.install  (rev 0)
+++ testing-i686/ksysguard.install  2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/testing-x86_64/PKGBUILD (from rev 245556, 
ksysguard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.4.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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install="${pkgname}.install"
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('68a6ffc478a63002cb183e64d1630d80')
+
+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: ksysguard/repos/testing-x86_64/ksysguard.install (from rev 245556, 
ksysguard/trunk/ksysguard.install)
===
--- testing-x86_64/ksysguard.install(rev 0)
+++ testing-x86_64/ksysguard.install2015-09-08 15:31:18 UTC (rev 245557)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-08-14 Thread Antonio Rojas
Date: Friday, August 14, 2015 @ 08:44:09
  Author: arojas
Revision: 243648

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

Added:
  ksysguard/repos/kde-unstable-i686/
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 243647, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-i686/ksysguard.install
(from rev 243647, ksysguard/kde-unstable/ksysguard.install)
  ksysguard/repos/kde-unstable-x86_64/
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 243647, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install
(from rev 243647, ksysguard/kde-unstable/ksysguard.install)

---+
 kde-unstable-i686/PKGBUILD|   40 
 kde-unstable-i686/ksysguard.install   |   12 +
 kde-unstable-x86_64/PKGBUILD  |   40 
 kde-unstable-x86_64/ksysguard.install |   12 +
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 243647, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-08-14 06:44:09 UTC (rev 243648)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('0cefe14ac284fe7da9e0bfe6ede4b497')
+
+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: ksysguard/repos/kde-unstable-i686/ksysguard.install (from rev 243647, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-i686/ksysguard.install (rev 0)
+++ kde-unstable-i686/ksysguard.install 2015-08-14 06:44:09 UTC (rev 243648)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 243647, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-08-14 06:44:09 UTC (rev 243648)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('0cefe14ac284fe7da9e0bfe6ede4b497')
+
+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: ksysguard/repos/kde-unstable-x86_64/ksysguard.install (from rev 243647, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-x86_64/ksysguard.install   (rev 0)
+++ kde-unstable-x86_64/ksysguard.install   2015-08-14 06:44:09 UTC (rev 
243648)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-05-10 Thread Antonio Rojas
Date: Sunday, May 10, 2015 @ 15:15:54
  Author: arojas
Revision: 238878

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

Added:
  ksysguard/repos/testing-i686/
  ksysguard/repos/testing-i686/PKGBUILD
(from rev 238877, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-i686/ksysguard.install
(from rev 238877, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/testing-x86_64/
  ksysguard/repos/testing-x86_64/PKGBUILD
(from rev 238877, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-x86_64/ksysguard.install
(from rev 238877, ksysguard/trunk/ksysguard.install)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/ksysguard.install   |   12 +++
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/ksysguard.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/testing-i686/PKGBUILD (from rev 238877, 
ksysguard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-10 13:15:54 UTC (rev 238878)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.0
+pkgrel=3
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4e0d312a32fd528cc7fb06b2e3ae1180')
+
+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: ksysguard/repos/testing-i686/ksysguard.install (from rev 238877, 
ksysguard/trunk/ksysguard.install)
===
--- testing-i686/ksysguard.install  (rev 0)
+++ testing-i686/ksysguard.install  2015-05-10 13:15:54 UTC (rev 238878)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/testing-x86_64/PKGBUILD (from rev 238877, 
ksysguard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-10 13:15:54 UTC (rev 238878)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.0
+pkgrel=3
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4e0d312a32fd528cc7fb06b2e3ae1180')
+
+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: ksysguard/repos/testing-x86_64/ksysguard.install (from rev 238877, 
ksysguard/trunk/ksysguard.install)
===
--- testing-x86_64/ksysguard.install(rev 0)
+++ testing-x86_64/ksysguard.install2015-05-10 13:15:54 UTC (rev 238878)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-04-28 Thread Antonio Rojas
Date: Tuesday, April 28, 2015 @ 09:15:31
  Author: arojas
Revision: 238096

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

Added:
  ksysguard/repos/testing-i686/
  ksysguard/repos/testing-i686/PKGBUILD
(from rev 238095, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-i686/ksysguard.install
(from rev 238095, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/testing-x86_64/
  ksysguard/repos/testing-x86_64/PKGBUILD
(from rev 238095, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/testing-x86_64/ksysguard.install
(from rev 238095, ksysguard/trunk/ksysguard.install)

--+
 testing-i686/PKGBUILD|   40 +
 testing-i686/ksysguard.install   |   12 +++
 testing-x86_64/PKGBUILD  |   40 +
 testing-x86_64/ksysguard.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/testing-i686/PKGBUILD (from rev 238095, 
ksysguard/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-04-28 07:15:31 UTC (rev 238096)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.0
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4e0d312a32fd528cc7fb06b2e3ae1180')
+
+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: ksysguard/repos/testing-i686/ksysguard.install (from rev 238095, 
ksysguard/trunk/ksysguard.install)
===
--- testing-i686/ksysguard.install  (rev 0)
+++ testing-i686/ksysguard.install  2015-04-28 07:15:31 UTC (rev 238096)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/testing-x86_64/PKGBUILD (from rev 238095, 
ksysguard/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-04-28 07:15:31 UTC (rev 238096)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.3.0
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('4e0d312a32fd528cc7fb06b2e3ae1180')
+
+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: ksysguard/repos/testing-x86_64/ksysguard.install (from rev 238095, 
ksysguard/trunk/ksysguard.install)
===
--- testing-x86_64/ksysguard.install(rev 0)
+++ testing-x86_64/ksysguard.install2015-04-28 07:15:31 UTC (rev 238096)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-04-14 Thread Antonio Rojas
Date: Tuesday, April 14, 2015 @ 09:47:56
  Author: arojas
Revision: 236506

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

Added:
  ksysguard/repos/kde-unstable-i686/
  ksysguard/repos/kde-unstable-i686/PKGBUILD
(from rev 236505, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-i686/ksysguard.install
(from rev 236505, ksysguard/kde-unstable/ksysguard.install)
  ksysguard/repos/kde-unstable-x86_64/
  ksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 236505, ksysguard/kde-unstable/PKGBUILD)
  ksysguard/repos/kde-unstable-x86_64/ksysguard.install
(from rev 236505, ksysguard/kde-unstable/ksysguard.install)

---+
 kde-unstable-i686/PKGBUILD|   40 
 kde-unstable-i686/ksysguard.install   |   12 +
 kde-unstable-x86_64/PKGBUILD  |   40 
 kde-unstable-x86_64/ksysguard.install |   12 +
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/kde-unstable-i686/PKGBUILD (from rev 236505, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-i686/PKGBUILD  (rev 0)
+++ kde-unstable-i686/PKGBUILD  2015-04-14 07:47:56 UTC (rev 236506)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.2.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('524210082838d2858c874c0e1040831d')
+
+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: ksysguard/repos/kde-unstable-i686/ksysguard.install (from rev 236505, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-i686/ksysguard.install (rev 0)
+++ kde-unstable-i686/ksysguard.install 2015-04-14 07:47:56 UTC (rev 236506)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 236505, 
ksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2015-04-14 07:47:56 UTC (rev 236506)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.2.95
+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' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('524210082838d2858c874c0e1040831d')
+
+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: ksysguard/repos/kde-unstable-x86_64/ksysguard.install (from rev 236505, 
ksysguard/kde-unstable/ksysguard.install)
===
--- kde-unstable-x86_64/ksysguard.install   (rev 0)
+++ kde-unstable-x86_64/ksysguard.install   2015-04-14 07:47:56 UTC (rev 
236506)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2015-02-24 Thread Felix Yan
Date: Wednesday, February 25, 2015 @ 04:26:00
  Author: fyan
Revision: 231902

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

Added:
  ksysguard/repos/staging-i686/
  ksysguard/repos/staging-i686/PKGBUILD
(from rev 231901, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/staging-i686/ksysguard.install
(from rev 231901, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/staging-x86_64/
  ksysguard/repos/staging-x86_64/PKGBUILD
(from rev 231901, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/staging-x86_64/ksysguard.install
(from rev 231901, ksysguard/trunk/ksysguard.install)

--+
 staging-i686/PKGBUILD|   40 +
 staging-i686/ksysguard.install   |   12 +++
 staging-x86_64/PKGBUILD  |   40 +
 staging-x86_64/ksysguard.install |   12 +++
 4 files changed, 104 insertions(+)

Copied: ksysguard/repos/staging-i686/PKGBUILD (from rev 231901, 
ksysguard/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2015-02-25 03:26:00 UTC (rev 231902)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='KSysGuard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/ksysguard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('065e0efe3bd28f8e8565b109dc64f647')
+
+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: ksysguard/repos/staging-i686/ksysguard.install (from rev 231901, 
ksysguard/trunk/ksysguard.install)
===
--- staging-i686/ksysguard.install  (rev 0)
+++ staging-i686/ksysguard.install  2015-02-25 03:26:00 UTC (rev 231902)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/staging-x86_64/PKGBUILD (from rev 231901, 
ksysguard/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-02-25 03:26:00 UTC (rev 231902)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.2.1
+pkgrel=1
+pkgdesc='KSysGuard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/ksysguard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils'
+ 'hicolor-icon-theme' 'kdelibs4support')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz;)
+md5sums=('065e0efe3bd28f8e8565b109dc64f647')
+
+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: ksysguard/repos/staging-x86_64/ksysguard.install (from rev 231901, 
ksysguard/trunk/ksysguard.install)
===
--- staging-x86_64/ksysguard.install(rev 0)
+++ staging-x86_64/ksysguard.install2015-02-25 03:26:00 UTC (rev 231902)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}


[arch-commits] Commit in ksysguard/repos (6 files)

2014-10-18 Thread Andrea Scarpino
Date: Saturday, October 18, 2014 @ 10:51:59
  Author: andrea
Revision: 224719

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

Added:
  ksysguard/repos/extra-i686/
  ksysguard/repos/extra-i686/PKGBUILD
(from rev 224718, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/extra-i686/ksysguard.install
(from rev 224718, ksysguard/trunk/ksysguard.install)
  ksysguard/repos/extra-x86_64/
  ksysguard/repos/extra-x86_64/PKGBUILD
(from rev 224718, ksysguard/trunk/PKGBUILD)
  ksysguard/repos/extra-x86_64/ksysguard.install
(from rev 224718, ksysguard/trunk/ksysguard.install)

+
 extra-i686/PKGBUILD|   39 +++
 extra-i686/ksysguard.install   |   12 
 extra-x86_64/PKGBUILD  |   39 +++
 extra-x86_64/ksysguard.install |   12 
 4 files changed, 102 insertions(+)

Copied: ksysguard/repos/extra-i686/PKGBUILD (from rev 224718, 
ksysguard/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2014-10-18 08:51:59 UTC (rev 224719)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='KSysGuard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/ksysguard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('48e32cec871bc7ab670df3ddef37bf6b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ksysguard/repos/extra-i686/ksysguard.install (from rev 224718, 
ksysguard/trunk/ksysguard.install)
===
--- extra-i686/ksysguard.install(rev 0)
+++ extra-i686/ksysguard.install2014-10-18 08:51:59 UTC (rev 224719)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: ksysguard/repos/extra-x86_64/PKGBUILD (from rev 224718, 
ksysguard/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2014-10-18 08:51:59 UTC (rev 224719)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+# Contributor: Antonio Rojas
+
+pkgname=ksysguard
+pkgver=5.1.0.1
+pkgrel=1
+pkgdesc='KSysGuard'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/workspace/ksysguard'
+license=('LGPL')
+depends=('knewstuff' 'libksysguard' 'lm_sensors' 'xdg-utils' 
'hicolor-icon-theme')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=('plasma-next')
+install=${pkgname}.install
+source=(http://download.kde.org/stable/plasma/5.1.0/$pkgname-$pkgver.tar.xz;)
+md5sums=('48e32cec871bc7ab670df3ddef37bf6b')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-5.1.0 \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DSYSCONF_INSTALL_DIR=/etc \
+-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}

Copied: ksysguard/repos/extra-x86_64/ksysguard.install (from rev 224718, 
ksysguard/trunk/ksysguard.install)
===
--- extra-x86_64/ksysguard.install  (rev 0)
+++ extra-x86_64/ksysguard.install  2014-10-18 08:51:59 UTC (rev 224719)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor  /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}