[arch-commits] Commit in python-awkward/repos/community-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 07:16:13
  Author: felixonmars
Revision: 410671

archrelease: copy trunk to community-any

Added:
  python-awkward/repos/community-any/PKGBUILD
(from rev 410670, python-awkward/trunk/PKGBUILD)
Deleted:
  python-awkward/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 07:15:59 UTC (rev 410670)
+++ PKGBUILD2018-12-01 07:16:13 UTC (rev 410671)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-awkward
-pkgver=0.5.1
-pkgrel=1
-pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
-url="https://github.com/scikit-hep/awkward-array;
-license=('BSD')
-arch=('any')
-depends=('python-numpy')
-makedepends=('python-setuptools' 'python-pytest-runner')
-checkdepends=('python-h5py')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('2a659f6fce4515268064b9a667902c93407b4e02ca08e43d3e80c7e544cd046d013ee7ce4a8a4fa692202b7c47559a50d0d4d6a0d9a5dd5aeac2c50103ef7d06')
-
-build() {
-  cd awkward-array-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd awkward-array-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd awkward-array-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  rm "$pkgdir"/usr/README.rst
-}

Copied: python-awkward/repos/community-any/PKGBUILD (from rev 410670, 
python-awkward/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 07:16:13 UTC (rev 410671)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-awkward
+pkgver=0.5.2
+pkgrel=1
+pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
+url="https://github.com/scikit-hep/awkward-array;
+license=('BSD')
+arch=('any')
+depends=('python-numpy')
+makedepends=('python-setuptools' 'python-pytest-runner')
+checkdepends=('python-h5py')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
+sha512sums=('7982810cbb59d31bf0a5cfd6f493be8966ef66ea5dc9c27203321e112b3fca7eacb163e51768e8bccec6840c6e9fd7eb19517e76a72af2036b27fe3256d40cbb')
+
+build() {
+  cd awkward-array-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd awkward-array-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd awkward-array-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  rm "$pkgdir"/usr/README.rst
+}


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

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 07:15:40
  Author: felixonmars
Revision: 410668

upgpkg: python-testflo 1.3.2-1

Modified:
  python-testflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 06:11:08 UTC (rev 410667)
+++ PKGBUILD2018-12-01 07:15:40 UTC (rev 410668)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-testflo
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="A simple flow-based testing framework"
 url="https://github.com/RaRe-Technologies/testflo;
 license=('Apache')
@@ -10,7 +10,7 @@
 depends=('python-six' 'python-coverage')
 makedepends=('python-setuptools')
 source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz;)
-sha512sums=('5d139ad87b1c4f19801888f25b870910bd810e5bf19ee29a61243562fa24ae5215a23b6280f64719d3fde5d2b3c528558816beed60bdf7a8e8c3999c5c275338')
+sha512sums=('481fbca3f725a70198b7dbb4844c3232b2b83103d630ad251efd1a69c18cc46305b4bf4da59d0e63d52eb5838c5f07a82685b77d6f584118100a68f31bb5ae0e')
 
 prepare() {
   cd testflo-$pkgver


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

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 07:15:59
  Author: felixonmars
Revision: 410670

upgpkg: python-awkward 0.5.2-1

Modified:
  python-awkward/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 07:15:54 UTC (rev 410669)
+++ PKGBUILD2018-12-01 07:15:59 UTC (rev 410670)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-awkward
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Manipulate jagged, chunky, and/or bitmasked arrays as easily as Numpy"
 url="https://github.com/scikit-hep/awkward-array;
@@ -11,7 +11,7 @@
 makedepends=('python-setuptools' 'python-pytest-runner')
 checkdepends=('python-h5py')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scikit-hep/awkward-array/archive/$pkgver.tar.gz;)
-sha512sums=('2a659f6fce4515268064b9a667902c93407b4e02ca08e43d3e80c7e544cd046d013ee7ce4a8a4fa692202b7c47559a50d0d4d6a0d9a5dd5aeac2c50103ef7d06')
+sha512sums=('7982810cbb59d31bf0a5cfd6f493be8966ef66ea5dc9c27203321e112b3fca7eacb163e51768e8bccec6840c6e9fd7eb19517e76a72af2036b27fe3256d40cbb')
 
 build() {
   cd awkward-array-$pkgver


[arch-commits] Commit in python-testflo/repos/community-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 07:15:54
  Author: felixonmars
Revision: 410669

archrelease: copy trunk to community-any

Added:
  python-testflo/repos/community-any/PKGBUILD
(from rev 410668, python-testflo/trunk/PKGBUILD)
Deleted:
  python-testflo/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 07:15:40 UTC (rev 410668)
+++ PKGBUILD2018-12-01 07:15:54 UTC (rev 410669)
@@ -1,28 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=python-testflo
-pkgver=1.3.1
-pkgrel=2
-pkgdesc="A simple flow-based testing framework"
-url="https://github.com/RaRe-Technologies/testflo;
-license=('Apache')
-arch=('any')
-depends=('python-six' 'python-coverage')
-makedepends=('python-setuptools')
-source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz;)
-sha512sums=('5d139ad87b1c4f19801888f25b870910bd810e5bf19ee29a61243562fa24ae5215a23b6280f64719d3fde5d2b3c528558816beed60bdf7a8e8c3999c5c275338')
-
-prepare() {
-  cd testflo-$pkgver
-  sed -i 's/from distutils.core/from setuptools/' setup.py
-}
-
-build() {
-  cd testflo-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd testflo-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-testflo/repos/community-any/PKGBUILD (from rev 410668, 
python-testflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 07:15:54 UTC (rev 410669)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan 
+
+pkgname=python-testflo
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="A simple flow-based testing framework"
+url="https://github.com/RaRe-Technologies/testflo;
+license=('Apache')
+arch=('any')
+depends=('python-six' 'python-coverage')
+makedepends=('python-setuptools')
+source=("https://pypi.io/packages/source/t/testflo/testflo-$pkgver.tar.gz;)
+sha512sums=('481fbca3f725a70198b7dbb4844c3232b2b83103d630ad251efd1a69c18cc46305b4bf4da59d0e63d52eb5838c5f07a82685b77d6f584118100a68f31bb5ae0e')
+
+prepare() {
+  cd testflo-$pkgver
+  sed -i 's/from distutils.core/from setuptools/' setup.py
+}
+
+build() {
+  cd testflo-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd testflo-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


[arch-commits] Commit in you-get/repos/community-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 06:11:08
  Author: felixonmars
Revision: 410667

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 410666, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 06:10:53 UTC (rev 410666)
+++ PKGBUILD2018-12-01 06:11:08 UTC (rev 410667)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.1167
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz;)
-sha512sums=('fcef7ae7a631564f8da82e4ad477c09720717fc5cb0f1c4c196a035b890656bad97b537ff043ab8f29aa314afba0836ed36f8e2733ba09a85b613a890f98b5ab')
-
-build() {
-  cd you-get-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd you-get-$pkgver
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd you-get-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
-  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
-  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 410666, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 06:11:08 UTC (rev 410667)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.1181
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz;)
+sha512sums=('ff09765fb4754157d1278b8fefe2041ea4c20ffefa95a9c78a0c53aa0e041a954242892a0f83e22cb5505b7fb6e0404146e6b989b70b14e1a65ef719dbb0c0fa')
+
+build() {
+  cd you-get-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd you-get-$pkgver
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd you-get-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get 
"$pkgdir"/usr/share/zsh/site-functions/_you-get
+  install -Dm644 contrib/completion/you-get-completion.bash 
"$pkgdir"/usr/share/bash-completion/completions/you-get
+  install -Dm644 contrib/completion/you-get.fish 
"$pkgdir"/usr/share/fish/completions/you-get.fish
+}


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

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 06:10:53
  Author: felixonmars
Revision: 410666

upgpkg: you-get 0.4.1181-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-12-01 06:10:45 UTC (rev 410665)
+++ PKGBUILD2018-12-01 06:10:53 UTC (rev 410666)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.1167
+pkgver=0.4.1181
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;
@@ -9,7 +9,7 @@
 license=('MIT')
 depends=('python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz;)
-sha512sums=('fcef7ae7a631564f8da82e4ad477c09720717fc5cb0f1c4c196a035b890656bad97b537ff043ab8f29aa314afba0836ed36f8e2733ba09a85b613a890f98b5ab')
+sha512sums=('ff09765fb4754157d1278b8fefe2041ea4c20ffefa95a9c78a0c53aa0e041a954242892a0f83e22cb5505b7fb6e0404146e6b989b70b14e1a65ef719dbb0c0fa')
 
 build() {
   cd you-get-$pkgver


[arch-commits] Commit in debootstrap/repos/community-any (4 files)

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 06:10:45
  Author: felixonmars
Revision: 410665

archrelease: copy trunk to community-any

Added:
  debootstrap/repos/community-any/PKGBUILD
(from rev 410664, debootstrap/trunk/PKGBUILD)
  debootstrap/repos/community-any/arch-detect.patch
(from rev 410664, debootstrap/trunk/arch-detect.patch)
Deleted:
  debootstrap/repos/community-any/PKGBUILD
  debootstrap/repos/community-any/arch-detect.patch

---+
 PKGBUILD  |   72 ++--
 arch-detect.patch |   42 +++---
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-01 06:10:31 UTC (rev 410664)
+++ PKGBUILD2018-12-01 06:10:45 UTC (rev 410665)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgname=debootstrap
-pkgver=1.0.110
-pkgrel=1
-pkgdesc="Bootstrap a basic Debian system"
-arch=('any')
-license=('GPL')
-url="https://tracker.debian.org/pkg/debootstrap;
-depends=('wget' 'binutils')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
-arch-detect.patch)
-optdepends=('gnupg: check release signatures'
-'debian-archive-keyring: check release signatures for Debian'
-'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('e687bd3ca43f41f2f2d196b1519e6a7cc3a3e63d9b2e50c808a7508ff90aece4499d61f613a872325df27e44b723e9157a27f85f0e0aa355e49017f84bbb1561'
-
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
-
-prepare() {
-  cd debootstrap-$pkgver
-
-  sed -i 's/sbin/bin/g' Makefile
-
-  # Debian defaults
-  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
-
-  # Detect Architecture
-  patch -p1 -i ../arch-detect.patch
-}
-
-package() {
-  cd debootstrap-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
-}

Copied: debootstrap/repos/community-any/PKGBUILD (from rev 410664, 
debootstrap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-01 06:10:45 UTC (rev 410665)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+
+pkgname=debootstrap
+pkgver=1.0.111
+pkgrel=1
+pkgdesc="Bootstrap a basic Debian system"
+arch=('any')
+license=('GPL')
+url="https://tracker.debian.org/pkg/debootstrap;
+depends=('wget' 'binutils')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/felixonmars/debootstrap/archive/$pkgver.tar.gz;
+arch-detect.patch)
+optdepends=('gnupg: check release signatures'
+'debian-archive-keyring: check release signatures for Debian'
+'ubuntu-keyring: check release signatures for Ubuntu')
+sha512sums=('495d0f8d42efde933ca9d2581d6ed4aec18648abbb777890071645949bcc4af2aefa621360642a5269fdf915155f1b26d827f0825a69488fba3562cc80622ead'
+
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
+
+prepare() {
+  cd debootstrap-$pkgver
+
+  sed -i 's/sbin/bin/g' Makefile
+
+  # Debian defaults
+  sed -i 's|export PATH|export 
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"|' 
debootstrap
+
+  # Detect Architecture
+  patch -p1 -i ../arch-detect.patch
+}
+
+package() {
+  cd debootstrap-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 debootstrap.8 "$pkgdir"/usr/share/man/man8/debootstrap.8
+}

Deleted: arch-detect.patch
===
--- arch-detect.patch   2018-12-01 06:10:31 UTC (rev 410664)
+++ arch-detect.patch   2018-12-01 06:10:45 UTC (rev 410665)
@@ -1,21 +0,0 @@
-diff --git a/debootstrap b/debootstrap
-index fcdb20f..184900d 100755
 a/debootstrap
-+++ b/debootstrap
-@@ -427,6 +427,16 @@ elif in_path udpkg && \
-   HOST_ARCH=$(/usr/bin/udpkg --print-architecture)
- elif [ -e "$DEBOOTSTRAP_DIR/arch" ]; then
-   HOST_ARCH=$(cat "$DEBOOTSTRAP_DIR/arch")
-+elif in_path pacman; then
-+  # pacman 5.1 will have `pacman-conf Architecture`
-+  CARCH="$(bash -c '. /etc/makepkg.conf && echo $CARCH')"
-+  case "$CARCH" in
-+  "i686")   HOST_ARCH="i386" ;;
-+  "x86_64") HOST_ARCH="amd64" ;;
-+  "armv7h") HOST_ARCH="armhf" ;;
-+  "aarch64") HOST_ARCH="arm64" ;;
-+  *) echo "Unknown architecture: $CARCH" && exit 1
-+  esac
- fi
- HOST_OS="$HOST_ARCH"
- # basic host OS guessing for non-Debian systems

Copied: debootstrap/repos/community-any/arch-detect.patch (from rev 410664, 
debootstrap/trunk/arch-detect.patch)
===
--- arch-detect.patch   (rev 0)

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

2018-11-30 Thread Felix Yan via arch-commits
Date: Saturday, December 1, 2018 @ 06:10:31
  Author: felixonmars
Revision: 410664

upgpkg: debootstrap 1.0.111-1

Modified:
  debootstrap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 23:34:46 UTC (rev 410663)
+++ PKGBUILD2018-12-01 06:10:31 UTC (rev 410664)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=debootstrap
-pkgver=1.0.110
+pkgver=1.0.111
 pkgrel=1
 pkgdesc="Bootstrap a basic Debian system"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('gnupg: check release signatures'
 'debian-archive-keyring: check release signatures for Debian'
 'ubuntu-keyring: check release signatures for Ubuntu')
-sha512sums=('e687bd3ca43f41f2f2d196b1519e6a7cc3a3e63d9b2e50c808a7508ff90aece4499d61f613a872325df27e44b723e9157a27f85f0e0aa355e49017f84bbb1561'
+sha512sums=('495d0f8d42efde933ca9d2581d6ed4aec18648abbb777890071645949bcc4af2aefa621360642a5269fdf915155f1b26d827f0825a69488fba3562cc80622ead'
 
'56e25f48027f99f7e720859a9e14fe769b1cbd6227c7a7e27e14c2fea88520109342d6e5b127dc34ce8cc40f46941a0c5157ad35cf8ef9b3e4323877a4b32d97')
 
 prepare() {


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

2018-11-30 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 30, 2018 @ 23:34:40
  Author: svenstaro
Revision: 410662

upgpkg: texstudio 2.12.14-1

Modified:
  texstudio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 22:22:56 UTC (rev 410661)
+++ PKGBUILD2018-11-30 23:34:40 UTC (rev 410662)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Clément DEMOULINS 
 pkgname=texstudio
-pkgver=2.12.12
+pkgver=2.12.14
 pkgrel=1
 pkgdesc="Integrated writing environment for creating LaTeX documents"
 arch=('x86_64')
@@ -15,7 +15,7 @@
 source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
 fs54269.patch
 fs56433.patch)
-sha512sums=('e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2'
+sha512sums=('fe2fe641a455425f87e28f3058f63df103823a97990365e3a3d67d14c4959a6e59db9205ce100f4ebbdb7c8a5c914b0514333b9b9537dd48053bf166e4326984'
 
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
 
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
 


[arch-commits] Commit in texstudio/repos/community-x86_64 (6 files)

2018-11-30 Thread Sven-Hendrik Haase via arch-commits
Date: Friday, November 30, 2018 @ 23:34:46
  Author: svenstaro
Revision: 410663

archrelease: copy trunk to community-x86_64

Added:
  texstudio/repos/community-x86_64/PKGBUILD
(from rev 410662, texstudio/trunk/PKGBUILD)
  texstudio/repos/community-x86_64/fs54269.patch
(from rev 410662, texstudio/trunk/fs54269.patch)
  texstudio/repos/community-x86_64/fs56433.patch
(from rev 410662, texstudio/trunk/fs56433.patch)
Deleted:
  texstudio/repos/community-x86_64/PKGBUILD
  texstudio/repos/community-x86_64/fs54269.patch
  texstudio/repos/community-x86_64/fs56433.patch

---+
 PKGBUILD  |   88 
 fs54269.patch |   22 +++---
 fs56433.patch |   48 +++---
 3 files changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 23:34:40 UTC (rev 410662)
+++ PKGBUILD2018-11-30 23:34:46 UTC (rev 410663)
@@ -1,44 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Clément DEMOULINS 
-pkgname=texstudio
-pkgver=2.12.12
-pkgrel=1
-pkgdesc="Integrated writing environment for creating LaTeX documents"
-arch=('x86_64')
-url="http://texstudio.sourceforge.net/;
-license=('GPL')
-depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
-makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
-optdepends=('evince: pdf reader'
-'okular: alternate pdf reader')
-replaces=('texmakerx')
-source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
-fs54269.patch
-fs56433.patch)
-sha512sums=('e43d60013244308599a815ba0685546ee68a055731076e49aadd52fe9c6b4668aa9c23bfdd6ab332fcc2e57cf4d2ced1819ab433ad428c91b00422988559b0b2'
-
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
-
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
-
-prepare() {
-cd texstudio-${pkgver}/src
-patch -Np1 < "${srcdir}"/fs54269.patch
-patch -Np1 < "${srcdir}"/fs56433.patch
-}
-
-build() {
-cd texstudio-${pkgver}
-qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
-make
-}
-
-package() {
-cd texstudio-${pkgver}
-make INSTALL_ROOT="${pkgdir}" install
-
-for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
-mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
-convert +set date:create +set date:modify -background none -density 
1200 -resize ${res} \
-"${pkgdir}"/usr/share/icons/hicolor/scalable/apps/texstudio.svg \
-"${pkgdir}"/usr/share/icons/hicolor/${res}/apps/texstudio.png
-done
-}

Copied: texstudio/repos/community-x86_64/PKGBUILD (from rev 410662, 
texstudio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 23:34:46 UTC (rev 410663)
@@ -0,0 +1,44 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Clément DEMOULINS 
+pkgname=texstudio
+pkgver=2.12.14
+pkgrel=1
+pkgdesc="Integrated writing environment for creating LaTeX documents"
+arch=('x86_64')
+url="http://texstudio.sourceforge.net/;
+license=('GPL')
+depends=('poppler-qt5' 'qt5-svg' 'qt5-script' 'libxkbcommon-x11' 
'hicolor-icon-theme' 'hunspell' 'quazip' 'desktop-file-utils')
+makedepends=('qt5-tools' 'mercurial' 'imagemagick' 'librsvg')
+optdepends=('evince: pdf reader'
+'okular: alternate pdf reader')
+replaces=('texmakerx')
+source=("https://github.com/texstudio-org/texstudio/archive/${pkgver}.tar.gz;
+fs54269.patch
+fs56433.patch)
+sha512sums=('fe2fe641a455425f87e28f3058f63df103823a97990365e3a3d67d14c4959a6e59db9205ce100f4ebbdb7c8a5c914b0514333b9b9537dd48053bf166e4326984'
+
'247e85f668b06c8a2def4e7456f0ddc8d35c7990484c1c037f7cf43fdee91419b5df66e968ef1e0c637fe685722bbad9171bdd79fad7a10912ae329aff088b68'
+
'a098c45440077db6c137bbeeb76d266242b80d51c3721aed30987d22b3e381b2a490b685aff4897d203a17256c64a9254360e3ac6f962675ea4b9a575a29a808')
+
+prepare() {
+cd texstudio-${pkgver}/src
+patch -Np1 < "${srcdir}"/fs54269.patch
+patch -Np1 < "${srcdir}"/fs56433.patch
+}
+
+build() {
+cd texstudio-${pkgver}
+qmake-qt5 CONFIG-="debug" USE_SYSTEM_QUAZIP=1 USE_SYSTEM_HUNSPELL=1 
texstudio.pro
+make
+}
+
+package() {
+cd texstudio-${pkgver}
+make INSTALL_ROOT="${pkgdir}" install
+
+for res in $(/bin/ls /usr/share/icons/hicolor | grep '[0-9]\+x[0-9]\+'); do
+mkdir -p "${pkgdir}"/usr/share/icons/hicolor/${res}/apps
+convert +set date:create +set date:modify -background none -density 
1200 -resize ${res} \
+

[arch-commits] Commit in libmicrohttpd/trunk (0001-fix-tests-with-curl.patch PKGBUILD)

2018-11-30 Thread Christian Hesse via arch-commits
Date: Friday, November 30, 2018 @ 22:17:15
  Author: eworm
Revision: 410659

upgpkg: libmicrohttpd 0.9.61-1

new upstream release

Modified:
  libmicrohttpd/trunk/PKGBUILD
Deleted:
  libmicrohttpd/trunk/0001-fix-tests-with-curl.patch

+
 0001-fix-tests-with-curl.patch |   50 ---
 PKGBUILD   |   17 +++--
 2 files changed, 4 insertions(+), 63 deletions(-)

Deleted: 0001-fix-tests-with-curl.patch
===
--- 0001-fix-tests-with-curl.patch  2018-11-30 20:07:13 UTC (rev 410658)
+++ 0001-fix-tests-with-curl.patch  2018-11-30 22:17:15 UTC (rev 410659)
@@ -1,50 +0,0 @@
-From 7ae5cf2b850a9fcdc5628a09c75a250f8bd6f293 Mon Sep 17 00:00:00 2001
-From: Christian Hesse 
-Date: Thu, 8 Nov 2018 00:15:29 +0100
-Subject: [PATCH 1/1] fix tests with curl
-
-Starting with curl 7.62.0 some tests fail. The commit in question is
-46e16406 [0] ("url: use the URL API internally as well").
-
-Analyzing the changed behavior reveals that the url given to
-curl_easy_setopt() with CURLOPT_URL is no longer encoded. Looking at the
-documentation [1] this behavior is correct, the "parameter should be a
-char * to a zero terminated string which must be URL-encoded [...]".
-
-So let's just give a valid url...
-
-[0] 
https://github.com/curl/curl/commit/46e164069d1a5230e4e64cbd2ff46c46cce056bb
-[1] https://curl.haxx.se/libcurl/c/CURLOPT_URL.html
-
-Signed-off-by: Christian Hesse 

- src/testcurl/test_digestauth.c| 2 +-
- src/testcurl/test_digestauth_with_arguments.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/testcurl/test_digestauth.c b/src/testcurl/test_digestauth.c
-index 48c7a87a..89076608 100644
 a/src/testcurl/test_digestauth.c
-+++ b/src/testcurl/test_digestauth.c
-@@ -218,7 +218,7 @@ testDigestAuth ()
- { MHD_stop_daemon (d); return 32; }
-   port = (int)dinfo->port;
- }
--  sprintf(url, "http://127.0.0.1:%d/bar%%20 foo?a=bü%%20", port);
-+  sprintf(url, "http://127.0.0.1:%d/bar%20foo%3Fkey%3Dvalue;, port);
-   c = curl_easy_init ();
-   curl_easy_setopt (c, CURLOPT_URL, url);
-   curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, );
-diff --git a/src/testcurl/test_digestauth_with_arguments.c 
b/src/testcurl/test_digestauth_with_arguments.c
-index 107d2256..17d0f7a2 100644
 a/src/testcurl/test_digestauth_with_arguments.c
-+++ b/src/testcurl/test_digestauth_with_arguments.c
-@@ -213,7 +213,7 @@ testDigestAuth ()
- { MHD_stop_daemon (d); return 32; }
-   port = (int)dinfo->port;
- }
--  sprintf(url, "http://127.0.0.1:%d/foo?key=value;, port);
-+  sprintf(url, "http://127.0.0.1:%d/bar%20foo%3Fkey%3Dvalue;, port);
-   c = curl_easy_init ();
-   curl_easy_setopt (c, CURLOPT_URL, url);
-   curl_easy_setopt (c, CURLOPT_WRITEFUNCTION, );

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 20:07:13 UTC (rev 410658)
+++ PKGBUILD2018-11-30 22:17:15 UTC (rev 410659)
@@ -5,7 +5,7 @@
 # Contributor: Mathias Rohnstock 
 
 pkgname=libmicrohttpd
-pkgver=0.9.60
+pkgver=0.9.61
 pkgrel=1
 pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
 arch=('x86_64')
@@ -15,19 +15,10 @@
 checkdepends=('curl')
 validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) 
   'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

-source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig}
-'0001-fix-tests-with-curl.patch')
-sha256sums=('cd0e5d3f95a9e55ef7cdf4d0530e997ba00b8411af9149d9287db785d729c471'
-'SKIP'
-'750224c97e9a7f504869bd1e54d58dcb447e35bc831812adeb3f8f8edfb88cbe')
+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435'
+'SKIP')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # fix tests with curl
-  patch -Np1 < ../0001-fix-tests-with-curl.patch  
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure \


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

2018-11-30 Thread Christian Hesse via arch-commits
Date: Friday, November 30, 2018 @ 22:17:18
  Author: eworm
Revision: 410660

archrelease: copy trunk to community-testing-x86_64

Added:
  libmicrohttpd/repos/community-testing-x86_64/
  libmicrohttpd/repos/community-testing-x86_64/PKGBUILD
(from rev 410659, libmicrohttpd/trunk/PKGBUILD)

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

Copied: libmicrohttpd/repos/community-testing-x86_64/PKGBUILD (from rev 410659, 
libmicrohttpd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-11-30 22:17:18 UTC (rev 410660)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Norberto Lopes 
+# Contributor: Kao Dome 
+# Contributor: Dmitrij D. Czarkoff 
+# Contributor: Mathias Rohnstock 
+
+pkgname=libmicrohttpd
+pkgver=0.9.61
+pkgrel=1
+pkgdesc="a small C library that is supposed to make it easy to run an HTTP 
server as part of another application."
+arch=('x86_64')
+url="http://www.gnu.org/software/libmicrohttpd/;
+license=('LGPL')
+depends=('gnutls')
+checkdepends=('curl')
+validpgpkeys=('289FE99E138CF6D473A3F0CFBF7AC4A5EAC2BAF4'  # Evgeny Grin 
(Karlson2k) 
+  'D8423BCB326C7907033929C7939E6BE1E29FC3CC') # Christian Grothoff 

+source=("https://ftp.gnu.org/gnu/libmicrohttpd/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('dbc469b4a930a79e61f67dc69c665317d44d9d8eb8378d1bd715775ea849d435'
+'SKIP')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--disable-dependency-tracking \
+--disable-examples \
+--enable-curl \
+--enable-https \
+--enable-largefile \
+--enable-messages \
+--with-pic
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="$pkgdir" install
+}


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

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:22:12
  Author: heftig
Revision: 340884

archrelease: copy trunk to extra-x86_64

Added:
  pygobject/repos/extra-x86_64/PKGBUILD
(from rev 340883, pygobject/trunk/PKGBUILD)
Deleted:
  pygobject/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 20:21:58 UTC (rev 340883)
+++ PKGBUILD2018-11-30 20:22:12 UTC (rev 340884)
@@ -1,73 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=pygobject
-pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.30.3
-pkgrel=1
-pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
-url="https://wiki.gnome.org/Projects/PyGObject;
-arch=(x86_64)
-license=(LGPL)
-depends=(gobject-introspection-runtime)
-makedepends=(python{,2}-cairo gobject-introspection git meson)
-optdepends=('cairo: Cairo bindings')
-_commit=ff45e70a9c437972a77979d1324f4368e89246d1  # tags/3.30.3^0
-source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-_build() (
-  arch-meson $pkgbase build-$1 -D python=/usr/bin/$1
-  ninja -C build-$1
-)
-
-_package() {
-  DESTDIR="$pkgdir" meson install -C build-$1
-  $1 -m compileall -d /usr/lib "$pkgdir/usr/lib"
-  $1 -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
-}
-
-build() {
-  _build python
-  _build python2
-}
-
-package_python-gobject() {
-  depends=("pygobject-devel=$pkgver" python)
-
-  _package python
-
-### Split -devel
-  mkdir -p "$srcdir/devel"
-  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
-}
-
-package_python2-gobject() {
-  pkgdesc="${pkgdesc/Python/Python2}"
-  depends=("pygobject-devel=$pkgver" python2)
-
-  _package python2
-
-### Remove -devel
-  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
-}
-
-package_pygobject-devel() {
-  pkgdesc="Common development files for pygobject"
-  optdepends=()
-
-  mkdir -p "$pkgdir/usr/lib"
-  mv devel/include "$pkgdir/usr"
-  mv devel/pkgconfig "$pkgdir/usr/lib"
-}
-
-# vim:set sw=2 et:

Copied: pygobject/repos/extra-x86_64/PKGBUILD (from rev 340883, 
pygobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 20:22:12 UTC (rev 340884)
@@ -0,0 +1,73 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=pygobject
+pkgname=(python-gobject python2-gobject pygobject-devel)
+pkgver=3.30.4
+pkgrel=1
+pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
+url="https://wiki.gnome.org/Projects/PyGObject;
+arch=(x86_64)
+license=(LGPL)
+depends=(gobject-introspection-runtime)
+makedepends=(python{,2}-cairo gobject-introspection git meson)
+optdepends=('cairo: Cairo bindings')
+_commit=30fc1cced45d7061f8f4c41d481fae0d345a25b5  # tags/3.30.4^0
+source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+}
+
+_build() (
+  arch-meson $pkgbase build-$1 -D python=/usr/bin/$1
+  ninja -C build-$1
+)
+
+_package() {
+  DESTDIR="$pkgdir" meson install -C build-$1
+  $1 -m compileall -d /usr/lib "$pkgdir/usr/lib"
+  $1 -O -m compileall -d /usr/lib "$pkgdir/usr/lib"
+}
+
+build() {
+  _build python
+  _build python2
+}
+
+package_python-gobject() {
+  depends=("pygobject-devel=$pkgver" python)
+
+  _package python
+
+### Split -devel
+  mkdir -p "$srcdir/devel"
+  mv "$pkgdir"/usr/{include,lib/pkgconfig} "$srcdir/devel"
+}
+
+package_python2-gobject() {
+  pkgdesc="${pkgdesc/Python/Python2}"
+  depends=("pygobject-devel=$pkgver" python2)
+
+  _package python2
+
+### Remove -devel
+  rm -r "$pkgdir"/usr/{include,lib/pkgconfig}
+}
+
+package_pygobject-devel() {
+  pkgdesc="Common development files for pygobject"
+  optdepends=()
+
+  mkdir -p "$pkgdir/usr/lib"
+  mv devel/include "$pkgdir/usr"
+  mv devel/pkgconfig "$pkgdir/usr/lib"
+}
+
+# vim:set sw=2 et:


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

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:21:58
  Author: heftig
Revision: 340883

3.30.4-1

Modified:
  pygobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 20:05:21 UTC (rev 340882)
+++ PKGBUILD2018-11-30 20:21:58 UTC (rev 340883)
@@ -3,7 +3,7 @@
 
 pkgbase=pygobject
 pkgname=(python-gobject python2-gobject pygobject-devel)
-pkgver=3.30.3
+pkgver=3.30.4
 pkgrel=1
 pkgdesc="Python Bindings for GLib/GObject/GIO/GTK+"
 url="https://wiki.gnome.org/Projects/PyGObject;
@@ -12,7 +12,7 @@
 depends=(gobject-introspection-runtime)
 makedepends=(python{,2}-cairo gobject-introspection git meson)
 optdepends=('cairo: Cairo bindings')
-_commit=ff45e70a9c437972a77979d1324f4368e89246d1  # tags/3.30.3^0
+_commit=30fc1cced45d7061f8f4c41d481fae0d345a25b5  # tags/3.30.4^0
 source=("git+https://gitlab.gnome.org/GNOME/pygobject.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:06:58
  Author: heftig
Revision: 410657

9.2.4.1-1

Modified:
  jruby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 20:05:22 UTC (rev 410656)
+++ PKGBUILD2018-11-30 20:06:58 UTC (rev 410657)
@@ -2,7 +2,7 @@
 # Contributor: FaziBear 
 
 pkgname=jruby
-pkgver=9.2.4.0
+pkgver=9.2.4.1
 pkgrel=1
 pkgdesc="100% pure-Java implementation of the Ruby programming language"
 arch=(any)
@@ -12,9 +12,9 @@
 _tarname=jruby-dist-$pkgver-bin.tar.gz
 noextract=($_tarname)
 source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
-md5sums=('f538f2be459f0f0e517a53446e78a354')
-sha1sums=('bbaa2ba3e5279187784ae7356183664489fa1ed7')
-sha256sums=('b9638c82c85d89f6e8b2da1b876ac235bb9ed47f2163b3c851f0496c9bd58a0c')
+md5sums=('d373bbc2bd6caabfcc9914c4067e9d24')
+sha1sums=('5c51d146362ef7282e83e3487bfc80c0743d36d3')
+sha256sums=('c89821120d74f17f90c9bc346cc7bd1278df623fc1fe60ea3b5c0a8a01360d5b')
 
 package() {
   depends=(java-runtime-headless bash)


[arch-commits] Commit in jruby/repos/community-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:07:13
  Author: heftig
Revision: 410658

archrelease: copy trunk to community-any

Added:
  jruby/repos/community-any/PKGBUILD
(from rev 410657, jruby/trunk/PKGBUILD)
Deleted:
  jruby/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 20:06:58 UTC (rev 410657)
+++ PKGBUILD2018-11-30 20:07:13 UTC (rev 410658)
@@ -1,38 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: FaziBear 
-
-pkgname=jruby
-pkgver=9.2.4.0
-pkgrel=1
-pkgdesc="100% pure-Java implementation of the Ruby programming language"
-arch=(any)
-url="https://www.jruby.org/;
-license=(EPL GPL2 LGPL2.1 custom)
-options=(!strip)
-_tarname=jruby-dist-$pkgver-bin.tar.gz
-noextract=($_tarname)
-source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
-md5sums=('f538f2be459f0f0e517a53446e78a354')
-sha1sums=('bbaa2ba3e5279187784ae7356183664489fa1ed7')
-sha256sums=('b9638c82c85d89f6e8b2da1b876ac235bb9ed47f2163b3c851f0496c9bd58a0c')
-
-package() {
-  depends=(java-runtime-headless bash)
-
-  cd "$pkgdir"
-
-  mkdir opt
-  bsdtar -C opt -xf "$srcdir/$_tarname"
-  mv opt/jruby-$pkgver opt/jruby
-
-  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
-  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
-
-  chmod -cR g-w opt/jruby
-
-  mkdir -p usr/bin
-  ln -srt usr/bin opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
-
-  mkdir -p usr/share/licenses/$pkgname
-  ln -srt usr/share/licenses/$pkgname opt/jruby/COPYING
-}

Copied: jruby/repos/community-any/PKGBUILD (from rev 410657, 
jruby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 20:07:13 UTC (rev 410658)
@@ -0,0 +1,38 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: FaziBear 
+
+pkgname=jruby
+pkgver=9.2.4.1
+pkgrel=1
+pkgdesc="100% pure-Java implementation of the Ruby programming language"
+arch=(any)
+url="https://www.jruby.org/;
+license=(EPL GPL2 LGPL2.1 custom)
+options=(!strip)
+_tarname=jruby-dist-$pkgver-bin.tar.gz
+noextract=($_tarname)
+source=(https://repo1.maven.org/maven2/org/jruby/jruby-dist/$pkgver/$_tarname)
+md5sums=('d373bbc2bd6caabfcc9914c4067e9d24')
+sha1sums=('5c51d146362ef7282e83e3487bfc80c0743d36d3')
+sha256sums=('c89821120d74f17f90c9bc346cc7bd1278df623fc1fe60ea3b5c0a8a01360d5b')
+
+package() {
+  depends=(java-runtime-headless bash)
+
+  cd "$pkgdir"
+
+  mkdir opt
+  bsdtar -C opt -xf "$srcdir/$_tarname"
+  mv opt/jruby-$pkgver opt/jruby
+
+  find opt/jruby -regextype posix-extended -regex '.*\.(bat|dll|exe)' -print 
-delete
+  rm -rv opt/jruby/lib/jni/{Darwin,*-SunOS,*-Windows,*-AIX,*-*BSD}
+
+  chmod -cR g-w opt/jruby
+
+  mkdir -p usr/bin
+  ln -srt usr/bin opt/jruby/bin/j{irb,irb_swing,gem,ruby,rubyc}
+
+  mkdir -p usr/share/licenses/$pkgname
+  ln -srt usr/share/licenses/$pkgname opt/jruby/COPYING
+}


[arch-commits] Commit in lib32-harfbuzz/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:05:22
  Author: heftig
Revision: 410656

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD
(from rev 410655, lib32-harfbuzz/trunk/PKGBUILD)
Deleted:
  lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 20:05:08 UTC (rev 410655)
+++ PKGBUILD2018-11-30 20:05:22 UTC (rev 410656)
@@ -1,75 +0,0 @@
-# Maintainer: Florian Pritz 
-
-pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="OpenType text shaping engine (32-bit)"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-depends=(lib32-glib2 lib32-freetype2 harfbuzz)
-makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=e3a1a8350a6a7933b0a100194985f4425ab9de19  # tags/2.1.3^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd harfbuzz
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd harfbuzz
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd harfbuzz
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---without-graphite2 \
---with-icu \
---disable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd harfbuzz
-  make check
-}
-
-package_lib32-harfbuzz() {
-
-  cd harfbuzz
-  make DESTDIR="$pkgdir" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
-  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
-  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
-}
-
-package_lib32-harfbuzz-icu() {
-  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
-  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
-}

Copied: lib32-harfbuzz/repos/multilib-x86_64/PKGBUILD (from rev 410655, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 20:05:22 UTC (rev 410656)
@@ -0,0 +1,75 @@
+# Maintainer: Florian Pritz 
+
+pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine (32-bit)"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+depends=(lib32-glib2 lib32-freetype2 harfbuzz)
+makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=dc41ecef85b094b30c612113606597b91c55351c  # tags/2.2.0^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd harfbuzz
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd harfbuzz
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd harfbuzz
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--without-graphite2 \
+--with-icu \
+--disable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd harfbuzz
+  make check
+}
+
+package_lib32-harfbuzz() {
+
+  cd harfbuzz
+  make DESTDIR="$pkgdir" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz "$pkgdir/usr/share/licenses/lib32-harfbuzz"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/lib32/pkgconfig; cd ../hb-icu
+  mv "$pkgdir"/usr/lib32/libharfbuzz-icu* ./usr/lib32
+  mv "$pkgdir"/usr/lib32/pkgconfig/harfbuzz-icu.pc ./usr/lib32/pkgconfig
+}
+
+package_lib32-harfbuzz-icu() {
+  pkgdesc="OpenType text shaping engine (32-bit, ICU integration)"
+  depends=(lib32-harfbuzz lib32-icu harfbuzz-icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s harfbuzz-icu "$pkgdir/usr/share/licenses/lib32-harfbuzz-icu"
+}


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

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:05:21
  Author: heftig
Revision: 340882

archrelease: copy trunk to extra-x86_64

Added:
  harfbuzz/repos/extra-x86_64/PKGBUILD
(from rev 340881, harfbuzz/trunk/PKGBUILD)
Deleted:
  harfbuzz/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 20:05:04 UTC (rev 340881)
+++ PKGBUILD2018-11-30 20:05:21 UTC (rev 340882)
@@ -1,69 +0,0 @@
-# Maintainer: Jan de Groot 
-
-pkgbase=(harfbuzz)
-pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.1.3
-pkgrel=1
-pkgdesc="OpenType text shaping engine"
-url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
-arch=(x86_64)
-license=(MIT)
-depends=(glib2 freetype2 graphite)
-makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
-checkdepends=(python-fonttools python-setuptools)
-_commit=e3a1a8350a6a7933b0a100194985f4425ab9de19  # tags/2.1.3^0
-source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgbase
-  ./configure \
---prefix=/usr \
---with-cairo \
---with-freetype \
---with-glib \
---with-gobject \
---with-graphite2 \
---with-icu \
---enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgbase
-  make check
-}
-
-package_harfbuzz() {
-  optdepends=('cairo: hb-view program')
-
-  cd $pkgbase
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
-
-# Split harfbuzz-icu
-  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
-  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
-  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
-  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
-}
-
-package_harfbuzz-icu() {
-  pkgdesc="$pkgdesc (ICU integration)"
-  depends=(harfbuzz icu)
-
-  mv hb-icu/* "$pkgdir"
-
-  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
-}

Copied: harfbuzz/repos/extra-x86_64/PKGBUILD (from rev 340881, 
harfbuzz/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 20:05:21 UTC (rev 340882)
@@ -0,0 +1,69 @@
+# Maintainer: Jan de Groot 
+
+pkgbase=(harfbuzz)
+pkgname=(harfbuzz harfbuzz-icu)
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="OpenType text shaping engine"
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+arch=(x86_64)
+license=(MIT)
+depends=(glib2 freetype2 graphite)
+makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
+checkdepends=(python-fonttools python-setuptools)
+_commit=dc41ecef85b094b30c612113606597b91c55351c  # tags/2.2.0^0
+source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--with-cairo \
+--with-freetype \
+--with-glib \
+--with-gobject \
+--with-graphite2 \
+--with-icu \
+--enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgbase
+  make check
+}
+
+package_harfbuzz() {
+  optdepends=('cairo: hb-view program')
+
+  cd $pkgbase
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/harfbuzz/COPYING"
+
+# Split harfbuzz-icu
+  mkdir -p ../hb-icu/usr/{include/harfbuzz,lib/pkgconfig}; cd ../hb-icu
+  mv "$pkgdir"/usr/lib/libharfbuzz-icu* ./usr/lib
+  mv "$pkgdir"/usr/lib/pkgconfig/harfbuzz-icu.pc ./usr/lib/pkgconfig
+  mv "$pkgdir"/usr/include/harfbuzz/hb-icu.h ./usr/include/harfbuzz
+}
+
+package_harfbuzz-icu() {
+  pkgdesc="$pkgdesc (ICU integration)"
+  depends=(harfbuzz icu)
+
+  mv hb-icu/* "$pkgdir"
+
+  install -Dm644 $pkgbase/COPYING 
"$pkgdir/usr/share/licenses/harfbuzz-icu/COPYING"
+}


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

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:05:04
  Author: heftig
Revision: 340881

2.2.0-1

Modified:
  harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 16:04:13 UTC (rev 340880)
+++ PKGBUILD2018-11-30 20:05:04 UTC (rev 340881)
@@ -2,7 +2,7 @@
 
 pkgbase=(harfbuzz)
 pkgname=(harfbuzz harfbuzz-icu)
-pkgver=2.1.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -11,7 +11,7 @@
 depends=(glib2 freetype2 graphite)
 makedepends=(cairo icu gobject-introspection gtk-doc ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=e3a1a8350a6a7933b0a100194985f4425ab9de19  # tags/2.1.3^0
+_commit=dc41ecef85b094b30c612113606597b91c55351c  # tags/2.2.0^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-11-30 Thread Jan Steffens via arch-commits
Date: Friday, November 30, 2018 @ 20:05:08
  Author: heftig
Revision: 410655

2.2.0-1

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 17:51:20 UTC (rev 410654)
+++ PKGBUILD2018-11-30 20:05:08 UTC (rev 410655)
@@ -1,7 +1,7 @@
 # Maintainer: Florian Pritz 
 
 pkgname=(lib32-harfbuzz lib32-harfbuzz-icu)
-pkgver=2.1.3
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="OpenType text shaping engine (32-bit)"
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
@@ -10,7 +10,7 @@
 depends=(lib32-glib2 lib32-freetype2 harfbuzz)
 makedepends=(lib32-cairo lib32-icu gcc-multilib ragel git python)
 checkdepends=(python-fonttools python-setuptools)
-_commit=e3a1a8350a6a7933b0a100194985f4425ab9de19  # tags/2.1.3^0
+_commit=dc41ecef85b094b30c612113606597b91c55351c  # tags/2.2.0^0
 source=("git+https://anongit.freedesktop.org/git/harfbuzz#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in nextcloud-app-notes/repos/community-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Sergej Pupykin via arch-commits
Date: Friday, November 30, 2018 @ 17:50:57
  Author: spupykin
Revision: 410652

archrelease: copy trunk to community-any

Added:
  nextcloud-app-notes/repos/community-any/PKGBUILD
(from rev 410651, nextcloud-app-notes/trunk/PKGBUILD)
Deleted:
  nextcloud-app-notes/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 17:50:43 UTC (rev 410651)
+++ PKGBUILD2018-11-30 17:50:57 UTC (rev 410652)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('04d8e5cda32f4d500c7b639cd3d98101c6a6bd0bd558a6d711999771fa4bd46a435138efac62078ce9b3fec4a7b12a24d5e13a90872fe98352b3d6445d272556')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 410651, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 17:50:57 UTC (rev 410652)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
+sha512sums=('c1d9a1e79f11549a27a877f31de74b59523117a8a9da39a8827a7a6f9f80500157657cf4228b241d86a08cd5e01c8e310be4b04c34a238615c68827b0a1c6b31')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


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

2018-11-30 Thread Sergej Pupykin via arch-commits
Date: Friday, November 30, 2018 @ 17:51:03
  Author: spupykin
Revision: 410653

upgpkg: prosody 1:0.11.1-1

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 17:50:57 UTC (rev 410652)
+++ PKGBUILD2018-11-30 17:51:03 UTC (rev 410653)
@@ -8,7 +8,7 @@
 pkgname=prosody
 epoch=1
 pkgrel=1
-pkgver=0.11.0
+pkgver=0.11.1
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
 url="https://prosody.im/;
@@ -29,7 +29,7 @@
 'prosody.logrotated'
 'sysuser.conf'
 'prosody.service')
-sha256sums=('55f0579665b3623c14fa9e0df3c6f8ceccce2e0e2ddb37d2a8e296aeb888'
+sha256sums=('91bec43f0798729e0a2b207613a745598ea3ca7dcb7fd85df44ccf04fa5c65aa'
 'SKIP'
 '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
 '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'


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

2018-11-30 Thread Sergej Pupykin via arch-commits
Date: Friday, November 30, 2018 @ 17:51:20
  Author: spupykin
Revision: 410654

archrelease: copy trunk to community-x86_64

Added:
  prosody/repos/community-x86_64/PKGBUILD
(from rev 410653, prosody/trunk/PKGBUILD)
  prosody/repos/community-x86_64/prosody.install
(from rev 410653, prosody/trunk/prosody.install)
  prosody/repos/community-x86_64/prosody.logrotated
(from rev 410653, prosody/trunk/prosody.logrotated)
  prosody/repos/community-x86_64/prosody.service
(from rev 410653, prosody/trunk/prosody.service)
  prosody/repos/community-x86_64/prosody.tmpfile.d
(from rev 410653, prosody/trunk/prosody.tmpfile.d)
  prosody/repos/community-x86_64/sysuser.conf
(from rev 410653, prosody/trunk/sysuser.conf)
Deleted:
  prosody/repos/community-x86_64/PKGBUILD
  prosody/repos/community-x86_64/prosody.install
  prosody/repos/community-x86_64/prosody.logrotated
  prosody/repos/community-x86_64/prosody.service
  prosody/repos/community-x86_64/prosody.tmpfile.d
  prosody/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  176 +--
 prosody.install|   46 ++---
 prosody.logrotated |   18 ++---
 prosody.service|   28 
 prosody.tmpfile.d  |4 -
 sysuser.conf   |6 -
 6 files changed, 139 insertions(+), 139 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 17:51:03 UTC (rev 410653)
+++ PKGBUILD2018-11-30 17:51:20 UTC (rev 410654)
@@ -1,88 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Old Maintainer: Dwayne Bent 
-# Old Maintainer: Tilman Vatteroth 
-# Contributor: Paul-Sebastian Manole 
-# Contributor: Timothée Ravier 
-# Contributor: Christoph Stahl 
-
-pkgname=prosody
-epoch=1
-pkgrel=1
-pkgver=0.11.0
-pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
-arch=('x86_64')
-url="https://prosody.im/;
-license=('MIT')
-depends=('lua52' 'lua52-socket' 'lua52-expat' 'lua52-filesystem' 'libidn'
- 'openssl')
-conflicts=('prosody')
-provides=('prosody')
-optdepends=('lua52-sec: TLS encryption support'
-   'lua52-bitop: websocket support'
-#  'lua52-event: libevent support'
-   'lua52-dbi: SQL storage support')
-install=prosody.install
-backup=('etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
-source=("https://prosody.im/downloads/source/prosody-$pkgver.tar.gz"{,.asc}
-'prosody.tmpfile.d'
-'prosody.logrotated'
-'sysuser.conf'
-'prosody.service')
-sha256sums=('55f0579665b3623c14fa9e0df3c6f8ceccce2e0e2ddb37d2a8e296aeb888'
-'SKIP'
-'0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
-'5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
-'e5c30ffbb066f0ed375b3313490c535d8c9df018726f6cecf9e3ddfd2e48'
-'af4d725c580a5f3aa875194042cdb3859ee70e1dc057650c46a4a10e6a1d3544')
-
-prepare() {
-  cd prosody-$pkgver
-
-  # disable logging to output and activate syslog
-  sed -i s/"info = "/"-- info = "/g prosody.cfg.lua.dist
-  sed -i s/"error = "/"-- error = "/g prosody.cfg.lua.dist
-  sed -i s/"--\ \"\*syslog\"\;"/"\"*syslog\"\;"/g prosody.cfg.lua.dist
-
-  # add pidfile and daemonize
-  # daemonize is important for systemd!
-  mv prosody.cfg.lua.dist prosody.cfg.lua.old
-
-  echo --Important for systemd >> prosody.cfg.lua.dist
-  echo -- daemonize is important for systemd. if you set this to false the 
systemd startup will freeze. >> prosody.cfg.lua.dist
-  echo daemonize = true >> prosody.cfg.lua.dist
-  echo 'pidfile = "/run/prosody/prosody.pid"'>> prosody.cfg.lua.dist
-  echo "" >> prosody.cfg.lua.dist
-  cat prosody.cfg.lua.old >> prosody.cfg.lua.dist
-  rm prosody.cfg.lua.old
-
-  #sed -i 's|sock, err = socket.udp();|sock, err = (socket.udp4 or 
socket.udp)();|g' net/dns.lua
-}
-
-build() {
-  cd prosody-$pkgver
-  ./configure --ostype=linux --prefix=/usr --sysconfdir=/etc/prosody \
---datadir=/var/lib/prosody --with-lua-include=/usr/include/lua5.2 \
---cflags="${CFLAGS} -fPIC -Wall -Wextra -D_GNU_SOURCE" \
---ldflags="${LDFLAGS} -shared" --no-example-certs \
---runwith=lua5.2
-  make
-}
-
-package() {
-  cd prosody-$pkgver
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install -C tools/migration
-
-  install -Dm 0644 "$srcdir"/prosody.tmpfile.d 
"${pkgdir}"/usr/lib/tmpfiles.d/prosody.conf
-  install -Dm 0644 "$srcdir"/prosody.service 
"${pkgdir}"/usr/lib/systemd/system/prosody.service
-  install -Dm644 "$srcdir"/sysuser.conf 
"$pkgdir"/usr/lib/sysusers.d/prosody.conf
-
-  for i in tools/*.lua; do
-install -Dm 0644 ${i} "${pkgdir}"/usr/share/prosody/${i}
-  done
-
-  install -Dm 0644 COPYING "${pkgdir}"/usr/share/licenses/prosody/COPYING
-  install -Dm 0644 "$srcdir"/prosody.logrotated 
"${pkgdir}"/etc/logrotate.d/prosody
-  rm "${pkgdir}"/etc/prosody/certs/*
-}

Copied: 

[arch-commits] Commit in nextcloud-app-notes/trunk (PKGBUILD)

2018-11-30 Thread Sergej Pupykin via arch-commits
Date: Friday, November 30, 2018 @ 17:50:43
  Author: spupykin
Revision: 410651

upgpkg: nextcloud-app-notes 2.5.1-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 17:40:40 UTC (rev 410650)
+++ PKGBUILD2018-11-30 17:50:43 UTC (rev 410651)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=2.5.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('04d8e5cda32f4d500c7b639cd3d98101c6a6bd0bd558a6d711999771fa4bd46a435138efac62078ce9b3fec4a7b12a24d5e13a90872fe98352b3d6445d272556')
+sha512sums=('c1d9a1e79f11549a27a877f31de74b59523117a8a9da39a8827a7a6f9f80500157657cf4228b241d86a08cd5e01c8e310be4b04c34a238615c68827b0a1c6b31')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


[arch-commits] Commit in jmol/repos/community-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 17:40:40
  Author: arojas
Revision: 410650

archrelease: copy trunk to community-any

Added:
  jmol/repos/community-any/PKGBUILD
(from rev 410649, jmol/trunk/PKGBUILD)
Deleted:
  jmol/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 17:40:18 UTC (rev 410649)
+++ PKGBUILD2018-11-30 17:40:40 UTC (rev 410650)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: James Spencer 
-
-pkgbase=jmol
-pkgname=(jmol jsmol)
-pkgver=14.29.28
-pkgrel=1
-arch=(any)
-url="https://jmol.sourceforge.net;
-license=(LGPL)
-makedepends=(unzip)
-source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('a66d49ddb082c87c3f0faebb99a6d8a19bfea4be4454b59cbee79338c8edd326')
-
-package_jmol() {
-  pkgdesc="a Java 3D viewer for chemical structures"
-  depends=(java-runtime)
-
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share/$pkgname
-  mkdir -p "$pkgdir"/usr/bin
-
-  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
-  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
-}
-
-package_jsmol() {
-  pkgdesc="a JavaScript 3D viewer for chemical structures"
-  cd $pkgbase-$pkgver
-
-  mkdir -p "$pkgdir"/usr/share
-  unzip jsmol.zip -d "$pkgdir"/usr/share/
-}

Copied: jmol/repos/community-any/PKGBUILD (from rev 410649, jmol/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 17:40:40 UTC (rev 410650)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Contributor: James Spencer 
+
+pkgbase=jmol
+pkgname=(jmol jsmol)
+pkgver=14.29.29
+pkgrel=1
+arch=(any)
+url="https://jmol.sourceforge.net;
+license=(LGPL)
+makedepends=(unzip)
+source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
+sha256sums=('840f96f557a768f4fd021c4c552c6e1f5527e44d5a5500fde7db3dc569396048')
+
+package_jmol() {
+  pkgdesc="a Java 3D viewer for chemical structures"
+  depends=(java-runtime)
+
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share/$pkgname
+  mkdir -p "$pkgdir"/usr/bin
+
+  cp *.jar jmol.sh "$pkgdir"/usr/share/$pkgname
+  ln -s /usr/share/$pkgname/$pkgname.sh "$pkgdir"/usr/bin/$pkgname
+}
+
+package_jsmol() {
+  pkgdesc="a JavaScript 3D viewer for chemical structures"
+  cd $pkgbase-$pkgver
+
+  mkdir -p "$pkgdir"/usr/share
+  unzip jsmol.zip -d "$pkgdir"/usr/share/
+}


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

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 17:40:18
  Author: arojas
Revision: 410649

Update to 14.29.29

Modified:
  jmol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 17:39:11 UTC (rev 410648)
+++ PKGBUILD2018-11-30 17:40:18 UTC (rev 410649)
@@ -3,7 +3,7 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=14.29.28
+pkgver=14.29.29
 pkgrel=1
 arch=(any)
 url="https://jmol.sourceforge.net;
@@ -10,7 +10,7 @@
 license=(LGPL)
 makedepends=(unzip)
 
source=("https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.tar.gz;)
-sha256sums=('a66d49ddb082c87c3f0faebb99a6d8a19bfea4be4454b59cbee79338c8edd326')
+sha256sums=('840f96f557a768f4fd021c4c552c6e1f5527e44d5a5500fde7db3dc569396048')
 
 package_jmol() {
   pkgdesc="a Java 3D viewer for chemical structures"


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

2018-11-30 Thread Jelle van der Waa via arch-commits
Date: Friday, November 30, 2018 @ 17:38:57
  Author: jelle
Revision: 410647

upgpkg: python-ifaddr 0.1.5-1

Modified:
  python-ifaddr/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 17:36:15 UTC (rev 410646)
+++ PKGBUILD2018-11-30 17:38:57 UTC (rev 410647)
@@ -2,7 +2,7 @@
 
 _name=ifaddr
 pkgname=python-ifaddr
-pkgver=0.1.4
+pkgver=0.1.5
 pkgrel=1
 pkgdesc="Enumerates all IP addresses on all network adapters of the system"
 arch=('any')
@@ -11,8 +11,8 @@
 depends=('python')
 makedepends=('python-setuptools')
 checkdepends=('python-nose')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip)
-sha512sums=('5b080d8f328f7a974644e15929850ba93b9232cee545740d89e4d63e982e351287504befef365834bfb3f4c5f25dc99f4a4d76753405658ae197590e2ce94929')
+source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
+sha512sums=('a7c5ae08943b2b16c3759f29bfd60473edd609602bbcfbe2433495b395e004852b2209c5a01949327e0364dfd195e9fce31ae3f60b8bfdda358040dce4a4cbdc')
 
 build() {
   cd "${_name}-${pkgver}"
@@ -23,6 +23,8 @@
   cd "${_name}-${pkgver}"
 
   python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
 }
 
 check() {


[arch-commits] Commit in python-ifaddr/repos/community-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Jelle van der Waa via arch-commits
Date: Friday, November 30, 2018 @ 17:39:11
  Author: jelle
Revision: 410648

archrelease: copy trunk to community-any

Added:
  python-ifaddr/repos/community-any/PKGBUILD
(from rev 410647, python-ifaddr/trunk/PKGBUILD)
Deleted:
  python-ifaddr/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 17:38:57 UTC (rev 410647)
+++ PKGBUILD2018-11-30 17:39:11 UTC (rev 410648)
@@ -1,33 +0,0 @@
-# Maintainer: Jelle van der Waa 
-
-_name=ifaddr
-pkgname=python-ifaddr
-pkgver=0.1.4
-pkgrel=1
-pkgdesc="Enumerates all IP addresses on all network adapters of the system"
-arch=('any')
-url="https://github.com/pydron/ifaddr;
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-checkdepends=('python-nose')
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.zip)
-sha512sums=('5b080d8f328f7a974644e15929850ba93b9232cee545740d89e4d63e982e351287504befef365834bfb3f4c5f25dc99f4a4d76753405658ae197590e2ce94929')
-
-build() {
-  cd "${_name}-${pkgver}"
-  python3 setup.py build
-}
-
-package() {
-  cd "${_name}-${pkgver}"
-
-  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
-}
-
-check() {
-  cd "${_name}-${pkgver}"
-  nosetests ${_name}/test_ifaddr.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-ifaddr/repos/community-any/PKGBUILD (from rev 410647, 
python-ifaddr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 17:39:11 UTC (rev 410648)
@@ -0,0 +1,35 @@
+# Maintainer: Jelle van der Waa 
+
+_name=ifaddr
+pkgname=python-ifaddr
+pkgver=0.1.5
+pkgrel=1
+pkgdesc="Enumerates all IP addresses on all network adapters of the system"
+arch=('any')
+url="https://github.com/pydron/ifaddr;
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+checkdepends=('python-nose')
+source=(https://github.com/pydron/ifaddr/archive/${pkgver}.tar.gz)
+sha512sums=('a7c5ae08943b2b16c3759f29bfd60473edd609602bbcfbe2433495b395e004852b2209c5a01949327e0364dfd195e9fce31ae3f60b8bfdda358040dce4a4cbdc')
+
+build() {
+  cd "${_name}-${pkgver}"
+  python3 setup.py build
+}
+
+package() {
+  cd "${_name}-${pkgver}"
+
+  python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE.txt "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+
+}
+
+check() {
+  cd "${_name}-${pkgver}"
+  nosetests ${_name}/test_ifaddr.py
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-11-30 Thread Eli Schwartz via arch-commits
Date: Friday, November 30, 2018 @ 17:36:15
  Author: eschwartz
Revision: 410646

Make custom ${_kernelname}s actually work.

It's necessary to distinguish between pkgname and ${_module}.

Modified:
  broadcom-wl/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 16:21:51 UTC (rev 410645)
+++ PKGBUILD2018-11-30 17:36:15 UTC (rev 410646)
@@ -1,8 +1,9 @@
 # Maintainer: Eli Schwartz 
 
-pkgname=broadcom-wl# Build against stock -arch kernel
-#pkgname=broadcom-wl-custom# Build agains kernel with a different name
-_kernelname=${pkgname#broadcom-wl}
+_module=broadcom-wl
+_kernelname=  # Build against stock -ARCH kernel
+#_kernelname=-custom  # Build against kernel with a different name
+pkgname=${_module}${_kernelname}
 pkgver=6.30.223.271
 pkgrel=62
 pkgdesc='Broadcom 802.11 Linux STA wireless driver'
@@ -10,7 +11,7 @@
 
url='https://www.broadcom.com/support/download-search/?pf=Wireless+LAN+Infrastructure'
 license=('custom')
 depends=("linux${_kernelname}")
-makedepends=("linux${_kernelname}-headers" 
"${pkgname%$_kernelname}-dkms=${pkgver}")
+makedepends=("linux${_kernelname}-headers" "${_module}-dkms=${pkgver}")
 
 _extramodules="/usr/lib/modules/extramodules${_kernelname:--ARCH}"
 
@@ -17,7 +18,7 @@
 build() {
 _kernver="$(<${_extramodules}/version)"
 
-dkms build --dkmstree "$srcdir" -m $pkgname/$pkgver -k $_kernver
+dkms build --dkmstree "${srcdir}" -m ${_module}/${pkgver} -k ${_kernver}
 }
 
 package() {
@@ -24,15 +25,15 @@
 _kernver="$(<${_extramodules}/version)"
 
 install -Dm644 -t "${pkgdir}${_extramodules}" \
-${pkgname}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
-find "$pkgdir" -name '*.ko' -exec xz -T1 {} +
+${_module}/${pkgver}/${_kernver}/${CARCH}/module/*.ko
+find "${pkgdir}" -name '*.ko' -exec xz -T1 {} +
 
-_license="/usr/share/licenses/${pkgname}-dkms/"
-if [[ -d $_license ]]; then
-install -Dm644 -t "${pkgdir}"/${_license/-dkms/} ${_license}/*
+_license="/usr/share/licenses/${_module}-dkms"
+if [[ -d ${_license} ]]; then
+install -Dm644 -t "${pkgdir}"/${_license/-dkms/${_kernelname}} 
${_license}/*
 fi
-_modprobe="/usr/lib/modprobe.d/${pkgname}-dkms.conf"
+_modprobe="/usr/lib/modprobe.d/${_module}-dkms.conf"
 if [[ -r ${_modprobe} ]]; then
-install -Dm644 ${_modprobe} "${pkgdir}"/${_modprobe/-dkms/}
+install -Dm644 ${_modprobe} 
"${pkgdir}"/${_modprobe/-dkms/${_kernelname}}
 fi
 }


[arch-commits] Commit in libfilezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Florian Pritz via arch-commits
Date: Friday, November 30, 2018 @ 16:21:43
  Author: bluewind
Revision: 410643

archrelease: copy trunk to community-x86_64

Added:
  libfilezilla/repos/community-x86_64/PKGBUILD
(from rev 410642, libfilezilla/trunk/PKGBUILD)
Deleted:
  libfilezilla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:21:39 UTC (rev 410642)
+++ PKGBUILD2018-11-30 16:21:43 UTC (rev 410643)
@@ -1,36 +0,0 @@
-# Maintainer: Florian Pritz 
-# Contributor: Martchus 
-
-pkgname=libfilezilla
-pkgver=0.15.0
-pkgrel=1
-pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
-arch=('x86_64')
-url="https://lib.filezilla-project.org/;
-license=('GPL')
-depends=('gcc-libs')
-makedepends=(clang)
-checkdepends=('cppunit')
-source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
-
-build() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  export CXX=clang++
-  export CC=clang
-  ./configure \
---prefix=/usr \
---disable-static
-  make
-}
-
-check() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  # LANG needed to fix string_test::test_conversion2
-  LANG=en_US.UTF-8 make check
-}
-
-package() {
-  cd "${srcdir}/$pkgname-$pkgver"
-  make DESTDIR="${pkgdir}" install
-}
-sha512sums=('64b0e2a8dd4dd06a1c2daf52f3036fcaed60b95240672f28032ec390361ddb1a59cd26a91b7b7c525cfc8262381db09a081a29c723f487cc5b41454ce4e9d47e')

Copied: libfilezilla/repos/community-x86_64/PKGBUILD (from rev 410642, 
libfilezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:21:43 UTC (rev 410643)
@@ -0,0 +1,36 @@
+# Maintainer: Florian Pritz 
+# Contributor: Martchus 
+
+pkgname=libfilezilla
+pkgver=0.15.1
+pkgrel=1
+pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
+arch=('x86_64')
+url="https://lib.filezilla-project.org/;
+license=('GPL')
+depends=('gcc-libs' 'nettle')
+makedepends=(clang)
+checkdepends=('cppunit')
+source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  export CXX=clang++
+  export CC=clang
+  ./configure \
+--prefix=/usr \
+--disable-static
+  make
+}
+
+check() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  # LANG needed to fix string_test::test_conversion2
+  LANG=en_US.UTF-8 make check
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  make DESTDIR="${pkgdir}" install
+}
+sha512sums=('d557f7636bfc3958b8558fab3384b0ea84caea594566d39c051f20f02dfd71213369c50df282a3f7d2dd757038bd26e9722214839dab965cb7cde9733d59883a')


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

2018-11-30 Thread Florian Pritz via arch-commits
Date: Friday, November 30, 2018 @ 16:21:39
  Author: bluewind
Revision: 410642

upgpkg: libfilezilla 0.15.1-1

upstream update

Modified:
  libfilezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 15:21:11 UTC (rev 410641)
+++ PKGBUILD2018-11-30 16:21:39 UTC (rev 410642)
@@ -2,13 +2,13 @@
 # Contributor: Martchus 
 
 pkgname=libfilezilla
-pkgver=0.15.0
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="Small and modern C++ library, offering some basic functionality to 
build high-performing, platform-independent programs"
 arch=('x86_64')
 url="https://lib.filezilla-project.org/;
 license=('GPL')
-depends=('gcc-libs')
+depends=('gcc-libs' 'nettle')
 makedepends=(clang)
 checkdepends=('cppunit')
 
source=("https://download.filezilla-project.org/libfilezilla/libfilezilla-$pkgver.tar.bz2;)
@@ -33,4 +33,4 @@
   cd "${srcdir}/$pkgname-$pkgver"
   make DESTDIR="${pkgdir}" install
 }
-sha512sums=('64b0e2a8dd4dd06a1c2daf52f3036fcaed60b95240672f28032ec390361ddb1a59cd26a91b7b7c525cfc8262381db09a081a29c723f487cc5b41454ce4e9d47e')
+sha512sums=('d557f7636bfc3958b8558fab3384b0ea84caea594566d39c051f20f02dfd71213369c50df282a3f7d2dd757038bd26e9722214839dab965cb7cde9733d59883a')


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

2018-11-30 Thread Florian Pritz via arch-commits
Date: Friday, November 30, 2018 @ 16:21:47
  Author: bluewind
Revision: 410644

upgpkg: filezilla 3.39.0-1

upstream update

Modified:
  filezilla/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-11-30 16:21:43 UTC (rev 410643)
+++ PKGBUILD2018-11-30 16:21:47 UTC (rev 410644)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel J Griffiths 
 
 pkgname=filezilla
-pkgver=3.38.1
+pkgver=3.39.0
 pkgrel=1
 pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
 
source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2;)
-md5sums=('ff47f3858f7fd81c68e2ea9e57370ce8')
+md5sums=('9e819e21fafe9ff16bfc1c07b4c09153')
 
 prepare() {
   cd "${pkgname}-${pkgver}"


[arch-commits] Commit in filezilla/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Florian Pritz via arch-commits
Date: Friday, November 30, 2018 @ 16:21:51
  Author: bluewind
Revision: 410645

archrelease: copy trunk to community-x86_64

Added:
  filezilla/repos/community-x86_64/PKGBUILD
(from rev 410644, filezilla/trunk/PKGBUILD)
Deleted:
  filezilla/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:21:47 UTC (rev 410644)
+++ PKGBUILD2018-11-30 16:21:51 UTC (rev 410645)
@@ -1,35 +0,0 @@
-# Contributor: Alexander Fehr 
-# Maintainer: Daniel J Griffiths 
-
-pkgname=filezilla
-pkgver=3.38.1
-pkgrel=1
-pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
-arch=('x86_64')
-url="http://filezilla-project.org/;
-license=('GPL')
-depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
-source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2;)
-md5sums=('ff47f3858f7fd81c68e2ea9e57370ce8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure \
---prefix=/usr \
---disable-manualupdatecheck \
---disable-autoupdatecheck \
---with-pugixml=builtin \
---with-wx-config=/usr/bin/wx-config-gtk3
-
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: filezilla/repos/community-x86_64/PKGBUILD (from rev 410644, 
filezilla/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:21:51 UTC (rev 410645)
@@ -0,0 +1,35 @@
+# Contributor: Alexander Fehr 
+# Maintainer: Daniel J Griffiths 
+
+pkgname=filezilla
+pkgver=3.39.0
+pkgrel=1
+pkgdesc="Fast and reliable FTP, FTPS and SFTP client"
+arch=('x86_64')
+url="http://filezilla-project.org/;
+license=('GPL')
+depends=('dbus' 'xdg-utils' 'wxgtk3' 'libidn' 'hicolor-icon-theme' 'sqlite' 
'gnutls' 'libfilezilla')
+source=("https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2;)
+md5sums=('9e819e21fafe9ff16bfc1c07b4c09153')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure \
+--prefix=/usr \
+--disable-manualupdatecheck \
+--disable-autoupdatecheck \
+--with-pugixml=builtin \
+--with-wx-config=/usr/bin/wx-config-gtk3
+
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in print-manager/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:03:44
  Author: arojas
Revision: 340878

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

Added:
  print-manager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340877, print-manager/kde-unstable/PKGBUILD)
Deleted:
  print-manager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:03:31 UTC (rev 340877)
+++ PKGBUILD2018-11-30 16:03:44 UTC (rev 340878)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d861ee7ccef947106c77dc8ad972cfd59296cd16938f35701ba7c2a2175f6867'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340877, 
print-manager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:03:44 UTC (rev 340878)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('96034b23c16a6749df7d0c254b5d8e3852726b739677fdb25f64ac83109df0e7'
+'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
+}


[arch-commits] Commit in sweeper/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:03:57
  Author: arojas
Revision: 340879

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

Added:
  sweeper/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340878, sweeper/kde-unstable/PKGBUILD)
Deleted:
  sweeper/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:03:44 UTC (rev 340878)
+++ PKGBUILD2018-11-30 16:03:57 UTC (rev 340879)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=sweeper
-pkgver=18.11.80
-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)
-conflicts=(kdeutils-sweeper)
-replaces=(kdeutils-sweeper)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0dcd0bbfb27d0bc4d71ae1adcf09d0355dd1fa50e353af50d1ce1230aaabb8e8'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340878, 
sweeper/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:03:57 UTC (rev 340879)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sweeper
+pkgver=18.11.90
+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)
+conflicts=(kdeutils-sweeper)
+replaces=(kdeutils-sweeper)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5c7b9ba4a75963d14cd7cd7b88469a9e5e2a3eb99ffe831faa7ae181dbd22cf2'
+'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
+}


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

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:03:31
  Author: arojas
Revision: 340877

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

Added:
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340876, kwalletmanager/kde-unstable/PKGBUILD)
Deleted:
  kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:03:18 UTC (rev 340876)
+++ PKGBUILD2018-11-30 16:03:31 UTC (rev 340877)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e62aa6c1fb547f1d565bebe02b8b97010c012a2ed9e53341465b00afc4781e33'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340876, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:03:31 UTC (rev 340877)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7f793224ae2aa0a8455e258aa27701b98662af16a54ee1004bae6a48f52bb17c'
+'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
+}
+


[arch-commits] Commit in kimagemapeditor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:04:13
  Author: arojas
Revision: 340880

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

Added:
  kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340879, kimagemapeditor/kde-unstable/PKGBUILD)
Deleted:
  kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:03:57 UTC (rev 340879)
+++ PKGBUILD2018-11-30 16:04:13 UTC (rev 340880)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kimagemapeditor
-pkgver=18.11.80
-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 kdelibs4support kdesignerplugin)
-conflicts=(kdewebdev-kimagemapeditor)
-replaces=(kdewebdev-kimagemapeditor)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fe53e3ef427c7e59e0194a88cb10c054e81e79b00332055fa83aa5fbb9b07811'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340879, 
kimagemapeditor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:04:13 UTC (rev 340880)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kimagemapeditor
+pkgver=18.11.90
+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 kdelibs4support kdesignerplugin)
+conflicts=(kdewebdev-kimagemapeditor)
+replaces=(kdewebdev-kimagemapeditor)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0960d5219f77ccbdaf2c4b30df1954973ee4cdadb8e61d40037722c63ac5cffd'
+'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
+}


[arch-commits] Commit in kteatime/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:03:04
  Author: arojas
Revision: 340875

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

Added:
  kteatime/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340874, kteatime/kde-unstable/PKGBUILD)
Deleted:
  kteatime/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:02:49 UTC (rev 340874)
+++ PKGBUILD2018-11-30 16:03:04 UTC (rev 340875)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ffcab48db1d929c28538a82074ca9ea33844546dac088d8fa0eae321f00f3130'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340874, 
kteatime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:03:04 UTC (rev 340875)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('89a132b3dc0e0cc466436941dee3630bd1104df814de6ee632a1345ef4b00193'
+'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
+}


[arch-commits] Commit in ktimer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:03:18
  Author: arojas
Revision: 340876

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

Added:
  ktimer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340875, ktimer/kde-unstable/PKGBUILD)
Deleted:
  ktimer/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:03:04 UTC (rev 340875)
+++ PKGBUILD2018-11-30 16:03:18 UTC (rev 340876)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('25570ab05ae86865f17783eca5ebb280648ed9b10f8f9b8e4e45c61f71b19838'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340875, 
ktimer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:03:18 UTC (rev 340876)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('99a33ea0d4a5a4edd01f0d399d5d7cefd8cedf291934b4adeb637d7b115f27e2'
+'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
+}


[arch-commits] Commit in kdebugsettings/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:02:11
  Author: arojas
Revision: 340871

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

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

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

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

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

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

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kgpg/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:02:49
  Author: arojas
Revision: 340874

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

Added:
  kgpg/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340873, kgpg/kde-unstable/PKGBUILD)
Deleted:
  kgpg/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:02:36 UTC (rev 340873)
+++ PKGBUILD2018-11-30 16:02:49 UTC (rev 340874)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgpg
-pkgver=18.11.80
-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)
-conflicts=(kdeutils-kgpg)
-replaces=(kdeutils-kgpg)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3bfeaa7f923909b923f1de34377d06872b222d76d278d1f547a68c7916f57929'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340873, 
kgpg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:02:49 UTC (rev 340874)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=18.11.90
+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)
+conflicts=(kdeutils-kgpg)
+replaces=(kdeutils-kgpg)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f9476a015f2b7ca96655a4073c99e338f2e7bdac014d282f9d758b2c540d01c2'
+'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
+}


[arch-commits] Commit in kcharselect/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:01:59
  Author: arojas
Revision: 340870

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

Added:
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340869, kcharselect/kde-unstable/PKGBUILD)
Deleted:
  kcharselect/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:01:47 UTC (rev 340869)
+++ PKGBUILD2018-11-30 16:01:59 UTC (rev 340870)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e4021f57f5bd8f432c7c0f5c785a6d842215344b76144559e80f2b04ad8c0290'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340869, 
kcharselect/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:01:59 UTC (rev 340870)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fbcee20ef37a823a87e23e077e02b8e0a8a25febc761448569cd8ec6d18dc1e1'
+'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
+}


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

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:01:47
  Author: arojas
Revision: 340869

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

Added:
  kcalc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340868, kcalc/kde-unstable/PKGBUILD)
Deleted:
  kcalc/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:01:34 UTC (rev 340868)
+++ PKGBUILD2018-11-30 16:01:47 UTC (rev 340869)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d594b98a744f83998d2af55f3d34b63f6f4a1e01ce7d5fb7140f2ac9c8ff1eda'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340868, 
kcalc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:01:47 UTC (rev 340869)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b8d0ab21ae5a3b6219a6117fc37773118fe648edc23240fa0732a03a69cd4f0a'
+'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
+}


[arch-commits] Commit in kfloppy/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:02:36
  Author: arojas
Revision: 340873

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

Added:
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340872, kfloppy/kde-unstable/PKGBUILD)
Deleted:
  kfloppy/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:02:24 UTC (rev 340872)
+++ PKGBUILD2018-11-30 16:02:36 UTC (rev 340873)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=18.11.80
-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)
-conflicts=(kdeutils-kfloppy)
-replaces=(kdeutils-kfloppy)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('60fafc13e02c011c2c508ba29c7fbf829f71886825a686fb405c834172cd01be'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340872, 
kfloppy/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:02:36 UTC (rev 340873)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=18.11.90
+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)
+conflicts=(kdeutils-kfloppy)
+replaces=(kdeutils-kfloppy)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('873510c1fd4135b14fc2528abeced6bb64a5a41a1408dd93af420ffee6cf8f74'
+'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
+}


[arch-commits] Commit in kdf/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:02:24
  Author: arojas
Revision: 340872

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

Added:
  kdf/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340871, kdf/kde-unstable/PKGBUILD)
Deleted:
  kdf/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:02:11 UTC (rev 340871)
+++ PKGBUILD2018-11-30 16:02:24 UTC (rev 340872)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdf
-pkgver=18.11.80
-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)
-conflicts=(kdeutils-kdf)
-replaces=(kdeutils-kdf)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('98b2bb2a9be41199299a2d675edeb2ad6213d68c725eb752e4924d873c1ba3d0'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340871, 
kdf/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:02:24 UTC (rev 340872)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=18.11.90
+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)
+conflicts=(kdeutils-kdf)
+replaces=(kdeutils-kdf)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cbb070fd8a465b64c4848cea65123cb2863cad73d75d362ddfeef8ea7088d226'
+'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
+}


[arch-commits] Commit in filelight/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:01:22
  Author: arojas
Revision: 340867

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

Added:
  filelight/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340866, filelight/kde-unstable/PKGBUILD)
Deleted:
  filelight/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:01:09 UTC (rev 340866)
+++ PKGBUILD2018-11-30 16:01:22 UTC (rev 340867)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e4a68becc9b349e332af565737fbf13a36633774fedede2e4c261b075a3ff8c5'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340866, 
filelight/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:01:22 UTC (rev 340867)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('99d08c37265cba983b90dc3103017a86f14c6ba81d73940021178f937801d6b4'
+'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
+}


[arch-commits] Commit in kbackup/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:01:34
  Author: arojas
Revision: 340868

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

Added:
  kbackup/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340867, kbackup/kde-unstable/PKGBUILD)
Deleted:
  kbackup/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:01:22 UTC (rev 340867)
+++ PKGBUILD2018-11-30 16:01:34 UTC (rev 340868)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: BluePeril 
-
-pkgname=kbackup
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a236ca207504a7e9902b2fa75a2fb660cbf43fd984081ac5517c6b37ef2d5f99'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340867, 
kbackup/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:01:34 UTC (rev 340868)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: BluePeril 
+
+pkgname=kbackup
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('399a893890757613bd1df38aba3070fb184227ea85c7fdfb1b831ba304853bd0'
+'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
+}


[arch-commits] Commit in ark/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:01:09
  Author: arojas
Revision: 340866

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

Added:
  ark/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340865, ark/kde-unstable/PKGBUILD)
Deleted:
  ark/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:00:54 UTC (rev 340865)
+++ PKGBUILD2018-11-30 16:01:09 UTC (rev 340866)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=18.11.80
-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')
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9e236b75831a8b3b426299ab52004e5c0680cb48d4c5920d94d0037ab31588b0'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340865, 
ark/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:01:09 UTC (rev 340866)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=18.11.90
+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')
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1399fa165abacdb770dbcf3826563ba20ae620177729581221a36fae1cd66350'
+'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
+}
+


[arch-commits] Commit in kdesdk-thumbnailers/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:00:42
  Author: arojas
Revision: 340864

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

Added:
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340863, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
Deleted:
  kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:00:30 UTC (rev 340863)
+++ PKGBUILD2018-11-30 16:00:42 UTC (rev 340864)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e4776e532e4a1029f8290af486b53f3d13bca0f2aa9d8222a5c9bf15df7194f8'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 
340863, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:00:42 UTC (rev 340864)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('629826fb07b4db9a8a5ece27466763bfa2d8275f590ba54406c143a13bfd2b6b'
+'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
+}


[arch-commits] Commit in umbrello/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:00:54
  Author: arojas
Revision: 340865

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

Added:
  umbrello/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340864, umbrello/kde-unstable/PKGBUILD)
Deleted:
  umbrello/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:00:42 UTC (rev 340864)
+++ PKGBUILD2018-11-30 16:00:54 UTC (rev 340865)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(x86_64)
-url='https://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(kdelibs4support kdevelop)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt)
-groups=(kde-applications kdesdk)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7efc2af1cf3e67e66901ff21d5cc8e822ca7a0c79661a46a929458078a0ef72c'
-'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 \
--DBUILD_UNITTESTS=OFF \
--DBUILD_KF5=ON
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}
-

Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 340864, 
umbrello/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:00:54 UTC (rev 340865)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(x86_64)
+url='https://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(kdelibs4support kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('01e1d2171a99db4ed8c21aca8670e9987e69c256cb4dca7f0dc357252cd29055'
+'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 \
+-DBUILD_UNITTESTS=OFF \
+-DBUILD_KF5=ON
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}
+


[arch-commits] Commit in poxml/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:00:30
  Author: arojas
Revision: 340863

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

Added:
  poxml/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340862, poxml/kde-unstable/PKGBUILD)
Deleted:
  poxml/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:00:15 UTC (rev 340862)
+++ PKGBUILD2018-11-30 16:00:30 UTC (rev 340863)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=18.11.80
-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)
-conflicts=(kdesdk-poxml)
-replaces=(kdesdk-poxml)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d629e354cd779fea73b14da53309ea618fa263af626ed9be539e66654968ed53'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340862, 
poxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:00:30 UTC (rev 340863)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=18.11.90
+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)
+conflicts=(kdesdk-poxml)
+replaces=(kdesdk-poxml)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c781021e4b512846573bbae04f9250739916c39945696708e5827ea761486774'
+'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
+}


[arch-commits] Commit in lokalize/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:00:15
  Author: arojas
Revision: 340862

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

Added:
  lokalize/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340861, lokalize/kde-unstable/PKGBUILD)
Deleted:
  lokalize/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 16:00:02 UTC (rev 340861)
+++ PKGBUILD2018-11-30 16:00:15 UTC (rev 340862)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=18.11.80
-pkgrel=2
-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')
-conflicts=(kdesdk-lokalize)
-replaces=(kdesdk-lokalize)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dd274d0582e770c63f5e2d45c580cbe83f835a6ba8541c20938121b73c206431'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340861, 
lokalize/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:00:15 UTC (rev 340862)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=18.11.90
+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')
+conflicts=(kdesdk-lokalize)
+replaces=(kdesdk-lokalize)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2df963b44bab33677b23c91e03f36a55c31c7b141b550807f63342e2360f32ee'
+'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
+}


[arch-commits] Commit in kompare/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 16:00:02
  Author: arojas
Revision: 340861

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

Added:
  kompare/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340860, kompare/kde-unstable/PKGBUILD)
Deleted:
  kompare/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:59:49 UTC (rev 340860)
+++ PKGBUILD2018-11-30 16:00:02 UTC (rev 340861)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Graphical file differences tool'
-url='https://kde.org/applications/development/kompare/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(libkomparediff2 ktexteditor hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3a190244a837641f47a661da29677c4f320685136d5f1e91f008e6e509634f66'
-'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: kompare/repos/kde-unstable-x86_64/PKGBUILD (from rev 340860, 
kompare/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 16:00:02 UTC (rev 340861)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Graphical file differences tool'
+url='https://kde.org/applications/development/kompare/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(libkomparediff2 ktexteditor hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('23433f695e506ae5596d1d5db53b42da6368cdb685311f7e969b00b34042949f'
+'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
+}


[arch-commits] Commit in kirigami-gallery/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:59:49
  Author: arojas
Revision: 340860

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

Added:
  kirigami-gallery/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340859, kirigami-gallery/kde-unstable/PKGBUILD)
Deleted:
  kirigami-gallery/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:59:37 UTC (rev 340859)
+++ PKGBUILD2018-11-30 15:59:49 UTC (rev 340860)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kirigami-gallery
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7376a29e9ab93ea18ca3b10757632dc4a21962a907cecededab212289f40a4f4'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340859, 
kirigami-gallery/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:59:49 UTC (rev 340860)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami-gallery
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6976194923b2d34b8061e39861a2a11e5305ea65cdfd358574c0b8983ba493a8'
+'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
+}


[arch-commits] Commit in kdesdk-kioslaves/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:59:37
  Author: arojas
Revision: 340859

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

Added:
  kdesdk-kioslaves/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340858, kdesdk-kioslaves/kde-unstable/PKGBUILD)
Deleted:
  kdesdk-kioslaves/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:59:23 UTC (rev 340858)
+++ PKGBUILD2018-11-30 15:59:37 UTC (rev 340859)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='KDE SDK KIO-Slaves'
-url='https://www.kde.org/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kio)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('defdaca186992ef7e59d6ad9f1b3371bbc74f40d'
-  '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-kioslaves/repos/kde-unstable-x86_64/PKGBUILD (from rev 340858, 
kdesdk-kioslaves/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:59:37 UTC (rev 340859)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kioslaves
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='KDE SDK KIO-Slaves'
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('a52ebd232a0f9913f0453361a482ef01d4b1a6e0'
+  '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
+}


[arch-commits] Commit in kcachegrind/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:59:23
  Author: arojas
Revision: 340858

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

Added:
  kcachegrind/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340857, kcachegrind/kde-unstable/PKGBUILD)
Deleted:
  kcachegrind/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:59:09 UTC (rev 340857)
+++ PKGBUILD2018-11-30 15:59:23 UTC (rev 340858)
@@ -1,65 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kcachegrind
-pkgname=(kcachegrind kcachegrind-common qcachegrind)
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Visualization of Performance Profiling Data'
-url='https://kde.org/applications/development/kcachegrind/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-makedepends=(extra-cmake-modules kdoctools qt5-tools kio)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('14f40edd7f7b474cfa9b8ca35440dbfeac5a5aefe4f86a78408256ff92b329a7'
-'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_kcachegrind() {
-  groups=(kde-applications kdesdk)
-  depends=(kio kcachegrind-common)
-  conflicts=(kdesdk-kcachegrind)
-  replaces=(kdesdk-kcachegrind)
-  optdepends=('graphviz: for plotting support')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r "$pkgdir"/usr/{bin/*tree,share/{doc,icons,locale}}
-}
-
-package_kcachegrind-common() {
-  pkgdesc+=' (common files)'
-  depends=(hicolor-icon-theme)
-  optdepends=('php: for pprof2calltree' 'python2: for hotshot2calltree')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-  rm -r 
"$pkgdir"/usr/{bin/kcachegrind,share/{kxmlgui5,kcachegrind,applications}} # 
provided by kcachegrind
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-"$pkgdir"/usr/bin/hotshot2calltree
-}
-
-package_qcachegrind() {
-  pkgdesc+=' (pure Qt version)'
-  depends=(qt5-base kcachegrind-common)
-  optdepends=('graphviz: for plotting support')
-
-  install -Dm755 build/qcachegrind/qcachegrind -t "$pkgdir"/usr/bin/
-  install -Dm644 $pkgbase-$pkgver/qcachegrind/qcachegrind.desktop -t 
"$pkgdir"/usr/share/applications/
-}

Copied: kcachegrind/repos/kde-unstable-x86_64/PKGBUILD (from rev 340857, 
kcachegrind/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:59:23 UTC (rev 340858)
@@ -0,0 +1,65 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kcachegrind
+pkgname=(kcachegrind kcachegrind-common qcachegrind)
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='https://kde.org/applications/development/kcachegrind/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kio)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2055613ed88be8db8d48be026d73d990e1d010a452d47cf47925468038040f75'
+'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_kcachegrind() {
+  groups=(kde-applications kdesdk)
+  depends=(kio kcachegrind-common)
+  conflicts=(kdesdk-kcachegrind)
+  replaces=(kdesdk-kcachegrind)
+  optdepends=('graphviz: for plotting support')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r "$pkgdir"/usr/{bin/*tree,share/{doc,icons,locale}}
+}
+
+package_kcachegrind-common() {
+  pkgdesc+=' (common files)'
+  depends=(hicolor-icon-theme)
+  optdepends=('php: for pprof2calltree' 'python2: for hotshot2calltree')
+
+  cd build
+  make DESTDIR="$pkgdir" install
+  rm -r 
"$pkgdir"/usr/{bin/kcachegrind,share/{kxmlgui5,kcachegrind,applications}} # 
provided by kcachegrind
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/hotshot2calltree
+}
+
+package_qcachegrind() {
+  pkgdesc+=' (pure Qt version)'
+  depends=(qt5-base kcachegrind-common desktop-file-utils)
+  optdepends=('graphviz: for plotting support')
+
+  install -Dm755 build/qcachegrind/qcachegrind -t "$pkgdir"/usr/bin/
+  install -Dm644 

[arch-commits] Commit in kapptemplate/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:59:09
  Author: arojas
Revision: 340857

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

Added:
  kapptemplate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340856, kapptemplate/kde-unstable/PKGBUILD)
Deleted:
  kapptemplate/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:58:56 UTC (rev 340856)
+++ PKGBUILD2018-11-30 15:59:09 UTC (rev 340857)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=18.11.80
-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)
-replaces=(kdesdk-kapptemplate)
-conflicts=(kdesdk-kapptemplate)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7f24cab0daf309519058c30cb3130a760fe22aca66aa6bef286908bb12078d96'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340856, 
kapptemplate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:59:09 UTC (rev 340857)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=18.11.90
+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)
+replaces=(kdesdk-kapptemplate)
+conflicts=(kdesdk-kapptemplate)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b660d42dd0224d022c3f09ec35fe85732693a16fe66fdfc254c3fee10694c706'
+'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
+}


[arch-commits] Commit in dolphin-plugins/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:58:56
  Author: arojas
Revision: 340856

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

Added:
  dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340855, dolphin-plugins/kde-unstable/PKGBUILD)
Deleted:
  dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:58:43 UTC (rev 340855)
+++ PKGBUILD2018-11-30 15:58:56 UTC (rev 340856)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Extra Dolphin plugins"
-arch=(x86_64)
-url="https://www.kde.org/applications/system/dolphin/;
-license=(LGPL)
-depends=(dolphin)
-makedepends=(extra-cmake-modules ktexteditor)
-optdepends=('ktexteditor: Mercurial plugin')
-conflicts=(kdesdk-dolphin-plugins)
-replaces=(kdesdk-dolphin-plugins)
-groups=(kde-applications kdesdk)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('35aa063eca6b11639298dec738a2e11b331e4d3745c6e7cf68f760a74b0964e2'
-'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: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 340855, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:58:56 UTC (rev 340856)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Extra Dolphin plugins"
+arch=(x86_64)
+url="https://www.kde.org/applications/system/dolphin/;
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+conflicts=(kdesdk-dolphin-plugins)
+replaces=(kdesdk-dolphin-plugins)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f9932e802c03b8875efff1af11c7cf4fc1adf10d5b6b50a19734fb6552163185'
+'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
+}


[arch-commits] Commit in kde-dev-scripts/repos/kde-unstable-any (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:58:43
  Author: arojas
Revision: 340855

archrelease: copy kde-unstable to kde-unstable-any

Added:
  kde-dev-scripts/repos/kde-unstable-any/PKGBUILD
(from rev 340854, kde-dev-scripts/kde-unstable/PKGBUILD)
Deleted:
  kde-dev-scripts/repos/kde-unstable-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:58:30 UTC (rev 340854)
+++ PKGBUILD2018-11-30 15:58:43 UTC (rev 340855)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Scripts and setting files useful during development of KDE software'
-url='https://www.kde.org/applications/development/'
-arch=(any)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-makedepends=(extra-cmake-modules kdoctools kdelibs4support)
-replaces=(kdesdk-dev-scripts)
-conflicts=(kdesdk-dev-scripts)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('947266e08fbd4cc07799661dbce6819b3e78c217ed372a9b0cd0b009155e6ade'
-'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
-
-  # Fix python 2 path
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
-
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
-  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
-"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
-
-# Install additional files
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
-  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
-}

Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 340854, 
kde-dev-scripts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:58:43 UTC (rev 340855)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://www.kde.org/applications/development/'
+arch=(any)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+makedepends=(extra-cmake-modules kdoctools kdelibs4support)
+replaces=(kdesdk-dev-scripts)
+conflicts=(kdesdk-dev-scripts)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1cff8ec04e9f731a78370dcad7efe0a6b84a9130c923ea51b8388927b5e70f9c'
+'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
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}


[arch-commits] Commit in kde-dev-utils/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:58:30
  Author: arojas
Revision: 340854

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

Added:
  kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340853, kde-dev-utils/kde-unstable/PKGBUILD)
Deleted:
  kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:58:12 UTC (rev 340853)
+++ PKGBUILD2018-11-30 15:58:30 UTC (rev 340854)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-utils
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
-url='https://www.kde.org/applications/development/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kparts qt5-tools)
-makedepends=(extra-cmake-modules)
-conflicts=(kdesdk-dev-utils)
-replaces=(kdesdk-dev-utils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f6230a149160e087ed26df6dd6fa3c40d2f4b822e2f54677ffbc3d7931ac0b5f'
-'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: kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD (from rev 340853, 
kde-dev-utils/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:58:30 UTC (rev 340854)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-utils
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://www.kde.org/applications/development/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kparts qt5-tools)
+makedepends=(extra-cmake-modules)
+conflicts=(kdesdk-dev-utils)
+replaces=(kdesdk-dev-utils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ad23e57c857b57f7b18f29b40a6ff98464ce5676896863771cb4ca84950a1ba5'
+'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
+}


[arch-commits] Commit in pim-sieve-editor/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:57:59
  Author: arojas
Revision: 340852

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

Added:
  pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340851, pim-sieve-editor/kde-unstable/PKGBUILD)
Deleted:
  pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:57:47 UTC (rev 340851)
+++ PKGBUILD2018-11-30 15:57:59 UTC (rev 340852)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=pim-sieve-editor
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Mail sieve editor"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(libksieve)
-makedepends=(extra-cmake-modules kdoctools boost)
-conflicts=('kdepim<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5cd662162bf9527202033687198cd5207b3e1d65714b52635ba17c7424e861b8'
-'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: pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 340851, 
pim-sieve-editor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:57:59 UTC (rev 340852)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-sieve-editor
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Mail sieve editor"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(libksieve)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kdepim<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5c4c00020f83008b7a682755d212590c314adfec44f421207c83de0e2548c387'
+'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
+}


[arch-commits] Commit in cervisia/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:58:12
  Author: arojas
Revision: 340853

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

Added:
  cervisia/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340852, cervisia/kde-unstable/PKGBUILD)
Deleted:
  cervisia/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:57:59 UTC (rev 340852)
+++ PKGBUILD2018-11-30 15:58:12 UTC (rev 340853)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=cervisia
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='CVS Frontend'
-url='https://kde.org/applications/development/cervisia/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kdesu kparts hicolor-icon-theme kinit)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdesdk-cervisia)
-replaces=(kdesdk-cervisia)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c673da3bd27b04d6b39762a0f9b6c1b06110845173a9a34f257c46bbd8199840'
-'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: cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 340852, 
cervisia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:58:12 UTC (rev 340853)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cervisia
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='https://kde.org/applications/development/cervisia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kdesu kparts hicolor-icon-theme kinit)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdesdk-cervisia)
+replaces=(kdesdk-cervisia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('77dc837cfa9e11292213bfb72be0fef72fdb95bc396192a441f8c8126a36c435'
+'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
+}


[arch-commits] Commit in pim-data-exporter/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:57:47
  Author: arojas
Revision: 340851

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

Added:
  pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340850, pim-data-exporter/kde-unstable/PKGBUILD)
Deleted:
  pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:57:34 UTC (rev 340850)
+++ PKGBUILD2018-11-30 15:57:47 UTC (rev 340851)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=pim-data-exporter
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Import and export KDE PIM settings"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(calendarsupport mailcommon)
-makedepends=(extra-cmake-modules kdoctools boost)
-conflicts=(kdepim-common)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a0a3c7131d811603bdcfd6f5fd75f35cc8028cfd7630c84ef2b828e749e385b3'
-'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: pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD (from rev 340850, 
pim-data-exporter/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:57:47 UTC (rev 340851)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-data-exporter
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Import and export KDE PIM settings"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(calendarsupport mailcommon)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c36ddcbdb53960f74aee0a4920b79a615eddb7302cb89826b9af6ea9b8d55d21'
+'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
+}


[arch-commits] Commit in korganizer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:57:20
  Author: arojas
Revision: 340849

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

Added:
  korganizer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340848, korganizer/kde-unstable/PKGBUILD)
Deleted:
  korganizer/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:57:07 UTC (rev 340848)
+++ PKGBUILD2018-11-30 15:57:20 UTC (rev 340849)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=korganizer
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Calendar and scheduling Program"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime kontactinterface incidenceeditor)
-makedepends=(extra-cmake-modules kdoctools qt5-tools boost)
-optdepends=('kdepim-addons: additional plugins')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8206c4e974c32035740c3fe71ec9aa36eba3f71a44d7897fefebeacad996a4b9'
-'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: korganizer/repos/kde-unstable-x86_64/PKGBUILD (from rev 340848, 
korganizer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:57:20 UTC (rev 340849)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=korganizer
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Calendar and scheduling Program"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime kontactinterface incidenceeditor)
+makedepends=(extra-cmake-modules kdoctools qt5-tools boost)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('87de775a7dd712fb5881823ca11160dd0466d68b97282d35d68f93680fa70df7'
+'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
+}


[arch-commits] Commit in mbox-importer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:57:34
  Author: arojas
Revision: 340850

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

Added:
  mbox-importer/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340849, mbox-importer/kde-unstable/PKGBUILD)
Deleted:
  mbox-importer/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:57:20 UTC (rev 340849)
+++ PKGBUILD2018-11-30 15:57:34 UTC (rev 340850)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=mbox-importer
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Import mbox files to KMail"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(mailcommon)
-makedepends=(extra-cmake-modules boost)
-conflicts=('kmail<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2cd85ece7f2b7405c6fa18201e51388a5ac46595cb75492116b1969f63a5543d'
-'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: mbox-importer/repos/kde-unstable-x86_64/PKGBUILD (from rev 340849, 
mbox-importer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:57:34 UTC (rev 340850)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=mbox-importer
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Import mbox files to KMail"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(mailcommon)
+makedepends=(extra-cmake-modules boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('eb7b70365a3370e16df99504c90a07cfbde2f1203f71bffa754000cdbc6c001a'
+'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
+}


[arch-commits] Commit in kontact/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:57:07
  Author: arojas
Revision: 340848

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

Added:
  kontact/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340847, kontact/kde-unstable/PKGBUILD)
Deleted:
  kontact/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:56:54 UTC (rev 340847)
+++ PKGBUILD2018-11-30 15:57:07 UTC (rev 340848)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kontact
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="KDE Personal Information Manager"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kontactinterface kmail-account-wizard kdepim-apps-libs)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('3699b5b82ad4821f544eeaaf56fa034264e9e61c91c606e70838b73615f4d779'
-'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: kontact/repos/kde-unstable-x86_64/PKGBUILD (from rev 340847, 
kontact/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:57:07 UTC (rev 340848)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kontact
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="KDE Personal Information Manager"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kontactinterface kmail-account-wizard kdepim-apps-libs)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1704189528a21a2eada0c29d7c821e9fda779ef88a03c4d47cf6db8b37dfa9ae'
+'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
+}


[arch-commits] Commit in knotes/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:56:54
  Author: arojas
Revision: 340847

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

Added:
  knotes/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340846, knotes/kde-unstable/PKGBUILD)
Deleted:
  knotes/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:56:40 UTC (rev 340846)
+++ PKGBUILD2018-11-30 15:56:54 UTC (rev 340847)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=knotes
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Popup notes"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime kdnssd kontactinterface)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8542fb5aaea38c89954843e00d8819f6ff3001582999ea3e72d21b834c133559'
-'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: knotes/repos/kde-unstable-x86_64/PKGBUILD (from rev 340846, 
knotes/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:56:54 UTC (rev 340847)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=knotes
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Popup notes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime kdnssd kontactinterface)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('597732571567a58352cb90d28b46dc330cda1a7c3e16aa598d03eab23ebaac0d'
+'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
+}


[arch-commits] Commit in kmail-account-wizard/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:56:40
  Author: arojas
Revision: 340846

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

Added:
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340845, kmail-account-wizard/kde-unstable/PKGBUILD)
Deleted:
  kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:56:24 UTC (rev 340845)
+++ PKGBUILD2018-11-30 15:56:40 UTC (rev 340846)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail-account-wizard
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="KMail account wizard"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
-makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
-conflicts=(kdepim-common)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('dd8158ad39aa3fe487c9c0797107c9aeb3555af93965ded19e293713fc9454fd'
-'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: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
340845, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:56:40 UTC (rev 340846)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="KMail account wizard"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kidentitymanagement libkleo pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+conflicts=(kdepim-common)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6dba0503dac31a5ff389d9f0a23a96995abd0696b3ac2fe0f8838837c7b8ca5b'
+'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
+}


[arch-commits] Commit in kdepim-addons/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:55:54
  Author: arojas
Revision: 340843

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

Added:
  kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340842, kdepim-addons/kde-unstable/PKGBUILD)
Deleted:
  kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:55:39 UTC (rev 340842)
+++ PKGBUILD2018-11-30 15:55:54 UTC (rev 340843)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-addons
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Addons for KDE PIM applications'
-arch=(x86_64)
-url='https://kontact.kde.org'
-license=(GPL LGPL FDL)
-depends=(incidenceeditor ktnef libksieve akonadi-notes akonadi-import-wizard 
kparts poppler-qt5 kitinerary discount)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('91b7d0856018515571b8663ceddfc91f7b5d0825e353c573a78c3f0f87de0c07'
-'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: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 340842, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:55:54 UTC (rev 340843)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Addons for KDE PIM applications'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL LGPL FDL)
+depends=(incidenceeditor ktnef libksieve akonadi-notes akonadi-import-wizard 
kparts poppler-qt5 kitinerary discount)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('98b78655802c14549c63d93ab206f55a757ccd3ded835ae31af8e95490a42ad4'
+'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
+}


[arch-commits] Commit in kmail/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:56:24
  Author: arojas
Revision: 340845

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

Added:
  kmail/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340844, kmail/kde-unstable/PKGBUILD)
Deleted:
  kmail/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:56:09 UTC (rev 340844)
+++ PKGBUILD2018-11-30 15:56:24 UTC (rev 340845)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="KDE mail client"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime kmail-account-wizard akonadi-import-wizard 
mbox-importer
- pim-data-exporter pim-sieve-editor kontactinterface ktnef)
-makedepends=(extra-cmake-modules kdoctools boost)
-optdepends=('kleopatra: mail encryption support' 'kdepim-addons: additional 
plugins')
-conflicts=('ktnef<18')
-replaces=('ktnef<18')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5a2f6a3efa31889f9d2db3bea0448ace2df02fa0f8c7907ee591d6cda15cff50'
-'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: kmail/repos/kde-unstable-x86_64/PKGBUILD (from rev 340844, 
kmail/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:56:24 UTC (rev 340845)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="KDE mail client"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime kmail-account-wizard akonadi-import-wizard 
mbox-importer
+ pim-data-exporter pim-sieve-editor kontactinterface ktnef)
+makedepends=(extra-cmake-modules kdoctools boost)
+optdepends=('kleopatra: mail encryption support' 'kdepim-addons: additional 
plugins')
+conflicts=('ktnef<18')
+replaces=('ktnef<18')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('585da28d76dfdca68d004332936358c3d7229c4d97fe6db364ddaa01462b30b3'
+'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
+}


[arch-commits] Commit in kleopatra/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:56:09
  Author: arojas
Revision: 340844

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

Added:
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340843, kleopatra/kde-unstable/PKGBUILD)
Deleted:
  kleopatra/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:55:54 UTC (rev 340843)
+++ PKGBUILD2018-11-30 15:56:09 UTC (rev 340844)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kleopatra
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Certificate Manager and Unified Crypto GUI'
-arch=(x86_64)
-url='https://www.kde.org/applications/utilities/kleopatra/'
-license=(GPL LGPL FDL)
-depends=(hicolor-icon-theme libkleo kcmutils kmime)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d3c9f148cee2f18dd0fce9e805d50aedce9d95d9ff78021f99c7016b06ade59b'
-'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: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 340843, 
kleopatra/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:56:09 UTC (rev 340844)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(x86_64)
+url='https://www.kde.org/applications/utilities/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('eff2c695ff437548004c87ffecbf87cb5064e273203f9ac1beba6e80dde7700a'
+'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
+}


[arch-commits] Commit in kalarm/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:55:39
  Author: arojas
Revision: 340842

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

Added:
  kalarm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340841, kalarm/kde-unstable/PKGBUILD)
Deleted:
  kalarm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:55:26 UTC (rev 340841)
+++ PKGBUILD2018-11-30 15:55:39 UTC (rev 340842)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kalarm
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Personal alarm scheduler"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime)
-makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin 
kdepim-apps-libs mailcommon)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('21dbd7cc078ddce79f6cebf286c291d7b2478f544ff3f44c62f49130cd221e6c'
-'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: kalarm/repos/kde-unstable-x86_64/PKGBUILD (from rev 340841, 
kalarm/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:55:39 UTC (rev 340842)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalarm
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Personal alarm scheduler"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime)
+makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin 
kdepim-apps-libs mailcommon)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f7dc1244079be3bd40ff1aaa4e1eba63f6ddea2f34dcd2f2c3448dc40d9acb5c'
+'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
+}


[arch-commits] Commit in grantlee-editor/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:55:13
  Author: arojas
Revision: 340840

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

Added:
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340839, grantlee-editor/kde-unstable/PKGBUILD)
Deleted:
  grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:54:58 UTC (rev 340839)
+++ PKGBUILD2018-11-30 15:55:13 UTC (rev 340840)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=grantlee-editor
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Editor for Grantlee themes"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(messagelib ktexteditor)
-makedepends=(extra-cmake-modules kdoctools boost)
-conflicts=('kmail<16.11')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c6bd7149353691d901814cfd52c25831a1e40925dc994da6a62fe5cc1b24af75'
-'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: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 340839, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:55:13 UTC (rev 340840)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+conflicts=('kmail<16.11')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3ceb7e1e9c0416473a419b94b815500c2b6b65eef6135b5cc9c0b997e2e7908e'
+'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
+}


[arch-commits] Commit in kaddressbook/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:55:26
  Author: arojas
Revision: 340841

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

Added:
  kaddressbook/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340840, kaddressbook/kde-unstable/PKGBUILD)
Deleted:
  kaddressbook/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:55:13 UTC (rev 340840)
+++ PKGBUILD2018-11-30 15:55:26 UTC (rev 340841)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kaddressbook
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="KDE contact manager"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kontactinterface kdepim-runtime kdepim-apps-libs)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ab264f9d793c7ebb347edc758acfae016374ab0c812c695e3a32e0e895066ad9'
-'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: kaddressbook/repos/kde-unstable-x86_64/PKGBUILD (from rev 340840, 
kaddressbook/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:55:26 UTC (rev 340841)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kaddressbook
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="KDE contact manager"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kontactinterface kdepim-runtime kdepim-apps-libs)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f7445f1411e1fafc51f5a27cd97c86332cd58379293a024974509f2b00619209'
+'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
+}


[arch-commits] Commit in akonadiconsole/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:54:46
  Author: arojas
Revision: 340838

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

Added:
  akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340837, akonadiconsole/kde-unstable/PKGBUILD)
Deleted:
  akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:54:33 UTC (rev 340837)
+++ PKGBUILD2018-11-30 15:54:46 UTC (rev 340838)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadiconsole
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Akonadi management and debugging console"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(calendarsupport messagelib)
-makedepends=(extra-cmake-modules kdoctools boost)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e7d010fd61e7c3f517711bd5959a8f16fb2dcbd27e79b4c54c9770ebd599cce3'
-'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: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 340837, 
akonadiconsole/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:54:46 UTC (rev 340838)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadiconsole
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Akonadi management and debugging console"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(calendarsupport messagelib)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('13a7468ffe4b15c994b9d92420ede7eb39f047bd9f6d4b6d21c87c89270930be'
+'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
+}


[arch-commits] Commit in akonadi-calendar-tools/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:54:33
  Author: arojas
Revision: 340837

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

Added:
  akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340836, akonadi-calendar-tools/kde-unstable/PKGBUILD)
Deleted:
  akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:54:21 UTC (rev 340836)
+++ PKGBUILD2018-11-30 15:54:33 UTC (rev 340837)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadi-calendar-tools
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="CLI tools to manage akonadi calendars"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(calendarsupport kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost)
-conflicts=(konsolekalendar)
-replaces=(konsolekalendar)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ef448d23ab8969774f77183edac84af3ea023f6b1c213fbc605f465090444239'
-'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-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 
340836, akonadi-calendar-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:54:33 UTC (rev 340837)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-calendar-tools
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="CLI tools to manage akonadi calendars"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(calendarsupport kdelibs4support)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin boost)
+conflicts=(konsolekalendar)
+replaces=(konsolekalendar)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('225a5964d706ea1a3d679788715d3c00aefb3a05c0333d50d2e915fbdc739e59'
+'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
+}


[arch-commits] Commit in akregator/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:54:58
  Author: arojas
Revision: 340839

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

Added:
  akregator/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340838, akregator/kde-unstable/PKGBUILD)
Deleted:
  akregator/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:54:46 UTC (rev 340838)
+++ PKGBUILD2018-11-30 15:54:58 UTC (rev 340839)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akregator
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="A Feed Reader by KDE"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kontactinterface messagelib knotifyconfig ktexteditor syndication)
-makedepends=(extra-cmake-modules boost kdoctools)
-optdepends=('kdepim-addons: additional plugins')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a5a99912bc6d36d332689caa46857fb56abe6080748f570501c20902dfffb713'
-'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: akregator/repos/kde-unstable-x86_64/PKGBUILD (from rev 340838, 
akregator/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:54:58 UTC (rev 340839)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akregator
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="A Feed Reader by KDE"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kontactinterface messagelib knotifyconfig ktexteditor syndication)
+makedepends=(extra-cmake-modules boost kdoctools)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b6864051b444b792000411ee579c60c76f6ea621b7e0e8fe2e239fbf8e36760b'
+'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
+}


[arch-commits] Commit in telepathy-kde-text-ui/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:54:21
  Author: arojas
Revision: 340836

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

Added:
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340835, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:54:05 UTC (rev 340835)
+++ PKGBUILD2018-11-30 15:54:21 UTC (rev 340836)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Telepathy handler for Text Chats'
-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 qt5-webengine kemoticons)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('816de16de30fe31aacf43088cede253b9492686c10ea3b50d747e3bb652094b0'
-'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-text-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
340835, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:54:21 UTC (rev 340836)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Telepathy handler for Text Chats'
+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 qt5-webengine kemoticons)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('eb39804da7ceb626681faeeec1b8d282e3a1ce7c3fe4ab99419e6f663cc30a9b'
+'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
+}


[arch-commits] Commit in telepathy-kde-send-file/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:54:05
  Author: arojas
Revision: 340835

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

Added:
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340834, telepathy-kde-send-file/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:53:52 UTC (rev 340834)
+++ PKGBUILD2018-11-30 15:54:05 UTC (rev 340835)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('f7af55cddb113d793784a83f3686bf61517cedacca5a5b9876f52cbe5042ca11'
-'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-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
340834, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:54:05 UTC (rev 340835)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='A File manager plugin to launch a file transfer job with a specified 
contact'
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('03aba2a2a359c4c70c52f04a6ad21bb1cbd6f29c8d53f8909c7cde3cf71c8c33'
+'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
+}


[arch-commits] Commit in telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:53:40
  Author: arojas
Revision: 340833

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

Added:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340832, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:53:24 UTC (rev 340832)
+++ PKGBUILD2018-11-30 15:53:40 UTC (rev 340833)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='KDE Telepathy file transfer handler'
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('da6e5ac2b97974a1190a5a8434cd06b1f2f128ac0a32403e52257a7a74911bb8'
-'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-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 340832, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:53:40 UTC (rev 340833)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='KDE Telepathy file transfer handler'
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f37e07655f1cd319757504d7205d4efeca9a08ba593ce2253117c6b41d2e5107'
+'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
+}


[arch-commits] Commit in telepathy-kde-integration-module/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:53:52
  Author: arojas
Revision: 340834

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

Added:
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340833, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:53:40 UTC (rev 340833)
+++ PKGBUILD2018-11-30 15:53:52 UTC (rev 340834)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
-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 kidletime kactivities)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('90d7c790baa413ae50fdc8f2306a9c26645088b93e1cb76157b104a75875837d'
-'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-integration-module/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 340833, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:53:52 UTC (rev 340834)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Sits in KDED and takes care of various bits of system integration 
like setting user to auto-away or handling connection errors'
+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 kidletime kactivities)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5bc0741d6d925083c893d84820ffc5d1215bb7b6f41fadd857283776289a241c'
+'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
+}


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

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:53:24
  Author: arojas
Revision: 340832

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

Added:
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340831, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:53:09 UTC (rev 340831)
+++ PKGBUILD2018-11-30 15:53:24 UTC (rev 340832)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e11704822e716e2fba5a01ea241627c4ea548183a0138e951c5ed754e49bc189'
-'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/kde-unstable-x86_64/PKGBUILD (from 
rev 340831, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:53:24 UTC (rev 340832)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('948011dd905bb4f5caf2c010988ea2fe1343391d3de81c702b25d863dc63c2ec'
+'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
+}


[arch-commits] Commit in telepathy-kde-call-ui/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:52:42
  Author: arojas
Revision: 340829

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

Added:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340828, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:52:29 UTC (rev 340828)
+++ PKGBUILD2018-11-30 15:52:42 UTC (rev 340829)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e4fc9a29dfbf1da9d9093799c8b4c3f9e139d7b882f8c3d878ba6b1d76628a8f'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 
340828, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:52:42 UTC (rev 340829)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bc26390e60bb9694e8220dbedbeb50dca0fed1441639d2afde0d75b95a32b4db'
+'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
+}


[arch-commits] Commit in telepathy-kde-contact-runner/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:53:09
  Author: arojas
Revision: 340831

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

Added:
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340830, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:52:55 UTC (rev 340830)
+++ PKGBUILD2018-11-30 15:53:09 UTC (rev 340831)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a28fbac2233a912a368bae2d37b8476b1b76463bdcf90824543d4e958c6a913a'
-'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/kde-unstable-x86_64/PKGBUILD (from 
rev 340830, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:53:09 UTC (rev 340831)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fdfb6e5a6dc0b2b6d045f635e63e9cb75935b662c8f36c8aff2c63a4d27e1312'
+'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
+}


[arch-commits] Commit in telepathy-kde-contact-list/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:52:55
  Author: arojas
Revision: 340830

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

Added:
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340829, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:52:42 UTC (rev 340829)
+++ PKGBUILD2018-11-30 15:52:55 UTC (rev 340830)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e55b9e49f119ef6c501c72547de02d6892db3732f0b8c6624f90a2160de82031'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 
340829, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:52:55 UTC (rev 340830)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0f1ab3692964a5bf84e4fb12b60551932e3de55649a1b79d9f636dfb09b5d086'
+'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
+}


[arch-commits] Commit in telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:52:03
  Author: arojas
Revision: 340826

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

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340825, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:51:49 UTC (rev 340825)
+++ PKGBUILD2018-11-30 15:52:03 UTC (rev 340826)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7709c152ac7830814c3c6ed8ce9d2d432f2792b0899bd7ed75ed895219161210'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 
340825, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:52:03 UTC (rev 340826)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f7d47daa34b2a7bce5763ccb08321221e12e00a028dc0b93b69f942635900194'
+'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
+}


[arch-commits] Commit in kio-extras/repos/kde-unstable-x86_64 (4 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:51:49
  Author: arojas
Revision: 340825

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

Added:
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340824, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras-rpc.patch
(from rev 340824, kio-extras/kde-unstable/kio-extras-rpc.patch)
Deleted:
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
  kio-extras/repos/kde-unstable-x86_64/kio-extras-rpc.patch

--+
 PKGBUILD |   90 -
 kio-extras-rpc.patch |   90 -
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:51:37 UTC (rev 340824)
+++ PKGBUILD2018-11-30 15:51:49 UTC (rev 340825)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="Additional components to increase the functionality of KIO"
-arch=(x86_64)
-url='https://www.kde.org/applications/internet/'
-license=(LGPL)
-depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities)
-makedepends=(extra-cmake-modules kdoctools gperf taglib khtml libappimage)
-optdepends=('qt5-imageformats: thumbnails for additional image formats'
-'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
-'khtml: man kioslave' 'phonon-qt5: audio file previews' 
'libappimage: AppImage thumbnails')
-groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-kio-extras-rpc.patch)
-sha256sums=('c0d7e7509382e071cb552f2a33a624e4f7f74c62044ec182d080aa78600808de'
-'SKIP'
-'94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27
-}
-
-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: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 340824, 
kio-extras/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:51:49 UTC (rev 340825)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="Additional components to increase the functionality of KIO"
+arch=(x86_64)
+url='https://www.kde.org/applications/internet/'
+license=(LGPL)
+depends=(kio kdnssd libssh smbclient exiv2 openexr libmtp kpty kactivities)
+makedepends=(extra-cmake-modules kdoctools gperf taglib khtml libappimage)
+optdepends=('qt5-imageformats: thumbnails for additional image formats'
+'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
+'khtml: man kioslave' 'phonon-qt5: audio file previews' 
'libappimage: AppImage thumbnails')
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
+kio-extras-rpc.patch)
+sha256sums=('be0d5c1f33ef60c198c1b0ed533a1f398d38b169206faa6221d42de2dfb32441'
+'SKIP'
+'94d9fd44daddb07fcd18d4c49c379838bdc5e4f0bdd9e03519814295eb6b7895')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+
+  cd $pkgname-$pkgver
+  patch -p1 -i ../kio-extras-rpc.patch # fix build of kio-nfs with glibc 2.27
+}
+
+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
+}

Deleted: kio-extras-rpc.patch
===
--- kio-extras-rpc.patch2018-11-30 15:51:37 UTC (rev 340824)
+++ kio-extras-rpc.patch2018-11-30 15:51:49 UTC (rev 340825)
@@ -1,45 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 97528179..bf82cfac 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -170,9 +170,9 @@ if(NOT WIN32)
-if(Gperf_FOUND AND KF5KHtml_FOUND)
-  add_subdirectory( man )
-endif()
--   check_include_files(rpc/rpc.h HAVE_RPC_RPC_H)
--   add_feature_info("NFS 

[arch-commits] Commit in telepathy-kde-approver/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:52:16
  Author: arojas
Revision: 340827

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

Added:
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340826, telepathy-kde-approver/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:52:03 UTC (rev 340826)
+++ PKGBUILD2018-11-30 15:52:16 UTC (rev 340827)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('27491f88be77e11a892ab86a523125db7886e30209dee487efa7e2ea6d96f251'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 
340826, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:52:16 UTC (rev 340827)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1966113167ae2960ea1947827a1bd80747a49de2359d1722983d84a87904d810'
+'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
+}


[arch-commits] Commit in telepathy-kde-auth-handler/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:52:29
  Author: arojas
Revision: 340828

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

Added:
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340827, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:52:16 UTC (rev 340827)
+++ PKGBUILD2018-11-30 15:52:29 UTC (rev 340828)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7bc5ca91d42a3586fbe05065bb7aca7e495398da4e699836c6914a7dce9ac2ac'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 
340827, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:52:29 UTC (rev 340828)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a2ca978fb71d0214938306d392f6076cbc7e214b9fbdde52a44d1eda9cbab046'
+'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
+}


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

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:51:09
  Author: arojas
Revision: 340822

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

Added:
  krdc/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340821, krdc/kde-unstable/PKGBUILD)
Deleted:
  krdc/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:50:49 UTC (rev 340821)
+++ PKGBUILD2018-11-30 15:51:09 UTC (rev 340822)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=18.11.80
-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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0819fec93985e8c107cb11621cecb26771065d0da7fad0f69529801ed61849eb'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340821, 
krdc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:51:09 UTC (rev 340822)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=18.11.90
+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/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6e1334d02cca5695ed42ce93368570e06da85ae235381f7580dce35d6240bc39'
+'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
+}


[arch-commits] Commit in zeroconf-ioslave/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:51:37
  Author: arojas
Revision: 340824

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

Added:
  zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340823, zeroconf-ioslave/kde-unstable/PKGBUILD)
Deleted:
  zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:51:23 UTC (rev 340823)
+++ PKGBUILD2018-11-30 15:51:37 UTC (rev 340824)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=zeroconf-ioslave
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
-url='https://www.kde.org/applications/internet/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kio kdnssd)
-makedepends=(extra-cmake-modules)
-conflicts=(kdenetwork-zeroconf-ioslave)
-replaces=(kdenetwork-zeroconf-ioslave)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('7528f0f07d5e8717bbe81c311c7bc95d279bd433fe2092f98df50dbf378a7845'
-'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: zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from rev 340823, 
zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:51:37 UTC (rev 340824)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=zeroconf-ioslave
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://www.kde.org/applications/internet/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kio kdnssd)
+makedepends=(extra-cmake-modules)
+conflicts=(kdenetwork-zeroconf-ioslave)
+replaces=(kdenetwork-zeroconf-ioslave)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('14bf589e0d5c1632418b918ab40ebca5885daa3daca60e46d65be02064aca770'
+'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
+}


[arch-commits] Commit in krfb/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:51:23
  Author: arojas
Revision: 340823

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

Added:
  krfb/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340822, krfb/kde-unstable/PKGBUILD)
Deleted:
  krfb/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:51:09 UTC (rev 340822)
+++ PKGBUILD2018-11-30 15:51:23 UTC (rev 340823)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Desktop Sharing'
-url='https://www.kde.org/applications/system/krfb'
-arch=(x86_64)
-license=(LGPL)
-depends=(kdnssd kxmlgui kwallet libvncserver hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0f9d6739804ed89fac588c27a410867bc13ac22a810c567f7994417a727ee0a8'
-'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: krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 340822, 
krfb/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:51:23 UTC (rev 340823)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Desktop Sharing'
+url='https://www.kde.org/applications/system/krfb'
+arch=(x86_64)
+license=(LGPL)
+depends=(kdnssd kxmlgui kwallet libvncserver hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fc6a75cbab317ce4138a93b148ab7be0be7ca7060accffaa1ce8a0df95d656d3'
+'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
+}


[arch-commits] Commit in kopete/repos/kde-unstable-x86_64 (10 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:50:49
  Author: arojas
Revision: 340821

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340820, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
(from rev 340820, kopete/kde-unstable/kopete-glibc-2.28.patch)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 340820, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 340820, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 340820, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  kopete/repos/kde-unstable-x86_64/kopete-glibc-2.28.patch
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch

+
 PKGBUILD   |  112 +++
 kopete-glibc-2.28.patch|   24 -
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 5 files changed, 810 insertions(+), 810 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:50:28 UTC (rev 340820)
+++ PKGBUILD2018-11-30 15:50:49 UTC (rev 340821)
@@ -1,56 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=18.11.80
-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')
-conflicts=(kdenetwork-kopete)
-replaces=(kdenetwork-kopete)
-source=("https://download.kde.org/unstable/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=('a91746ce4f863d57a5e346e2ecaaea1ad8580257eb2884db53dfb69de5f65caa'
-'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/kde-unstable-x86_64/PKGBUILD (from rev 340820, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:50:49 UTC (rev 340821)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=18.11.90
+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')
+conflicts=(kdenetwork-kopete)
+replaces=(kdenetwork-kopete)
+source=("https://download.kde.org/unstable/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)

[arch-commits] Commit in kdenetwork-filesharing/repos/kde-unstable-x86_64 (2 files)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:50:16
  Author: arojas
Revision: 340819

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

Added:
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340818, kdenetwork-filesharing/kde-unstable/PKGBUILD)
Deleted:
  kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:49:59 UTC (rev 340818)
+++ PKGBUILD2018-11-30 15:50:16 UTC (rev 340819)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Properties dialog plugin to share a directory with the local network'
-url='https://www.kde.org/applications/internet/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(kio)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('samba: folder sharing')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('63a5459c1f01245f70d82c797e294faef365d8f8a31d36a6e7918181ffd65c22'
-'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: kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD (from rev 
340818, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:50:16 UTC (rev 340819)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Properties dialog plugin to share a directory with the local network'
+url='https://www.kde.org/applications/internet/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('samba: folder sharing')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b284ba989dddccbbb329508639e73f3358401b6535c39ca00f14c103230b03a0'
+'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
+}


[arch-commits] Commit in kget/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:50:28
  Author: arojas
Revision: 340820

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

Added:
  kget/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340819, kget/kde-unstable/PKGBUILD)
Deleted:
  kget/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:50:16 UTC (rev 340819)
+++ PKGBUILD2018-11-30 15:50:28 UTC (rev 340820)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kget
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='Download Manager'
-url='https://kde.org/applications/internet/kget/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdenetwork)
-depends=(qca qgpgme plasma-workspace)
-makedepends=(extra-cmake-modules boost libktorrent kdoctools kdesignerplugin)
-optdepends=('libktorrent: torrent support')
-conflicts=(kdenetwork-kget)
-replaces=(kdenetwork-kget)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('cb1beb7b626efe6360919439bd80677c71eaa5e3f332f9823eeef44028de4d61'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 340819, 
kget/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:50:28 UTC (rev 340820)
@@ -0,0 +1,40 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kget
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='Download Manager'
+url='https://kde.org/applications/internet/kget/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdenetwork)
+depends=(qca qgpgme plasma-workspace)
+makedepends=(extra-cmake-modules boost libktorrent kdoctools kdesignerplugin)
+optdepends=('libktorrent: torrent support')
+conflicts=(kdenetwork-kget)
+replaces=(kdenetwork-kget)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('2565c521b9c456e7279260ca4555d05e35143af1a17d6acf14f2f0ee77c07dff'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in kmix/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:49:46
  Author: arojas
Revision: 340817

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

Added:
  kmix/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340816, kmix/kde-unstable/PKGBUILD)
Deleted:
  kmix/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:49:24 UTC (rev 340816)
+++ PKGBUILD2018-11-30 15:49:46 UTC (rev 340817)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmix
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='https://kde.org/applications/multimedia/kmix/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kxmlgui knotifications hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-conflicts=(kdemultimedia-kmix)
-replaces=(kdemultimedia-kmix)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('135cc3218876ddda7aa0bbdfe2304259e337bc376f918d05d232075e2227828d'
-'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: kmix/repos/kde-unstable-x86_64/PKGBUILD (from rev 340816, 
kmix/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:49:46 UTC (rev 340817)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmix
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='https://kde.org/applications/multimedia/kmix/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui knotifications hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+conflicts=(kdemultimedia-kmix)
+replaces=(kdemultimedia-kmix)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aefdeba4f836bcb8089037fddc0b385a3f25cc1f764c35594e6da2ff1c1ebfaf'
+'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
+}


[arch-commits] Commit in kwave/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:49:59
  Author: arojas
Revision: 340818

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

Added:
  kwave/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340817, kwave/kde-unstable/PKGBUILD)
Deleted:
  kwave/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:49:46 UTC (rev 340817)
+++ PKGBUILD2018-11-30 15:49:59 UTC (rev 340818)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Elvis Angelaccio 
-# Contributor: Gustavo alvarez 
-
-pkgname=kwave
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="A sound editor for KDE"
-arch=(x86_64)
-url="https://kwave.sourceforge.net;
-license=(GPL)
-depends=(kio audiofile libmad libsamplerate hicolor-icon-theme id3lib fftw)
-makedepends=(extra-cmake-modules kdoctools doxygen librsvg opus)
-optdepends=('opus: OGG plugin')
-groups=(kde-applications kdemultimedia)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('883ff687a867337f9e513e9d5b7f00c69598288288f8cd4dbd2a05634f5186da'
-'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: kwave/repos/kde-unstable-x86_64/PKGBUILD (from rev 340817, 
kwave/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:49:59 UTC (rev 340818)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elvis Angelaccio 
+# Contributor: Gustavo alvarez 
+
+pkgname=kwave
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="A sound editor for KDE"
+arch=(x86_64)
+url="https://kwave.sourceforge.net;
+license=(GPL)
+depends=(kio audiofile libmad libsamplerate hicolor-icon-theme id3lib fftw)
+makedepends=(extra-cmake-modules kdoctools doxygen librsvg opus)
+optdepends=('opus: OGG plugin')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c1bb0bf00d46fa79f93cf6ddd55565a09002735d07989ad6e5ed5927d1d68155'
+'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
+}


[arch-commits] Commit in kdenlive/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:49:24
  Author: arojas
Revision: 340816

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

Added:
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340815, kdenlive/kde-unstable/PKGBUILD)
Deleted:
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:49:12 UTC (rev 340815)
+++ PKGBUILD2018-11-30 15:49:24 UTC (rev 340816)
@@ -1,47 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="A non-linear video editor for Linux using the MLT video framework"
-arch=(x86_64)
-url="https://www.kdenlive.org/;
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(knewstuff knotifyconfig kfilemetadata purpose mlt glu 
qt5-quickcontrols)
-makedepends=(extra-cmake-modules kdoctools v4l-utils)
-optdepends=('ffmpeg: for FFmpeg plugin'
-'cdrtools: for creation of DVD ISO images'
-'dvdauthor: for creation of DVD'
-'dvgrab: for firewire capture'
-'recordmydesktop: for screen capture'
-'xine-ui: for DVD preview'
-'vlc: for DVD preview'
-'plasma-desktop: theme configuration')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a9990fe75a2476dd1bcaf97d34ef449e075047115470207b65ee0c0ba0c8d6f2'
-'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: kdenlive/repos/kde-unstable-x86_64/PKGBUILD (from rev 340815, 
kdenlive/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:49:24 UTC (rev 340816)
@@ -0,0 +1,47 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="A non-linear video editor for Linux using the MLT video framework"
+arch=(x86_64)
+url="https://www.kdenlive.org/;
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(knewstuff knotifyconfig kfilemetadata purpose mlt glu 
qt5-quickcontrols)
+makedepends=(extra-cmake-modules kdoctools v4l-utils)
+optdepends=('ffmpeg: for FFmpeg plugin'
+'cdrtools: for creation of DVD ISO images'
+'dvdauthor: for creation of DVD'
+'dvgrab: for firewire capture'
+'recordmydesktop: for screen capture'
+'xine-ui: for DVD preview'
+'vlc: for DVD preview'
+'plasma-desktop: theme configuration')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('0515b52d521ed258262a94912d92b15095bd53a9a6417ddffc7f861bc3907b17'
+'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
+}


[arch-commits] Commit in kamoso/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:49:12
  Author: arojas
Revision: 340815

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

Added:
  kamoso/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340814, kamoso/kde-unstable/PKGBUILD)
Deleted:
  kamoso/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:48:54 UTC (rev 340814)
+++ PKGBUILD2018-11-30 15:49:12 UTC (rev 340815)
@@ -1,39 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: birdflesh 
-# Contributor: said
-# Contributor: Panagiotis Papadopoulos 
-
-pkgname=kamoso
-pkgver=18.11.80
-pkgrel=1
-pkgdesc="A webcam recorder from KDE community"
-url="https://userbase.kde.org/Kamoso;
-arch=(x86_64)
-license=(GPL)
-groups=(kde-applications kdemultimedia)
-depends=(purpose gst-plugins-good gst-plugins-bad kirigami2)
-makedepends=(extra-cmake-modules kdoctools boost python)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('77c1b857815a797a97c20ac67edc98ac91eda158f9ea1c34063422f4471ee10c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kamoso/repos/kde-unstable-x86_64/PKGBUILD (from rev 340814, 
kamoso/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:49:12 UTC (rev 340815)
@@ -0,0 +1,39 @@
+# Maintainer: Antonio Rojas 
+# Contributor: birdflesh 
+# Contributor: said
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=kamoso
+pkgver=18.11.90
+pkgrel=1
+pkgdesc="A webcam recorder from KDE community"
+url="https://userbase.kde.org/Kamoso;
+arch=(x86_64)
+license=(GPL)
+groups=(kde-applications kdemultimedia)
+depends=(purpose gst-plugins-good gst-plugins-bad kirigami2)
+makedepends=(extra-cmake-modules kdoctools boost python)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bcf30be9cf44b4bf8e319f4534cae86e41e9d470aeee6477c80c8969cf1a5178'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in juk/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-11-30 Thread Antonio Rojas via arch-commits
Date: Friday, November 30, 2018 @ 15:48:54
  Author: arojas
Revision: 340814

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

Added:
  juk/repos/kde-unstable-x86_64/PKGBUILD
(from rev 340813, juk/kde-unstable/PKGBUILD)
Deleted:
  juk/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-30 15:48:33 UTC (rev 340813)
+++ PKGBUILD2018-11-30 15:48:54 UTC (rev 340814)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=juk
-pkgver=18.11.80
-pkgrel=1
-pkgdesc='A jukebox, tagger and music collection manager'
-url='https://kde.org/applications/multimedia/juk/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio taglib phonon-qt5 hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-conflicts=(kdemultimedia-juk)
-replaces=(kdemultimedia-juk)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c7052e47d69d978148ef285ea0b9bf387c3347725dde2c051772b9d61aa65ace'
-'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: juk/repos/kde-unstable-x86_64/PKGBUILD (from rev 340813, 
juk/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-30 15:48:54 UTC (rev 340814)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=juk
+pkgver=18.11.90
+pkgrel=1
+pkgdesc='A jukebox, tagger and music collection manager'
+url='https://kde.org/applications/multimedia/juk/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdemultimedia)
+depends=(kio taglib phonon-qt5 hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+conflicts=(kdemultimedia-juk)
+replaces=(kdemultimedia-juk)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('9b322650952c9ccf77b0ca3b9b6562df3c22b2ee3ca5135330182141ff1f1f6b'
+'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
+}


  1   2   3   >