[arch-commits] Commit in libksysguard/repos (2 files)

2020-09-17 Thread Antonio Rojas via arch-commits
Date: Thursday, September 17, 2020 @ 17:07:19
  Author: arojas
Revision: 396185

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 396184, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 396184, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-09-17 17:07:19 UTC (rev 396185)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.19.90
+pkgrel=1
+pkgdesc='Library to retrieve information on the current status of computer 
hardware'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webengine kdeclarative knewstuff)
+makedepends=(extra-cmake-modules kdoctools qt5-tools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ea63d8e0cdba02b0e59ee395b0c98b7f50d99e8f6ca7fe658ebc884790bc'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2020-05-14 Thread Antonio Rojas via arch-commits
Date: Thursday, May 14, 2020 @ 14:43:47
  Author: arojas
Revision: 383414

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 383413, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 383413, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-05-14 14:43:47 UTC (rev 383414)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.18.90
+pkgrel=1
+pkgdesc='Libraries for ksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webengine kdeclarative knewstuff)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7066cdf151dd3fee8844ec90285d5412684a2be534aa672fa453dcb13e9134f4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2020-01-16 Thread Antonio Rojas via arch-commits
Date: Thursday, January 16, 2020 @ 18:09:50
  Author: arojas
Revision: 373544

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 373543, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 373543, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-01-16 18:09:50 UTC (rev 373544)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.17.90
+pkgrel=1
+pkgdesc='Libraries for ksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webengine kio)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1126896f5c47453a56828e8842fce00ddd4d63e09658aef69a2bede904383787'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2019-09-19 Thread Antonio Rojas via arch-commits
Date: Thursday, September 19, 2019 @ 16:42:09
  Author: arojas
Revision: 363041

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 363040, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 363040, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-09-19 16:42:09 UTC (rev 363041)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.16.90
+pkgrel=1
+pkgdesc='Libraries for ksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webengine kio)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2fb9b94cdfe45964226a62b734f1c7a2b828354f09840f4a197b8ab7774cc2a0'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2019-05-16 Thread Antonio Rojas via arch-commits
Date: Thursday, May 16, 2019 @ 13:33:45
  Author: arojas
Revision: 353426

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 353425, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 353425, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-05-16 13:33:45 UTC (rev 353426)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.15.90
+pkgrel=1
+pkgdesc='Libraries for ksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webengine kio)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f2816a33b4c5b9e22f8620eb820c1d12ef48be0ceb944f29596e399a3056403c'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2019-01-17 Thread Antonio Rojas via arch-commits
Date: Thursday, January 17, 2019 @ 13:42:04
  Author: arojas
Revision: 344356

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 344355, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 344355, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-01-17 13:42:04 UTC (rev 344356)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.14.90
+pkgrel=1
+pkgdesc='Libraries for ksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webengine kio)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4a6f7947eea6ede48d3c5e208d8286ec30e6d8b0a4b42cf49e31d91a5a0b8bda'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell 

+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson 

+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2018-09-13 Thread Antonio Rojas via arch-commits
Date: Thursday, September 13, 2018 @ 20:55:35
  Author: arojas
Revision: 334481

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 334480, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 334480, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-09-13 20:55:35 UTC (rev 334481)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.13.90
+pkgrel=1
+pkgdesc='Libraries for ksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webkit kio)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('dfb2ae570a5af4fbc302cc443337080adcef8c821c8e91435a09e15b017e4dab'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2018-05-18 Thread Antonio Rojas via arch-commits
Date: Friday, May 18, 2018 @ 15:38:12
  Author: arojas
Revision: 324530

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 324529, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 324529, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-05-18 15:38:12 UTC (rev 324530)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.12.90
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webkit kwindowsystem kconfigwidgets)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('159a9c676fd2a0c67e27ad6db1de0de01572b4a2edb4a9f298a4557aff91aebd'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '0AAC775BB6437A8D9AF7A3ACFE0784117FBCE11D'  # Bhushan Shah 

+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2018-01-15 Thread Antonio Rojas via arch-commits
Date: Monday, January 15, 2018 @ 19:56:08
  Author: arojas
Revision: 314824

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 314823, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 314823, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-01-15 19:56:08 UTC (rev 314824)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.11.95
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=(x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(libxres qt5-webkit kwindowsystem kconfigwidgets)
+makedepends=(extra-cmake-modules kdoctools python plasma-framework)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5e0a0131f2b0d8e2460bc18245183c22f849db51e80e331c2c3f184834748d46'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF'  # David Edmundson
+  '1FA881591C26B276D7A5518EEAAF29B42A678C20') # Marco Martin 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2017-09-14 Thread Antonio Rojas
Date: Thursday, September 14, 2017 @ 11:12:37
  Author: arojas
Revision: 305505

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 305504, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 305504, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-09-14 11:12:37 UTC (rev 305505)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.10.95
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'qt5-webkit' 'kwindowsystem' 'kconfigwidgets')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c71dee41303562446b9ff94b822067f598f231cce3a59e389f3779a727dbca4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2017-05-15 Thread Antonio Rojas
Date: Monday, May 15, 2017 @ 12:25:58
  Author: arojas
Revision: 296095

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 296094, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 296094, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-05-15 12:25:58 UTC (rev 296095)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksysguard
+pkgver=5.9.95
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'qt5-webkit' 'kwindowsystem' 'kconfigwidgets')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python' 'plasma-framework')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a054ba464d082e48d246837257538709e69cf11accdae7f3e559a52f177c40b4'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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
+}


[arch-commits] Commit in libksysguard/repos (2 files)

2017-01-12 Thread Antonio Rojas
Date: Thursday, January 12, 2017 @ 17:36:45
  Author: arojas
Revision: 285873

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

Added:
  libksysguard/repos/kde-unstable-x86_64/
  libksysguard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 285872, libksysguard/kde-unstable/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: libksysguard/repos/kde-unstable-x86_64/PKGBUILD (from rev 285872, 
libksysguard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-01-12 17:36:45 UTC (rev 285873)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Antonio Rojas
+
+pkgname=libksysguard
+pkgver=5.8.95
+pkgrel=1
+pkgdesc='Libksysguard'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('libxres' 'plasma-framework' 'qt5-webkit')
+makedepends=('extra-cmake-modules' 'kdoctools' 'python')
+conflicts=('kdebase-workspace')
+groups=(plasma)
+source=("http://download.kde.org/unstable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('27095a9cea134de33153fe58eb1807236527da656005923cf3977562db483028'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  '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
+}