[arch-commits] Commit in granatier/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:14:31
  Author: arojas
Revision: 361824

archrelease: copy trunk to extra-x86_64

Added:
  granatier/repos/extra-x86_64/PKGBUILD
(from rev 361823, granatier/trunk/PKGBUILD)
Deleted:
  granatier/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:14:24 UTC (rev 361823)
+++ PKGBUILD2019-09-05 12:14:31 UTC (rev 361824)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=granatier
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A clone of the classic Bomberman game"
-url="https://kde.org/applications/games/granatier/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b61bf45df63dc3fb324e1a74ec84ae4f2d58371af88ccd28593b0716673dc00a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: granatier/repos/extra-x86_64/PKGBUILD (from rev 361823, 
granatier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:14:31 UTC (rev 361824)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=granatier
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A clone of the classic Bomberman game"
+url="https://kde.org/applications/games/granatier/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3015a25f961ae3d746db2814a322bfb204e4e39cd95145fbf2aa819f1dc0417e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 telepathy-kde-auth-handler/repos/extra-x86_64 (2 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:23:27
  Author: arojas
Revision: 361891

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD
(from rev 361890, telepathy-kde-auth-handler/trunk/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:23:20 UTC (rev 361890)
+++ PKGBUILD2019-09-05 12:23:27 UTC (rev 361891)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(qca telepathy-kde-common-internals)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5674ebf51565854262b5ae0a5fbf8d0837c87b016ea5b32f56f96aa8583a7e39'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-auth-handler/repos/extra-x86_64/PKGBUILD (from rev 
361890, telepathy-kde-auth-handler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:23:27 UTC (rev 361891)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Provide UI/KWallet Integration For Passwords and SSL Errors on 
Account Connect'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(qca telepathy-kde-common-internals)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9a86ce184596cd54b914a7ff0424cadbee24b98f00b8736380e4153ee8596f64'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in telepathy-kde-approver/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:23:20
  Author: arojas
Revision: 361890

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD
(from rev 361889, telepathy-kde-approver/trunk/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:23:12 UTC (rev 361889)
+++ PKGBUILD2019-09-05 12:23:20 UTC (rev 361890)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='KDE Channel Approver for Telepathy'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-qt knotifications kservice)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8662a7b3e4f67a5ed2faa12187faef9dd7e056ee9f2d4b69d68f7a381e258e85'
-'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
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-approver/repos/extra-x86_64/PKGBUILD (from rev 361889, 
telepathy-kde-approver/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:23:20 UTC (rev 361890)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='KDE Channel Approver for Telepathy'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-qt knotifications kservice)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a446c23836f6e38bb739246595cf1773f4909279cf1522b96ccd6626ba36430a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in krdc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:22:40
  Author: arojas
Revision: 361885

archrelease: copy trunk to extra-x86_64

Added:
  krdc/repos/extra-x86_64/PKGBUILD
(from rev 361884, krdc/trunk/PKGBUILD)
Deleted:
  krdc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:22:32 UTC (rev 361884)
+++ PKGBUILD2019-09-05 12:22:40 UTC (rev 361885)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Remote Desktop Client'
-url='https://kde.org/applications/internet/krdc/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils kdnssd knotifyconfig)
-makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
-optdepends=('libvncserver: VNC support'
-'freerdp: RDP support'
-'keditbookmarks: to edit bookmarks')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('62c995dc1b6eabf2486d475ad089cb3e286d37c6927e4c5bd2455489f52a3e75'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: krdc/repos/extra-x86_64/PKGBUILD (from rev 361884, krdc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:22:40 UTC (rev 361885)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Remote Desktop Client'
+url='https://kde.org/applications/internet/krdc/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils kdnssd knotifyconfig)
+makedepends=(extra-cmake-modules libvncserver freerdp kdoctools)
+optdepends=('libvncserver: VNC support'
+'freerdp: RDP support'
+'keditbookmarks: to edit bookmarks')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('319bccbc3c3274b89ae58679d063a303df4b95504b1bef97f925da70a0fbcbde'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 telepathy-kde-accounts-kcm/repos/extra-x86_64 (2 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:23:12
  Author: arojas
Revision: 361889

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD
(from rev 361888, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:23:04 UTC (rev 361888)
+++ PKGBUILD2019-09-05 12:23:12 UTC (rev 361889)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-qt kaccounts-providers)
-makedepends=(extra-cmake-modules intltool)
-optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple'
-'telepathy-morse: Telegram accounts support' 'telepathy-salut: 
link-local XMPP account support')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f849b7a9b2cee5b328e726dd254b1e606b740e5b75cdc59a1ea18601e131c0b5'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-accounts-kcm/repos/extra-x86_64/PKGBUILD (from rev 
361888, telepathy-kde-accounts-kcm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:23:12 UTC (rev 361889)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='KCM Module for configuring Telepathy Instant Messaging Accounts'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-qt kaccounts-providers)
+makedepends=(extra-cmake-modules intltool)
+optdepends=('telepathy-gabble: XMPP/Jabber accounts support' 'telepathy-haze: 
account types supported by Pidgin/libpurple'
+'telepathy-morse: Telegram accounts support' 'telepathy-salut: 
link-local XMPP account support')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2f76fc870bd7a96540aa91054b3cac38b917f90c129fada86c3639815dfa27a5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 telepathy-kde-contact-list/repos/extra-x86_64 (2 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:23:42
  Author: arojas
Revision: 361893

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD
(from rev 361892, telepathy-kde-contact-list/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:23:35 UTC (rev 361892)
+++ PKGBUILD2019-09-05 12:23:42 UTC (rev 361893)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='KDE Telepathy contact list application'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e6ba69a5a8a6b841e5babd8cb7ddb0a799d34b881ab4bdd0495062a23e59d3e1'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-contact-list/repos/extra-x86_64/PKGBUILD (from rev 
361892, telepathy-kde-contact-list/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:23:42 UTC (rev 361893)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='KDE Telepathy contact list application'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a3ade7f7bacd53c90062923b488a7f60968a45d6d63890a618638f514dd3a5b2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 telepathy-kde-call-ui/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:23:35
  Author: arojas
Revision: 361892

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD
(from rev 361891, telepathy-kde-call-ui/trunk/PKGBUILD)
Deleted:
  telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:23:27 UTC (rev 361891)
+++ PKGBUILD2019-09-05 12:23:35 UTC (rev 361892)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Voice/Video Call UI for Telepathy'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals qt-gstreamer)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1f7922a1920770decfd3e17aaf42e46db60b5c3660efc544a9be743d9a85d08f'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-call-ui/repos/extra-x86_64/PKGBUILD (from rev 361891, 
telepathy-kde-call-ui/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:23:35 UTC (rev 361892)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Voice/Video Call UI for Telepathy'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals qt-gstreamer)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bab48fcdc4f4a7becfeca99dbe9061b9d08a510f94548c6ebdf720100ddb5a4c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in telepathy-kde-desktop-applets/repos/extra-x86_64 (2 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:23:57
  Author: arojas
Revision: 361895

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD
(from rev 361894, telepathy-kde-desktop-applets/trunk/PKGBUILD)
Deleted:
  telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:23:50 UTC (rev 361894)
+++ PKGBUILD2019-09-05 12:23:57 UTC (rev 361895)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='The KDE-Telepathy Plasma desktop applets'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals telepathy-kde-accounts-kcm 
plasma-workspace)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('56562f335767e1071b36e7e31474a371b862785babeb4f5181b48065f6513221'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-desktop-applets/repos/extra-x86_64/PKGBUILD (from rev 
361894, telepathy-kde-desktop-applets/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:23:57 UTC (rev 361895)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='The KDE-Telepathy Plasma desktop applets'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals telepathy-kde-accounts-kcm 
plasma-workspace)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ec26ba5893998f1e5c293d40e5410a7170ae4e0dea46f03bd5241c51c3240951'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 telepathy-kde-contact-runner/repos/extra-x86_64 (2 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:23:50
  Author: arojas
Revision: 361894

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD
(from rev 361893, telepathy-kde-contact-runner/trunk/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:23:42 UTC (rev 361893)
+++ PKGBUILD2019-09-05 12:23:50 UTC (rev 361894)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='KRunner plugin for KDE Telepathy'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=(kde-applications kdenetwork telepathy-kde)
-depends=(telepathy-kde-common-internals krunner)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2a90784f7f266399c41a2b64cdb4ae748fca6739c026beed6bfef91b037c2b28'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-contact-runner/repos/extra-x86_64/PKGBUILD (from rev 
361893, telepathy-kde-contact-runner/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:23:50 UTC (rev 361894)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='KRunner plugin for KDE Telepathy'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=(kde-applications kdenetwork telepathy-kde)
+depends=(telepathy-kde-common-internals krunner)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('385bc8bebb7847cefdd17738ecaf03b102794ac7f38dc58ebe10d100385b769f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 firefox-umatrix/repos/community-any (PKGBUILD PKGBUILD)

2019-09-05 Thread Daniel M. Capella via arch-commits
Date: Thursday, September 5, 2019 @ 15:06:44
  Author: polyzen
Revision: 508205

archrelease: copy trunk to community-any

Added:
  firefox-umatrix/repos/community-any/PKGBUILD
(from rev 508204, firefox-umatrix/trunk/PKGBUILD)
Deleted:
  firefox-umatrix/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 15:06:25 UTC (rev 508204)
+++ PKGBUILD2019-09-05 15:06:44 UTC (rev 508205)
@@ -1,19 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-pkgname=firefox-umatrix
-pkgver=1.3.16
-pkgrel=1
-pkgdesc='Point and click matrix to filter net requests by source, destination 
and type'
-url=https://github.com/gorhill/uMatrix
-arch=('any')
-license=('GPL3')
-groups=('firefox-addons')
-source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-an+fx.xpi;)
-noextract=("${source##*/}")
-sha256sums=('03dcdbca2135f81820167c49ac83b9fc75f1ba3c1792a1713f886d9274ad7fb6')
-
-package() {
-  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/umat...@raymondhill.net.xpi
-}
-
-# vim:set ts=2 sw=2 et:

Copied: firefox-umatrix/repos/community-any/PKGBUILD (from rev 508204, 
firefox-umatrix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 15:06:44 UTC (rev 508205)
@@ -0,0 +1,19 @@
+# Maintainer: Daniel M. Capella 
+
+pkgname=firefox-umatrix
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Point and click matrix to filter net requests by source, destination 
and type'
+url=https://github.com/gorhill/uMatrix
+arch=('any')
+license=('GPL3')
+groups=('firefox-addons')
+source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-an+fx.xpi;)
+noextract=("${source##*/}")
+sha256sums=('991f0fa5c64172b8a2bc0a010af60743eba1c18078c490348e1c6631882cbfc7')
+
+package() {
+  install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/umat...@raymondhill.net.xpi
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

2019-09-05 Thread Andreas Radke via arch-commits
Date: Thursday, September 5, 2019 @ 11:53:33
  Author: andyrtr
Revision: 361725

upgpkg: libreoffice-fresh-i18n 6.3.1-1

upstream update 6.3.1

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  350 ++---
 1 file changed, 175 insertions(+), 175 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 11:52:56 UTC (rev 361724)
+++ PKGBUILD2019-09-05 11:53:33 UTC (rev 361725)
@@ -3,9 +3,9 @@
 
 pkgbase=libreoffice-fresh-i18n
 
-pkgver=6.3.0
+pkgver=6.3.1
 pkgrel=1
-_rcver=${pkgver}.4
+_rcver=${pkgver}.2
 #_oodlver=${pkgver}.0.beta1
 _oodlver=${pkgver}
 
@@ -137,351 +137,351 @@
   'zu"Zulu"0'
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build 
Team (CODE SIGNING KEY) "
-sha256sums=('ad1541d8305181f25a20e2f23e36b2ea8dc6507ddb3f21e6fb6d11272e3c35be'
+sha256sums=('8baae9f8f7dcf3e63c60db35fa5af5f2ef0eb19854f0adfd36f8de129a452c40'
 'SKIP'
-'da830e88c1859b31ed6c192bec55be26ae73b0b7b98fe9b8199adc87de18cffd'
+'e946c5fd7a7beaddd40be1f2e0139973efb2595abb7074198a8a2960672a75ad'
 'SKIP'
-'1742f6e140ca2f46d160f46605fc552e7bce7c339e71bb0b5109a93ca20c7911'
+'7b3955d44f4a9d3375b62a6333dd6c2606b83e5e5d6f71c931cadaadecdfab0b'
 'SKIP'
-'3778428e87a065ba4759c00b09a00e5a133b4ba7729bddbd715168a475383b2a'
+'8c43514e17310e3dc88bf11f47a6b0cd08e30ef5e02d9fada6de9082a8c7586b'
 'SKIP'
-'4bd142d45ad436279da8d41ffaa348d0c0c09005c51523b01aa4f185546ee7b4'
+'af7641c188287950949c4afea3f3a2263ff1e13a628a2984ee40bb3b57c80023'
 'SKIP'
-'edabce9ffda0774310b174828cf7a6e4bfac291d96a67a5d40ad327f69bef066'
+'29e973683d789b8b00734869fdd4c12379aa55e0679852272a26cb65e771cac7'
 'SKIP'
-'c760d1fc3b35d57e7c87f6809ff5c0df2234359e4be3a75a6b70d8758dbf88aa'
+'7b38dce0a663d01529faba4e93b3ed3b4d81c9a30d047a21b4ff99e80517c19f'
 'SKIP'
-'6e5c1a95b09ca2cca04a802f6c81fd0a29c074f388a1e4a9641fa40a77d82b2b'
+'3cc78b4285fbb58a6c7b70fa5c9a91655b6f748e8b7ff4198bac34ed9733e565'
 'SKIP'
-'42722a1aafdd3dd278bff6e4f534d5f5d422863a72802d0d553386468565ec66'
+'cfe76eef40631f20aa0424af583e648b98f21f1519a5f7f17f3bae6f52143756'
 'SKIP'
-'92b8e22df7fdc35c71057bae8658df11a829b8c2106ed46d3ed85bbc37a793e9'
+'3143b3cf41921e3c4b6fa2d1acbe9935b8bb096bc91c3bb19c0195b9d4a72766'
 'SKIP'
-'48352471cddadf01033314dbef9906e0d7ed567356d357e034f2be0468e232e1'
+'06aea347efa32068325b3cd73a964065ea518cb6ae765d29de5dd37ad3aa6ca0'
 'SKIP'
-'5bd20b007c93f113617181d04612d9f83df9ab8b5e82a1cd72e4b200e8b9bd63'
+'4b9a3eb6668c9a67c2a40fc993977e17ff241b84f166bb1ffe2e28ac28c1e797'
 'SKIP'
-'5be370f5ae5e3158618eb974727b4faeb3700683e9b486cf34368c563dab5385'
+'ec820c86d4c13780848137a894c3b0268d4469b0d6b68743cc2c2d950c76f74b'
 'SKIP'
-'0c6aeb8830fc2209c2a3a2d1b20c433ed6718bc9b3aa1693da04092f09008b66'
+'c2b237834ac1dc2d8b713c029556b68f2a28d3a64d987c8fc558915f5bba0fae'
 'SKIP'
-'42f1e3a0863eb0a0cdd73b9f47a5be215c208c58198d83ff0f14eaf8be845f1a'
+'12caf1157ccc457c9622776df1fca4f8b69e544ec926a85aa02af9180d46c27b'
 'SKIP'
-'11252074cefa46cdfbd79e1e222017e2bd6687850c9f105896a853a361110bf0'
+'5fd77bcd17feec88de4db34ce5ccb05575ceed4c3277b176850cd1e860ad0ef0'
 'SKIP'
-'542ed2958b2e397f822f05ab474d8e0784558034698510e365716ed555b66806'
+'acc1bad4264ba18c3308717d47c1ea0fe4bf0bab306425097f4ca39cd5d4'
 'SKIP'
-'66d0f8ff2b2017bfdfe4683477ce073b499a90fa1672aec112380dd57273c506'
+'41daf42ddd3b729a0d177c9412a05d9bddf5b30931002d4a67a8327ea24ec211'
 'SKIP'
-'585c04dfca628a69bdd85f071cc2a9d320c85fd30132f632a8f7ee1653f601f0'
+'1d4414e4b55c352d56fbaeea980f134d5246a4cb3b911a93ae52d42da3634ff0'
 'SKIP'
-'bc590b44af289055d56d6c5c4530e4f2215c2da3c7eef8347e53b817a8462a75'
+'4a3fae29b593010eef415177ae377ba2fb2771c49ecb21a557bec93e1d2196ce'
 'SKIP'
-'75e1a45f32ef705c32a550b631ced717fb9af3dbe58e61bd4f8c2aa768c3e40f'
+'961c0bd2bbe9de3c8e8dcb8782fd9298cd53654ed24702d1059e2f063685bf7d'
 'SKIP'
-'ec0b7c3e1810370e75e75753261b4de67f4251e31850e42362c934a24c879a52'
+'67c132f51529b0368eff1319072b52f118775297f22b7d7210e021e9ccf97d50'
 'SKIP'
-'64794350def6abef1687786470672c42137cb4b975addd3c26ba429393c7dfc6'
+

[arch-commits] Commit in digikam/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 11:52:56
  Author: arojas
Revision: 361724

archrelease: copy trunk to extra-x86_64

Added:
  digikam/repos/extra-x86_64/PKGBUILD
(from rev 361723, digikam/trunk/PKGBUILD)
Deleted:
  digikam/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   93 ++---
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 11:52:23 UTC (rev 361723)
+++ PKGBUILD2019-09-05 11:52:56 UTC (rev 361724)
@@ -1,47 +0,0 @@
-# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
-# Maintainer: Ronald van Haren 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Tobias Powalowski 
-
-pkgname=digikam
-_pkgver=6.2.0
-pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=2
-pkgdesc="An advanced digital photo management application"
-arch=(x86_64)
-license=(GPL)
-url="https://www.digikam.org/;
-depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata 
qtav marble-common threadweaver kcalcore
- qt5-xmlpatterns imagemagick)
-makedepends=(extra-cmake-modules doxygen eigen boost kdoctools libkvkontakte)
-optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
-'libkvkontakte: VKontakte plugin')
-source=("https://download.kde.org/stable/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz"{,.sig})
-sha256sums=('28762ea0f03a82e3b2473c0682a358c9b83f5013aec827dd5ab6556a1f29baeb'
-'SKIP')
-validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-
-  cmake ../$pkgname-$_pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
--DBUILD_TESTING=OFF \
--DENABLE_KFILEMETADATASUPPORT=ON \
--DENABLE_MEDIAPLAYER=ON \
--DENABLE_AKONADICONTACTSUPPORT=ON \
--DENABLE_MYSQLSUPPORT=ON \
--DENABLE_APPSTYLES=ON \
--DENABLE_QWEBENGINE=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: digikam/repos/extra-x86_64/PKGBUILD (from rev 361723, 
digikam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 11:52:56 UTC (rev 361724)
@@ -0,0 +1,46 @@
+# $Id: PKGBUILD 320127 2018-03-24 09:48:28Z arojas $
+# Maintainer: Ronald van Haren 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Tobias Powalowski 
+
+pkgname=digikam
+_pkgver=6.3.0
+pkgver=${_pkgver//-/_} # for beta versions
+pkgrel=1
+pkgdesc="An advanced digital photo management application"
+arch=(x86_64)
+license=(GPL)
+url="https://www.digikam.org/;
+depends=(lensfun opencv akonadi-contacts knotifyconfig libksane kfilemetadata 
qtav marble-common threadweaver kcalcore
+ qt5-xmlpatterns imagemagick)
+makedepends=(extra-cmake-modules doxygen eigen boost kdoctools libkvkontakte)
+optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
+'libkvkontakte: VKontakte plugin')
+source=("https://download.kde.org/stable/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz"{,.sig})
+sha256sums=('94dc05e3f9c08b83419010d1689c7b0398d4eced4fef42375249c974622874ba'
+'SKIP')
+validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  cmake ../$pkgname-$_pkgver \
+-DBUILD_TESTING=OFF \
+-DENABLE_KFILEMETADATASUPPORT=ON \
+-DENABLE_MEDIAPLAYER=ON \
+-DENABLE_AKONADICONTACTSUPPORT=ON \
+-DENABLE_MYSQLSUPPORT=ON \
+-DENABLE_APPSTYLES=ON \
+-DENABLE_QWEBENGINE=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in digikam/trunk (PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 11:52:23
  Author: arojas
Revision: 361723

Update to 6.3.0

Modified:
  digikam/trunk/PKGBUILD

--+
 PKGBUILD |7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 11:22:03 UTC (rev 361722)
+++ PKGBUILD2019-09-05 11:52:23 UTC (rev 361723)
@@ -5,9 +5,9 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=digikam
-_pkgver=6.2.0
+_pkgver=6.3.0
 pkgver=${_pkgver//-/_} # for beta versions
-pkgrel=2
+pkgrel=1
 pkgdesc="An advanced digital photo management application"
 arch=(x86_64)
 license=(GPL)
@@ -18,7 +18,7 @@
 optdepends=('hugin: panorama tool' 'qt5-imageformats: support for additional 
image formats (WEBP, TIFF)'
 'libkvkontakte: VKontakte plugin')
 
source=("https://download.kde.org/stable/$pkgname/$_pkgver/$pkgname-$_pkgver.tar.xz"{,.sig})
-sha256sums=('28762ea0f03a82e3b2473c0682a358c9b83f5013aec827dd5ab6556a1f29baeb'
+sha256sums=('94dc05e3f9c08b83419010d1689c7b0398d4eced4fef42375249c974622874ba'
 'SKIP')
 validpgpkeys=(D1CF2444A7858C5F2FB095B74A77747BC2386E50) # digiKam.org (digiKam 
project) 
 
@@ -30,7 +30,6 @@
   cd build
 
   cmake ../$pkgname-$_pkgver \
--DCMAKE_INSTALL_LIBDIR=lib \
 -DBUILD_TESTING=OFF \
 -DENABLE_KFILEMETADATASUPPORT=ON \
 -DENABLE_MEDIAPLAYER=ON \


[arch-commits] Commit in kpkpass/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:39
  Author: arojas
Revision: 361781

archrelease: copy trunk to extra-x86_64

Added:
  kpkpass/repos/extra-x86_64/PKGBUILD
(from rev 361780, kpkpass/trunk/PKGBUILD)
Deleted:
  kpkpass/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:31 UTC (rev 361780)
+++ PKGBUILD2019-09-05 12:08:39 UTC (rev 361781)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kpkpass
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Apple Wallet Pass reader"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(karchive)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1555856e987d3667eea8a210e3dd592742ca953dfa2d381e50bc9670183e7137'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kpkpass/repos/extra-x86_64/PKGBUILD (from rev 361780, 
kpkpass/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:39 UTC (rev 361781)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kpkpass
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Apple Wallet Pass reader"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(karchive)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('893ee1f127c2d0c7135fe77c5c2895d04f95c9a6ed3b162c30856f4e99d4afb3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kaccounts-integration/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:01
  Author: arojas
Revision: 361784

archrelease: copy trunk to extra-x86_64

Added:
  kaccounts-integration/repos/extra-x86_64/PKGBUILD
(from rev 361783, kaccounts-integration/trunk/PKGBUILD)
Deleted:
  kaccounts-integration/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:53 UTC (rev 361783)
+++ PKGBUILD2019-09-05 12:09:01 UTC (rev 361784)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas  
-
-pkgname=kaccounts-integration
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
-Jabber and others'
-arch=(x86_64)
-url='https://www.kde.org/applications/internet/'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b6602a1270037c8c9dc366e3bf6ddf6d7dcd14ca66623e3ecc6641fd474c0d2a'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-integration/repos/extra-x86_64/PKGBUILD (from rev 361783, 
kaccounts-integration/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:01 UTC (rev 361784)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas  
+
+pkgname=kaccounts-integration
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, 
+Jabber and others'
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kcmutils signon-kwallet-extension signon-plugin-oauth2 signon-ui)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7436bb0c8e024122d7137971749ef975878dee557befa4b95bc02ce0801a8450'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kmag/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:35
  Author: arojas
Revision: 361788

archrelease: copy trunk to extra-x86_64

Added:
  kmag/repos/extra-x86_64/PKGBUILD
(from rev 361787, kmag/trunk/PKGBUILD)
Deleted:
  kmag/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:23 UTC (rev 361787)
+++ PKGBUILD2019-09-05 12:09:35 UTC (rev 361788)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmag
-pkgver=19.08.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc='Screen Magnifier'
-url='https://kde.org/applications/utilities/kmag/'
-license=(GPL FDL)
-groups=(kde-applications kdeaccessibility)
-depends=(kio libqaccessibilityclient hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7d42c254e62750899e429482c2b6ed3b4b1e8c5a66fbc371eec656421817d0a4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kmag/repos/extra-x86_64/PKGBUILD (from rev 361787, kmag/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:35 UTC (rev 361788)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmag
+pkgver=19.08.1
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Screen Magnifier'
+url='https://kde.org/applications/utilities/kmag/'
+license=(GPL FDL)
+groups=(kde-applications kdeaccessibility)
+depends=(kio libqaccessibilityclient hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('28504935665df18246cc6db4288dc2b33f24ed7114007df008f4310ce8792ceb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 marble/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:23
  Author: arojas
Revision: 361787

archrelease: copy trunk to extra-x86_64

Added:
  marble/repos/extra-x86_64/PKGBUILD
(from rev 361786, marble/trunk/PKGBUILD)
Deleted:
  marble/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  157 ++---
 1 file changed, 78 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:15 UTC (rev 361786)
+++ PKGBUILD2019-09-05 12:09:23 UTC (rev 361787)
@@ -1,79 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Gustavo Alvarez 
-# Contributor: Balló György 
-
-pkgbase=marble
-pkgname=(marble-common marble-qt marble)
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Desktop Globe"
-arch=(x86_64)
-url="https://www.kde.org/applications/system/marble;
-license=(GPL)
-makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
- plasma-workspace qt5-serialport qt5-tools qt5-webengine shapelib)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
-sha256sums=('c1c951a1357c94a61b38f0ae8a1235d194150cd351dbf25d2db3508b22b44cc1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DQT_PLUGINS_DIR=lib/qt/plugins \
--DBUILD_TESTING=OFF \
--DBUILD_MARBLE_EXAMPLES=OFF \
--DBUILD_MARBLE_TESTS=OFF \
--DMOBILE=OFF
-  make
-}
-
-package_marble-common() {
-  pkgdesc='Common libraries and plugins for Marble'
-  depends=(qt5-svg qt5-webengine phonon-qt5 desktop-file-utils)
-  optdepends=('gpsd: GPS based geolocation'
-  'libwlocate: WLAN based geolocation'
-  'qt5-serialport: APRS plugin'
-  'shapelib: SHP plugin')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/{config.kcfg,kxmlgui5,metainfo,plasma} \
-"$pkgdir"/usr/bin \
-"$pkgdir"/etc \
-"$pkgdir"/usr/lib/qt/{qml,plugins/*.so} \
-
"$pkgdir"/usr/share/applications/{marble_geo.desktop,marble_worldwind.desktop,org.kde.marble*.desktop}
 \
-"$pkgdir"/usr/share/kservices5/{marble_part.desktop,plasma*} \
-"$pkgdir"/usr/share/locale/*/LC_MESSAGES/*.mo
-}
-
-package_marble-qt() {
-  pkgdesc+=' (Qt version)'
-  depends=(marble-common)
-
-  cd build
-  make -C src/apps/marble-qt DESTDIR="$pkgdir" install
-}
-
-package_marble() {
-  depends=(marble-common knewstuff kparts)
-  optdepends=('krunner: Krunner plugin')
-  groups=(kde-applications kdeedu)
-
-  cd build
-  make -C src/apps/marble-kde DESTDIR="$pkgdir" install
-  make -C src/plasma DESTDIR="$pkgdir" install
-  make -C src/plasmarunner DESTDIR="$pkgdir" install
-  make -C src/thumbnailer DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/share/{icons,doc/HTML}
-}

Copied: marble/repos/extra-x86_64/PKGBUILD (from rev 361786, 
marble/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:23 UTC (rev 361787)
@@ -0,0 +1,78 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Gustavo Alvarez 
+# Contributor: Balló György 
+
+pkgbase=marble
+pkgname=(marble-common marble-qt marble)
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Desktop Globe"
+arch=(x86_64)
+url="https://www.kde.org/applications/system/marble;
+license=(GPL)
+makedepends=(extra-cmake-modules gpsd kdoctools knewstuff kparts krunner 
libwlocate phonon-qt5
+ plasma-workspace qt5-serialport qt5-tools qt5-webengine shapelib)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgbase-$pkgver.tar.xz"{,.sig})
+sha256sums=('7e09e3037287be117e47de402d1f5ea7dd49f625ccf4a46d1d016a527d487e9e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgbase-$pkgver \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_SYSCONFDIR=/etc \
+-DQT_PLUGINS_DIR=lib/qt/plugins \
+-DBUILD_TESTING=OFF \
+-DBUILD_MARBLE_EXAMPLES=OFF \
+-DBUILD_MARBLE_TESTS=OFF \
+-DMOBILE=OFF
+  make
+}
+
+package_marble-common() {
+  pkgdesc='Common libraries and plugins for Marble'
+  depends=(qt5-svg qt5-webengine phonon-qt5 desktop-file-utils)
+  optdepends=('gpsd: GPS based geolocation'
+  'libwlocate: WLAN based geolocation'
+  'qt5-serialport: APRS plugin'
+ 

[arch-commits] Commit in kcron/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:57
  Author: arojas
Revision: 361791

archrelease: copy trunk to extra-x86_64

Added:
  kcron/repos/extra-x86_64/PKGBUILD
(from rev 361790, kcron/trunk/PKGBUILD)
Deleted:
  kcron/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:50 UTC (rev 361790)
+++ PKGBUILD2019-09-05 12:09:57 UTC (rev 361791)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcron
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Configure and schedule tasks'
-url='https://userbase.kde.org/KCron'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio cron)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1594aafc964d8e6c9ff31056d8f6f9ca6ee51ef9067b3ee1c991744baf54a88c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kcron/repos/extra-x86_64/PKGBUILD (from rev 361790, 
kcron/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:57 UTC (rev 361791)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='https://userbase.kde.org/KCron'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio cron)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e60eb14cb2aef0b0398088930102d68817c96a83c54895af6626693fc18c7ed9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kmouth/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:50
  Author: arojas
Revision: 361790

archrelease: copy trunk to extra-x86_64

Added:
  kmouth/repos/extra-x86_64/PKGBUILD
(from rev 361789, kmouth/trunk/PKGBUILD)
Deleted:
  kmouth/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:42 UTC (rev 361789)
+++ PKGBUILD2019-09-05 12:09:50 UTC (rev 361790)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmouth
-pkgver=19.08.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc='Speech Synthesizer Frontend'
-url='https://kde.org/applications/utilities/kmouth/'
-license=(GPL FDL)
-groups=(kde-applications kdeaccessibility)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('608479db4b2a98ecd17bdc1b1ef20203f492647b43311e903fb10338a59e0098'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kmouth/repos/extra-x86_64/PKGBUILD (from rev 361789, 
kmouth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:50 UTC (rev 361790)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmouth
+pkgver=19.08.1
+pkgrel=1
+arch=(x86_64)
+pkgdesc='Speech Synthesizer Frontend'
+url='https://kde.org/applications/utilities/kmouth/'
+license=(GPL FDL)
+groups=(kde-applications kdeaccessibility)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('531b7b3716fea8c679c5c39c7c04214cb561430182747ce08a9854a76105821e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ksystemlog/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:10:05
  Author: arojas
Revision: 361792

archrelease: copy trunk to extra-x86_64

Added:
  ksystemlog/repos/extra-x86_64/PKGBUILD
(from rev 361791, ksystemlog/trunk/PKGBUILD)
Deleted:
  ksystemlog/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:57 UTC (rev 361791)
+++ PKGBUILD2019-09-05 12:10:05 UTC (rev 361792)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksystemlog
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='System log viewer tool'
-url='https://kde.org/applications/system/ksystemlog/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeadmin)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1231a9dd9a697fe2379a93a3a4d5c026aedf70a8f7e14d8a626ef6b782fb4259'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ksystemlog/repos/extra-x86_64/PKGBUILD (from rev 361791, 
ksystemlog/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:10:05 UTC (rev 361792)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksystemlog
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='https://kde.org/applications/system/ksystemlog/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeadmin)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7dde2a350b32011027d6ab9648859218a053c5509ad08bce8c2de875d2ae73db'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kaccounts-providers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:08
  Author: arojas
Revision: 361785

archrelease: copy trunk to extra-x86_64

Added:
  kaccounts-providers/repos/extra-x86_64/PKGBUILD
(from rev 361784, kaccounts-providers/trunk/PKGBUILD)
Deleted:
  kaccounts-providers/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:01 UTC (rev 361784)
+++ PKGBUILD2019-09-05 12:09:08 UTC (rev 361785)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kaccounts-providers
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and 
others'
-arch=(x86_64)
-url='https://www.kde.org/applications/internet/'
-license=(GPL)
-groups=(kde-applications kdenetwork)
-depends=(kaccounts-integration)
-makedepends=(extra-cmake-modules intltool)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9fc235e2140e76e4b95589a8a5b1e98f7aac00f4c9ad8ba774be0d0d360df8c3'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kaccounts-providers/repos/extra-x86_64/PKGBUILD (from rev 361784, 
kaccounts-providers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:08 UTC (rev 361785)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kaccounts-providers
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Small system to administer web accounts for the sites and services 
across the KDE desktop, including: Google, Facebook, Owncloud, IMAP, Jabber and 
others'
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(GPL)
+groups=(kde-applications kdenetwork)
+depends=(kaccounts-integration)
+makedepends=(extra-cmake-modules intltool)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ce885be3c0d59b7f65373fbadc8ff4510998f9067d3a7c96dc1eb05df78b071b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 telepathy-kde-common-internals/repos/extra-x86_64 (2 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:09:15
  Author: arojas
Revision: 361786

archrelease: copy trunk to extra-x86_64

Added:
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD
(from rev 361785, telepathy-kde-common-internals/trunk/PKGBUILD)
Deleted:
  telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:09:08 UTC (rev 361785)
+++ PKGBUILD2019-09-05 12:09:15 UTC (rev 361786)
@@ -1,39 +0,0 @@
-# Maintainer: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-# Contributor: Antonio Rojas 
-
-pkgname=telepathy-kde-common-internals
-_pkgname=ktp-common-internals
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Common components for KDE-Telepathy'
-arch=(x86_64)
-url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
-license=(GPL)
-groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
-depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
-makedepends=(extra-cmake-modules kdoctools doxygen)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bdbf20e4e0ad7ba7bdc76a0087ff7307cf813c711da6fba3acb0104756ef1559'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-common-internals/repos/extra-x86_64/PKGBUILD (from rev 
361785, telepathy-kde-common-internals/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:09:15 UTC (rev 361786)
@@ -0,0 +1,37 @@
+# Maintainer: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+# Contributor: Antonio Rojas 
+
+pkgname=telepathy-kde-common-internals
+_pkgname=ktp-common-internals
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Common components for KDE-Telepathy'
+arch=(x86_64)
+url='https://community.kde.org/Real-Time_Communication_and_Collaboration'
+license=(GPL)
+groups=('kde-applications' 'kdenetwork' 'telepathy-kde')
+depends=(knotifyconfig ktexteditor kpeople telepathy-logger-qt 
kaccounts-integration libotr hicolor-icon-theme telepathy-accounts-signon)
+makedepends=(extra-cmake-modules kdoctools doxygen)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('985d55a259df9cb0593db50ac88bd5d3ab155c6e26563386230fe66294c3dc63'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in signon-kwallet-extension/repos/extra-x86_64 (2 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:53
  Author: arojas
Revision: 361783

archrelease: copy trunk to extra-x86_64

Added:
  signon-kwallet-extension/repos/extra-x86_64/PKGBUILD
(from rev 361782, signon-kwallet-extension/trunk/PKGBUILD)
Deleted:
  signon-kwallet-extension/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:46 UTC (rev 361782)
+++ PKGBUILD2019-09-05 12:08:53 UTC (rev 361783)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: anex https://kde.org;
-license=(LGPL)
-groups=(kde-applications kdenetwork)
-depends=(signond kwallet)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8cd646365f82c82de6c9f2dda8250579a2e469504e4358a334786f8f8e8b61f'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: signon-kwallet-extension/repos/extra-x86_64/PKGBUILD (from rev 361782, 
signon-kwallet-extension/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:53 UTC (rev 361783)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: anex https://kde.org;
+license=(LGPL)
+groups=(kde-applications kdenetwork)
+depends=(signond kwallet)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7d558509cf015641c76d4203c8dadc4e9720278fb39b4561eb2bce4e5412bb83'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 picmi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:19:24
  Author: arojas
Revision: 361861

archrelease: copy trunk to extra-x86_64

Added:
  picmi/repos/extra-x86_64/PKGBUILD
(from rev 361860, picmi/trunk/PKGBUILD)
Deleted:
  picmi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:19:16 UTC (rev 361860)
+++ PKGBUILD2019-09-05 12:19:24 UTC (rev 361861)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="https://kde.org/applications/games/picmi/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1d7a6152b05ad22f98762a5a6cd96edbc03ae63bdbc0154f387dc5cce31243eb'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: picmi/repos/extra-x86_64/PKGBUILD (from rev 361860, 
picmi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:19:24 UTC (rev 361861)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A nonogram logic game for KDE"
+url="https://kde.org/applications/games/picmi/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('47e0dd79ee4ae86d8be6822f9328fac2f00ce68cf862202e889c0f77a88d0d91'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kubrick/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:19:00
  Author: arojas
Revision: 361858

archrelease: copy trunk to extra-x86_64

Added:
  kubrick/repos/extra-x86_64/PKGBUILD
(from rev 361857, kubrick/trunk/PKGBUILD)
Deleted:
  kubrick/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:18:50 UTC (rev 361857)
+++ PKGBUILD2019-09-05 12:19:00 UTC (rev 361858)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kubrick
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="https://kde.org/applications/games/kubrick/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames glu hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3a69a6d9a519db9fd25793d532da561a77e7033d71cd3dc67d0ee48c332b71c3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kubrick/repos/extra-x86_64/PKGBUILD (from rev 361857, 
kubrick/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:19:00 UTC (rev 361858)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kubrick
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url="https://kde.org/applications/games/kubrick/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames glu hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('51ff60a682c69f829af7f7e4748128d48e691aacd584379e099c437473a45c03'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 gwenview/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:19:32
  Author: arojas
Revision: 361862

archrelease: copy trunk to extra-x86_64

Added:
  gwenview/repos/extra-x86_64/PKGBUILD
(from rev 361861, gwenview/trunk/PKGBUILD)
Deleted:
  gwenview/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:19:24 UTC (rev 361861)
+++ PKGBUILD2019-09-05 12:19:32 UTC (rev 361862)
@@ -1,42 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=gwenview
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A fast and easy to use image viewer"
-url='https://kde.org/applications/graphics/gwenview/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kactivities baloo libkipi libkdcraw kparts kitemmodels cfitsio 
phonon-qt5 purpose)
-optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
-'kimageformats: support for dds, xcf, exr, psd, and more image 
formats'
-'kipi-plugins: export to various online services'
-'kamera: import pictures from gphoto2 cameras')
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1d1d4713bcebdd8c7c458c075b7101055c81cf94a802ac8b9b3528a3c3c961a3'
-'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 \
--DGWENVIEW_SEMANTICINFO_BACKEND="Baloo" \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: gwenview/repos/extra-x86_64/PKGBUILD (from rev 361861, 
gwenview/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:19:32 UTC (rev 361862)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=gwenview
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A fast and easy to use image viewer"
+url='https://kde.org/applications/graphics/gwenview/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kactivities baloo libkipi libkdcraw kparts kitemmodels cfitsio 
phonon-qt5 purpose)
+optdepends=('qt5-imageformats: support for tiff, webp, and more image formats'
+'kimageformats: support for dds, xcf, exr, psd, and more image 
formats'
+'kipi-plugins: export to various online services'
+'kamera: import pictures from gphoto2 cameras')
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1ed46507ea30c43e4672b51996ac413683a863978999be91a9df135f9369f3cb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in ktuberling/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:18:50
  Author: arojas
Revision: 361857

archrelease: copy trunk to extra-x86_64

Added:
  ktuberling/repos/extra-x86_64/PKGBUILD
(from rev 361856, ktuberling/trunk/PKGBUILD)
Deleted:
  ktuberling/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:18:42 UTC (rev 361856)
+++ PKGBUILD2019-09-05 12:18:50 UTC (rev 361857)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktuberling
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="https://kde.org/applications/games/ktuberling/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(hicolor-icon-theme libkdegames)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ca751ad3cc06475955fa9cb037a1a60539f59b7e3d22aa7d47e9fd4f2771cd5f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ktuberling/repos/extra-x86_64/PKGBUILD (from rev 361856, 
ktuberling/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:18:50 UTC (rev 361857)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktuberling
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A simple constructor game suitable for children and adults alike"
+url="https://kde.org/applications/games/ktuberling/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(hicolor-icon-theme libkdegames)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b373c7552ff695e7d3428b7f2551315de00786177a5dc4bb96f777bdb84887cc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kamera/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:19:40
  Author: arojas
Revision: 361863

archrelease: copy trunk to extra-x86_64

Added:
  kamera/repos/extra-x86_64/PKGBUILD
(from rev 361862, kamera/trunk/PKGBUILD)
Deleted:
  kamera/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:19:32 UTC (rev 361862)
+++ PKGBUILD2019-09-05 12:19:40 UTC (rev 361863)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kamera
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="KDE integration for gphoto2 cameras"
-url="https://kde.org/applications/graphics/kamera/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kio libgphoto2)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f287f1db119946d2e62d4ccd52a66671343042563cc87da246f2692fa1b775c6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kamera/repos/extra-x86_64/PKGBUILD (from rev 361862, 
kamera/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:19:40 UTC (rev 361863)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kamera
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="KDE integration for gphoto2 cameras"
+url="https://kde.org/applications/graphics/kamera/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kio libgphoto2)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('109a030ef55b941758e8d4a58b2abed4c5e1bb7e13e8d239b7132867c801acf5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 lskat/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:19:08
  Author: arojas
Revision: 361859

archrelease: copy trunk to extra-x86_64

Added:
  lskat/repos/extra-x86_64/PKGBUILD
(from rev 361858, lskat/trunk/PKGBUILD)
Deleted:
  lskat/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:19:00 UTC (rev 361858)
+++ PKGBUILD2019-09-05 12:19:08 UTC (rev 361859)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=lskat
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="https://kde.org/applications/games/lskat/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b321f58772eab7f569c76ff4afb56b1e3324dc5febf45bf5ed90993cf38696b5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: lskat/repos/extra-x86_64/PKGBUILD (from rev 361858, 
lskat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:19:08 UTC (rev 361859)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=lskat
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
+url="https://kde.org/applications/games/lskat/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e4b073cc65be0f1e7e01b4b2aa28bed30480aef097f5185eb608b4e45b9352e9'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 palapeli/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:19:16
  Author: arojas
Revision: 361860

archrelease: copy trunk to extra-x86_64

Added:
  palapeli/repos/extra-x86_64/PKGBUILD
(from rev 361859, palapeli/trunk/PKGBUILD)
Deleted:
  palapeli/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:19:08 UTC (rev 361859)
+++ PKGBUILD2019-09-05 12:19:16 UTC (rev 361860)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=palapeli
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A single-player jigsaw puzzle game"
-url="https://kde.org/applications/games/palapeli/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames qhull hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fcdefb41685728cd9e01cc3249d2676a589f61a611e32c2e1a2e3d4d30721dde'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: palapeli/repos/extra-x86_64/PKGBUILD (from rev 361859, 
palapeli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:19:16 UTC (rev 361860)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=palapeli
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A single-player jigsaw puzzle game"
+url="https://kde.org/applications/games/palapeli/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames qhull hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9eeafe854529ea5a09e9ef6fd37b8be3d0d370322938c009c826bd936953adc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ksquares/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:18:35
  Author: arojas
Revision: 361855

archrelease: copy trunk to extra-x86_64

Added:
  ksquares/repos/extra-x86_64/PKGBUILD
(from rev 361854, ksquares/trunk/PKGBUILD)
Deleted:
  ksquares/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:18:27 UTC (rev 361854)
+++ PKGBUILD2019-09-05 12:18:35 UTC (rev 361855)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksquares
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A game modeled after the well known pen and paper based game of Dots 
and Boxes"
-url="https://kde.org/applications/games/ksquares/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme) 
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('649a89da0a928c8977218a76023044205b20f07af9b3abda042e46bc450bd00f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ksquares/repos/extra-x86_64/PKGBUILD (from rev 361854, 
ksquares/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:18:35 UTC (rev 361855)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksquares
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A game modeled after the well known pen and paper based game of Dots 
and Boxes"
+url="https://kde.org/applications/games/ksquares/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme) 
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('39fd1b73c3c13c3322a5658b8deed31261b0e68edc5cb9666ade374d5d9d8283'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ksnakeduel/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:18:19
  Author: arojas
Revision: 361853

archrelease: copy trunk to extra-x86_64

Added:
  ksnakeduel/repos/extra-x86_64/PKGBUILD
(from rev 361852, ksnakeduel/trunk/PKGBUILD)
Deleted:
  ksnakeduel/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:18:11 UTC (rev 361852)
+++ PKGBUILD2019-09-05 12:18:19 UTC (rev 361853)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksnakeduel
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A simple snake duel game"
-url="https://kde.org/applications/games/ksnakeduel/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('51799e15ce35237cf410bfd69cca40eeea6ec75ac3b3b98686b44028e8fd2b0b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ksnakeduel/repos/extra-x86_64/PKGBUILD (from rev 361852, 
ksnakeduel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:18:19 UTC (rev 361853)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksnakeduel
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A simple snake duel game"
+url="https://kde.org/applications/games/ksnakeduel/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('130e6545102a4e39f284a409213e9d45066ed27c077ff881839f33db78f62dd5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ksudoku/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:18:42
  Author: arojas
Revision: 361856

archrelease: copy trunk to extra-x86_64

Added:
  ksudoku/repos/extra-x86_64/PKGBUILD
(from rev 361855, ksudoku/trunk/PKGBUILD)
Deleted:
  ksudoku/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:18:35 UTC (rev 361855)
+++ PKGBUILD2019-09-05 12:18:42 UTC (rev 361856)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksudoku
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A logic-based symbol placement puzzle"
-url="https://kde.org/applications/games/ksudoku/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames glu hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0f773ce70fbc05f30285b7123c5e28fe241ff56677c5b80c1201238bdbc375f8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ksudoku/repos/extra-x86_64/PKGBUILD (from rev 361855, 
ksudoku/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:18:42 UTC (rev 361856)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksudoku
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A logic-based symbol placement puzzle"
+url="https://kde.org/applications/games/ksudoku/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames glu hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cae801e0c595009e35aa11df370de421164f10d9840ae4dede2cd57f19cd6866'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ksirk/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:18:11
  Author: arojas
Revision: 361852

archrelease: copy trunk to extra-x86_64

Added:
  ksirk/repos/extra-x86_64/PKGBUILD
(from rev 361851, ksirk/trunk/PKGBUILD)
Deleted:
  ksirk/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:18:04 UTC (rev 361851)
+++ PKGBUILD2019-09-05 12:18:11 UTC (rev 361852)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksirk
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A computerized version of a well known strategy game"
-url="https://kde.org/applications/games/ksirk/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames qca phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a929c6b10a01d765c8702afc1fa8e77ada7357cf8064c45cff34623d23a2c94c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ksirk/repos/extra-x86_64/PKGBUILD (from rev 361851, 
ksirk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:18:11 UTC (rev 361852)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksirk
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A computerized version of a well known strategy game"
+url="https://kde.org/applications/games/ksirk/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames qca phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('42e00d3591fbfbe1db6de4caad963606a0ca5ee9a224b757157594bebb8c733c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kolourpaint/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:20:02
  Author: arojas
Revision: 361866

archrelease: copy trunk to extra-x86_64

Added:
  kolourpaint/repos/extra-x86_64/PKGBUILD
(from rev 361865, kolourpaint/trunk/PKGBUILD)
Deleted:
  kolourpaint/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:19:55 UTC (rev 361865)
+++ PKGBUILD2019-09-05 12:20:02 UTC (rev 361866)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kolourpaint
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Paint Program"
-url="https://kde.org/applications/graphics/kolourpaint/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kdelibs4support libksane)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('00596d813eff27e45de7f51ae411b144ee21a7ae2baf576e248046dbd97e097d'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kolourpaint/repos/extra-x86_64/PKGBUILD (from rev 361865, 
kolourpaint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:20:02 UTC (rev 361866)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kolourpaint
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Paint Program"
+url="https://kde.org/applications/graphics/kolourpaint/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kdelibs4support libksane)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('59c1a2a9d8f012ff1c483dae4f1019232ec667bd88e61c6c8fc07e47312ef23f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kteatime/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:26
  Author: arojas
Revision: 361938

archrelease: copy trunk to extra-x86_64

Added:
  kteatime/repos/extra-x86_64/PKGBUILD
(from rev 361937, kteatime/trunk/PKGBUILD)
Deleted:
  kteatime/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:18 UTC (rev 361937)
+++ PKGBUILD2019-09-05 12:29:26 UTC (rev 361938)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='A handy timer for steeping tea'
-url='https://kde.org/applications/games/kteatime/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeutils)
-depends=(knotifyconfig hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3be9667867ef41a638c8f97fefb213b078b0ba3171add881438588bc8afba342'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kteatime/repos/extra-x86_64/PKGBUILD (from rev 361937, 
kteatime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:26 UTC (rev 361938)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='A handy timer for steeping tea'
+url='https://kde.org/applications/games/kteatime/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeutils)
+depends=(knotifyconfig hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a4b80c5ca6f48c1d291a9502c43293cd0aa383f2e089b9435b02ff79b317c310'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 yakuake/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:30:03
  Author: arojas
Revision: 361943

archrelease: copy trunk to extra-x86_64

Added:
  yakuake/repos/extra-x86_64/PKGBUILD
(from rev 361942, yakuake/trunk/PKGBUILD)
Deleted:
  yakuake/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:55 UTC (rev 361942)
+++ PKGBUILD2019-09-05 12:30:03 UTC (rev 361943)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: leeghoofd 
-
-pkgname=yakuake
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=(x86_64)
-url='https://yakuake.kde.org/'
-license=(GPL)
-depends=(konsole kwayland hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(kdeutils kde-applications)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f0931fffbcd6f17687f13ab766e628961c6caf6dcf8cad79f6e311a0b5692a49'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: yakuake/repos/extra-x86_64/PKGBUILD (from rev 361942, 
yakuake/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:30:03 UTC (rev 361943)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=(x86_64)
+url='https://yakuake.kde.org/'
+license=(GPL)
+depends=(konsole kwayland hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(kdeutils kde-applications)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('184fec9d07505faf820821e197582f7733694848cc17e71ee4f525772e78fc10'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 sweeper/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:55
  Author: arojas
Revision: 361942

archrelease: copy trunk to extra-x86_64

Added:
  sweeper/repos/extra-x86_64/PKGBUILD
(from rev 361941, sweeper/trunk/PKGBUILD)
Deleted:
  sweeper/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:48 UTC (rev 361941)
+++ PKGBUILD2019-09-05 12:29:55 UTC (rev 361942)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=sweeper
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='System Cleaner'
-url='https://kde.org/applications/utilities/sweeper'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kactivities-stats kio)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3cab8817b5c52bd0064e49e6062d3295328604d96e355779a766075d5ae10764'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: sweeper/repos/extra-x86_64/PKGBUILD (from rev 361941, 
sweeper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:55 UTC (rev 361942)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sweeper
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://kde.org/applications/utilities/sweeper'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kactivities-stats kio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cc539649fa4a2698ad07653f9427981381bf8b5344f05dab76acdf1704b4479a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kwalletmanager/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:40
  Author: arojas
Revision: 361940

archrelease: copy trunk to extra-x86_64

Added:
  kwalletmanager/repos/extra-x86_64/PKGBUILD
(from rev 361939, kwalletmanager/trunk/PKGBUILD)
Deleted:
  kwalletmanager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:33 UTC (rev 361939)
+++ PKGBUILD2019-09-05 12:29:40 UTC (rev 361940)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Wallet management tool'
-arch=(x86_64)
-url='https://www.kde.org/applications/system/kwalletmanager/'
-license=(LGPL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kcmutils kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('aaf6c646cc8e7387dc034636fb94029fc0fda3c7fc89b6b633dc42349fd0a471'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: kwalletmanager/repos/extra-x86_64/PKGBUILD (from rev 361939, 
kwalletmanager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:40 UTC (rev 361940)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(x86_64)
+url='https://www.kde.org/applications/system/kwalletmanager/'
+license=(LGPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kcmutils kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b6206da5001f79b67264f641210925b0400b41dc59562b978d402b9524835c14'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 print-manager/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:48
  Author: arojas
Revision: 361941

archrelease: copy trunk to extra-x86_64

Added:
  print-manager/repos/extra-x86_64/PKGBUILD
(from rev 361940, print-manager/trunk/PKGBUILD)
Deleted:
  print-manager/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:40 UTC (rev 361940)
+++ PKGBUILD2019-09-05 12:29:48 UTC (rev 361941)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A tool for managing print jobs and printers"
-arch=(x86_64)
-url='https://www.kde.org/applications/utilities/'
-license=(GPL LGPL FDL)
-depends=(kcmutils)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-optdepends=('system-config-printer: auto-detect the printer driver')
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('56fe89f6bc3be64848adee20a22c712ba8f72602e28fb3288cd5328797e32c7b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: print-manager/repos/extra-x86_64/PKGBUILD (from rev 361940, 
print-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:48 UTC (rev 361941)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A tool for managing print jobs and printers"
+arch=(x86_64)
+url='https://www.kde.org/applications/utilities/'
+license=(GPL LGPL FDL)
+depends=(kcmutils)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+optdepends=('system-config-printer: auto-detect the printer driver')
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b1fd9aa067329a4f5bb715e7db736160954bbec303be0ba5bc8f98852071e731'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kimagemapeditor/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:30:10
  Author: arojas
Revision: 361944

archrelease: copy trunk to extra-x86_64

Added:
  kimagemapeditor/repos/extra-x86_64/PKGBUILD
(from rev 361943, kimagemapeditor/trunk/PKGBUILD)
Deleted:
  kimagemapeditor/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:30:03 UTC (rev 361943)
+++ PKGBUILD2019-09-05 12:30:10 UTC (rev 361944)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kimagemapeditor
-pkgver=19.08.0
-pkgrel=1
-arch=(x86_64)
-pkgdesc="HTML Image Map Editor"
-url='https://www.kde.org'
-license=(GPL LGPL FDL)
-groups=(kde-applications kdewebdev)
-depends=(khtml hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e2c0b75b65176a9ccbdccbae57be90ee8084593a64bee10b133787077affbde9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kimagemapeditor/repos/extra-x86_64/PKGBUILD (from rev 361943, 
kimagemapeditor/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:30:10 UTC (rev 361944)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kimagemapeditor
+pkgver=19.08.1
+pkgrel=1
+arch=(x86_64)
+pkgdesc="HTML Image Map Editor"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(khtml hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0baa2f3fa5810ab63d08db2d0223af04407bb14e4bda20ad17dbfb6c63f33b3a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-mime/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:30
  Author: arojas
Revision: 361756

archrelease: copy trunk to extra-x86_64

Added:
  akonadi-mime/repos/extra-x86_64/PKGBUILD
(from rev 361755, akonadi-mime/trunk/PKGBUILD)
Deleted:
  akonadi-mime/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:23 UTC (rev 361755)
+++ PKGBUILD2019-09-05 12:05:30 UTC (rev 361756)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-mime
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Libraries and daemons to implement basic email handling"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(libakonadi kmime)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('32dcee53d8bd79a4ad85dfa453aa762d69194493ad6622aea4fd7cd05bde3ec4'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-mime/repos/extra-x86_64/PKGBUILD (from rev 361755, 
akonadi-mime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:30 UTC (rev 361756)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-mime
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Libraries and daemons to implement basic email handling"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(libakonadi kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0a4f4652a665229b290431adb59940890effba0804fe33a0e79a24322f90b35c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ktnef/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:15
  Author: arojas
Revision: 361754

archrelease: copy trunk to extra-x86_64

Added:
  ktnef/repos/extra-x86_64/PKGBUILD
(from rev 361753, ktnef/trunk/PKGBUILD)
Deleted:
  ktnef/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:08 UTC (rev 361753)
+++ PKGBUILD2019-09-05 12:05:15 UTC (rev 361754)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=ktnef
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="API for handling TNEF data"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kcalutils kcontacts)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('54b2e09a872e8f8e4e8a1ef77975b1d063ef0d07999b1bf2a696675659e6d52f'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktnef/repos/extra-x86_64/PKGBUILD (from rev 361753, 
ktnef/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:15 UTC (rev 361754)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ktnef
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="API for handling TNEF data"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kcalutils kcontacts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bab23e40af2fe5ba2dd0be71687fbdd56d0868f2ef2a399721da88b12c65764f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kontactinterface/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:08
  Author: arojas
Revision: 361753

archrelease: copy trunk to extra-x86_64

Added:
  kontactinterface/repos/extra-x86_64/PKGBUILD
(from rev 361752, kontactinterface/trunk/PKGBUILD)
Deleted:
  kontactinterface/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:01 UTC (rev 361752)
+++ PKGBUILD2019-09-05 12:05:08 UTC (rev 361753)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kontactinterface
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Kontact Plugin Interface Library"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kparts)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e490fb4dc0e762d4f12a837ecbddc2f14276672d8f46d10029987222b372f3bc'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kontactinterface/repos/extra-x86_64/PKGBUILD (from rev 361752, 
kontactinterface/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:08 UTC (rev 361753)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kontactinterface
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Kontact Plugin Interface Library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('adb5c380fd73102b84c72ea27975689dc289b0f5c8dd10f86bf0a857e00170be'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:23
  Author: arojas
Revision: 361755

archrelease: copy trunk to extra-x86_64

Added:
  akonadi/repos/extra-x86_64/PKGBUILD
(from rev 361754, akonadi/trunk/PKGBUILD)
Deleted:
  akonadi/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   98 +
 1 file changed, 48 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:15 UTC (rev 361754)
+++ PKGBUILD2019-09-05 12:05:23 UTC (rev 361755)
@@ -1,50 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgbase=akonadi
-pkgname=(akonadi libakonadi)
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(LGPL)
-makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin 
kio kitemmodels)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ff53f078b024f2674a8b2990515f5cbafe2bc965390d74a464b2a044aee32831'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_libakonadi() {
-  pkgdesc='Libraries used by applications based on Akonadi'
-  depends=(kio kitemmodels hicolor-icon-theme)
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/bin # Provided by akonadi
-}
-
-package_akonadi() {
-  depends=(libakonadi mariadb)
-  optdepends=('postgresql: PostgreSQL backend')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
-}

Copied: akonadi/repos/extra-x86_64/PKGBUILD (from rev 361754, 
akonadi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:23 UTC (rev 361755)
@@ -0,0 +1,48 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=akonadi
+pkgname=(akonadi libakonadi)
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="PIM layer, which provides an asynchronous API to access all kind of 
PIM data"
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(LGPL)
+makedepends=(extra-cmake-modules postgresql qt5-tools boost kdesignerplugin 
kio kitemmodels)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('32233b59c696a5053f2ee4b7368804635a04e2a5f6d3605848eadafa0306c44d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_libakonadi() {
+  pkgdesc='Libraries used by applications based on Akonadi'
+  depends=(kio kitemmodels hicolor-icon-theme)
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/bin # Provided by akonadi
+}
+
+package_akonadi() {
+  depends=(libakonadi mariadb)
+  optdepends=('postgresql: PostgreSQL backend')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/{etc,usr/{include,lib,share}} # Provided by libakonadi
+}


[arch-commits] Commit in kimap/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:04:46
  Author: arojas
Revision: 361750

archrelease: copy trunk to extra-x86_64

Added:
  kimap/repos/extra-x86_64/PKGBUILD
(from rev 361749, kimap/trunk/PKGBUILD)
Deleted:
  kimap/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:04:39 UTC (rev 361749)
+++ PKGBUILD2019-09-05 12:04:46 UTC (rev 361750)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kimap
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Job-based API for interacting with IMAP servers"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kmime kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d9e3af3e1bb03d929a08287b1a29540915d25dbb6a38d152560302c93e4c5060'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kimap/repos/extra-x86_64/PKGBUILD (from rev 361749, 
kimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:04:46 UTC (rev 361750)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kimap
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Job-based API for interacting with IMAP servers"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a4fde0c17fcdbc672b8e7ad6ed727e18b6bc2cc3c7f23857a6b1455d9bbf'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kmbox/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:04:53
  Author: arojas
Revision: 361751

archrelease: copy trunk to extra-x86_64

Added:
  kmbox/repos/extra-x86_64/PKGBUILD
(from rev 361750, kmbox/trunk/PKGBUILD)
Deleted:
  kmbox/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:04:46 UTC (rev 361750)
+++ PKGBUILD2019-09-05 12:04:53 UTC (rev 361751)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmbox
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Library for accessing mail storages in MBox format"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kmime)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6600033298b0d5ff84705dc66fa529156cb08aeda7503ba7890581b618f83228'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmbox/repos/extra-x86_64/PKGBUILD (from rev 361750, 
kmbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:04:53 UTC (rev 361751)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmbox
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Library for accessing mail storages in MBox format"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5fa59ffd16df1ae28f7ebf026f67df708c5b84e54e1ab47fd5de957c5b8fc75e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kldap/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:01
  Author: arojas
Revision: 361752

archrelease: copy trunk to extra-x86_64

Added:
  kldap/repos/extra-x86_64/PKGBUILD
(from rev 361751, kldap/trunk/PKGBUILD)
Deleted:
  kldap/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:04:53 UTC (rev 361751)
+++ PKGBUILD2019-09-05 12:05:01 UTC (rev 361752)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kldap
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="LDAP access API for KDE"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kcompletion)
-optdepends=('kio: LDAP kioslave')
-makedepends=(extra-cmake-modules kio kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4bee7b041aff8e1a76330bde12ab9368176181136be1136c4b0c0b733eb9bc16'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kldap/repos/extra-x86_64/PKGBUILD (from rev 361751, 
kldap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:01 UTC (rev 361752)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kldap
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="LDAP access API for KDE"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kcompletion)
+optdepends=('kio: LDAP kioslave')
+makedepends=(extra-cmake-modules kio kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b6fb822df67449870fb5c0bfe1adb1bd3d44535e3f2186ef6be286e4a590bd54'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kalarmcal/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:06:30
  Author: arojas
Revision: 361764

archrelease: copy trunk to extra-x86_64

Added:
  kalarmcal/repos/extra-x86_64/PKGBUILD
(from rev 361763, kalarmcal/trunk/PKGBUILD)
Deleted:
  kalarmcal/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:06:22 UTC (rev 361763)
+++ PKGBUILD2019-09-05 12:06:30 UTC (rev 361764)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kalarmcal
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="The KAlarm client library"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kholidays libakonadi kcalutils)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5f764d58716e7d271fac4cb3a4df6ab157014533782c47c38bacab59ca669419'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kalarmcal/repos/extra-x86_64/PKGBUILD (from rev 361763, 
kalarmcal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:06:30 UTC (rev 361764)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kalarmcal
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="The KAlarm client library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kholidays libakonadi kcalutils)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('add9ee09287491236c9a25cfcb32d437845d094d8fef3682954f561dc2917984'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ksmtp/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:45
  Author: arojas
Revision: 361758

archrelease: copy trunk to extra-x86_64

Added:
  ksmtp/repos/extra-x86_64/PKGBUILD
(from rev 361757, ksmtp/trunk/PKGBUILD)
Deleted:
  ksmtp/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:38 UTC (rev 361757)
+++ PKGBUILD2019-09-05 12:05:45 UTC (rev 361758)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=ksmtp
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Job-based library to send email through an SMTP server"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2947d49f183fe25dc340dd3fa6145c85b1896c8adb08bab9966e1f99a927a003'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ksmtp/repos/extra-x86_64/PKGBUILD (from rev 361757, 
ksmtp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:45 UTC (rev 361758)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=ksmtp
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Job-based library to send email through an SMTP server"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('71401abcbb6aedd2845c84bca65f77297722b3414f4d4caeaa6ac6b8f2edc46c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kmailtransport/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:53
  Author: arojas
Revision: 361759

archrelease: copy trunk to extra-x86_64

Added:
  kmailtransport/repos/extra-x86_64/PKGBUILD
(from rev 361758, kmailtransport/trunk/PKGBUILD)
Deleted:
  kmailtransport/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:45 UTC (rev 361758)
+++ PKGBUILD2019-09-05 12:05:53 UTC (rev 361759)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kmailtransport
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Mail Transport Service"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(akonadi-mime kcmutils ksmtp libkgapi)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cc5f865f2059e8fd8d45d1597d8483bbfe0b743e472d91dd4e7cc3837c3fa2dd'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kmailtransport/repos/extra-x86_64/PKGBUILD (from rev 361758, 
kmailtransport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:53 UTC (rev 361759)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kmailtransport
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Mail Transport Service"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(akonadi-mime kcmutils ksmtp libkgapi)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('521bcfd334a0e7e4986e6cebff3bae4095175a11fd45f777da673f1460d733da'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-contacts/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:06:00
  Author: arojas
Revision: 361760

archrelease: copy trunk to extra-x86_64

Added:
  akonadi-contacts/repos/extra-x86_64/PKGBUILD
(from rev 361759, akonadi-contacts/trunk/PKGBUILD)
Deleted:
  akonadi-contacts/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:53 UTC (rev 361759)
+++ PKGBUILD2019-09-05 12:06:00 UTC (rev 361760)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=akonadi-contacts
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(libakonadi kcontacts kmime prison)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('912a657a11d1bd1e680a71b43d69a5a871136ed83f171b11c52f1974d7381ce4'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-contacts/repos/extra-x86_64/PKGBUILD (from rev 361759, 
akonadi-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:06:00 UTC (rev 361760)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=akonadi-contacts
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Libraries and daemons to implement Contact Management in Akonadi"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(libakonadi kcontacts kmime prison)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f182883b4cc16034a798feb966df268e84d9c5b8d3c6e14d5698f7ead85a21d7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-search/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:06:15
  Author: arojas
Revision: 361762

archrelease: copy trunk to extra-x86_64

Added:
  akonadi-search/repos/extra-x86_64/PKGBUILD
(from rev 361761, akonadi-search/trunk/PKGBUILD)
Deleted:
  akonadi-search/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:06:08 UTC (rev 361761)
+++ PKGBUILD2019-09-05 12:06:15 UTC (rev 361762)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Gustavo Alvarez 
-
-pkgname=akonadi-search
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Libraries and daemons to implement searching in Akonadi"
-url='https://kontact.kde.org'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fadc158343eb7c124454ca3e22ade14230772f1d1a89e04a0059c924ed3959d0'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-search/repos/extra-x86_64/PKGBUILD (from rev 361761, 
akonadi-search/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:06:15 UTC (rev 361762)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Gustavo Alvarez 
+
+pkgname=akonadi-search
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Libraries and daemons to implement searching in Akonadi"
+url='https://kontact.kde.org'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(xapian-core akonadi-mime kcontacts kcalcore krunner kcmutils)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c68387f3452bcd390f1c99549531c72d95db0def29d8ba10330e68891b0d0b53'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkgapi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:05:38
  Author: arojas
Revision: 361757

archrelease: copy trunk to extra-x86_64

Added:
  libkgapi/repos/extra-x86_64/PKGBUILD
(from rev 361756, libkgapi/trunk/PKGBUILD)
Deleted:
  libkgapi/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:05:30 UTC (rev 361756)
+++ PKGBUILD2019-09-05 12:05:38 UTC (rev 361757)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgapi
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
-url='https://www.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcalcore kcontacts qt5-webengine kio)
-makedepends=(extra-cmake-modules qt5-tools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bc8a54e0997f4e3e0e840e350c6a9dee26582028415c5e9863d53a3280faa9f6'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libkgapi/repos/extra-x86_64/PKGBUILD (from rev 361756, 
libkgapi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:05:38 UTC (rev 361757)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgapi
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A KDE-based library for accessing various Google services via their 
public API"
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcalcore kcontacts qt5-webengine kio)
+makedepends=(extra-cmake-modules qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1ad2491348cc97f591aa681f7a649f2337c9a92e845980304c1110c69eecd579'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kcharselect/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:48
  Author: arojas
Revision: 361933

archrelease: copy trunk to extra-x86_64

Added:
  kcharselect/repos/extra-x86_64/PKGBUILD
(from rev 361932, kcharselect/trunk/PKGBUILD)
Deleted:
  kcharselect/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:41 UTC (rev 361932)
+++ PKGBUILD2019-09-05 12:28:48 UTC (rev 361933)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Character Selector'
-url="https://kde.org/applications/utilities/kcharselect/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kbookmarks)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('31caf29e82327d7e31badff141dd7d5f179b87e9547c322b074f58bc07063020'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kcharselect/repos/extra-x86_64/PKGBUILD (from rev 361932, 
kcharselect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:48 UTC (rev 361933)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Character Selector'
+url="https://kde.org/applications/utilities/kcharselect/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kbookmarks)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8b5c418e9b35a12eeaa1ebf7834f2a13613926e824699e13214fe35276c42457'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdesdk-thumbnailers/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:02
  Author: arojas
Revision: 361927

archrelease: copy trunk to extra-x86_64

Added:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD
(from rev 361926, kdesdk-thumbnailers/trunk/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:27:55 UTC (rev 361926)
+++ PKGBUILD2019-09-05 12:28:02 UTC (rev 361927)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Plugins for the thumbnailing system'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio gettext)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e640f1a484482f6dd4ba4ebda92832a027a20e64e1e12d2306bd7dd618b36356'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/extra-x86_64/PKGBUILD (from rev 361926, 
kdesdk-thumbnailers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:02 UTC (rev 361927)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3da4aa540435fbc848bfc4f1b39f37145072e0856da31b4f5ac3d89719308f03'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 umbrello/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:10
  Author: arojas
Revision: 361928

archrelease: copy trunk to extra-x86_64

Added:
  umbrello/repos/extra-x86_64/PKGBUILD
(from rev 361927, umbrello/trunk/PKGBUILD)
Deleted:
  umbrello/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:02 UTC (rev 361927)
+++ PKGBUILD2019-09-05 12:28:10 UTC (rev 361928)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=19.08.0
-pkgrel=2
-pkgdesc='UML modeller'
-arch=(x86_64)
-url='https://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(kdelibs4support kdevelop qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt)
-groups=(kde-applications kdesdk)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8df6e0394670ee3f91f449a3110312a37876d3aa047442ed8439d8b876a6b0e2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: umbrello/repos/extra-x86_64/PKGBUILD (from rev 361927, 
umbrello/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:10 UTC (rev 361928)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(x86_64)
+url='https://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(kdelibs4support kdevelop qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ce56fa6d96bbc78cf69246d6f45e9b098f8fcc75d7771875a8e638b01bbf6efa'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kcalc/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:41
  Author: arojas
Revision: 361932

archrelease: copy trunk to extra-x86_64

Added:
  kcalc/repos/extra-x86_64/PKGBUILD
(from rev 361931, kcalc/trunk/PKGBUILD)
Deleted:
  kcalc/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:33 UTC (rev 361931)
+++ PKGBUILD2019-09-05 12:28:41 UTC (rev 361932)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Scientific Calculator'
-url='https://kde.org/applications/utilities/kcalc/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kinit)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('58c26a9698bfc9e0d3a5614ab26c53878e87fc601688ad6c5848fbdbc21c4103'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kcalc/repos/extra-x86_64/PKGBUILD (from rev 361931, 
kcalc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:41 UTC (rev 361932)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='https://kde.org/applications/utilities/kcalc/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kinit)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7b3c110a97b851e8db03302484cadc59a59ec8378501ee61dd094ac2c7caa203'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kbackup/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:33
  Author: arojas
Revision: 361931

archrelease: copy trunk to extra-x86_64

Added:
  kbackup/repos/extra-x86_64/PKGBUILD
(from rev 361930, kbackup/trunk/PKGBUILD)
Deleted:
  kbackup/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:26 UTC (rev 361930)
+++ PKGBUILD2019-09-05 12:28:33 UTC (rev 361931)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: BluePeril 
-
-pkgname=kbackup
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A program that lets you back up any directories or files"
-arch=(x86_64)
-url="https://www.kde.org/applications/utilities/kbackup/;
-license=(GPL)
-groups=(kde-applications kdeutils)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2cd447ef7d53e7ee55868086e7a894f550fd81515cf5d87d0561520f45145127'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kbackup/repos/extra-x86_64/PKGBUILD (from rev 361930, 
kbackup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:33 UTC (rev 361931)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: BluePeril 
+
+pkgname=kbackup
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A program that lets you back up any directories or files"
+arch=(x86_64)
+url="https://www.kde.org/applications/utilities/kbackup/;
+license=(GPL)
+groups=(kde-applications kdeutils)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('93ec83cdb8cb1ad28f444f85aaec2270fbbf3108b3ce0cf22f42a737e0f9cc59'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+
+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 filelight/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:26
  Author: arojas
Revision: 361930

archrelease: copy trunk to extra-x86_64

Added:
  filelight/repos/extra-x86_64/PKGBUILD
(from rev 361929, filelight/trunk/PKGBUILD)
Deleted:
  filelight/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:18 UTC (rev 361929)
+++ PKGBUILD2019-09-05 12:28:26 UTC (rev 361930)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='View disk usage information'
-url='https://kde.org/applications/utilities/filelight'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bdd3d32fb3d2fa4c614f5f058571c8849484e1ba17a97996680503f8e8e6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: filelight/repos/extra-x86_64/PKGBUILD (from rev 361929, 
filelight/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:26 UTC (rev 361930)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='View disk usage information'
+url='https://kde.org/applications/utilities/filelight'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('170e633e0d2f8c9b13cccfd5957590100be435f9e7258e84c6f15fabc636768e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ark/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:18
  Author: arojas
Revision: 361929

archrelease: copy trunk to extra-x86_64

Added:
  ark/repos/extra-x86_64/PKGBUILD
(from rev 361928, ark/trunk/PKGBUILD)
Deleted:
  ark/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:10 UTC (rev 361928)
+++ PKGBUILD2019-09-05 12:28:18 UTC (rev 361929)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Archiving Tool'
-arch=(x86_64)
-url='https://kde.org/applications/utilities/ark/'
-license=(GPL)
-depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('p7zip: 7Z format support' 'unrar: RAR decompression support' 
'unarchiver: RAR format support'
-'lzop: LZO format support' 'lrzip: LRZ format support')
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0685285486ca933e3467f35c3d5d4e8633ae80f1e5529f8a4d8257d0b53d9512'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: ark/repos/extra-x86_64/PKGBUILD (from rev 361928, ark/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:18 UTC (rev 361929)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(x86_64)
+url='https://kde.org/applications/utilities/ark/'
+license=(GPL)
+depends=(kparts kpty libarchive libzip kitemmodels hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('p7zip: 7Z format support' 'unrar: RAR decompression support' 
'unarchiver: RAR format support'
+'lzop: LZO format support' 'lrzip: LRZ format support')
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b5638bc4559d775d0a0c2aee022cadc021543bf92e8be6b9b803c50e7e7f1835'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdebugsettings/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:28:56
  Author: arojas
Revision: 361934

archrelease: copy trunk to extra-x86_64

Added:
  kdebugsettings/repos/extra-x86_64/PKGBUILD
(from rev 361933, kdebugsettings/trunk/PKGBUILD)
Deleted:
  kdebugsettings/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:48 UTC (rev 361933)
+++ PKGBUILD2019-09-05 12:28:56 UTC (rev 361934)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdebugsettings
-pkgver=19.08.0
-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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b47987cabffe464c21c96b31991643efafc24f77d31b768ed9dff075567aa361'
-'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
-}
-

Copied: kdebugsettings/repos/extra-x86_64/PKGBUILD (from rev 361933, 
kdebugsettings/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:28:56 UTC (rev 361934)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=19.08.1
+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/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4195a000558b56d849eb6e79880c5140fc30cd8b0657d4a9932035434f4c2649'
+'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 kdf/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:03
  Author: arojas
Revision: 361935

archrelease: copy trunk to extra-x86_64

Added:
  kdf/repos/extra-x86_64/PKGBUILD
(from rev 361934, kdf/trunk/PKGBUILD)
Deleted:
  kdf/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:28:56 UTC (rev 361934)
+++ PKGBUILD2019-09-05 12:29:03 UTC (rev 361935)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdf
-pkgver=19.08.0
-pkgrel=1
-url="https://kde.org/applications/system/kdiskfree/;
-arch=(x86_64)
-pkgdesc='View Disk Usage'
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools kcmutils)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e6effd6aaf08c9bfa649b194313e7719b65a9d53f00570e14d2752ce68d13bfe'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdf/repos/extra-x86_64/PKGBUILD (from rev 361934, kdf/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:03 UTC (rev 361935)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=19.08.1
+pkgrel=1
+url="https://kde.org/applications/system/kdiskfree/;
+arch=(x86_64)
+pkgdesc='View Disk Usage'
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools kcmutils)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2aedb0a4f64d2417728b67e4a289488b59153683d5dd15bca259a64f9c51325e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kgpg/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:18
  Author: arojas
Revision: 361937

archrelease: copy trunk to extra-x86_64

Added:
  kgpg/repos/extra-x86_64/PKGBUILD
(from rev 361936, kgpg/trunk/PKGBUILD)
Deleted:
  kgpg/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:11 UTC (rev 361936)
+++ PKGBUILD2019-09-05 12:29:18 UTC (rev 361937)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgpg
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='A GnuPG frontend'
-url='https://kde.org/applications/utilities/kgpg/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(akonadi-contacts)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3aa31f524c7f8ab50a86d83066590b98cd4ffbeb94b5a6fb7dadec9fe3072845'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kgpg/repos/extra-x86_64/PKGBUILD (from rev 361936, kgpg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:18 UTC (rev 361937)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='https://kde.org/applications/utilities/kgpg/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(akonadi-contacts)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('441a0bfa58df14bad87f5f446b89113dc20365424f6a87aec30125c9221815c5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ktimer/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:33
  Author: arojas
Revision: 361939

archrelease: copy trunk to extra-x86_64

Added:
  ktimer/repos/extra-x86_64/PKGBUILD
(from rev 361938, ktimer/trunk/PKGBUILD)
Deleted:
  ktimer/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:26 UTC (rev 361938)
+++ PKGBUILD2019-09-05 12:29:33 UTC (rev 361939)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Countdown Launcher'
-url='https://kde.org/applications/utilities/ktimer/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c7f684b9c7f0c92638153fabdfdb1082c900a8da2f660eeebe4b8b3b669f8c8d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ktimer/repos/extra-x86_64/PKGBUILD (from rev 361938, 
ktimer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:33 UTC (rev 361939)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='https://kde.org/applications/utilities/ktimer/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f81af279e9e79bb3044718fa868973524e85df65dfaf654b8f45824b6f9d17cb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kfloppy/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:29:11
  Author: arojas
Revision: 361936

archrelease: copy trunk to extra-x86_64

Added:
  kfloppy/repos/extra-x86_64/PKGBUILD
(from rev 361935, kfloppy/trunk/PKGBUILD)
Deleted:
  kfloppy/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:29:03 UTC (rev 361935)
+++ PKGBUILD2019-09-05 12:29:11 UTC (rev 361936)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Floppy Formatter'
-url='https://kde.org/applications/utilities/kfloppy/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('312345286fa1dba2cac782523d95c1e4ed0d7ef272c93c5d7bf2f9d8f635fa82'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kfloppy/repos/extra-x86_64/PKGBUILD (from rev 361935, 
kfloppy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:29:11 UTC (rev 361936)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='https://kde.org/applications/utilities/kfloppy/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c22864e0dfef37ccb9a5329467b9058a14880e88b54c448b5933b57aa98b021b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 firefox-umatrix/trunk (PKGBUILD)

2019-09-05 Thread Daniel M. Capella via arch-commits
Date: Thursday, September 5, 2019 @ 15:06:25
  Author: polyzen
Revision: 508204

upgpkg: firefox-umatrix 1.4.0-1

Modified:
  firefox-umatrix/trunk/PKGBUILD

--+
 PKGBUILD |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 13:37:27 UTC (rev 508203)
+++ PKGBUILD2019-09-05 15:06:25 UTC (rev 508204)
@@ -1,7 +1,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=firefox-umatrix
-pkgver=1.3.16
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='Point and click matrix to filter net requests by source, destination 
and type'
 url=https://github.com/gorhill/uMatrix
@@ -10,7 +10,7 @@
 groups=('firefox-addons')
 
source=("https://addons.cdn.mozilla.net/user-media/addons/613250/umatrix-$pkgver-an+fx.xpi;)
 noextract=("${source##*/}")
-sha256sums=('03dcdbca2135f81820167c49ac83b9fc75f1ba3c1792a1713f886d9274ad7fb6')
+sha256sums=('991f0fa5c64172b8a2bc0a010af60743eba1c18078c490348e1c6631882cbfc7')
 
 package() {
   install -Dm644 "${source##*/}" 
"$pkgdir"/usr/lib/firefox/browser/extensions/umat...@raymondhill.net.xpi


[arch-commits] Commit in klettres/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:13:00
  Author: arojas
Revision: 361813

archrelease: copy trunk to extra-x86_64

Added:
  klettres/repos/extra-x86_64/PKGBUILD
(from rev 361812, klettres/trunk/PKGBUILD)
Deleted:
  klettres/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:12:50 UTC (rev 361812)
+++ PKGBUILD2019-09-05 12:13:00 UTC (rev 361813)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=klettres
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Learn The Alphabet"
-url="https://kde.org/applications/education/klettres/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(knewstuff phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0a680ff0c2c3868a2478da0e2a5eb8db8579e5ba9165743c8a2c20704c062be4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: klettres/repos/extra-x86_64/PKGBUILD (from rev 361812, 
klettres/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:13:00 UTC (rev 361813)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=klettres
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Learn The Alphabet"
+url="https://kde.org/applications/education/klettres/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knewstuff phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9d9616e35f2b82e39916b89a049bee4faca5a4235eb22989c9e8485c7e75239b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kiten/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:12:50
  Author: arojas
Revision: 361812

archrelease: copy trunk to extra-x86_64

Added:
  kiten/repos/extra-x86_64/PKGBUILD
(from rev 361811, kiten/trunk/PKGBUILD)
Deleted:
  kiten/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:12:42 UTC (rev 361811)
+++ PKGBUILD2019-09-05 12:12:50 UTC (rev 361812)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kiten
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Japanese Reference/Study Tool"
-url="https://kde.org/applications/education/kiten/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(khtml hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('891ccf6c610099c63045aedccee4d1ac87c5189066fd2763e0743a40b2538b53'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kiten/repos/extra-x86_64/PKGBUILD (from rev 361811, 
kiten/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:12:50 UTC (rev 361812)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kiten
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Japanese Reference/Study Tool"
+url="https://kde.org/applications/education/kiten/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(khtml hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('01e963fd76c87a631bb5a4f86bc8be624907571c60368e6bf5bdce55cff6b59a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kig/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:12:42
  Author: arojas
Revision: 361811

archrelease: copy trunk to extra-x86_64

Added:
  kig/repos/extra-x86_64/PKGBUILD
(from rev 361810, kig/trunk/PKGBUILD)
Deleted:
  kig/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:12:34 UTC (rev 361810)
+++ PKGBUILD2019-09-05 12:12:42 UTC (rev 361811)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kig
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Interactive Geometry"
-url="https://kde.org/applications/education/kig/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(ktexteditor qt5-xmlpatterns boost-libs python2 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ec35f8e9c10e0a984ab7ff06fc810a26e0abc825ee5674af238bb04e83ce38ee'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # Use the python2 executable
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/bin/pykig.py
-}

Copied: kig/repos/extra-x86_64/PKGBUILD (from rev 361810, kig/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:12:42 UTC (rev 361811)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kig
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Interactive Geometry"
+url="https://kde.org/applications/education/kig/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(ktexteditor qt5-xmlpatterns boost-libs python2 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8b073fd0310e62483a548ada000b4230f2b70dec8ab11ac8303bd64961829675'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # Use the python2 executable
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
"$pkgdir"/usr/bin/pykig.py
+}


[arch-commits] Commit in kanagram/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:12:08
  Author: arojas
Revision: 361807

archrelease: copy trunk to extra-x86_64

Added:
  kanagram/repos/extra-x86_64/PKGBUILD
(from rev 361806, kanagram/trunk/PKGBUILD)
Deleted:
  kanagram/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:11:57 UTC (rev 361806)
+++ PKGBUILD2019-09-05 12:12:08 UTC (rev 361807)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kanagram
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Letter Order Game"
-url="https://kde.org/applications/education/kanagram/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(libkeduvocdocument kdeclarative knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4f4ccf9cf48711d8fe9a5966294ba16b43092b8df3fdb03b5c236d22157d275c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kanagram/repos/extra-x86_64/PKGBUILD (from rev 361806, 
kanagram/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:12:08 UTC (rev 361807)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kanagram
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Letter Order Game"
+url="https://kde.org/applications/education/kanagram/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libkeduvocdocument kdeclarative knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('85ba60dc1485f61054847262832edd112224a618effe8759a2dcc8ee73b130a6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 khangman/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:12:34
  Author: arojas
Revision: 361810

archrelease: copy trunk to extra-x86_64

Added:
  khangman/repos/extra-x86_64/PKGBUILD
(from rev 361809, khangman/trunk/PKGBUILD)
Deleted:
  khangman/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:12:25 UTC (rev 361809)
+++ PKGBUILD2019-09-05 12:12:34 UTC (rev 361810)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=khangman
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Hangman Game"
-url="https://kde.org/applications/education/khangman/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(libkeduvocdocument knewstuff kdeclarative)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ff14cefbd78f047b6250ec3cf4d11e13484f30cc5610616c0a9270008b36f1a1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: khangman/repos/extra-x86_64/PKGBUILD (from rev 361809, 
khangman/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:12:34 UTC (rev 361810)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khangman
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Hangman Game"
+url="https://kde.org/applications/education/khangman/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(libkeduvocdocument knewstuff kdeclarative)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('eb95c48baa57475319f456ee1df11b715e7ceb5b1912e2657a2b1f4617bf2b26'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kbruch/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:12:17
  Author: arojas
Revision: 361808

archrelease: copy trunk to extra-x86_64

Added:
  kbruch/repos/extra-x86_64/PKGBUILD
(from rev 361807, kbruch/trunk/PKGBUILD)
Deleted:
  kbruch/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:12:08 UTC (rev 361807)
+++ PKGBUILD2019-09-05 12:12:17 UTC (rev 361808)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kbruch
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Exercise Fractions"
-url="https://kde.org/applications/education/kbruch/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('29c83039af494703e9d665eca2acde30bb4b94666b3dfe9092833e35f83a9541'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kbruch/repos/extra-x86_64/PKGBUILD (from rev 361807, 
kbruch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:12:17 UTC (rev 361808)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kbruch
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Exercise Fractions"
+url="https://kde.org/applications/education/kbruch/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('74b387e6eafc5fac8b7a75df6f8d61a2b4b0380a82b5c43f3a10c9b75855318f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kwordquiz/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:13:34
  Author: arojas
Revision: 361817

archrelease: copy trunk to extra-x86_64

Added:
  kwordquiz/repos/extra-x86_64/PKGBUILD
(from rev 361816, kwordquiz/trunk/PKGBUILD)
Deleted:
  kwordquiz/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:13:27 UTC (rev 361816)
+++ PKGBUILD2019-09-05 12:13:34 UTC (rev 361817)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwordquiz
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Flash Card Trainer"
-url="https://kde.org/applications/education/kwordquiz/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(knotifyconfig libkeduvocdocument knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ed4278c1ca0e6e7da548e563a4248fa9e0ff0707b67e06e53ae26dbc2069fc71'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kwordquiz/repos/extra-x86_64/PKGBUILD (from rev 361816, 
kwordquiz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:13:34 UTC (rev 361817)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwordquiz
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Flash Card Trainer"
+url="https://kde.org/applications/education/kwordquiz/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knotifyconfig libkeduvocdocument knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ead21c1caa1d1665a8ef685c4b46a442b7423aba63153617008985e84ff4c318'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 ktouch/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:13:19
  Author: arojas
Revision: 361815

archrelease: copy trunk to extra-x86_64

Added:
  ktouch/repos/extra-x86_64/PKGBUILD
(from rev 361814, ktouch/trunk/PKGBUILD)
Deleted:
  ktouch/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:13:11 UTC (rev 361814)
+++ PKGBUILD2019-09-05 12:13:19 UTC (rev 361815)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktouch
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Touch Typing Tutor"
-url="https://kde.org/applications/education/ktouch/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(kqtquickcharts libxkbfile kcmutils hicolor-icon-theme 
qt5-quickcontrols2 qt5-graphicaleffects qt5-xmlpatterns)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('23ae45be76371fa40aac875551b5de8956a2d2b0980024bd788b8b7835b902ba'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_INSTALL_PREFIX=/usr \
--DBUILD_TESTING=OFF \
--DCOMPILE_QML=OFF # Don't compile QML, it creates a hard dependency on a 
specific Qt version
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: ktouch/repos/extra-x86_64/PKGBUILD (from rev 361814, 
ktouch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:13:19 UTC (rev 361815)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktouch
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Touch Typing Tutor"
+url="https://kde.org/applications/education/ktouch/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(kqtquickcharts libxkbfile kcmutils hicolor-icon-theme 
qt5-quickcontrols2 qt5-graphicaleffects qt5-xmlpatterns)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d97ee5f253dd4e4d802bb8109c2e12d4d48bc7741686d07783e5687a499a2da7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DCOMPILE_QML=OFF # Don't compile QML, it creates a hard dependency on a 
specific Qt version
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in kturtle/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:13:27
  Author: arojas
Revision: 361816

archrelease: copy trunk to extra-x86_64

Added:
  kturtle/repos/extra-x86_64/PKGBUILD
(from rev 361815, kturtle/trunk/PKGBUILD)
Deleted:
  kturtle/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:13:19 UTC (rev 361815)
+++ PKGBUILD2019-09-05 12:13:27 UTC (rev 361816)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kturtle
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Educational Programming Environment"
-url="https://kde.org/applications/education/kturtle/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(knewstuff hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0e7453e785344a792747b5d51d2c4a190d41e87ddf7e0a9ea49d107a2dd03db8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kturtle/repos/extra-x86_64/PKGBUILD (from rev 361815, 
kturtle/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:13:27 UTC (rev 361816)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kturtle
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Educational Programming Environment"
+url="https://kde.org/applications/education/kturtle/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(knewstuff hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5643434e861391471674e6cf86347c362b076e1d3fe1396022b5080b899bf934'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 minuet/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:13:43
  Author: arojas
Revision: 361818

archrelease: copy trunk to extra-x86_64

Added:
  minuet/repos/extra-x86_64/PKGBUILD
(from rev 361817, minuet/trunk/PKGBUILD)
Deleted:
  minuet/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:13:34 UTC (rev 361817)
+++ PKGBUILD2019-09-05 12:13:43 UTC (rev 361818)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=minuet
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='A KDE Software for Music Education'
-url='https://minuet.kde.org'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdeedu)
-depends=(plasma-framework fluidsynth hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3827a7e8dd3c48e12521fd0aa76eccbeaf9f2627935f19647f2147e87db63554'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: minuet/repos/extra-x86_64/PKGBUILD (from rev 361817, 
minuet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:13:43 UTC (rev 361818)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=minuet
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='A KDE Software for Music Education'
+url='https://minuet.kde.org'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdeedu)
+depends=(plasma-framework fluidsynth hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('524c389060c13b37a3df4662ca9ca5e2862d20ea71f47b1a5157a088d2d065d4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kapptemplate/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:27:07
  Author: arojas
Revision: 361920

archrelease: copy trunk to extra-x86_64

Added:
  kapptemplate/repos/extra-x86_64/PKGBUILD
(from rev 361919, kapptemplate/trunk/PKGBUILD)
Deleted:
  kapptemplate/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:26:58 UTC (rev 361919)
+++ PKGBUILD2019-09-05 12:27:07 UTC (rev 361920)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='KDE Template Generator'
-url='https://kde.org/applications/development/kapptemplate/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a25170f3527e85bea9509fe5cb991544c0a1dab8f7025c71fd5b0d4c82d9e169'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kapptemplate/repos/extra-x86_64/PKGBUILD (from rev 361919, 
kapptemplate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:27:07 UTC (rev 361920)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='https://kde.org/applications/development/kapptemplate/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c1e5d239ce3749e72bcce30dfc8c0a12c3d347b72a2566caa0d23dcc930499a2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 lokalize/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:27:47
  Author: arojas
Revision: 361925

archrelease: copy trunk to extra-x86_64

Added:
  lokalize/repos/extra-x86_64/PKGBUILD
(from rev 361924, lokalize/trunk/PKGBUILD)
Deleted:
  lokalize/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:27:39 UTC (rev 361924)
+++ PKGBUILD2019-09-05 12:27:47 UTC (rev 361925)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='https://kde.org/applications/development/lokalize/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kross hunspell hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('kross-interpreters: for msgmerge')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('bb51159c803890af82a38e5a4bd4df0895cc34ed68fa8ed3a4c66adafc9ea6b6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: lokalize/repos/extra-x86_64/PKGBUILD (from rev 361924, 
lokalize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:27:47 UTC (rev 361925)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='https://kde.org/applications/development/lokalize/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kross hunspell hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('kross-interpreters: for msgmerge')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fe1e1f8fb2f2ad3cde1830b2ddbcce0e41ffe5696c6e32b0639c8931967b3943'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 poxml/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:27:55
  Author: arojas
Revision: 361926

archrelease: copy trunk to extra-x86_64

Added:
  poxml/repos/extra-x86_64/PKGBUILD
(from rev 361925, poxml/trunk/PKGBUILD)
Deleted:
  poxml/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:27:47 UTC (rev 361925)
+++ PKGBUILD2019-09-05 12:27:55 UTC (rev 361926)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Translates DocBook XML files using gettext po files'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(qt5-base gettext)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('82393645a5f97890bba866554c0e05d7b216f0ed7eafea00fe1c2708ac12e0b2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: poxml/repos/extra-x86_64/PKGBUILD (from rev 361925, 
poxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:27:55 UTC (rev 361926)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(qt5-base gettext)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d38dce3114b01bc72163329dac629c4e5d36db15e09d52dd0ffbcaa645408d98'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kirigami-gallery/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:27:32
  Author: arojas
Revision: 361923

archrelease: copy trunk to extra-x86_64

Added:
  kirigami-gallery/repos/extra-x86_64/PKGBUILD
(from rev 361922, kirigami-gallery/trunk/PKGBUILD)
Deleted:
  kirigami-gallery/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:27:24 UTC (rev 361922)
+++ PKGBUILD2019-09-05 12:27:32 UTC (rev 361923)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kirigami-gallery
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Gallery application built using Kirigami"
-url="https://www.kde.org/products/kirigami/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kirigami2 qt5-svg)
-makedepends=(extra-cmake-modules qt5-tools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e32f596c188911336060838c071f7856aba02438b335f107bf057644948cf9d6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kirigami-gallery/repos/extra-x86_64/PKGBUILD (from rev 361922, 
kirigami-gallery/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:27:32 UTC (rev 361923)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami-gallery
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Gallery application built using Kirigami"
+url="https://www.kde.org/products/kirigami/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kirigami2 qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b981b26fb268448f20077f3e69b3e12f45de91289f5b2026c618cdbff9ec5241'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 code/trunk (PKGBUILD)

2019-09-05 Thread Filipe Laíns via arch-commits
Date: Thursday, September 5, 2019 @ 15:19:53
  Author: ffy00
Revision: 508206

upgpkg: code 1.38.0-1

Modified:
  code/trunk/PKGBUILD

--+
 PKGBUILD |5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 15:06:44 UTC (rev 508205)
+++ PKGBUILD2019-09-05 15:19:53 UTC (rev 508206)
@@ -20,13 +20,11 @@
 'code.sh'
 'product_json.diff'
 'enable-proposed-apis.diff'
-
"fix-zsh-completions.patch::$url/commit/280be12a3a90f40949d345d94894d4af6b782c6d.patch")
 sha512sums=('SKIP'
 
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
 
'dfd9ca38e6510c9ad59fb24c1141fdfeb136f457392aee79b0bc2ff378c4c54d81a06728ba3ec4039d57dfcd730c26686585de9b4032a21ee8151a4f05195c15'
 
'8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40'
-
'b267dcedaf51067a782d0f14007663b706973c1538f7fb91f093475134c2145fd0ffd5ed2b47ad7f01c6167a78a4af285d2818d7850fc67a7f7a473324824664'
-
'c37f8a57bde580daba491449c56c1b5b4a83189cafafbd3984542702b117d08b04574db1951eefe676f303e84fcc9ce3d0a28192ad2321fb5903e7ca7f069a52')
+
'b267dcedaf51067a782d0f14007663b706973c1538f7fb91f093475134c2145fd0ffd5ed2b47ad7f01c6167a78a4af285d2818d7850fc67a7f7a473324824664')
 
 # Even though we don't officially support other archs, let's
 # allow the user to use this PKGBUILD to compile the package
@@ -53,7 +51,6 @@
   # This patch no longer contains proprietary modifications.
   # See https://github.com/Microsoft/vscode/issues/31168 for details.
   patch -p0 < ../product_json.diff
-  patch -p1 < ../fix-zsh-completions.patch
 
   # Set the commit and build date
   local _commit=$(git rev-parse HEAD)


[arch-commits] Commit in code/repos/community-x86_64 (12 files)

2019-09-05 Thread Filipe Laíns via arch-commits
Date: Thursday, September 5, 2019 @ 15:20:35
  Author: ffy00
Revision: 508208

archrelease: copy trunk to community-x86_64

Added:
  code/repos/community-x86_64/PKGBUILD
(from rev 508207, code/trunk/PKGBUILD)
  code/repos/community-x86_64/code-liveshare.diff
(from rev 508207, code/trunk/code-liveshare.diff)
  code/repos/community-x86_64/code.js
(from rev 508207, code/trunk/code.js)
  code/repos/community-x86_64/code.sh
(from rev 508207, code/trunk/code.sh)
  code/repos/community-x86_64/enable-proposed-apis.diff
(from rev 508207, code/trunk/enable-proposed-apis.diff)
  code/repos/community-x86_64/product_json.diff
(from rev 508207, code/trunk/product_json.diff)
Deleted:
  code/repos/community-x86_64/PKGBUILD
  code/repos/community-x86_64/code-liveshare.diff
  code/repos/community-x86_64/code.js
  code/repos/community-x86_64/code.sh
  code/repos/community-x86_64/enable-proposed-apis.diff
  code/repos/community-x86_64/product_json.diff

---+
 PKGBUILD  |  288 +---
 code-liveshare.diff   |   24 +--
 code.js   |   58 
 code.sh   |6 
 enable-proposed-apis.diff |   26 +--
 product_json.diff |   40 +++---
 6 files changed, 220 insertions(+), 222 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 15:20:14 UTC (rev 508207)
+++ PKGBUILD2019-09-05 15:20:35 UTC (rev 508208)
@@ -1,145 +0,0 @@
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Michael Hansen 
-# Contributor: Francisco Magalhães 
-
-pkgname=code
-pkgdesc='The Open Source build of Visual Studio Code (vscode) editor'
-# Remember to check 
https://github.com/microsoft/vscode/wiki/How-to-Contribute#prerequisites for 
target node version
-pkgver=1.37.1
-pkgrel=2
-arch=('x86_64')
-url='https://github.com/microsoft/vscode'
-license=('MIT')
-depends=('electron4' 'libsecret' 'libx11' 'libxkbfile' 'ripgrep')
-optdepends=('bash-completion: Bash completions'
-'zsh-completions: ZSH completitons')
-makedepends=('git' 'gulp' 'npm' 'python2' 'yarn' 'nodejs-lts-dubnium')
-source=("$pkgname::git+https://github.com/Microsoft/vscode.git#tag=$pkgver;
-'code.js'
-'code.sh'
-'product_json.diff'
-'enable-proposed-apis.diff'
-
"fix-zsh-completions.patch::$url/commit/280be12a3a90f40949d345d94894d4af6b782c6d.patch")
-sha512sums=('SKIP'
-
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
-
'dfd9ca38e6510c9ad59fb24c1141fdfeb136f457392aee79b0bc2ff378c4c54d81a06728ba3ec4039d57dfcd730c26686585de9b4032a21ee8151a4f05195c15'
-
'8ec47e497287d67f37e7b669af416f43d5cdbd4574892867d7b95996ef5de53640b5bc919b06b177e1fd91cb005579d6ed0c17325117b9914ba7cf28f5f06e40'
-
'b267dcedaf51067a782d0f14007663b706973c1538f7fb91f093475134c2145fd0ffd5ed2b47ad7f01c6167a78a4af285d2818d7850fc67a7f7a473324824664'
-
'c37f8a57bde580daba491449c56c1b5b4a83189cafafbd3984542702b117d08b04574db1951eefe676f303e84fcc9ce3d0a28192ad2321fb5903e7ca7f069a52')
-
-# Even though we don't officially support other archs, let's
-# allow the user to use this PKGBUILD to compile the package
-# for his architecture
-case "$CARCH" in
-  i686)
-_vscode_arch=ia32
-;;
-  x86_64)
-_vscode_arch=x64
-;;
-  armv7h)
-_vscode_arch=arm
-;;
-  *)
-# Needed for mksrcinfo
-_vscode_arch=DUMMY
-;;
-esac
-
-prepare() {
-  cd $pkgname
-
-  # This patch no longer contains proprietary modifications.
-  # See https://github.com/Microsoft/vscode/issues/31168 for details.
-  patch -p0 < ../product_json.diff
-  patch -p1 < ../fix-zsh-completions.patch
-
-  # Set the commit and build date
-  local _commit=$(git rev-parse HEAD)
-  local _datestamp=$(date -u -Is | sed 's/\+00:00/Z/')
-  sed -e "s/@COMMIT@/$_commit/" -e "s/@DATE@/$_datestamp/" -i product.json
-
-  # See https://github.com/MicrosoftDocs/live-share/issues/262 for details
-  # Also, https://github.com/microsoft/vscode/issues/48946
-  patch -p1 < ../enable-proposed-apis.diff
-
-  # Build native modules for system electron
-  local _target=$(https://github.com/mapbox/node-sqlite3/issues/1044
-  mkdir -p path
-  ln -sf /usr/bin/python2 path/python
-  export PATH="$PWD/path:$PATH"
-
-  cd $pkgname
-
-  yarn install --arch=$_vscode_arch
-
-  # The default memory limit may be too low for current versions of node
-  # to successfully build vscode. Change it if this number still doesn't
-  # work for your system.
-  mem_limit="--max_old_space_size=4096"
-
-  if ! /usr/bin/node $mem_limit /usr/bin/gulp vscode-linux-$_vscode_arch-min
-  then
-  echo
-  echo "*** NOTE: If the build failed due to running out of file handles 
(EMFILE),"
-  echo "*** you will need to raise your max open file limit."
-  echo "*** You can check this for 

[arch-commits] Commit in code/trunk (PKGBUILD)

2019-09-05 Thread Filipe Laíns via arch-commits
Date: Thursday, September 5, 2019 @ 15:20:14
  Author: ffy00
Revision: 508207

upgpkg: code 1.38.0-1

Modified:
  code/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-09-05 15:19:53 UTC (rev 508206)
+++ PKGBUILD2019-09-05 15:20:14 UTC (rev 508207)
@@ -19,7 +19,7 @@
 'code.js'
 'code.sh'
 'product_json.diff'
-'enable-proposed-apis.diff'
+'enable-proposed-apis.diff')
 sha512sums=('SKIP'
 
'814c9554427183cd893a33cd2cbe91f6e0ea71921ef0717c86217b1d3058d265f9ff7a9ace3e7b76f122e60b7686475cf4d999e581a1845face3033afb9f745f'
 
'dfd9ca38e6510c9ad59fb24c1141fdfeb136f457392aee79b0bc2ff378c4c54d81a06728ba3ec4039d57dfcd730c26686585de9b4032a21ee8151a4f05195c15'


[arch-commits] Commit in libkipi/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:02:31
  Author: arojas
Revision: 361732

archrelease: copy trunk to extra-x86_64

Added:
  libkipi/repos/extra-x86_64/PKGBUILD
(from rev 361731, libkipi/trunk/PKGBUILD)
Deleted:
  libkipi/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:02:24 UTC (rev 361731)
+++ PKGBUILD2019-09-05 12:02:31 UTC (rev 361732)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkipi
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="An interface to use kipi-plugins from a KDE application"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('94b184c3128fe7ded9e816e2a6124ee0dcf016b1325636dd41b157866b461989'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkipi/repos/extra-x86_64/PKGBUILD (from rev 361731, 
libkipi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:02:31 UTC (rev 361732)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkipi
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="An interface to use kipi-plugins from a KDE application"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ec2012821c90062e43ad7c77861ab519b24aea429ed9f0b7bdf6ef9c00e82ba4'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkdcraw/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:02:24
  Author: arojas
Revision: 361731

archrelease: copy trunk to extra-x86_64

Added:
  libkdcraw/repos/extra-x86_64/PKGBUILD
(from rev 361730, libkdcraw/trunk/PKGBUILD)
Deleted:
  libkdcraw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:02:17 UTC (rev 361730)
+++ PKGBUILD2019-09-05 12:02:24 UTC (rev 361731)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkdcraw
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A C++ interface used to decode RAW picture"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base libraw)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5c00a6f28445ba5a45284c3cee0ee3f158ad9e184fea5ee8adc83ac3000b26b1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkdcraw/repos/extra-x86_64/PKGBUILD (from rev 361730, 
libkdcraw/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:02:24 UTC (rev 361731)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkdcraw
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A C++ interface used to decode RAW picture"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base libraw)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b159a669cb4c01770c363b4dd53033248402d37b29acb416ec45e71ac12449e2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdegraphics-mobipocket/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:02:00
  Author: arojas
Revision: 361728

archrelease: copy trunk to extra-x86_64

Added:
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD
(from rev 361727, kdegraphics-mobipocket/trunk/PKGBUILD)
Deleted:
  kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 11:56:08 UTC (rev 361727)
+++ PKGBUILD2019-09-05 12:02:00 UTC (rev 361728)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-mobipocket
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A collection of plugins to handle mobipocket files"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-groups=(kde-applications kdegraphics)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('28c6566f32855a43d10829070cc47d0f4c879ca89eb3228ea6274d0f32fa90fe'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdegraphics-mobipocket/repos/extra-x86_64/PKGBUILD (from rev 361727, 
kdegraphics-mobipocket/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:02:00 UTC (rev 361728)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-mobipocket
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A collection of plugins to handle mobipocket files"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kdegraphics)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b1760e3a22869715881f571c0bc79c1b91876e41f508a5ba53659be774a6628c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libkexiv2/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:02:17
  Author: arojas
Revision: 361730

archrelease: copy trunk to extra-x86_64

Added:
  libkexiv2/repos/extra-x86_64/PKGBUILD
(from rev 361729, libkexiv2/trunk/PKGBUILD)
Deleted:
  libkexiv2/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:02:08 UTC (rev 361729)
+++ PKGBUILD2019-09-05 12:02:17 UTC (rev 361730)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkexiv2
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="A library to manipulate pictures metadata"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(qt5-base exiv2)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('42bb1a8b69efbb4ab8b1d939279d3eb02b2d8030bcb917739f4f61fb5a10db15'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkexiv2/repos/extra-x86_64/PKGBUILD (from rev 361729, 
libkexiv2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:02:17 UTC (rev 361730)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkexiv2
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="A library to manipulate pictures metadata"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(qt5-base exiv2)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bee9a16eda002146b42f358b0dc58c5db832719870761264cc6cf0a199ab0537'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libksane/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:02:39
  Author: arojas
Revision: 361733

archrelease: copy trunk to extra-x86_64

Added:
  libksane/repos/extra-x86_64/PKGBUILD
(from rev 361732, libksane/trunk/PKGBUILD)
Deleted:
  libksane/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:02:31 UTC (rev 361732)
+++ PKGBUILD2019-09-05 12:02:39 UTC (rev 361733)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libksane
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="An image scanning library"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(ktextwidgets kwallet sane)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('62c670c316a47facbd0beedb0fcc35247fbbd285892a90ab06ebb8f74b8a6329'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libksane/repos/extra-x86_64/PKGBUILD (from rev 361732, 
libksane/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:02:39 UTC (rev 361733)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libksane
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="An image scanning library"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(ktextwidgets kwallet sane)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('215fae62d8ea1f70908cafc5bc8667c02d4f0329669d056c99443a7b14a6e589'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kdeedu-data/repos/extra-any (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:02:08
  Author: arojas
Revision: 361729

archrelease: copy trunk to extra-any

Added:
  kdeedu-data/repos/extra-any/PKGBUILD
(from rev 361728, kdeedu-data/trunk/PKGBUILD)
Deleted:
  kdeedu-data/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:02:00 UTC (rev 361728)
+++ PKGBUILD2019-09-05 12:02:08 UTC (rev 361729)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdeedu-data
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Common data for KDE Edu applications"
-url="https://kde.org/applications/education;
-arch=(any)
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme)
-makedepends=(extra-cmake-modules qt5-base)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('658063227b9d4d7e4e238038ffa9c76e5c5f3015c923967477f514b063940eb0'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdeedu-data/repos/extra-any/PKGBUILD (from rev 361728, 
kdeedu-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:02:08 UTC (rev 361729)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdeedu-data
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="https://kde.org/applications/education;
+arch=(any)
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('107dff744219210c732aa007d97c8c8d8e87cff5cd446d987b8ac2600ea1f1b7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 akonadi-import-wizard/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:31
  Author: arojas
Revision: 361780

archrelease: copy trunk to extra-x86_64

Added:
  akonadi-import-wizard/repos/extra-x86_64/PKGBUILD
(from rev 361779, akonadi-import-wizard/trunk/PKGBUILD)
Deleted:
  akonadi-import-wizard/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:24 UTC (rev 361779)
+++ PKGBUILD2019-09-05 12:08:31 UTC (rev 361780)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadi-import-wizard
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Import data from other mail clients to KMail"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(mailcommon)
-makedepends=(extra-cmake-modules boost kdoctools)
-optdepends=('kdepim-addons: additional import plugins')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e21454b8ac346c4b8d35e5979dc11346b96e3520df22f44270dc668d5abcd915'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: akonadi-import-wizard/repos/extra-x86_64/PKGBUILD (from rev 361779, 
akonadi-import-wizard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:31 UTC (rev 361780)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-import-wizard
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Import data from other mail clients to KMail"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(mailcommon)
+makedepends=(extra-cmake-modules boost kdoctools)
+optdepends=('kdepim-addons: additional import plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d66088ded8917f6034de8981ce71d5d0e1808f6d58f7fdb7e0a806ff0834e27b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kitinerary/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:46
  Author: arojas
Revision: 361782

archrelease: copy trunk to extra-x86_64

Added:
  kitinerary/repos/extra-x86_64/PKGBUILD
(from rev 361781, kitinerary/trunk/PKGBUILD)
Deleted:
  kitinerary/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |   68 +
 1 file changed, 33 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:39 UTC (rev 361781)
+++ PKGBUILD2019-09-05 12:08:46 UTC (rev 361782)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kitinerary
-pkgver=19.08.0
-pkgrel=2
-pkgdesc="Data model and extraction system for travel reservation information"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kmime kpkpass kcalcore kcontacts poppler libphonenumber zxing-cpp)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('76db853705b87015a934334985c216d11b48e853a3dd31429abb3bc6bd7f52e6'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kitinerary/repos/extra-x86_64/PKGBUILD (from rev 361781, 
kitinerary/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:46 UTC (rev 361782)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kitinerary
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Data model and extraction system for travel reservation information"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kmime kpkpass kcalcore kcontacts poppler libphonenumber zxing-cpp)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f84dafa874c958b335ee80dbe85dce3605b40b83ac9468e6555250da8f480967'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in mailimporter/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:16
  Author: arojas
Revision: 361778

archrelease: copy trunk to extra-x86_64

Added:
  mailimporter/repos/extra-x86_64/PKGBUILD
(from rev 361777, mailimporter/trunk/PKGBUILD)
Deleted:
  mailimporter/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:09 UTC (rev 361777)
+++ PKGBUILD2019-09-05 12:08:16 UTC (rev 361778)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailimporter
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Mail importer library"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(libkdepim)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('242f1a93b3521abc68ca8e1abfc75acd0b59e1e2d553df80a057645102246dd7'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailimporter/repos/extra-x86_64/PKGBUILD (from rev 361777, 
mailimporter/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:16 UTC (rev 361778)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailimporter
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Mail importer library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(libkdepim)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4236938a2dca5ea0bc572afbe76ae28fc6ad1e65f383743de98a4e505f674962'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 messagelib/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:09
  Author: arojas
Revision: 361777

archrelease: copy trunk to extra-x86_64

Added:
  messagelib/repos/extra-x86_64/PKGBUILD
(from rev 361776, messagelib/trunk/PKGBUILD)
Deleted:
  messagelib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:01 UTC (rev 361776)
+++ PKGBUILD2019-09-05 12:08:09 UTC (rev 361777)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=messagelib
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="KDE PIM messaging library"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kdepim-apps-libs kmailtransport libgravatar kidentitymanagement kmbox)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0797b11452874a1d8264f92e8cc6d6977f3b0416dc66ff558b124bf2a52b118d'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: messagelib/repos/extra-x86_64/PKGBUILD (from rev 361776, 
messagelib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:09 UTC (rev 361777)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=messagelib
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="KDE PIM messaging library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kdepim-apps-libs kmailtransport libgravatar kidentitymanagement kmbox)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ec43d913028124a49eaa440e4b55dba23b6ab503728b897a3ad8e1fc5e446802'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 mailcommon/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:24
  Author: arojas
Revision: 361779

archrelease: copy trunk to extra-x86_64

Added:
  mailcommon/repos/extra-x86_64/PKGBUILD
(from rev 361778, mailcommon/trunk/PKGBUILD)
Deleted:
  mailcommon/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:08:16 UTC (rev 361778)
+++ PKGBUILD2019-09-05 12:08:24 UTC (rev 361779)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=mailcommon
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="KDE PIM library providing support for mail applications"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(mailimporter messagelib phonon-qt5)
-makedepends=(extra-cmake-modules boost qt5-tools kdesignerplugin)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('6c69b70356d9d96578c3fd472aaa36e33feb0677d7e65c36981c0596daf3aea3'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: mailcommon/repos/extra-x86_64/PKGBUILD (from rev 361778, 
mailcommon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:24 UTC (rev 361779)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=mailcommon
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="KDE PIM library providing support for mail applications"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(mailimporter messagelib phonon-qt5)
+makedepends=(extra-cmake-modules boost qt5-tools kdesignerplugin)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3fb6f09ce8bc9ccddfa1420fa1a7c60a47065afdfbb5a30292179efbcebba833'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 grantleetheme/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:07:15
  Author: arojas
Revision: 361770

archrelease: copy trunk to extra-x86_64

Added:
  grantleetheme/repos/extra-x86_64/PKGBUILD
(from rev 361769, grantleetheme/trunk/PKGBUILD)
Deleted:
  grantleetheme/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:07:07 UTC (rev 361769)
+++ PKGBUILD2019-09-05 12:07:15 UTC (rev 361770)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=grantleetheme
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Library for Grantlee theming support"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(grantlee knewstuff)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c966ad7ef55a784c8cf97a69d4885b9b9d7956c84a4e323404e5cf88154cc543'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: grantleetheme/repos/extra-x86_64/PKGBUILD (from rev 361769, 
grantleetheme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:07:15 UTC (rev 361770)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=grantleetheme
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Library for Grantlee theming support"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(grantlee knewstuff)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('61ec8f4902573727d5a292ba55c3663b267d3b1b8017c003ac3445164c2627cb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 calendarsupport/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:07:30
  Author: arojas
Revision: 361772

archrelease: copy trunk to extra-x86_64

Added:
  calendarsupport/repos/extra-x86_64/PKGBUILD
(from rev 361771, calendarsupport/trunk/PKGBUILD)
Deleted:
  calendarsupport/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:07:23 UTC (rev 361771)
+++ PKGBUILD2019-09-05 12:07:30 UTC (rev 361772)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=calendarsupport
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="Calendar support library"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kdepim-apps-libs kholidays akonadi-calendar)
-makedepends=(extra-cmake-modules boost qt5-tools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('af590cf5443c1205a8bd59d00c430bbdf65a185a36ed36e92e6ef78bba8551e4'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: calendarsupport/repos/extra-x86_64/PKGBUILD (from rev 361771, 
calendarsupport/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:07:30 UTC (rev 361772)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=calendarsupport
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="Calendar support library"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kdepim-apps-libs kholidays akonadi-calendar)
+makedepends=(extra-cmake-modules boost qt5-tools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('74d1b19a924f2aad7f5a034a7e3b11f2ed5bb94cd21458f0255a64ac6163de97'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libgravatar/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:07:53
  Author: arojas
Revision: 361775

archrelease: copy trunk to extra-x86_64

Added:
  libgravatar/repos/extra-x86_64/PKGBUILD
(from rev 361774, libgravatar/trunk/PKGBUILD)
Deleted:
  libgravatar/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:07:46 UTC (rev 361774)
+++ PKGBUILD2019-09-05 12:07:53 UTC (rev 361775)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libgravatar
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="KDE PIM library providing Gravatar support"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(pimcommon)
-makedepends=(extra-cmake-modules boost)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f8dd753abdc868623b878433c0b2ed53d4d4ab2cb62c69cb94c433e51cb713a9'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libgravatar/repos/extra-x86_64/PKGBUILD (from rev 361774, 
libgravatar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:07:53 UTC (rev 361775)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libgravatar
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="KDE PIM library providing Gravatar support"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(pimcommon)
+makedepends=(extra-cmake-modules boost)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d39d6970b5113b2b805b048ca9b14770ab16d59c8ec755b0c5f6d4f7d6df73a2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 libksieve/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:08:01
  Author: arojas
Revision: 361776

archrelease: copy trunk to extra-x86_64

Added:
  libksieve/repos/extra-x86_64/PKGBUILD
(from rev 361775, libksieve/trunk/PKGBUILD)
Deleted:
  libksieve/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:07:53 UTC (rev 361775)
+++ PKGBUILD2019-09-05 12:08:01 UTC (rev 361776)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=libksieve
-pkgver=19.08.0
-pkgrel=1
-pkgdesc="KDE PIM library for managing sieves"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(LGPL)
-depends=(kidentitymanagement pimcommon kmailtransport)
-makedepends=(extra-cmake-modules boost kdoctools)
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('48d0925a8dd0adfa6ccd4945b14e2e562b8855faa6bed43de0442a273fd41966'
-'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 \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: libksieve/repos/extra-x86_64/PKGBUILD (from rev 361775, 
libksieve/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:08:01 UTC (rev 361776)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=libksieve
+pkgver=19.08.1
+pkgrel=1
+pkgdesc="KDE PIM library for managing sieves"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(LGPL)
+depends=(kidentitymanagement pimcommon kmailtransport)
+makedepends=(extra-cmake-modules boost kdoctools)
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ab384877148710e7de92e88a192f52beaad667804bbc641b63c21cfdaa0aee31'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+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 kopete/repos/extra-x86_64 (9 files)

2019-09-05 Thread Antonio Rojas via arch-commits
Date: Thursday, September 5, 2019 @ 12:22:32
  Author: arojas
Revision: 361884

archrelease: copy trunk to extra-x86_64

Added:
  kopete/repos/extra-x86_64/PKGBUILD
(from rev 361883, kopete/trunk/PKGBUILD)
  kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
(from rev 361883, kopete/trunk/kopete-mediastreamer2.14.patch)
  kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
(from rev 361883, kopete/trunk/kopete-openssl-1.1.patch)
  kopete/repos/extra-x86_64/kopete-srtp2.patch
(from rev 361883, kopete/trunk/kopete-srtp2.patch)
Deleted:
  kopete/repos/extra-x86_64/PKGBUILD
  kopete/repos/extra-x86_64/kopete-glibc-2.28.patch
  kopete/repos/extra-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/extra-x86_64/kopete-openssl-1.1.patch
  kopete/repos/extra-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  103 +++---
 kopete-glibc-2.28.patch|   12 
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 791 insertions(+), 808 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-05 12:22:20 UTC (rev 361883)
+++ PKGBUILD2019-09-05 12:22:32 UTC (rev 361884)
@@ -1,54 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=19.08.0
-pkgrel=1
-pkgdesc='Instant Messenger'
-url='https://kde.org/applications/internet/kopete/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
- libidn libotr)
-makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
-optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
-source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
-kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch kopete-glibc-2.28.patch)
-sha256sums=('ef777cc2840db7fc462c3b00a8a289be3db3786ff16ae51ac9a988621848d7b7'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b'
-'ba1b830bbd74c3dde8de99d887bd20205b4bbb1e466a41aa2b230404f1959c83')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-# fix build with mediastreamer 2.14 https://phabricator.kde.org/D15956
-  patch -p1 -i ../kopete-mediastreamer2.14.patch
-# fix build with OpenSSL 1.1 (Fedora patch)
-  patch -p1 -i ../kopete-openssl-1.1.patch
-# support SRTP2
-  patch -p1 -i ../kopete-srtp2.patch
-# fix build with glibc 2.28
-  patch -p1 -i ../kopete-glibc-2.28.patch
-}
-
-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
-}

Copied: kopete/repos/extra-x86_64/PKGBUILD (from rev 361883, 
kopete/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-05 12:22:32 UTC (rev 361884)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=19.08.1
+pkgrel=1
+pkgdesc='Instant Messenger'
+url='https://kde.org/applications/internet/kopete/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(knotifyconfig kcmutils ktexteditor kcontacts kidentitymanagement 
libkleo qca kdelibs4support khtml
+ libidn libotr)
+makedepends=(extra-cmake-modules mediastreamer libgadu jsoncpp kdoctools 
kdesignerplugin kdnssd libkleo ktexteditor)
+optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol' 
'kdnssd: bonjour protocol')
+source=("https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
 
+kopete-mediastreamer2.14.patch kopete-srtp2.patch 
kopete-openssl-1.1.patch)
+sha256sums=('c4943c5cbb384eb8697668be2a38dcc0dc16f26485a38c3657658c1cc4dbd2a8'
+'SKIP'
+'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
+'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
+'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

<    1   2   3   4   >