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

2019-11-29 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 04:26:28
  Author: heftig
Revision: 370168

archrelease: copy trunk to extra-x86_64

Added:
  alsa-lib/repos/extra-x86_64/PKGBUILD
(from rev 370167, alsa-lib/trunk/PKGBUILD)
Deleted:
  alsa-lib/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-30 04:24:47 UTC (rev 370167)
+++ PKGBUILD2019-11-30 04:26:28 UTC (rev 370168)
@@ -1,23 +0,0 @@
-# Contributor: judd 
-
-pkgname=alsa-lib
-pkgver=1.2.1.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support"
-arch=('x86_64')
-url="https://www.alsa-project.org;
-depends=('glibc')
-license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('8a0b6f1ecc58d60991b4509e791b1581eebae57cd754b0b4829e66b1cfee81d588b04f42a17f598f06310b9658d9f46fd748cca516cc48b6f2989389c22c42e9')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --without-debug --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: alsa-lib/repos/extra-x86_64/PKGBUILD (from rev 370167, 
alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-30 04:26:28 UTC (rev 370168)
@@ -0,0 +1,23 @@
+# Contributor: judd 
+
+pkgname=alsa-lib
+pkgver=1.2.1.2
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support"
+arch=('x86_64')
+url="https://www.alsa-project.org;
+depends=('glibc')
+license=('LGPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
+sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --without-debug --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}


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

2019-11-29 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 04:26:29
  Author: heftig
Revision: 534543

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD
(from rev 534542, lib32-alsa-lib/trunk/PKGBUILD)
Deleted:
  lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-30 04:24:50 UTC (rev 534542)
+++ PKGBUILD2019-11-30 04:26:29 UTC (rev 534543)
@@ -1,28 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=lib32-alsa-lib
-pkgver=1.2.1.1
-pkgrel=1
-pkgdesc="An alternative implementation of Linux sound support (32 bit)"
-arch=('x86_64')
-url="https://www.alsa-project.org;
-depends=('lib32-glibc' 'alsa-lib')
-license=('LGPL')
-source=(ftp://ftp.alsa-project.org/pub/lib/alsa-lib-$pkgver.tar.bz2)
-sha512sums=('8a0b6f1ecc58d60991b4509e791b1581eebae57cd754b0b4829e66b1cfee81d588b04f42a17f598f06310b9658d9f46fd748cca516cc48b6f2989389c22c42e9')
-
-build() {
-  cd alsa-lib-$pkgver
-
-  export CC='gcc -m32'
-  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
-
-  ./configure --without-debug --prefix=/usr --libdir=/usr/lib32 
--disable-python
-  make
-}
-
-package() {
-  cd alsa-lib-$pkgver
-  make DESTDIR="$pkgdir" install
-  rm -rf "$pkgdir"/usr/{bin,include,share}
-}

Copied: lib32-alsa-lib/repos/multilib-x86_64/PKGBUILD (from rev 534542, 
lib32-alsa-lib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-30 04:26:29 UTC (rev 534543)
@@ -0,0 +1,28 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=lib32-alsa-lib
+pkgver=1.2.1.2
+pkgrel=1
+pkgdesc="An alternative implementation of Linux sound support (32 bit)"
+arch=('x86_64')
+url="https://www.alsa-project.org;
+depends=('lib32-glibc' 'alsa-lib')
+license=('LGPL')
+source=(ftp://ftp.alsa-project.org/pub/lib/alsa-lib-$pkgver.tar.bz2)
+sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
+
+build() {
+  cd alsa-lib-$pkgver
+
+  export CC='gcc -m32'
+  export PKG_CONFIG=i686-pc-linux-gnu-pkg-config
+
+  ./configure --without-debug --prefix=/usr --libdir=/usr/lib32 
--disable-python
+  make
+}
+
+package() {
+  cd alsa-lib-$pkgver
+  make DESTDIR="$pkgdir" install
+  rm -rf "$pkgdir"/usr/{bin,include,share}
+}


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

2019-11-29 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 04:24:50
  Author: heftig
Revision: 534542

1.2.1.2-1

Modified:
  lib32-alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 01:11:21 UTC (rev 534541)
+++ PKGBUILD2019-11-30 04:24:50 UTC (rev 534542)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=lib32-alsa-lib
-pkgver=1.2.1.1
+pkgver=1.2.1.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support (32 bit)"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('lib32-glibc' 'alsa-lib')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/alsa-lib-$pkgver.tar.bz2)
-sha512sums=('8a0b6f1ecc58d60991b4509e791b1581eebae57cd754b0b4829e66b1cfee81d588b04f42a17f598f06310b9658d9f46fd748cca516cc48b6f2989389c22c42e9')
+sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
 
 build() {
   cd alsa-lib-$pkgver


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

2019-11-29 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 04:24:47
  Author: heftig
Revision: 370167

1.2.1.2-1

Modified:
  alsa-lib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 02:04:48 UTC (rev 370166)
+++ PKGBUILD2019-11-30 04:24:47 UTC (rev 370167)
@@ -1,7 +1,7 @@
 # Contributor: judd 
 
 pkgname=alsa-lib
-pkgver=1.2.1.1
+pkgver=1.2.1.2
 pkgrel=1
 pkgdesc="An alternative implementation of Linux sound support"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 depends=('glibc')
 license=('LGPL')
 source=(ftp://ftp.alsa-project.org/pub/lib/$pkgname-$pkgver.tar.bz2)
-sha512sums=('8a0b6f1ecc58d60991b4509e791b1581eebae57cd754b0b4829e66b1cfee81d588b04f42a17f598f06310b9658d9f46fd748cca516cc48b6f2989389c22c42e9')
+sha512sums=('e8286fd55f63ee0d95513279d0885c287533de89b7af6c338413dec5d38ba4f5a15da1a4a4ce36e052614e4b730e3778782dab9979d82958283be17b48604913')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in meson/repos/extra-any (8 files)

2019-11-29 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 02:04:48
  Author: heftig
Revision: 370166

archrelease: copy trunk to extra-any

Added:
  meson/repos/extra-any/PKGBUILD
(from rev 370165, meson/trunk/PKGBUILD)
  meson/repos/extra-any/arch-meson
(from rev 370165, meson/trunk/arch-meson)
  meson/repos/extra-any/meson-python-3.8.patch
(from rev 370165, meson/trunk/meson-python-3.8.patch)
  meson/repos/extra-any/skip-test.diff
(from rev 370165, meson/trunk/skip-test.diff)
Deleted:
  meson/repos/extra-any/PKGBUILD
  meson/repos/extra-any/arch-meson
  meson/repos/extra-any/meson-python-3.8.patch
  meson/repos/extra-any/skip-test.diff

+
 PKGBUILD   |  131 +++
 arch-meson |   26 -
 meson-python-3.8.patch |   26 -
 skip-test.diff |   24 
 4 files changed, 103 insertions(+), 104 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-30 02:03:57 UTC (rev 370165)
+++ PKGBUILD2019-11-30 02:04:48 UTC (rev 370166)
@@ -1,66 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-
-pkgname=meson
-pkgver=0.52.0
-pkgrel=4
-pkgdesc='High productivity build system'
-url='https://mesonbuild.com/'
-arch=('any')
-license=('Apache')
-depends=('python-setuptools' 'ninja')
-checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'cython'
-  'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection'
-  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
-  'doxygen' 'vulkan-validation-layers' 'openssh' 'mercurial' 
'gtk-sharp-2' 'qt5-tools'
-  'libwmf' 'valgrind' 'cmake' 'netcdf-fortran' 'openmpi' 'cuda' 
'nasm' 'gnustep-base'
-  'libelf' 'python-pytest-xdist')
-source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
-skip-test.diff
-meson-python-3.8.patch
-
remove-duplicate-objects.patch::"https://github.com/mesonbuild/meson/commit/212a05b8.patch;
-arch-meson)
-sha512sums=('9efe962c60e21bf4159ce0b113caba0119751a5f6217cd116f6e43b0b4150af0eb7ab484a74d8e9438d78a5d0458dda4215e9b6b9c96bfc0d07e23d709d2929f'
-'SKIP'
-
'fd1694e74cfa628bda81b1056061d75fa288e04d72bda733f3667be43cfb21c60f2e89455e4a101a7f6bef5754fe112dc84e18ec7a0807bc791015c34deea347'
-
'343d49889942d1cd3f5dc0c573dba226ca9a6c6c5845ff4e74d3c672532ba6fb7cbfeaadb6e053e8793cd7cbfbc936fb753c2dcd95dd236476f07129ac07f67c'
-
'78587f8d7ec758e433c81c2a656c7e337320dc199f97ee0fb2134e6a677bdd1c2d556e2912933d50211833d0efcc786965ee1f8c2e58f66c58d9911e9c103777'
-
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
-validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  # Our containers do not allow sanitizers to run
-  patch -Np1 -i ../skip-test.diff
-  patch -p1 -i ../meson-python-3.8.patch # Fix boost test with python 3.8
-  patch -p1 -i ../remove-duplicate-objects.patch # Fix build of gnome-builder
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() (
-  cd ${pkgname}-${pkgver}
-  export LC_CTYPE=en_US.UTF-8 CPPFLAGS= CFLAGS= CXXFLAGS= LDFLAGS=
-  ./run_tests.py
-)
-
-package() {
-  cd ${pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-
-  install -d "${pkgdir}/usr/share/vim/vimfiles"
-  cp -rt "${pkgdir}/usr/share/vim/vimfiles" data/syntax-highlighting/vim/*/
-
-  install -Dt "${pkgdir}/usr/share/emacs/site-lisp" -m644 
data/syntax-highlighting/emacs/*
-  install -Dt "${pkgdir}/usr/share/zsh/site-functions" -m644 
data/shell-completions/zsh/*
-
-  # Arch packaging helper
-  install -D ../arch-meson -t "${pkgdir}/usr/bin"
-}
-
-# vim: ts=2 sw=2 et:

Copied: meson/repos/extra-any/PKGBUILD (from rev 370165, meson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-30 02:04:48 UTC (rev 370166)
@@ -0,0 +1,65 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Levente Polyak 
+# Contributor: Anatol Pomozov 
+
+pkgname=meson
+pkgver=0.52.1
+pkgrel=1
+pkgdesc='High productivity build system'
+url='https://mesonbuild.com/'
+arch=('any')
+license=('Apache')
+depends=('python-setuptools' 'ninja')
+checkdepends=('gcc-objc' 'vala' 'rust' 'gcc-fortran' 'mono' 'boost' 'qt5-base' 
'git' 'cython'
+  'gtkmm3' 'gtest' 'gmock' 'protobuf' 'wxgtk' 'python-gobject' 
'gobject-introspection'
+  'itstool' 'gtk3' 'java-environment=8' 'gtk-doc' 'llvm' 'clang' 
'sdl2' 'graphviz'
+  'doxygen' 

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

2019-11-29 Thread Jan Steffens via arch-commits
Date: Saturday, November 30, 2019 @ 02:03:57
  Author: heftig
Revision: 370165

0.52.1-1

Modified:
  meson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-30 00:07:59 UTC (rev 370164)
+++ PKGBUILD2019-11-30 02:03:57 UTC (rev 370165)
@@ -3,8 +3,8 @@
 # Contributor: Anatol Pomozov 
 
 pkgname=meson
-pkgver=0.52.0
-pkgrel=4
+pkgver=0.52.1
+pkgrel=1
 pkgdesc='High productivity build system'
 url='https://mesonbuild.com/'
 arch=('any')
@@ -19,13 +19,11 @@
 
source=(https://github.com/mesonbuild/meson/releases/download/${pkgver}/meson-${pkgver}.tar.gz{,.asc}
 skip-test.diff
 meson-python-3.8.patch
-
remove-duplicate-objects.patch::"https://github.com/mesonbuild/meson/commit/212a05b8.patch;
 arch-meson)
-sha512sums=('9efe962c60e21bf4159ce0b113caba0119751a5f6217cd116f6e43b0b4150af0eb7ab484a74d8e9438d78a5d0458dda4215e9b6b9c96bfc0d07e23d709d2929f'
+sha512sums=('81e8c5897ba5311ccffc401fd514bd9a67d16caaea1f28a5c5432605766341ecd82b70c05661fbbe0c9a6006ff5ea892950bbaa548e70c3f87350438775ea6fd'
 'SKIP'
 
'fd1694e74cfa628bda81b1056061d75fa288e04d72bda733f3667be43cfb21c60f2e89455e4a101a7f6bef5754fe112dc84e18ec7a0807bc791015c34deea347'
 
'343d49889942d1cd3f5dc0c573dba226ca9a6c6c5845ff4e74d3c672532ba6fb7cbfeaadb6e053e8793cd7cbfbc936fb753c2dcd95dd236476f07129ac07f67c'
-
'78587f8d7ec758e433c81c2a656c7e337320dc199f97ee0fb2134e6a677bdd1c2d556e2912933d50211833d0efcc786965ee1f8c2e58f66c58d9911e9c103777'
 
'f451f8a7ef9cf1dd724c2ce20bb85a3f1611b87b2e7a17ef0fdbe8ab82a67389f818ea30a5adfe8413143e4eac77ea2e0b8234b5b2466b41a892e2bd0435376c')
 validpgpkeys=('95181F4EED14FDF4E41B518D3BF4693BFEEB9428') # Jussi Pakkanen 

 
@@ -34,8 +32,9 @@
 
   # Our containers do not allow sanitizers to run
   patch -Np1 -i ../skip-test.diff
-  patch -p1 -i ../meson-python-3.8.patch # Fix boost test with python 3.8
-  patch -p1 -i ../remove-duplicate-objects.patch # Fix build of gnome-builder
+
+  # Fix boost test with python 3.8
+  patch -Np1 -i ../meson-python-3.8.patch
 }
 
 build() {


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

2019-11-29 Thread Filipe Laíns via arch-commits
Date: Saturday, November 30, 2019 @ 01:11:21
  Author: ffy00
Revision: 534541

archrelease: copy trunk to community-x86_64

Added:
  fwupd/repos/community-x86_64/PKGBUILD
(from rev 534540, fwupd/trunk/PKGBUILD)
Deleted:
  fwupd/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-30 01:11:09 UTC (rev 534540)
+++ PKGBUILD2019-11-30 01:11:21 UTC (rev 534541)
@@ -1,50 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Mirco Tischler 
-
-pkgname=fwupd
-pkgver=1.3.4
-pkgrel=1
-pkgdesc="A simple daemon to allow session software to update firmware"
-arch=(x86_64)
-url="https://github.com/fwupd/fwupd;
-license=(LGPL)
-depends=(libxmlb efivar python libsmbios libgusb
- libsoup json-glib gcab libarchive gpgme
- libgudev polkit shared-mime-info modemmanager
- tpm2-tss)
-makedepends=(meson valgrind gobject-introspection gtk-doc
- python-cairo noto-fonts noto-fonts-cjk python-gobject vala
- bash-completion python-pillow help2man gnu-efi-libs tpm2-tss)
-checkdepends=(umockdev)
-backup=('etc/fwupd/daemon.conf'
-'etc/fwupd/redfish.conf'
-'etc/fwupd/remotes.d/dell-esrt.conf'
-'etc/fwupd/remotes.d/fwupd-tests.conf'
-'etc/fwupd/remotes.d/lvfs-testing.conf'
-'etc/fwupd/remotes.d/lvfs.conf'
-'etc/fwupd/remotes.d/vendor-directory.conf'
-'etc/fwupd/remotes.d/vendor.conf'
-'etc/fwupd/uefi.conf')
-source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
-'SKIP')
-validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

-
-build() {
-cd ${pkgname}-${pkgver}
-arch-meson -D b_lto=false ../build
-ninja -v -C ../build
-}
-
-check() {
-cd build
-meson test
-}
-
-package() {
-DESTDIR="${pkgdir}" ninja -C build install
-# Fixup mode to match polkit
-install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
-# Remove the tests
-rm -r "${pkgdir}"/usr/share/installed-tests/
-}

Copied: fwupd/repos/community-x86_64/PKGBUILD (from rev 534540, 
fwupd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-30 01:11:21 UTC (rev 534541)
@@ -0,0 +1,50 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Mirco Tischler 
+
+pkgname=fwupd
+pkgver=1.3.5
+pkgrel=1
+pkgdesc="A simple daemon to allow session software to update firmware"
+arch=(x86_64)
+url="https://github.com/fwupd/fwupd;
+license=(LGPL)
+depends=(libxmlb efivar python libsmbios libgusb
+ libsoup json-glib gcab libarchive gpgme
+ libgudev polkit shared-mime-info modemmanager
+ tpm2-tss)
+makedepends=(meson valgrind gobject-introspection gtk-doc
+ python-cairo noto-fonts noto-fonts-cjk python-gobject vala
+ bash-completion python-pillow help2man gnu-efi-libs tpm2-tss)
+checkdepends=(umockdev)
+backup=('etc/fwupd/daemon.conf'
+'etc/fwupd/redfish.conf'
+'etc/fwupd/remotes.d/dell-esrt.conf'
+'etc/fwupd/remotes.d/fwupd-tests.conf'
+'etc/fwupd/remotes.d/lvfs-testing.conf'
+'etc/fwupd/remotes.d/lvfs.conf'
+'etc/fwupd/remotes.d/vendor-directory.conf'
+'etc/fwupd/remotes.d/vendor.conf'
+'etc/fwupd/uefi.conf')
+source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('e3356138d45f32fc17372611445f2f095c397a718a40add35e3a52d0399c4bf4'
+'SKIP')
+validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

+
+build() {
+cd ${pkgname}-${pkgver}
+arch-meson -D b_lto=false ../build
+ninja -v -C ../build
+}
+
+check() {
+cd build
+meson test
+}
+
+package() {
+DESTDIR="${pkgdir}" ninja -C build install
+# Fixup mode to match polkit
+install -d -o root -g 102 -m 750 "${pkgdir}"/usr/share/polkit-1/rules.d
+# Remove the tests
+rm -r "${pkgdir}"/usr/share/installed-tests/
+}


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

2019-11-29 Thread Filipe Laíns via arch-commits
Date: Saturday, November 30, 2019 @ 01:11:09
  Author: ffy00
Revision: 534540

upgpkg: fwupd 1.3.5-1

Modified:
  fwupd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-29 23:29:57 UTC (rev 534539)
+++ PKGBUILD2019-11-30 01:11:09 UTC (rev 534540)
@@ -2,7 +2,7 @@
 # Contributor: Mirco Tischler 
 
 pkgname=fwupd
-pkgver=1.3.4
+pkgver=1.3.5
 pkgrel=1
 pkgdesc="A simple daemon to allow session software to update firmware"
 arch=(x86_64)
@@ -26,7 +26,7 @@
 'etc/fwupd/remotes.d/vendor.conf'
 'etc/fwupd/uefi.conf')
 
source=("https://people.freedesktop.org/~hughsient/releases/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('3cfd5f7215771496fc95ac28081c83a6e494b57e2fe6f988255e74076e78e89a'
+sha256sums=('e3356138d45f32fc17372611445f2f095c397a718a40add35e3a52d0399c4bf4'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Saturday, November 30, 2019 @ 00:07:59
  Author: arojas
Revision: 370164

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-30 00:07:37 UTC (rev 370163)
+++ PKGBUILD2019-11-30 00:07:59 UTC (rev 370164)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kalarm
-pkgver=19.11.90
-pkgrel=1
-pkgdesc="Personal alarm scheduler"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime kdelibs4support)
-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=('3b0de9ab0898269422db982db950902192730267b1a6ec32c7f1e6913cf3fb4d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kalarm/repos/kde-unstable-x86_64/PKGBUILD (from rev 370163, 
kalarm/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-30 00:07:59 UTC (rev 370164)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalarm
+pkgver=19.11.90
+pkgrel=2
+pkgdesc="Personal alarm scheduler"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime)
+makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3b0de9ab0898269422db982db950902192730267b1a6ec32c7f1e6913cf3fb4d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Saturday, November 30, 2019 @ 00:07:37
  Author: arojas
Revision: 370163

Drop kdelibs4support dependency

Modified:
  kalarm/kde-unstable/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-29 23:56:33 UTC (rev 370162)
+++ PKGBUILD2019-11-30 00:07:37 UTC (rev 370163)
@@ -3,13 +3,13 @@
 
 pkgname=kalarm
 pkgver=19.11.90
-pkgrel=1
+pkgrel=2
 pkgdesc="Personal alarm scheduler"
 arch=(x86_64)
 url="https://kontact.kde.org;
 license=(GPL2)
-depends=(kdepim-runtime kdelibs4support)
-makedepends=(extra-cmake-modules kdoctools boost kdesignerplugin 
kdepim-apps-libs mailcommon)
+depends=(kdepim-runtime)
+makedepends=(extra-cmake-modules kdoctools boost kdepim-apps-libs mailcommon)
 groups=(kde-applications kdepim)
 
source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
 sha256sums=('3b0de9ab0898269422db982db950902192730267b1a6ec32c7f1e6913cf3fb4d'


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:56:33
  Author: arojas
Revision: 370162

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:56:24 UTC (rev 370161)
+++ PKGBUILD2019-11-29 23:56:33 UTC (rev 370162)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Pierre Schmitz 
-
-pkgname=kimagemapeditor
-pkgver=19.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=(qt5-webengine kparts)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('53ca2afb166655d4133ac1ce56347260cda5b1c40fbe7c429bc12d2df86bf88c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kimagemapeditor/repos/kde-unstable-x86_64/PKGBUILD (from rev 370161, 
kimagemapeditor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:56:33 UTC (rev 370162)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgname=kimagemapeditor
+pkgver=19.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=(qt5-webengine kparts)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6172017cb3a172b28723362786ac6f1f2cb58f7a7a643c49f3c783df35942dc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:56:24
  Author: arojas
Revision: 370161

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

Added:
  yakuake/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370160, yakuake/kde-unstable/PKGBUILD)
Deleted:
  yakuake/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:56:15 UTC (rev 370160)
+++ PKGBUILD2019-11-29 23:56:24 UTC (rev 370161)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: James Rayner 
-# Contributor: leeghoofd 
-
-pkgname=yakuake
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
-arch=(x86_64)
-url='https://yakuake.kde.org/'
-license=(GPL)
-depends=(konsole kwayland hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-groups=(kdeutils kde-applications)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('57aa79538e0203c885b5584ca89a25becb31f00aab1389ce28ce0cbcdf4d865b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: yakuake/repos/kde-unstable-x86_64/PKGBUILD (from rev 370160, 
yakuake/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:56:24 UTC (rev 370161)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="A drop-down terminal emulator based on KDE konsole technology"
+arch=(x86_64)
+url='https://yakuake.kde.org/'
+license=(GPL)
+depends=(konsole kwayland hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(kdeutils kde-applications)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1b8328324fac0c14b42f3dcd35c57d989d83bc476096be7a200d20f4235aba9f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:56:15
  Author: arojas
Revision: 370160

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:56:06 UTC (rev 370159)
+++ PKGBUILD2019-11-29 23:56:15 UTC (rev 370160)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=sweeper
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e585735b19d29004ad2115374a5f9f74b0c0d9801f39924226488f44cc667f8a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 370159, 
sweeper/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:56:15 UTC (rev 370160)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sweeper
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b7b7ff20c65b1323fa4e73faea8f255079c64ed356c0f782fc0b30d52816abfa'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:56:06
  Author: arojas
Revision: 370159

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:55:56 UTC (rev 370158)
+++ PKGBUILD2019-11-29 23:56:06 UTC (rev 370159)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=print-manager
-pkgver=19.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=('e904d5ceccd002b3e536144e84d48a4a0cc24eb6a94528ba67f7e9daccce64db'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 370158, 
print-manager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:56:06 UTC (rev 370159)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=19.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=('a80e74ab2ece0d1061cea6983e08d7c2b7ff77f76938d995a39039366f210bbd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:55:47
  Author: arojas
Revision: 370157

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:55:38 UTC (rev 370156)
+++ PKGBUILD2019-11-29 23:55:47 UTC (rev 370157)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktimer
-pkgver=19.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=('530f08aa320a42db0f37cf431c68fd5d5811a9b504e34098c4a6cecd999c7107'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 370156, 
ktimer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:55:47 UTC (rev 370157)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=19.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=('f178cabeededec264c40f0ec14d74a9a2dff371f65e1c5ce25f3e3f91ee51076'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:55:26
  Author: arojas
Revision: 370155

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:55:17 UTC (rev 370154)
+++ PKGBUILD2019-11-29 23:55:26 UTC (rev 370155)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kgpg
-pkgver=19.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)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e2d339529d79b64c37e328dc54a99c69f6d4aec8a2eaf624a46dd94e47d23a3f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kgpg/repos/kde-unstable-x86_64/PKGBUILD (from rev 370154, 
kgpg/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:55:26 UTC (rev 370155)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=19.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)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('ede5b3331865872e62cadc008f321746705df3ff8c538cac8a32411b9bf2789b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:55:56
  Author: arojas
Revision: 370158

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:55:47 UTC (rev 370157)
+++ PKGBUILD2019-11-29 23:55:56 UTC (rev 370158)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kwalletmanager
-pkgver=19.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=('085cfa56020c80e1f80d17b45c25b55f62f3ef2f25d49f654dc48684030e5447'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 370157, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:55:56 UTC (rev 370158)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=19.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=('93f27886682af9ceb3943d8a0832037ff0cf367619563079f844d4d45152a5bc'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:55:38
  Author: arojas
Revision: 370156

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:55:26 UTC (rev 370155)
+++ PKGBUILD2019-11-29 23:55:38 UTC (rev 370156)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kteatime
-pkgver=19.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=('4a2bc26468c570c5c1ad7c2b41a659cf16b3f6e8c98d6509a47d75255a9bb9d6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 370155, 
kteatime/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:55:38 UTC (rev 370156)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=19.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=('42c6955e74d400718d4c73ba2fe01ae46f027221268947045fc807b59986d59e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:54:21
  Author: arojas
Revision: 370148

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:54:12 UTC (rev 370147)
+++ PKGBUILD2019-11-29 23:54:21 UTC (rev 370148)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=filelight
-pkgver=19.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=('b27b72f12bcaa586072ad0990b473edce1efaef23f29d7aac2677008951ebee2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 370147, 
filelight/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:54:21 UTC (rev 370148)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=19.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=('cb5360e0fad416f4d24870f66c074cb164244bf637c6a9b9e743b0dc36b66008'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:54:32
  Author: arojas
Revision: 370149

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:54:21 UTC (rev 370148)
+++ PKGBUILD2019-11-29 23:54:32 UTC (rev 370149)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: BluePeril 
-
-pkgname=kbackup
-pkgver=19.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=('4afa4b166fe91e7351deee075ac50c948f2788cfe62abf1dfb0859d82f937af8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kbackup/repos/kde-unstable-x86_64/PKGBUILD (from rev 370148, 
kbackup/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:54:32 UTC (rev 370149)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: BluePeril 
+
+pkgname=kbackup
+pkgver=19.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=('0d5a9a392c427ca99d8eb71c905201767fe962a879b54277269dc50e66537554'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:55:17
  Author: arojas
Revision: 370154

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:55:08 UTC (rev 370153)
+++ PKGBUILD2019-11-29 23:55:17 UTC (rev 370154)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kfloppy
-pkgver=19.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)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('2eb5f828f35ff280d6002c5e671b2cadb6e917bc7ae89901c0bf90ec963d192d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 370153, 
kfloppy/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:55:17 UTC (rev 370154)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=19.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)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e855d70a0f70773c95af8a6515bf56e3e34ac263415b48f27772d6859e59779e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:55:08
  Author: arojas
Revision: 370153

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:54:59 UTC (rev 370152)
+++ PKGBUILD2019-11-29 23:55:08 UTC (rev 370153)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdf
-pkgver=19.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)
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('62b93a49a4470b6505b297b901cf0f6fceab200c23a6b952c7329bd22f185b57'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 370152, 
kdf/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:55:08 UTC (rev 370153)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=19.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)
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('18c6e860994c2481b7be538fe6be75b52a5afde5f8aecca62dbece2e8c3b09b3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:54:41
  Author: arojas
Revision: 370150

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:54:32 UTC (rev 370149)
+++ PKGBUILD2019-11-29 23:54:41 UTC (rev 370150)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcalc
-pkgver=19.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=('e65648bdf7e70fdf10372efd142af4834b44cf108a4f377ebd842a984607b6cd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 370149, 
kcalc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:54:41 UTC (rev 370150)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=19.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=('02cb9102ad3402c00dc3a9a3c6a63c6ee350a6614771a4c55add16583b24fc9e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:54:50
  Author: arojas
Revision: 370151

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:54:41 UTC (rev 370150)
+++ PKGBUILD2019-11-29 23:54:50 UTC (rev 370151)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcharselect
-pkgver=19.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=('57b0ef985c25bca551dcec5bb2a247be03cff5341e21cf5136c43dbb287e1ca3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 370150, 
kcharselect/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:54:50 UTC (rev 370151)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=19.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=('56c7dfc891119d2484504662008a2595e3789b1e10ab522448911e491fc976d6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:54:59
  Author: arojas
Revision: 370152

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

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

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

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

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 370151, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:54:59 UTC (rev 370152)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=19.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=('b8adf3e8950da550a44d718a5ab8d1c05246e741c37c09d051e6c025d1cf2659'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:54:12
  Author: arojas
Revision: 370147

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:54:00 UTC (rev 370146)
+++ PKGBUILD2019-11-29 23:54:12 UTC (rev 370147)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ark
-pkgver=19.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'
-'lzop: LZO format support' 'lrzip: LRZ format support')
-groups=(kde-applications kdeutils)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('af2cdbcb03d29b131e88836aa30ea30fba32414549abdaf8a73d8a1cc276120e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 370146, 
ark/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:54:12 UTC (rev 370147)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=19.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'
+'lzop: LZO format support' 'lrzip: LRZ format support')
+groups=(kde-applications kdeutils)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('064e752597a9525b3b78cbe57a022f11a83b6fadd7b0484ddcfd8c9cae82c824'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:53:42
  Author: arojas
Revision: 370144

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:53:32 UTC (rev 370143)
+++ PKGBUILD2019-11-29 23:53:42 UTC (rev 370144)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=poxml
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b2223bfcc8198d39df69ac5e6a124225cde318264e6977888ecaa2d674f18aae'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 370143, 
poxml/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:53:42 UTC (rev 370144)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f0b0dee562ce847f28a3a06138b4a5388b6db2d0371cb94e937686bf64542f47'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:54:00
  Author: arojas
Revision: 370146

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:53:51 UTC (rev 370145)
+++ PKGBUILD2019-11-29 23:54:00 UTC (rev 370146)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=umbrello
-pkgver=19.11.80
-pkgrel=1
-pkgdesc='UML modeller'
-arch=(x86_64)
-url='https://kde.org/applications/development/umbrello'
-license=(GPL)
-depends=(kdelibs4support kdevelop qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt llvm)
-groups=(kde-applications kdesdk)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('fe8c81fe7676dbc1e2806927ba69048c1ed3519b065ebaa071c1b76e68d9aa57'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 370145, 
umbrello/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:54:00 UTC (rev 370146)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=19.11.90
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(x86_64)
+url='https://kde.org/applications/development/umbrello'
+license=(GPL)
+depends=(kdelibs4support kdevelop qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt llvm)
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cdb1b53cdb7fc330988227a4e9ef556791709e0cc05225734cedaaf72923f69c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:53:51
  Author: arojas
Revision: 370145

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:53:42 UTC (rev 370144)
+++ PKGBUILD2019-11-29 23:53:51 UTC (rev 370145)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-thumbnailers
-pkgver=19.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=('99cb15becdbb07d224ba6a905f6b8724645c93e8fc34c5b37884979fbddfba9f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370144, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:53:51 UTC (rev 370145)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=19.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=('762eb4f239f81bb4797d5cac143e0620df05b953861fdb6df0fe73366f9a2609'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:53:32
  Author: arojas
Revision: 370143

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:53:19 UTC (rev 370142)
+++ PKGBUILD2019-11-29 23:53:32 UTC (rev 370143)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=lokalize
-pkgver=19.11.80
-pkgrel=1
-pkgdesc='Computer-Aided Translation System'
-url='https://kde.org/applications/development/lokalize/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdesdk)
-depends=(kross hunspell hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('kross-interpreters: for msgmerge')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d8e0eaffdff6b1b1049d9212ad6fc5ce5369e2ad305abf3b680d3da6bf29506e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: lokalize/repos/kde-unstable-x86_64/PKGBUILD (from rev 370142, 
lokalize/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:53:32 UTC (rev 370143)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=19.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')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c58f931d8edc658d97ce7d0ceeba0161da2349adcfaaad33d81860e920c0b057'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:53:09
  Author: arojas
Revision: 370141

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:53:00 UTC (rev 370140)
+++ PKGBUILD2019-11-29 23:53:09 UTC (rev 370141)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kirigami-gallery
-pkgver=19.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=('b99a6206a432dbdf7ba21c407144728c9276b465f5c876031644d25596675213'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kirigami-gallery/repos/kde-unstable-x86_64/PKGBUILD (from rev 370140, 
kirigami-gallery/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:53:09 UTC (rev 370141)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami-gallery
+pkgver=19.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=('752559cc296bd240849a4f6332d4e7d732c83435b9d632f9a7b8b32ef4641250'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:52:32
  Author: arojas
Revision: 370137

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:52:17 UTC (rev 370136)
+++ PKGBUILD2019-11-29 23:52:32 UTC (rev 370137)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dolphin-plugins
-pkgver=19.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')
-groups=(kde-applications kdesdk)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('76f263b71b99d2134195e9901be0cc9476fcbe6a4f5016e23277a034be4ace97'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 370136, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:52:32 UTC (rev 370137)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=19.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')
+groups=(kde-applications kdesdk)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('90d052018f9c090898a5de022eadb763900c1dd71d3f7160674ecb38cca66ee5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:52:41
  Author: arojas
Revision: 370138

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:52:32 UTC (rev 370137)
+++ PKGBUILD2019-11-29 23:52:41 UTC (rev 370138)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kapptemplate
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('65b5278336874ba89652cc35a095de72f65dd96771c36e982d17cce26f166fa9'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kapptemplate/repos/kde-unstable-x86_64/PKGBUILD (from rev 370137, 
kapptemplate/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:52:41 UTC (rev 370138)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('19ed1e684382cfa482cc164b7b8775c9909a538f9927dd9ce3ace8a88ca92a8f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:53:19
  Author: arojas
Revision: 370142

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:53:09 UTC (rev 370141)
+++ PKGBUILD2019-11-29 23:53:19 UTC (rev 370142)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kompare
-pkgver=19.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=('1b54c120a1a88d35606dce3feee902d55059d368db80c0fb99a21bedfef60ef3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kompare/repos/kde-unstable-x86_64/PKGBUILD (from rev 370141, 
kompare/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:53:19 UTC (rev 370142)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=19.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=('c7a2c03ab816adb8446c79dc3501c88405387a63bfb336388f89c48ff6b1d7b0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:52:50
  Author: arojas
Revision: 370139

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

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

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:52:41 UTC (rev 370138)
+++ PKGBUILD2019-11-29 23:52:50 UTC (rev 370139)
@@ -1,62 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgbase=kcachegrind
-pkgname=(kcachegrind kcachegrind-common qcachegrind)
-pkgver=19.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=('e7154224be9850f0a0ced159a99f4aa305714ceb2ec8d67e0877737d49daced3'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_kcachegrind() {
-  groups=(kde-applications kdesdk)
-  depends=(kio kcachegrind-common)
-  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/{kcachegrind,applications,metainfo}} # 
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/bin/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 370138, 
kcachegrind/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:52:50 UTC (rev 370139)
@@ -0,0 +1,62 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kcachegrind
+pkgname=(kcachegrind kcachegrind-common qcachegrind)
+pkgver=19.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=('3e7520eaacf025552eeb8dd91f5a4e08097c6bd588e2369e7209a19e08794068'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package_kcachegrind() {
+  groups=(kde-applications kdesdk)
+  depends=(kio kcachegrind-common)
+  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/{kcachegrind,applications,metainfo}} # 
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/bin/qcachegrind -t "$pkgdir"/usr/bin/
+  install -Dm644 $pkgbase-$pkgver/qcachegrind/qcachegrind.desktop -t 
"$pkgdir"/usr/share/applications/
+}


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:53:00
  Author: arojas
Revision: 370140

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:52:50 UTC (rev 370139)
+++ PKGBUILD2019-11-29 23:53:00 UTC (rev 370140)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdesdk-kioslaves
-pkgver=19.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=('83869d178e3216f457d8d0d610351e7db0be6fde'
-  'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdesdk-kioslaves/repos/kde-unstable-x86_64/PKGBUILD (from rev 370139, 
kdesdk-kioslaves/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:53:00 UTC (rev 370140)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kioslaves
+pkgver=19.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=('6f35a9089e61ff985ef353d9f631da8e96d7a9fe'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:52:09
  Author: arojas
Revision: 370135

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:51:57 UTC (rev 370134)
+++ PKGBUILD2019-11-29 23:52:09 UTC (rev 370135)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-utils
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('17cd689b3cc45da9e1dba0e172ec78b729c6852d74d49c713bba35da926c5049'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD (from rev 370134, 
kde-dev-utils/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:52:09 UTC (rev 370135)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-utils
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('df597530981daf3a2d4e1984e220f8cefeec3e99a10d9e8e48bfd2b16d7d5955'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:51:30
  Author: arojas
Revision: 370131

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:51:19 UTC (rev 370130)
+++ PKGBUILD2019-11-29 23:51:30 UTC (rev 370131)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=mbox-importer
-pkgver=19.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)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8350c856915ad319e5f831d41bb55c59e7650c7d97882393aa91ebc76d83f141'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: mbox-importer/repos/kde-unstable-x86_64/PKGBUILD (from rev 370130, 
mbox-importer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:51:30 UTC (rev 370131)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=mbox-importer
+pkgver=19.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)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('4dbe2521538ecf69fe9644c313a4cfc94ce5b9beb4af64699b073bea9d210b1c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:52:17
  Author: arojas
Revision: 370136

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:52:09 UTC (rev 370135)
+++ PKGBUILD2019-11-29 23:52:17 UTC (rev 370136)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kde-dev-scripts
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('89f7ff06338c037665b0e55b33790983791ca981aa93c791762621516f9aab65'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  # 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 370135, 
kde-dev-scripts/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:52:17 UTC (rev 370136)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c04baeb5b41cd4f4be784247b374171c465653cfa8b8debaa4376e4d0eb8eafb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  # 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 korganizer/repos/kde-unstable-x86_64 (PKGBUILD PKGBUILD)

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:51:19
  Author: arojas
Revision: 370130

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:51:10 UTC (rev 370129)
+++ PKGBUILD2019-11-29 23:51:19 UTC (rev 370130)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=korganizer
-pkgver=19.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=('d2fcd6d0a559839ed740c0db6663973e0cea1fa2ca3b95c3c72e1c6e646a4366'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: korganizer/repos/kde-unstable-x86_64/PKGBUILD (from rev 370129, 
korganizer/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:51:19 UTC (rev 370130)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=korganizer
+pkgver=19.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=('3eacf89c04a764c66001a9cd6e05d37fc78c868ce41400433159d99e1dee212d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:51:57
  Author: arojas
Revision: 370134

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:51:48 UTC (rev 370133)
+++ PKGBUILD2019-11-29 23:51:57 UTC (rev 370134)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=cervisia
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ab5b30d453c30afbb3fb7ece9367f1a55578635f749696e75c146637f3f782bd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 370133, 
cervisia/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:51:57 UTC (rev 370134)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cervisia
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5c0144836b308267678bc3a998913417c3e5bb9d3ee33be2f34334df22619913'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:51:39
  Author: arojas
Revision: 370132

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:51:30 UTC (rev 370131)
+++ PKGBUILD2019-11-29 23:51:39 UTC (rev 370132)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=pim-data-exporter
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Import and export KDE PIM settings"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(calendarsupport mailcommon akonadi-notes)
-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=('55a22fa34a3785b2aa3fc9c97fd6efc79633db386f1b0d2057455a5278f3ceff'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD (from rev 370131, 
pim-data-exporter/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:51:39 UTC (rev 370132)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-data-exporter
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Import and export KDE PIM settings"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(calendarsupport mailcommon akonadi-notes)
+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=('bba6d156067d310aaf237ab930b9740dcbbaafa583711db423012becbc5b37a2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:51:48
  Author: arojas
Revision: 370133

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:51:39 UTC (rev 370132)
+++ PKGBUILD2019-11-29 23:51:48 UTC (rev 370133)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=pim-sieve-editor
-pkgver=19.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)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('a2f7529c5b65702cf10a01bd058b22e49451729e8271495764fee38f820fefca'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 370132, 
pim-sieve-editor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:51:48 UTC (rev 370133)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-sieve-editor
+pkgver=19.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)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6d1feeb27f8114fe7fd6b909b6333909e4c9116b1f035750ac1c44babb21ab2c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:51:10
  Author: arojas
Revision: 370129

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:51:01 UTC (rev 370128)
+++ PKGBUILD2019-11-29 23:51:10 UTC (rev 370129)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kontact
-pkgver=19.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=('a1f57a23938c920942ef8f63981dfab1799dc440c86caf347938add7b1ac538b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kontact/repos/kde-unstable-x86_64/PKGBUILD (from rev 370128, 
kontact/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:51:10 UTC (rev 370129)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kontact
+pkgver=19.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=('6773df24354bd05b0e74e5b8b890429a8e7d20f2c0b9fc997136973f36da3e5d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:51:01
  Author: arojas
Revision: 370128

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:50:51 UTC (rev 370127)
+++ PKGBUILD2019-11-29 23:51:01 UTC (rev 370128)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=knotes
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Popup notes"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime kdnssd kontactinterface grantleetheme)
-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=('3b9acccde485995cb4d831e8b0f37f0b6e33f20159858eb4a18829f1f1d955e2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: knotes/repos/kde-unstable-x86_64/PKGBUILD (from rev 370127, 
knotes/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:51:01 UTC (rev 370128)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=knotes
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Popup notes"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime kdnssd kontactinterface grantleetheme)
+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=('5e4cb233db9af5c3ad47aced9e865255e6d8e318400edf7c34daaf45878c70c0'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:50:38
  Author: arojas
Revision: 370126

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:50:27 UTC (rev 370125)
+++ PKGBUILD2019-11-29 23:50:38 UTC (rev 370126)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail
-pkgver=19.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')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('11492ac196366de9dcae5486427ecb9c498c909e4f0716d3e15bda6e97b15c30'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kmail/repos/kde-unstable-x86_64/PKGBUILD (from rev 370125, 
kmail/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:50:38 UTC (rev 370126)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail
+pkgver=19.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')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('adceae88c572f45c8f18f214bde574c4778d8c1a6411069e566c9ef6e982d118'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:50:51
  Author: arojas
Revision: 370127

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:50:38 UTC (rev 370126)
+++ PKGBUILD2019-11-29 23:50:51 UTC (rev 370127)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kmail-account-wizard
-pkgver=19.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)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('11e4aa97e41382e6cfff0f40f9a47f71159c8309973eead7ad4e200a4054cdbd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370126, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:50:51 UTC (rev 370127)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=19.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)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('fa20cc679f435014f654ac9844f44db3a8b8a775eb32dfcbdc338dba5df06b34'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:50:27
  Author: arojas
Revision: 370125

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:50:17 UTC (rev 370124)
+++ PKGBUILD2019-11-29 23:50:27 UTC (rev 370125)
@@ -1,33 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kleopatra
-pkgver=19.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=('7fb67c995a1e55c50a77f84c1a99b4325dd94d084e74d5ba552f89cb1a4f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 370124, 
kleopatra/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:50:27 UTC (rev 370125)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=19.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=('71f0cefdd24cac0489b40c9d4d8f49f683b1571a74e69430cac01ebc42d7e2c3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:49:27
  Author: arojas
Revision: 370119

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:49:17 UTC (rev 370118)
+++ PKGBUILD2019-11-29 23:49:27 UTC (rev 370119)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadiconsole
-pkgver=19.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=('bf8c195d300daba7cd51d1520627e992f4fcfcd74b59b85830bfc0986417d4a2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 370118, 
akonadiconsole/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:49:27 UTC (rev 370119)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadiconsole
+pkgver=19.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=('ceee9e99620479ceac2c5ad1623a6fdd693ea1a27ef1fc165edd871237de9f96'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:49:36
  Author: arojas
Revision: 370120

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:49:27 UTC (rev 370119)
+++ PKGBUILD2019-11-29 23:49:36 UTC (rev 370120)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akregator
-pkgver=19.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=('977fead56cfabf8df75be5d2960c8b825035ac7c06fd223ccfa2922369213716'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: akregator/repos/kde-unstable-x86_64/PKGBUILD (from rev 370119, 
akregator/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:49:36 UTC (rev 370120)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akregator
+pkgver=19.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=('906cc49b1a1f3c5e3fd9c5dcdae9f5c777dde9609a830de76f3e3212fe487f90'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:50:17
  Author: arojas
Revision: 370124

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:50:06 UTC (rev 370123)
+++ PKGBUILD2019-11-29 23:50:17 UTC (rev 370124)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=kdepim-addons
-pkgver=19.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 
poppler-qt5 kitinerary kontactinterface discount)
-makedepends=(extra-cmake-modules kdoctools boost)
-optdepends=('grammalecte: French grammar plugin')
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('4191b6c24bf44bfa965e676bba26bb150b4ec19674906cc7bbb018b7b5ecb9a2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 370123, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:50:17 UTC (rev 370124)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=19.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 
poppler-qt5 kitinerary kontactinterface discount)
+makedepends=(extra-cmake-modules kdoctools boost)
+optdepends=('grammalecte: French grammar plugin')
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b8a681f72a9aecee645deb88b5a16e26437647deef2f5a138aedf6a446c6cc05'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:49:47
  Author: arojas
Revision: 370121

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:49:36 UTC (rev 370120)
+++ PKGBUILD2019-11-29 23:49:47 UTC (rev 370121)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=grantlee-editor
-pkgver=19.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)
-groups=(kde-applications kdepim)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('374371b082143a9c6fe27536c496465aebd64f1fbf12870394f8a12f67b19944'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 370120, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:49:47 UTC (rev 370121)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=19.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)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3b353ddff8199f01d3d60385b0ac78b094bfa1fd68e02548ddb4de86b9e298cf'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:49:56
  Author: arojas
Revision: 370122

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:49:47 UTC (rev 370121)
+++ PKGBUILD2019-11-29 23:49:56 UTC (rev 370122)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kaddressbook
-pkgver=19.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=('497de80bb22bc9f29572215d4f3048347e2e72710065109afaa524a122a6c809'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kaddressbook/repos/kde-unstable-x86_64/PKGBUILD (from rev 370121, 
kaddressbook/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:49:56 UTC (rev 370122)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kaddressbook
+pkgver=19.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=('6c801b3b5fd14eaa5437a5cf9adf1ec51c8c5e6b0fc741f10509c76f98e5f49a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:50:06
  Author: arojas
Revision: 370123

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:49:56 UTC (rev 370122)
+++ PKGBUILD2019-11-29 23:50:06 UTC (rev 370123)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=kalarm
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Personal alarm scheduler"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(kdepim-runtime kdelibs4support)
-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=('63f46fafb7317de92147068dbed30b5342429b7616227ed5e79b2d0ebd7e4f1a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kalarm/repos/kde-unstable-x86_64/PKGBUILD (from rev 370122, 
kalarm/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:50:06 UTC (rev 370123)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalarm
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Personal alarm scheduler"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(kdepim-runtime kdelibs4support)
+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=('3b0de9ab0898269422db982db950902192730267b1a6ec32c7f1e6913cf3fb4d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:49:17
  Author: arojas
Revision: 370118

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:49:07 UTC (rev 370117)
+++ PKGBUILD2019-11-29 23:49:17 UTC (rev 370118)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=akonadi-calendar-tools
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="CLI tools to manage akonadi calendars"
-arch=(x86_64)
-url="https://kontact.kde.org;
-license=(GPL2)
-depends=(calendarsupport)
-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=('3c79028c4157ef4b8fbaabeecd385a48c28538edbf8858f52730ced75959222e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370117, akonadi-calendar-tools/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:49:17 UTC (rev 370118)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-calendar-tools
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="CLI tools to manage akonadi calendars"
+arch=(x86_64)
+url="https://kontact.kde.org;
+license=(GPL2)
+depends=(calendarsupport)
+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=('25c5ecddf5248cbd502c87f87f434f638bb509a9fa81c2427ec834d0edb8e705'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:49:07
  Author: arojas
Revision: 370117

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:48:59 UTC (rev 370116)
+++ PKGBUILD2019-11-29 23:49:07 UTC (rev 370117)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-text-ui
-_pkgname=ktp-text-ui
-pkgver=19.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=('f01d0db160a124fb7b0cc297e9330b9beaac82f24d93aa6e3462c2fe31f8ea00'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370116, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:49:07 UTC (rev 370117)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=19.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=('87cbd6cd8518deae34930828beb3c0b927b53c7d3a2ba9975d387376007c7905'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:48:50
  Author: arojas
Revision: 370115

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:48:39 UTC (rev 370114)
+++ PKGBUILD2019-11-29 23:48:50 UTC (rev 370115)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-integration-module
-_pkgname=ktp-kded-module
-pkgver=19.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=('4bd8f622284f29e006e967c4100a26bb914d40b3f503d51e2ae06167fca29c5d'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-integration-module/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 370114, telepathy-kde-integration-module/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:48:50 UTC (rev 370115)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-integration-module
+_pkgname=ktp-kded-module
+pkgver=19.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=('895671a127fa4c7e5a8d6418cf846ace03d1584ed08431923f0adcde8f4df91c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:48:39
  Author: arojas
Revision: 370114

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:48:29 UTC (rev 370113)
+++ PKGBUILD2019-11-29 23:48:39 UTC (rev 370114)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-filetransfer-handler
-_pkgname=ktp-filetransfer-handler
-pkgver=19.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=('d06fb395a90ae57482f5ef619587df0b1dd7761bbb8f843ebca007c114c53cdf'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-filetransfer-handler/repos/kde-unstable-x86_64/PKGBUILD 
(from rev 370113, telepathy-kde-filetransfer-handler/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:48:39 UTC (rev 370114)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-filetransfer-handler
+_pkgname=ktp-filetransfer-handler
+pkgver=19.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=('8f1507dc7fd789e8936e4d348716efdaef0aa404c5aa4fee79c22e06b65bfd3a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:48:59
  Author: arojas
Revision: 370116

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:48:50 UTC (rev 370115)
+++ PKGBUILD2019-11-29 23:48:59 UTC (rev 370116)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-send-file
-_pkgname=ktp-send-file
-pkgver=19.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=('7425565a2e5a619f5a6b99b8cf5d89ef90835727fcad9f275852494b720d1ad7'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370115, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:48:59 UTC (rev 370116)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=19.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=('cc886af8aac2d8bd4cd37d791d91a7b0aceebe432d5b072b05f41e811441392d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:48:29
  Author: arojas
Revision: 370113

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:48:16 UTC (rev 370112)
+++ PKGBUILD2019-11-29 23:48:29 UTC (rev 370113)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-desktop-applets
-_pkgname=ktp-desktop-applets
-pkgver=19.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=('e75f29d67edb6f938bd5f0d16c66b9e301c309dc4076d73308a934a5118ebed2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-desktop-applets/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 370112, telepathy-kde-desktop-applets/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:48:29 UTC (rev 370113)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-desktop-applets
+_pkgname=ktp-desktop-applets
+pkgver=19.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=('f1297f4aa71044f690b0ffe9758c4fce47ad3ae2f5db047a545b953ebf5b0573'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:47:28
  Author: arojas
Revision: 370107

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

Added:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370106, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD
  telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/telepathy-qt-0.9.8.patch

--+
 PKGBUILD |   81 +
 telepathy-qt-0.9.8.patch |   13 ---
 2 files changed, 38 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:47:13 UTC (rev 370106)
+++ PKGBUILD2019-11-29 23:47:28 UTC (rev 370107)
@@ -1,43 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-accounts-kcm
-_pkgname=ktp-accounts-kcm
-pkgver=19.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}
- telepathy-qt-0.9.8.patch)
-sha256sums=('751825b44c5ef1d39541f52ea8bbb527c2db8ddbbc1d43866d2a720918e1ffb6'
-'SKIP'
-'f34e8e9ae6ca9877208f9e8d5df4927542618561e3a81c6a2e7e972306ea80fb')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgname-$pkgver
-  patch -p1 -i ../telepathy-qt-0.9.8.patch # Fix build with telepathy-qt 0.9.8
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: telepathy-kde-accounts-kcm/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370106, telepathy-kde-accounts-kcm/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:47:28 UTC (rev 370107)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-accounts-kcm
+_pkgname=ktp-accounts-kcm
+pkgver=19.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=('c1867fd19b137abf23147f61bfe07152a66010f37f633e8df57c6af9b51f3309'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: telepathy-qt-0.9.8.patch
===
--- telepathy-qt-0.9.8.patch2019-11-29 23:47:13 UTC (rev 370106)
+++ telepathy-qt-0.9.8.patch2019-11-29 23:47:28 UTC (rev 370107)
@@ -1,13 +0,0 @@
-diff --git a/src/KCMTelepathyAccounts/CMakeLists.txt 
b/src/KCMTelepathyAccounts/CMakeLists.txt
-index 1fe7c09..34bc5e0 100644
 a/src/KCMTelepathyAccounts/CMakeLists.txt
-+++ b/src/KCMTelepathyAccounts/CMakeLists.txt
-@@ -79,7 +79,7 @@ target_link_libraries (ktpaccountskcminternal
-KF5::ItemViews
-KF5::IconThemes
-KF5::Service
--   ${TELEPATHY_QT5_LIBRARIES}
-+   TelepathyQt5::Core
- )
- 
- 


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:47:56
  Author: arojas
Revision: 370110

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

Added:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370109, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
Deleted:
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/PKGBUILD
  telepathy-kde-call-ui/repos/kde-unstable-x86_64/telepathy-qt-0.9.8.patch

--+
 PKGBUILD |   75 +
 telepathy-qt-0.9.8.patch |   11 --
 2 files changed, 35 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:47:47 UTC (rev 370109)
+++ PKGBUILD2019-11-29 23:47:56 UTC (rev 370110)
@@ -1,40 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=telepathy-kde-call-ui
-_pkgname=ktp-call-ui
-pkgver=19.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}
- telepathy-qt-0.9.8.patch)
-sha256sums=('508835258cdc4ebc577916e1e2b56869e904ae59c0164e2be28ce5317aa4b3dc'
-'SKIP'
-'29ae07bbe5409e765328f68a27a528a4ff3ab93a1ca3ac190fc76a7c314594ac')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $_pkgname-$pkgver
-  patch -p1 -i ../telepathy-qt-0.9.8.patch # Fix build with telepathy-qt 0.9.8
-}
-
-build() {
-  cd build
-  cmake ../$_pkgname-$pkgver \
--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 
370109, telepathy-kde-call-ui/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:47:56 UTC (rev 370110)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=telepathy-kde-call-ui
+_pkgname=ktp-call-ui
+pkgver=19.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=('14035df3ba614fc0707035d2374e856a0101aee02a1779d2b213ea7ab55ef347'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: telepathy-qt-0.9.8.patch
===
--- telepathy-qt-0.9.8.patch2019-11-29 23:47:47 UTC (rev 370109)
+++ telepathy-qt-0.9.8.patch2019-11-29 23:47:56 UTC (rev 370110)
@@ -1,11 +0,0 @@
-diff --git a/libqtf/CMakeLists.txt b/libqtf/CMakeLists.txt
-index 3025576..bb5faaf 100644
 a/libqtf/CMakeLists.txt
-+++ b/libqtf/CMakeLists.txt
-@@ -24,5 +24,5 @@ target_link_libraries(qtf
- ${QTGSTREAMER_LIBRARIES}
- ${TP_FARSTREAM_LDFLAGS}
- ${FARSTREAM_LDFLAGS}
--${TELEPATHY_QT5_FARSTREAM_LIBRARIES}
-+TelepathyQt5::Farstream
- )


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:48:16
  Author: arojas
Revision: 370112

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:48:06 UTC (rev 370111)
+++ PKGBUILD2019-11-29 23:48:16 UTC (rev 370112)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-contact-runner
-_pkgname=ktp-contact-runner
-pkgver=19.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=('da48e04825ec3460c278389d2eb8231d37d7a72c6262f3e4b3913376e9210cd8'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-contact-runner/repos/kde-unstable-x86_64/PKGBUILD (from 
rev 370111, telepathy-kde-contact-runner/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:48:16 UTC (rev 370112)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-contact-runner
+_pkgname=ktp-contact-runner
+pkgver=19.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=('1d278c76399098e93b599ed8434030fa9d2b6eaabda65c1f6f9096a6b3623d5d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:48:06
  Author: arojas
Revision: 370111

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:47:56 UTC (rev 370110)
+++ PKGBUILD2019-11-29 23:48:06 UTC (rev 370111)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-contact-list
-_pkgname=ktp-contact-list
-pkgver=19.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=('99b01152b13b5adfa47313bcd4260c70e96584b1f2253022d4ee8b839395f645'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-contact-list/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370110, telepathy-kde-contact-list/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:48:06 UTC (rev 370111)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-contact-list
+_pkgname=ktp-contact-list
+pkgver=19.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=('5eb0697a371c61c39e868f99079910bce08f1d586ebf1175d8788b6bde979a26'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:47:38
  Author: arojas
Revision: 370108

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:47:28 UTC (rev 370107)
+++ PKGBUILD2019-11-29 23:47:38 UTC (rev 370108)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-approver
-_pkgname=ktp-approver
-pkgver=19.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=('e2f4dfa82aa569a95e503f9adebac9941f4efeb92f655312037e9ab7c8adead6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-approver/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370107, telepathy-kde-approver/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:47:38 UTC (rev 370108)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-approver
+_pkgname=ktp-approver
+pkgver=19.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=('2dad05c3162def54cbcd0e6933b9eb75095d0e2b70b406f0064e41ec45e5d6f8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:47:47
  Author: arojas
Revision: 370109

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:47:38 UTC (rev 370108)
+++ PKGBUILD2019-11-29 23:47:47 UTC (rev 370109)
@@ -1,37 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-# Contributor: Laurent Carlier 
-
-pkgname=telepathy-kde-auth-handler
-_pkgname=ktp-auth-handler
-pkgver=19.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=('800af8108a29d3bb40c3ad3c56d8a17f542234a4b91b68741d7f5953045f7135'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: telepathy-kde-auth-handler/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370108, telepathy-kde-auth-handler/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:47:47 UTC (rev 370109)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-auth-handler
+_pkgname=ktp-auth-handler
+pkgver=19.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=('ca60e3098afb9fe499d32667fb4355bb1ed72311db33889a906e0cdcdf6ec42c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:47:03
  Author: arojas
Revision: 370105

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:46:53 UTC (rev 370104)
+++ PKGBUILD2019-11-29 23:47:03 UTC (rev 370105)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=zeroconf-ioslave
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('66e1936a22e25103f44d6a7ab087e6fb7654c75edcecbb8ce4c8752cd5ab5ca2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from rev 370104, 
zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:47:03 UTC (rev 370105)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=zeroconf-ioslave
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b4e5479e780f59acfd101769e93465c53ed4590d58c0cb5600c00194396f637c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:46:43
  Author: arojas
Revision: 370103

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:46:26 UTC (rev 370102)
+++ PKGBUILD2019-11-29 23:46:43 UTC (rev 370103)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=krdc
-pkgver=19.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=('54f37e531bfd5ad6a26bc3f4d760412b17fe51cf5289712416862ddbdd32b3bf'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: krdc/repos/kde-unstable-x86_64/PKGBUILD (from rev 370102, 
krdc/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:46:43 UTC (rev 370103)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=krdc
+pkgver=19.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=('c07645c23937cc082267e2a5c064cbd37a62c0277f08f80ad61c36d32058e98a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:46:26
  Author: arojas
Revision: 370102

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

Added:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370101, kopete/kde-unstable/PKGBUILD)
  kopete/repos/kde-unstable-x86_64/kopete-mediastreamer2.14.patch
(from rev 370101, kopete/kde-unstable/kopete-mediastreamer2.14.patch)
  kopete/repos/kde-unstable-x86_64/kopete-openssl-1.1.patch
(from rev 370101, kopete/kde-unstable/kopete-openssl-1.1.patch)
  kopete/repos/kde-unstable-x86_64/kopete-srtp2.patch
(from rev 370101, kopete/kde-unstable/kopete-srtp2.patch)
Deleted:
  kopete/repos/kde-unstable-x86_64/PKGBUILD
  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   |   98 +++---
 kopete-mediastreamer2.14.patch |  562 +--
 kopete-openssl-1.1.patch   |  614 +++
 kopete-srtp2.patch |  308 +--
 4 files changed, 791 insertions(+), 791 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:46:09 UTC (rev 370101)
+++ PKGBUILD2019-11-29 23:46:26 UTC (rev 370102)
@@ -1,49 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kopete
-pkgver=19.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')
-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)
-sha256sums=('ec9d887a3878e9378a6f2858928fafc8b98458ee946dabf0abf063061b64c024'
-'SKIP'
-'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
-'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
-'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b')
-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
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kopete/repos/kde-unstable-x86_64/PKGBUILD (from rev 370101, 
kopete/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:46:26 UTC (rev 370102)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kopete
+pkgver=19.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')
+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)
+sha256sums=('abe6102528a04547645094685fcceadc22363e23071a8db93302a7c1934240d1'
+'SKIP'
+'8b8e7a5d9f17fafdddb402fab22b0b8d9963039ea8ea9fa749cad67aeeb879ac'
+'ceed663f7007654d186d918cf7a0742972ed5bd319879021e9ba80e395177700'
+'a12ea422e5162ef11274a98fd53658d6e780cafbe2e0fac70c8bc7d3291fef8b')
+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 

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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:46:53
  Author: arojas
Revision: 370104

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:46:43 UTC (rev 370103)
+++ PKGBUILD2019-11-29 23:46:53 UTC (rev 370104)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=krfb
-pkgver=19.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 pipewire)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdenetwork)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9a2cfbe872033d19760641cf80d2f7b79c9090b0f64fecf2638c00508380b370'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: krfb/repos/kde-unstable-x86_64/PKGBUILD (from rev 370103, 
krfb/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:46:53 UTC (rev 370104)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=krfb
+pkgver=19.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 pipewire)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdenetwork)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1c833d8267e055f55ed72a778d748cda59fd73b71e2f9b48461d4572ad7a192b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:47:13
  Author: arojas
Revision: 370106

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

Added:
  kio-extras/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370105, kio-extras/kde-unstable/PKGBUILD)
  kio-extras/repos/kde-unstable-x86_64/kio-extras-rpc.patch
(from rev 370105, 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 |   88 +++
 kio-extras-rpc.patch |   90 -
 2 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:47:03 UTC (rev 370105)
+++ PKGBUILD2019-11-29 23:47:13 UTC (rev 370106)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kio-extras
-pkgver=19.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-stats phonon-qt5 syntax-highlighting)
-makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage)
-optdepends=('qt5-imageformats: thumbnails for additional image formats'
-'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
-'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=('7d487eee91e5156c82ce58f7699af329b9e6a58f4f5a8f55f987851b827ba1c5'
-'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 \
--DLIBAPPIMAGE_LIBRARIES=libappimage.so \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kio-extras/repos/kde-unstable-x86_64/PKGBUILD (from rev 370105, 
kio-extras/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:47:13 UTC (rev 370106)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kio-extras
+pkgver=19.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-stats phonon-qt5 syntax-highlighting)
+makedepends=(extra-cmake-modules kdoctools gperf taglib libappimage)
+optdepends=('qt5-imageformats: thumbnails for additional image formats'
+'kimageformats: thumbnails for additional image formats' 'taglib: 
audio file thumbnails'
+'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=('d792c9a7ea1a0b2f73e1ddd7c9e03a5fdfbdbd83e8eb4410a01ff8a66b4d37f3'
+'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 \
+-DLIBAPPIMAGE_LIBRARIES=libappimage.so \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}

Deleted: kio-extras-rpc.patch
===
--- kio-extras-rpc.patch2019-11-29 23:47:03 UTC (rev 370105)
+++ kio-extras-rpc.patch2019-11-29 23:47:13 UTC (rev 370106)
@@ -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 kioslave" HAVE_RPC_RPC_H "The 

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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:46:09
  Author: arojas
Revision: 370101

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:46:00 UTC (rev 370100)
+++ PKGBUILD2019-11-29 23:46:09 UTC (rev 370101)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kget
-pkgver=19.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 libmms kdoctools 
kdesignerplugin)
-optdepends=('libktorrent: torrent support' 'libmms: MMS support')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('07f307ed593536db528a7e85b8f3d4fb372760cc5973e86f7fe7a51bd56810d1'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kget/repos/kde-unstable-x86_64/PKGBUILD (from rev 370100, 
kget/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:46:09 UTC (rev 370101)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kget
+pkgver=19.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 libmms kdoctools 
kdesignerplugin)
+optdepends=('libktorrent: torrent support' 'libmms: MMS support')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c75bc3f7f767d6a0dab938113b3d7dd5f318883f4968f16b839d7b0ea854715e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:46:00
  Author: arojas
Revision: 370100

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:45:46 UTC (rev 370099)
+++ PKGBUILD2019-11-29 23:46:00 UTC (rev 370100)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdenetwork-filesharing
-pkgver=19.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)
-optdepends=('samba: folder sharing')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b6674dcd7a322755e1151dc995d60378f5d70a06aa0670ade076e792a507e54c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdenetwork-filesharing/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370099, kdenetwork-filesharing/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:46:00 UTC (rev 370100)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdenetwork-filesharing
+pkgver=19.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)
+optdepends=('samba: folder sharing')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8bac7269cf8aa8a582e3677295adaaa585f6116935b76bf0d5af2ca79a9fde17'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:45:17
  Author: arojas
Revision: 370097

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

Added:
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370096, kdenlive/kde-unstable/PKGBUILD)
Deleted:
  kdenlive/repos/kde-unstable-x86_64/PKGBUILD
  kdenlive/repos/kde-unstable-x86_64/kdenlive-qt-5.14.patch

+
 PKGBUILD   |   95 ++-
 kdenlive-qt-5.14.patch |   17 
 2 files changed, 45 insertions(+), 67 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:45:08 UTC (rev 370096)
+++ PKGBUILD2019-11-29 23:45:17 UTC (rev 370097)
@@ -1,50 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Sergej Pupykin 
-# Contributor: Zuf 
-# Contributor: Darwin Bautista 
-# Contributor: Gustavo Alvarez 
-
-pkgname=kdenlive
-pkgver=19.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 rttr breeze-icons 
frei0r-plugins)
-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}
- kdenlive-qt-5.14.patch)
-sha256sums=('8de6ea6ffe6194241f4b2561cb2f3cf7d3237dd988fc30d57820daf955451a3b'
-'SKIP'
-'fd42abab891383b3e640e9c8056fa87ba41262240afd9052effa2e8d21654760')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-
-  cd $pkgname-$pkgver
-  patch -p1 -i ../kdenlive-qt-5.14.patch # Fix build with Qt 5.14
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kdenlive/repos/kde-unstable-x86_64/PKGBUILD (from rev 370096, 
kdenlive/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:45:17 UTC (rev 370097)
@@ -0,0 +1,45 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Sergej Pupykin 
+# Contributor: Zuf 
+# Contributor: Darwin Bautista 
+# Contributor: Gustavo Alvarez 
+
+pkgname=kdenlive
+pkgver=19.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 rttr breeze-icons 
frei0r-plugins)
+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=('bdfded1bc770db6f752edd2f48b7aff76385760f7de79b0e1bd6531787527445'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: kdenlive-qt-5.14.patch
===
--- kdenlive-qt-5.14.patch  2019-11-29 23:45:08 UTC (rev 370096)
+++ kdenlive-qt-5.14.patch  2019-11-29 23:45:17 UTC (rev 370097)
@@ -1,17 +0,0 @@
-diff --git a/src/definitions.h b/src/definitions.h
-index c82b64efc..10cf52d29 100644
 a/src/definitions.h
-+++ b/src/definitions.h
-@@ -252,10 +252,12 @@ QDebug operator<<(QDebug qd, const ItemInfo );
- 
- // we provide hash function for qstring and QPersistentModelIndex
- namespace std {
-+#if (QT_VERSION < QT_VERSION_CHECK(5, 14, 0))
- template <> struct hash
- {
- std::size_t operator()(const QString ) const { return qHash(k); }
- };
-+#endif
- template <> struct hash
- {
- std::size_t operator()(const QPersistentModelIndex ) const { return 
qHash(k); }


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:45:36
  Author: arojas
Revision: 370098

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:45:17 UTC (rev 370097)
+++ PKGBUILD2019-11-29 23:45:36 UTC (rev 370098)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kmix
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="KDE volume control program"
-url='https://kde.org/applications/multimedia/kmix/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(knotifications kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools plasma-framework)
-groups=(kdemultimedia kde-applications)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ade30b513c20c0c43574009af3594050413785e93a498c9ac56c613b9ffb670b'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kmix/repos/kde-unstable-x86_64/PKGBUILD (from rev 370097, 
kmix/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:45:36 UTC (rev 370098)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kmix
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="KDE volume control program"
+url='https://kde.org/applications/multimedia/kmix/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(knotifications kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+groups=(kdemultimedia kde-applications)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c6aaf2b17642e63f82251e28fa2f835cb78547d05b389e023deefc6a40bbec10'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:45:46
  Author: arojas
Revision: 370099

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:45:36 UTC (rev 370098)
+++ PKGBUILD2019-11-29 23:45:46 UTC (rev 370099)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: Elvis Angelaccio 
-# Contributor: Gustavo alvarez 
-
-pkgname=kwave
-pkgver=19.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=('5f630b64e9e0c1a092b715a1ea9dbc31567404898e4f081bd92cef2aac1a5950'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kwave/repos/kde-unstable-x86_64/PKGBUILD (from rev 370098, 
kwave/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:45:46 UTC (rev 370099)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Elvis Angelaccio 
+# Contributor: Gustavo alvarez 
+
+pkgname=kwave
+pkgver=19.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=('1da7fd7212906d035d318b7a93f565c192f5e2becf3b0146a7c601af89081c62'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:45:08
  Author: arojas
Revision: 370096

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:44:57 UTC (rev 370095)
+++ PKGBUILD2019-11-29 23:45:08 UTC (rev 370096)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Contributor: birdflesh 
-# Contributor: said
-# Contributor: Panagiotis Papadopoulos 
-
-pkgname=kamoso
-pkgver=19.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=('47763f5daeb91af7035d29d908b3bd9a74a430a7937ce106268c42f74b35b8c5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build 
-  cmake ../$pkgname-$pkgver \
--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 370095, 
kamoso/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:45:08 UTC (rev 370096)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas 
+# Contributor: birdflesh 
+# Contributor: said
+# Contributor: Panagiotis Papadopoulos 
+
+pkgname=kamoso
+pkgver=19.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=('56f8cc7336e0dbb52f8e670ee374695a64292f8ebbaeb410077b8c9c26562353'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:44:30
  Author: arojas
Revision: 370093

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

Added:
  ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370092, ffmpegthumbs/kde-unstable/PKGBUILD)
Deleted:
  ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:44:20 UTC (rev 370092)
+++ PKGBUILD2019-11-29 23:44:30 UTC (rev 370093)
@@ -1,34 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-
-pkgname=ffmpegthumbs
-pkgver=19.11.80
-pkgrel=1
-pkgdesc='FFmpeg-based thumbnail creator for video files'
-url='https://www.kde.org/applications/multimedia/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdemultimedia)
-depends=(kio ffmpeg)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('679ea3c65ea50cd9bc365e0c4e6758d3d5227a98cfc0a42965337236eb2d7678'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ffmpegthumbs/repos/kde-unstable-x86_64/PKGBUILD (from rev 370092, 
ffmpegthumbs/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:44:30 UTC (rev 370093)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=ffmpegthumbs
+pkgver=19.11.90
+pkgrel=1
+pkgdesc='FFmpeg-based thumbnail creator for video files'
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdemultimedia)
+depends=(kio ffmpeg)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('02a00d76386cb4460c8f7666b9c510f5d59808a4744dd76d38a7f7a43f4374f6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:44:57
  Author: arojas
Revision: 370095

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:44:39 UTC (rev 370094)
+++ PKGBUILD2019-11-29 23:44:57 UTC (rev 370095)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=juk
-pkgver=19.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)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('73cf56105b2cef37925f74fd700491701c5edb8343d1e6f0a64c5e8c77f955fa'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: juk/repos/kde-unstable-x86_64/PKGBUILD (from rev 370094, 
juk/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:44:57 UTC (rev 370095)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=juk
+pkgver=19.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)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d3108fb6fa0ee060351de6c687b12ae8c82ca248439b8ce213554799435a3a8c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


[arch-commits] Commit in elisa/repos/kde-unstable-x86_64 (3 files)

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:44:20
  Author: arojas
Revision: 370092

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

Added:
  elisa/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370091, elisa/kde-unstable/PKGBUILD)
Deleted:
  elisa/repos/kde-unstable-x86_64/PKGBUILD
  elisa/repos/kde-unstable-x86_64/fix-build.patch

-+
 PKGBUILD|   71 +-
 fix-build.patch |   14 --
 2 files changed, 33 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:44:09 UTC (rev 370091)
+++ PKGBUILD2019-11-29 23:44:20 UTC (rev 370092)
@@ -1,38 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=elisa
-pkgver=19.11.80
-pkgrel=2
-pkgdesc='A simple music player aiming to provide a nice experience for its 
users'
-url='https://community.kde.org/Elisa'
-arch=(x86_64)
-license=(LGPL3)
-groups=(kde-applications kdemultimedia)
-depends=(baloo kirigami2 kcmutils vlc) # upnp-player-qt
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
- fix-build.patch)
-sha256sums=('1833401b15712065f7b2695625ef196cfcb2b2442658286be533ba2014b95755'
-'SKIP'
-'808ef8f2826525854ec4a6939878a746ace7e1c13d9a49385392ea0b3a41aa6f')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: elisa/repos/kde-unstable-x86_64/PKGBUILD (from rev 370091, 
elisa/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:44:20 UTC (rev 370092)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=elisa
+pkgver=19.11.90
+pkgrel=1
+pkgdesc='A simple music player aiming to provide a nice experience for its 
users'
+url='https://community.kde.org/Elisa'
+arch=(x86_64)
+license=(LGPL3)
+groups=(kde-applications kdemultimedia)
+depends=(baloo kirigami2 kcmutils vlc) # upnp-player-qt
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('28e676342ee6880d2ea94480bc837b04c3c76916166b24c652b0a997629e72a1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Deleted: fix-build.patch
===
--- fix-build.patch 2019-11-29 23:44:09 UTC (rev 370091)
+++ fix-build.patch 2019-11-29 23:44:20 UTC (rev 370092)
@@ -1,14 +0,0 @@
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 0b361b6..9728750 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -188,9 +188,6 @@ install(
- DESTINATION ${KDE_INSTALL_METAINFODIR}
- )
- 
--if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
--ki18n_install(po)
--endif()
- 
- install(FILES elisa.categories DESTINATION  
${KDE_INSTALL_LOGGINGCATEGORIESDIR})
- 


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:44:39
  Author: arojas
Revision: 370094

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

Added:
  k3b/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370093, k3b/kde-unstable/PKGBUILD)
Deleted:
  k3b/repos/kde-unstable-x86_64/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:44:30 UTC (rev 370093)
+++ PKGBUILD2019-11-29 23:44:39 UTC (rev 370094)
@@ -1,43 +0,0 @@
-# Maintainer: Eric Bélanger 
-# Maintainer: Antonio Rojas 
-
-pkgname=k3b
-pkgver=19.11.80
-pkgrel=1
-epoch=1
-pkgdesc="Feature-rich and easy to handle CD burning application"
-arch=(x86_64)
-url="https://userbase.kde.org/K3b;
-license=(GPL)
-depends=(libkcddb kcmutils knotifyconfig libmad kfilemetadata knewstuff
- libmpcdec libdvdread libburn qt5-webkit)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('cdrtools: for CD burning with cdrecord'
-'dvd+rw-tools: for DVD burning support'
-'vcdimager: for VCD burning support'
-'emovix: for bootable multimedia CD/DVD support'
-'cdrdao: for disk-at-once (DAO) mode support'
-'cdparanoia: for CD ripping support' 'transcode: for DVD ripping 
support')
-groups=(kde-applications kdemultimedia)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('d241ef79238a3c514c7626a251d515d7c9899eb95ea5c319a510ded82f7c4f7c'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: k3b/repos/kde-unstable-x86_64/PKGBUILD (from rev 370093, 
k3b/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:44:39 UTC (rev 370094)
@@ -0,0 +1,43 @@
+# Maintainer: Eric Bélanger 
+# Maintainer: Antonio Rojas 
+
+pkgname=k3b
+pkgver=19.11.90
+pkgrel=1
+epoch=1
+pkgdesc="Feature-rich and easy to handle CD burning application"
+arch=(x86_64)
+url="https://userbase.kde.org/K3b;
+license=(GPL)
+depends=(libkcddb kcmutils knotifyconfig libmad kfilemetadata knewstuff
+ libmpcdec libdvdread libburn qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('cdrtools: for CD burning with cdrecord'
+'dvd+rw-tools: for DVD burning support'
+'vcdimager: for VCD burning support'
+'emovix: for bootable multimedia CD/DVD support'
+'cdrdao: for disk-at-once (DAO) mode support'
+'cdparanoia: for CD ripping support' 'transcode: for DVD ripping 
support')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('88b1e66842adf4ae083345e7de57fbb34b9090987849b1d322e588d5615a878f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:44:09
  Author: arojas
Revision: 370091

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

Added:
  dragon/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370090, dragon/kde-unstable/PKGBUILD)
Deleted:
  dragon/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:43:59 UTC (rev 370090)
+++ PKGBUILD2019-11-29 23:44:09 UTC (rev 370091)
@@ -1,36 +0,0 @@
-# Maintainer: Antonio Rojas  
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=dragon
-pkgver=19.11.80
-pkgrel=1
-pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
-arch=(x86_64)
-url='https://kde.org/applications/multimedia/dragonplayer'
-license=(GPL)
-depends=(hicolor-icon-theme kparts phonon-qt5)
-makedepends=(extra-cmake-modules kdoctools)
-groups=(kde-applications kdemultimedia)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5626d8ce346bac4391b29fabd7a86fbb3fd8549497a9d285c8ee0cd90d85b32a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: dragon/repos/kde-unstable-x86_64/PKGBUILD (from rev 370090, 
dragon/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:44:09 UTC (rev 370091)
@@ -0,0 +1,36 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dragon
+pkgver=19.11.90
+pkgrel=1
+pkgdesc='A multimedia player where the focus is on simplicity, instead of 
features'
+arch=(x86_64)
+url='https://kde.org/applications/multimedia/dragonplayer'
+license=(GPL)
+depends=(hicolor-icon-theme kparts phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cc77cacce8ea10e7843547b589dc5c1d7ff7ec90b9ed849e4ba5cb2a528b2c26'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:43:59
  Author: arojas
Revision: 370090

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

Added:
  audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370089, audiocd-kio/kde-unstable/PKGBUILD)
Deleted:
  audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:43:50 UTC (rev 370089)
+++ PKGBUILD2019-11-29 23:43:59 UTC (rev 370090)
@@ -1,36 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=audiocd-kio
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Kioslave for accessing audio CDs"
-url='https://www.kde.org/applications/multimedia/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kcmutils libkcddb libkcompactdisc lame)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('opus-tools: encoding to opus format')
-groups=(kde-applications kdemultimedia)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('ccf770887a921f6aa0e2356da483cfa4861b818c613d76b5350e0a42ebc35c8a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: audiocd-kio/repos/kde-unstable-x86_64/PKGBUILD (from rev 370089, 
audiocd-kio/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:43:59 UTC (rev 370090)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=audiocd-kio
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Kioslave for accessing audio CDs"
+url='https://www.kde.org/applications/multimedia/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kcmutils libkcddb libkcompactdisc lame)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('opus-tools: encoding to opus format')
+groups=(kde-applications kdemultimedia)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6d1772b0debbc68bc28a844aaa50f2b71831331279d2580063a6ac9c68427041'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:43:17
  Author: arojas
Revision: 370086

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

Added:
  okular/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370085, okular/kde-unstable/PKGBUILD)
Deleted:
  okular/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:43:08 UTC (rev 370085)
+++ PKGBUILD2019-11-29 23:43:17 UTC (rev 370086)
@@ -1,39 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=okular
-pkgver=19.11.80
-pkgrel=1
-pkgdesc='Document Viewer'
-arch=(x86_64)
-url="https://kde.org/applications/graphics/okular/;
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities 
threadweaver kjs kparts purpose discount phonon-qt5)
-makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools 
khtml chmlib)
-optdepends=('ebook-tools: mobi and epub support'
-'kdegraphics-mobipocket: mobi support' 'kirigami2: mobile UI' 
'libzip: CHM support'
-'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP 
support'
-'unrar: Comic Book Archive support' 'unarchiver: Comic Book 
Archive support (alternative)')
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b7dd28c811c2bea916ac4a9ca20964d308c7dd3401986d38602bb729883b16d5'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: okular/repos/kde-unstable-x86_64/PKGBUILD (from rev 370085, 
okular/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:43:17 UTC (rev 370086)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=okular
+pkgver=19.11.90
+pkgrel=1
+pkgdesc='Document Viewer'
+arch=(x86_64)
+url="https://kde.org/applications/graphics/okular/;
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(djvulibre libspectre libkexiv2 poppler-qt5 qca kpty kactivities 
threadweaver kjs kparts purpose discount phonon-qt5)
+makedepends=(extra-cmake-modules ebook-tools kdegraphics-mobipocket kdoctools 
khtml chmlib)
+optdepends=('ebook-tools: mobi and epub support'
+'kdegraphics-mobipocket: mobi support' 'kirigami2: mobile UI' 
'libzip: CHM support'
+'khtml: CHM support' 'chmlib: CHM support' 'calligra: ODT and ODP 
support'
+'unrar: Comic Book Archive support' 'unarchiver: Comic Book 
Archive support (alternative)')
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('8561f97385d5fa622df4597b39d98b102e223dc786d5513c1f6792c634b3d450'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:43:41
  Author: arojas
Revision: 370088

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

Added:
  svgpart/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370087, svgpart/kde-unstable/PKGBUILD)
Deleted:
  svgpart/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:43:31 UTC (rev 370087)
+++ PKGBUILD2019-11-29 23:43:41 UTC (rev 370088)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=svgpart
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="A KPart for viewing SVGs"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(kparts)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('db68f997ace1d3707ca09e7ab31492067bee4d04f534028b98a597e1ba4e91e2'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: svgpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 370087, 
svgpart/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:43:41 UTC (rev 370088)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=svgpart
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="A KPart for viewing SVGs"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('d92f797646f6f639a045baa9656ea6e65d571a0548c7f4b16832ad287cc2791d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:43:50
  Author: arojas
Revision: 370089

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

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:43:41 UTC (rev 370088)
+++ PKGBUILD2019-11-29 23:43:50 UTC (rev 370089)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdegraphics-thumbnailers
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Thumbnailers for various graphics file formats"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(libkexiv2 libkdcraw kio ghostscript)
-makedepends=(extra-cmake-modules)
-groups=(kdegraphics kde-applications)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('43bc669c7c7f2e483e892c44aaa28759871ae08bc56b3e6dc068915ead432984'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kdegraphics-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
370088, kdegraphics-thumbnailers/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:43:50 UTC (rev 370089)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdegraphics-thumbnailers
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Thumbnailers for various graphics file formats"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(libkexiv2 libkdcraw kio ghostscript)
+makedepends=(extra-cmake-modules)
+groups=(kdegraphics kde-applications)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7a7a249a613325053801e8182986cc339ba8b7dbdc61e81f653d7a6e41eba34a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:43:31
  Author: arojas
Revision: 370087

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

Added:
  spectacle/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370086, spectacle/kde-unstable/PKGBUILD)
Deleted:
  spectacle/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:43:17 UTC (rev 370086)
+++ PKGBUILD2019-11-29 23:43:31 UTC (rev 370087)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-
-pkgname=spectacle
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="KDE screenshot capture utility"
-arch=(x86_64)
-url='https://www.kde.org/applications/graphics/'
-license=(GPL)
-depends=(xcb-util-cursor libkipi purpose knewstuff kwayland qt5-tools)
-makedepends=(extra-cmake-modules kdoctools)
-optdepends=('kipi-plugins: export to various online services')
-groups=(kde-applications kdegraphics)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('1fcd7ed6fbf1fe200d72d92ef2a10f2db269b97b165dd652494aa9a41a86ddd4'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: spectacle/repos/kde-unstable-x86_64/PKGBUILD (from rev 370086, 
spectacle/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:43:31 UTC (rev 370087)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=spectacle
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="KDE screenshot capture utility"
+arch=(x86_64)
+url='https://www.kde.org/applications/graphics/'
+license=(GPL)
+depends=(xcb-util-cursor libkipi purpose knewstuff kwayland qt5-tools)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('kipi-plugins: export to various online services')
+groups=(kde-applications kdegraphics)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('cd7bb187eefe2b29fd27b70af5f6250f2536b95f95533409118cbf23afe532b8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:42:58
  Author: arojas
Revision: 370084

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

Added:
  kruler/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370083, kruler/kde-unstable/PKGBUILD)
Deleted:
  kruler/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:42:45 UTC (rev 370083)
+++ PKGBUILD2019-11-29 23:42:58 UTC (rev 370084)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kruler
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Screen Ruler"
-url="https://kde.org/applications/graphics/kruler/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(knotifications kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b872a6f4d9bd439e9efab87ffb656c92649bb81af840be741384ce199afc2d56'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kruler/repos/kde-unstable-x86_64/PKGBUILD (from rev 370083, 
kruler/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:42:58 UTC (rev 370084)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kruler
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Screen Ruler"
+url="https://kde.org/applications/graphics/kruler/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(knotifications kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('bad133214a5431a0981e849748f592e217cd1ac7326423cd0799a7efe1eeb737'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:43:08
  Author: arojas
Revision: 370085

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

Added:
  libkgeomap/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370084, libkgeomap/kde-unstable/PKGBUILD)
Deleted:
  libkgeomap/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:42:58 UTC (rev 370084)
+++ PKGBUILD2019-11-29 23:43:08 UTC (rev 370085)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=libkgeomap
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
-url="https://www.kde.org/applications/graphics/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(marble-common kio qt5-webkit)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('c3c3baaa754f824f342e47175c2dd73dbabd5d7e870e632e977deb70f664940a'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: libkgeomap/repos/kde-unstable-x86_64/PKGBUILD (from rev 370084, 
libkgeomap/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:43:08 UTC (rev 370085)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=libkgeomap
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="A wrapper around world map components for browsing and arranging 
photos on a map"
+url="https://www.kde.org/applications/graphics/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(marble-common kio qt5-webkit)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('aa71e31a5164b68d758b5803fdc5329031520116d87e7eae6fdc5b04fc1cf813'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:42:45
  Author: arojas
Revision: 370083

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

Added:
  kolourpaint/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370082, kolourpaint/kde-unstable/PKGBUILD)
Deleted:
  kolourpaint/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:42:35 UTC (rev 370082)
+++ PKGBUILD2019-11-29 23:42:45 UTC (rev 370083)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kolourpaint
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Paint Program"
-url="https://kde.org/applications/graphics/kolourpaint/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kdelibs4support libksane)
-makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('91b7234cdb92a12cbaacb5deef28380c2e39d00d4bd12de7d10a968b73c97eaf'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kolourpaint/repos/kde-unstable-x86_64/PKGBUILD (from rev 370082, 
kolourpaint/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:42:45 UTC (rev 370083)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kolourpaint
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Paint Program"
+url="https://kde.org/applications/graphics/kolourpaint/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kdelibs4support libksane)
+makedepends=(extra-cmake-modules kdesignerplugin kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('42c2f8354e3c6520165907ab06b997abcb87b3b821109c56db65356b8a5f98c3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:42:25
  Author: arojas
Revision: 370081

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

Added:
  kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370080, kcolorchooser/kde-unstable/PKGBUILD)
Deleted:
  kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:42:16 UTC (rev 370080)
+++ PKGBUILD2019-11-29 23:42:25 UTC (rev 370081)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kcolorchooser
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Color Chooser"
-url="https://kde.org/applications/graphics/kcolorchooser/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kxmlgui hicolor-icon-theme)
-makedepends=(extra-cmake-modules)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('0b2ef726ac41364fbf668ac77f0f277ae8594bf880af84fce99bca630899ebc6'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kcolorchooser/repos/kde-unstable-x86_64/PKGBUILD (from rev 370080, 
kcolorchooser/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:42:25 UTC (rev 370081)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcolorchooser
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Color Chooser"
+url="https://kde.org/applications/graphics/kcolorchooser/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kxmlgui hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('196bf22ac205f0e0683ca90dbc515e8d5a428c8a7991074ce147b04ecc70230f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:42:16
  Author: arojas
Revision: 370080

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

Added:
  kamera/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370079, kamera/kde-unstable/PKGBUILD)
Deleted:
  kamera/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:42:01 UTC (rev 370079)
+++ PKGBUILD2019-11-29 23:42:16 UTC (rev 370080)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kamera
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="KDE integration for gphoto2 cameras"
-url="https://kde.org/applications/graphics/kamera/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegraphics)
-depends=(kio libgphoto2)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('9bdd719940ff3cbb1ed3821b4adb6b617866d4e5fee91efc878cc02cad774904'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kamera/repos/kde-unstable-x86_64/PKGBUILD (from rev 370079, 
kamera/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:42:16 UTC (rev 370080)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kamera
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="KDE integration for gphoto2 cameras"
+url="https://kde.org/applications/graphics/kamera/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegraphics)
+depends=(kio libgphoto2)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('7b68b71dc02e8c5626593e88869e95d559537025556272868d9bed87ba9d8ba1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:42:01
  Author: arojas
Revision: 370079

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

Added:
  gwenview/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370078, gwenview/kde-unstable/PKGBUILD)
Deleted:
  gwenview/repos/kde-unstable-x86_64/PKGBUILD

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

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

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

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

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:41:52
  Author: arojas
Revision: 370078

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

Added:
  picmi/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370077, picmi/kde-unstable/PKGBUILD)
Deleted:
  picmi/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:41:41 UTC (rev 370077)
+++ PKGBUILD2019-11-29 23:41:52 UTC (rev 370078)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=picmi
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="A nonogram logic game for KDE"
-url="https://kde.org/applications/games/picmi/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e1e2e5c3e2568535bb9f201cb1808c8d36c84c0b73528d8a3264a082e2194a9f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: picmi/repos/kde-unstable-x86_64/PKGBUILD (from rev 370077, 
picmi/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:41:52 UTC (rev 370078)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=picmi
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="A nonogram logic game for KDE"
+url="https://kde.org/applications/games/picmi/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('15991f50906abfda52fc199c9959351d96c64cee7d4fd62511556bb62dc2ef35'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:41:31
  Author: arojas
Revision: 370076

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

Added:
  lskat/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370075, lskat/kde-unstable/PKGBUILD)
Deleted:
  lskat/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:41:22 UTC (rev 370075)
+++ PKGBUILD2019-11-29 23:41:31 UTC (rev 370076)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=lskat
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Lieutenant Skat is a fun and engaging card game for two players"
-url="https://kde.org/applications/games/lskat/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('8d8c723474b0549867ad43cc8f6c81483471ed80dc30a50c014292127674cddd'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

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

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:41:22
  Author: arojas
Revision: 370075

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

Added:
  kubrick/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370074, kubrick/kde-unstable/PKGBUILD)
Deleted:
  kubrick/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:40:37 UTC (rev 370074)
+++ PKGBUILD2019-11-29 23:41:22 UTC (rev 370075)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kubrick
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="Based on the famous Rubik's Cube"
-url="https://kde.org/applications/games/kubrick/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames glu hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5779acb6cfb4df32f765ac1d117f2d4a91669baee056e4a2a02a7e25b435597e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: kubrick/repos/kde-unstable-x86_64/PKGBUILD (from rev 370074, 
kubrick/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:41:22 UTC (rev 370075)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kubrick
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="Based on the famous Rubik's Cube"
+url="https://kde.org/applications/games/kubrick/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames glu hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('b1ce129a6b622e604852a8c697510cbac8148484cd309a05b939de073584f953'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:41:41
  Author: arojas
Revision: 370077

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

Added:
  palapeli/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370076, palapeli/kde-unstable/PKGBUILD)
Deleted:
  palapeli/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:41:31 UTC (rev 370076)
+++ PKGBUILD2019-11-29 23:41:41 UTC (rev 370077)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=palapeli
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="A single-player jigsaw puzzle game"
-url="https://kde.org/applications/games/palapeli/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames qhull hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('5d7cee0c75d28920d47e73e5d18a0dc636cc236417350f62d276824ba3e0717e'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

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

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:40:25
  Author: arojas
Revision: 370073

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

Added:
  ksudoku/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370072, ksudoku/kde-unstable/PKGBUILD)
Deleted:
  ksudoku/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:40:15 UTC (rev 370072)
+++ PKGBUILD2019-11-29 23:40:25 UTC (rev 370073)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas 
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=ksudoku
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="A logic-based symbol placement puzzle"
-url="https://kde.org/applications/games/ksudoku/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(libkdegames glu hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e66f20ad7565826f9666ca7affddb35adb6d242b274339aae851166dafa5b78f'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

Copied: ksudoku/repos/kde-unstable-x86_64/PKGBUILD (from rev 370072, 
ksudoku/kde-unstable/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-29 23:40:25 UTC (rev 370073)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksudoku
+pkgver=19.11.90
+pkgrel=1
+pkgdesc="A logic-based symbol placement puzzle"
+url="https://kde.org/applications/games/ksudoku/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdegames)
+depends=(libkdegames glu hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('3e244cafa5eb8f8682064df7f8f655826d747298a1ed57e936ec37bbcb233280'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:40:37
  Author: arojas
Revision: 370074

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

Added:
  ktuberling/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370073, ktuberling/kde-unstable/PKGBUILD)
Deleted:
  ktuberling/repos/kde-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-29 23:40:25 UTC (rev 370073)
+++ PKGBUILD2019-11-29 23:40:37 UTC (rev 370074)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=ktuberling
-pkgver=19.11.80
-pkgrel=1
-pkgdesc="A simple constructor game suitable for children and adults alike"
-url="https://kde.org/applications/games/ktuberling/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kdegames)
-depends=(hicolor-icon-theme libkdegames)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('e28d5a65cc9f66e4945ed8cd43da8ecd7881ea650ccf374c4f4ae5d7dc0c4e45'
-'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

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

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


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

2019-11-29 Thread Antonio Rojas via arch-commits
Date: Friday, November 29, 2019 @ 23:40:15
  Author: arojas
Revision: 370072

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

Added:
  ksquares/repos/kde-unstable-x86_64/PKGBUILD
(from rev 370071, ksquares/kde-unstable/PKGBUILD)
Deleted:
  ksquares/repos/kde-unstable-x86_64/PKGBUILD

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

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

-  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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

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

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck 

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


  1   2   3   4   5   >