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

2020-09-17 Thread Antonio Rojas via arch-commits
Date: Thursday, September 17, 2020 @ 17:08:34
  Author: arojas
Revision: 396194

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

Added:
  kinfocenter/repos/kde-unstable-x86_64/
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 396193, kinfocenter/kde-unstable/PKGBUILD)

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

Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 396193, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-09-17 17:08:34 UTC (rev 396194)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinfocenter
+pkgver=5.19.90
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=(LGPL)
+depends=(systemsettings glu)
+makedepends=(extra-cmake-modules plasma-framework kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('748bc4b3a79310a010c8396813d1f1b51f49f26ff2fd08a25433ef1d38d5419c'
+'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 kinfocenter/repos (2 files)

2020-05-14 Thread Antonio Rojas via arch-commits
Date: Thursday, May 14, 2020 @ 14:49:14
  Author: arojas
Revision: 383421

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

Added:
  kinfocenter/repos/kde-unstable-x86_64/
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 383420, kinfocenter/kde-unstable/PKGBUILD)

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

Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 383420, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-05-14 14:49:14 UTC (rev 383421)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinfocenter
+pkgver=5.18.90
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=(LGPL)
+depends=(systemsettings glu)
+makedepends=(extra-cmake-modules plasma-framework kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c85f0c380e8074bdf91b645621750d5449d6915ec1d0553f30ef83a66a83174b'
+'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 kinfocenter/repos (2 files)

2020-01-16 Thread Antonio Rojas via arch-commits
Date: Thursday, January 16, 2020 @ 18:11:02
  Author: arojas
Revision: 373551

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

Added:
  kinfocenter/repos/kde-unstable-x86_64/
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 373550, kinfocenter/kde-unstable/PKGBUILD)

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

Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 373550, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-01-16 18:11:02 UTC (rev 373551)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinfocenter
+pkgver=5.17.90
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=(LGPL)
+depends=(kcmutils pciutils glu libraw1394 kwayland)
+makedepends=(extra-cmake-modules plasma-framework kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('756b07f13a740d44eac2e7dd41ea7ef26b657630dad9a5efc104736ab9924b35'
+'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 kinfocenter/repos (2 files)

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

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

Added:
  kinfocenter/repos/kde-unstable-x86_64/
  kinfocenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 363047, kinfocenter/kde-unstable/PKGBUILD)

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

Copied: kinfocenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 363047, 
kinfocenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-09-19 16:43:15 UTC (rev 363048)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kinfocenter
+pkgver=5.16.90
+pkgrel=1
+pkgdesc='A utility that provides information about a computer system'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kinfocenter/'
+license=(LGPL)
+depends=(kcmutils pciutils glu libraw1394 kwayland)
+makedepends=(extra-cmake-modules plasma-framework kdoctools)
+groups=(plasma)
+source=("https://download.kde.org/unstable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a1470dd90c2b490d28887877f0fe21cb36bdbb3bf02bc00c8f240d66c7f8fc8e'
+'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
+}