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

2020-11-13 Thread Antonio Rojas via arch-commits
Date: Saturday, November 14, 2020 @ 00:30:57
  Author: arojas
Revision: 400982

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 400981, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 400981, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-11-14 00:30:57 UTC (rev 400982)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=20.11.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9c0a3f64d7c6d6d34fb4815f6092110866474cbb1ad3748c2c2b124e3e80b633'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2020-07-17 Thread Antonio Rojas via arch-commits
Date: Friday, July 17, 2020 @ 23:37:44
  Author: arojas
Revision: 392243

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 392242, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 392242, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-07-17 23:37:44 UTC (rev 392243)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=20.07.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3c9a45554b651d8980b531d753d2228270d1af6c34058dc97a2a01cb7b48848d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2020-03-21 Thread Antonio Rojas via arch-commits
Date: Saturday, March 21, 2020 @ 10:17:18
  Author: arojas
Revision: 378250

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 378249, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 378249, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2020-03-21 10:17:18 UTC (rev 378250)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=20.03.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('39096e1812cf9e30c51ea4c4306720354a88fc20837036d86288f80f61f5f48e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-17 Thread Antonio Rojas via arch-commits
Date: Monday, November 18, 2019 @ 00:28:28
  Author: arojas
Revision: 369208

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 369207, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 369207, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-11-18 00:28:28 UTC (rev 369208)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=19.11.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('222667304757a9fa04adc75aa7f00daff6f3e640e9bbcc1d825576ed7fe2480a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-07-19 Thread Antonio Rojas via arch-commits
Date: Friday, July 19, 2019 @ 20:01:35
  Author: arojas
Revision: 358376

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 358375, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 358375, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-07-19 20:01:35 UTC (rev 358376)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=19.07.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('33e14c922dd476c459b0ca3ccd137b61e4285592b7de3b8166cefb4a06344f93'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-03-22 Thread Antonio Rojas via arch-commits
Date: Saturday, March 23, 2019 @ 00:57:15
  Author: arojas
Revision: 349103

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 349102, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 349102, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2019-03-23 00:57:15 UTC (rev 349103)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=19.03.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('62f978cc8bb03709d21df59b301710ded3fcffbfa3eccc228910787ab8300cb5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-11-16 Thread Antonio Rojas via arch-commits
Date: Saturday, November 17, 2018 @ 01:19:36
  Author: arojas
Revision: 340004

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340003, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 340003, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-11-17 01:19:36 UTC (rev 340004)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=18.11.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c14b08fd482e519dc8619938d4d4b6a9f3db300de75d6a4a24574c7db6e86e47'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-07-20 Thread Antonio Rojas via arch-commits
Date: Friday, July 20, 2018 @ 22:53:33
  Author: arojas
Revision: 329333

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 329332, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 329332, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-07-20 22:53:33 UTC (rev 329333)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=18.07.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('338890dd031989df583ceaca1b336d560baa64be9a694f665b425aa8236b4631'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2018-03-23 Thread Antonio Rojas via arch-commits
Date: Saturday, March 24, 2018 @ 01:05:42
  Author: arojas
Revision: 320107

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 320106, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 320106, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2018-03-24 01:05:42 UTC (rev 320107)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=18.03.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ef0d6d142099dacbda8a1caec77917e89dace1926ea388bb85f87cbcd8db3214'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-11-17 Thread Antonio Rojas
Date: Friday, November 17, 2017 @ 18:50:59
  Author: arojas
Revision: 310289

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 310288, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 310288, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-11-17 18:50:59 UTC (rev 310289)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=17.11.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cff39e6c881478a0a9bb3f594f12e0c0a46e80358263f1b8955215bc990b08d3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-07-21 Thread Antonio Rojas
Date: Friday, July 21, 2017 @ 20:12:01
  Author: arojas
Revision: 301102

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 301101, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 301101, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-07-21 20:12:01 UTC (rev 301102)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=17.07.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('51596e7ca7f2d6827e6adb8b208051758f11a9043aeb8f9f53f746c8ff2f619b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2017-03-24 Thread Antonio Rojas
Date: Saturday, March 25, 2017 @ 01:22:17
  Author: arojas
Revision: 291468

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

Added:
  kdebugsettings/repos/kde-unstable-x86_64/
  kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD
(from rev 291467, kdebugsettings/kde-unstable/PKGBUILD)

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 291467, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-03-25 01:22:17 UTC (rev 291468)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=17.03.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(i686 x86_64)
+url='https://utils.kde.org/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules python)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1a0f58921bf93b32a36da6b7807f55651c306080262f0d15750ed640824581a2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7) # Albert Astals Cid 

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