[arch-commits] Commit in archboot/repos/extra-any (4 files)

2021-11-12 Thread Tobias Powalowski via arch-commits
Date: Saturday, November 13, 2021 @ 07:57:12
  Author: tpowa
Revision: 428190

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 428189, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 428189, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |   86 ++---
 archboot.install |   38 +++
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:57:08 UTC (rev 428189)
+++ PKGBUILD2021-11-13 07:57:12 UTC (rev 428190)
@@ -1,43 +0,0 @@
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2021.10
-pkgrel=62
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="https://wiki.archlinux.org/title/Archboot;
-depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
- 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
- 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
- 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
- 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
-'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 'nfs-utils' 
'nfsidmap' 'readline' 'acl' 'attr' 'pcre' 'cpio'
-'fuse' 'libusb' 'vim' 'lzo' 'libsasl' 'libldap' 'gpm' 'libevent' 
'gcc-libs' 'sdparm' 'licenses' 'pptpclient' 'ipw2100-fw'
-'ipw2200-fw' 'smbclient'  'dhcpcd' 'openssl' 'dmraid' 'linux-atm' 
'netctl' 'parted' 'tzdata' 'ntp' 'libgcrypt' 'iw' 'crda'
-'libnl' 'iproute2' 'wireless-regdb' 'dhclient' 'syslinux' 'mtools' 
'fsarchiver' 'xz' 'libtirpc' 'rpcbind' 'testdisk'
-'wipe' 'ddrescue' 'ifplugd' 'libgssglue' 'mkinitcpio-nfs-utils' 
'gptfdisk' 'nilfs-utils' 'btrfs-progs'
-'iana-etc' 'libusb-compat' 'keyutils' 'libisoburn' 'file' 'curl'  
'smartmontools' 'dnsmasq' 'lftp'
-'openconnect' 'libxml2' 'libproxy' 'tcpdump' 'nmap' 'lua' 'gnutls' 
'nettle' 'libtasn1' 'expat' 'progsreiserfs'
-'glib2' 'freetype2' 'libssh2' 'libedit' 'talloc' 'libjpeg-turbo' 
'dmidecode' 'pth' 'gnupg' 'libksba' 'libassuan' 'pinentry'
-'gpgme' 'ldns' 'dnssec-anchors' 'hwids' 'systemd' 'archlinux-keyring' 
'haveged' 'pambase' 'chntpw' 'traceroute' 'grub' 
-'systemd-sysvcompat' 'intel-ucode' 'arch-install-scripts' 'zsh' 'gdbm' 
'grml-zsh-config' 'cpupower' 'wvdial' 'xl2tpd' 
-'usb_modeswitch' 'refind' 'efibootmgr' 'f2fs-tools' 'efitools' 
'efivar' 'ethtool' 'exfatprogs' 'broadcom-wl'
-'fuse3' 'flex' 'expac' 'amd-ucode' 'edk2-shell' 'cdrtools' 'mktorrent' 
'nvme-cli' 'fatresize' 'iwd' 'elinks' 'lshw' 
-'sbsigntools' 'openresolv' 'mokutil')
-makedepends=('git')
-optdepends=('archboot-linux-firmware: for stripped down firmware inclusion on 
image file'
-'linux-firmware: for firmware inclusion on image file')
-source=("git+https://gitlab.archlinux.org/tpowa/archboot.git#tag=${pkgver}-${pkgrel}?signed;)
-backup=('etc/archboot/x86_64.conf'
-'etc/archboot/presets/x86_64'
-)
-install=archboot.install
-sha256sums=('SKIP')
-validgpgkeys=('5B7E3FB71B7F10329A1C03AB771DF6627EDF681F' # Tobias Powalowski 

- )
-package()
-{
-  cd "$srcdir/archboot"
-  mv etc/ usr/ "$pkgdir/"
-}

Copied: archboot/repos/extra-any/PKGBUILD (from rev 428189, 
archboot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:57:12 UTC (rev 428190)
@@ -0,0 +1,43 @@
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2021.11
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="https://wiki.archlinux.org/title/Archboot;
+depends=('mkinitcpio' 'wget' 'bash' 'coreutils' 'cryptsetup' 'dialog' 
'e2fsprogs' 'findutils' 'gawk' 'grep' 'iputils' 'jfsutils'
+ 'less' 'lvm2' 'mdadm' 'kmod' 'nano' 'ncurses' 'net-tools' 
'gnu-netcat' 'procps-ng' 'psmisc' 'reiserfsprogs' 'sed' 'snarf'
+ 'tar' 'util-linux' 'bind' 'which' 'kbd' 'wireless_tools' 'xfsprogs' 
'hdparm' 'memtest86+' 'inetutils'
+ 'openssh' 'hwdetect' 'shadow' 'bridge-utils' 'ifenslave' 'dosfstools' 
'glibc' 'linux' 'kexec-tools' 'ppp' 'rp-pppoe'
+ 'iptables-nft' 'ntfs-3g' 'pciutils' 'usbutils' 'vpnc' 'openvpn' 
'b43-fwcutter' 'wpa_supplicant' 'rsync' 'gzip' 'libarchive'
+'device-mapper' 'screen' 'elfutils' 'pam' 'cracklib' 

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

2021-11-12 Thread Tobias Powalowski via arch-commits
Date: Saturday, November 13, 2021 @ 07:57:08
  Author: tpowa
Revision: 428189

upgpkg: archboot 2021.11-1: bump to latest release

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:39:30 UTC (rev 428188)
+++ PKGBUILD2021-11-13 07:57:08 UTC (rev 428189)
@@ -1,8 +1,8 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2021.10
-pkgrel=62
+pkgver=2021.11
+pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')



[arch-commits] Commit in haskell-tasty-inspection-testing/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:47:20
  Author: felixonmars
Revision: 1044904

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-inspection-testing/repos/community-staging-x86_64/PKGBUILD
(from rev 1044903, haskell-tasty-inspection-testing/trunk/PKGBUILD)
Deleted:
  haskell-tasty-inspection-testing/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |   90 ++---
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:47:12 UTC (rev 1044903)
+++ PKGBUILD2021-11-13 07:47:20 UTC (rev 1044904)
@@ -1,45 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=tasty-inspection-testing
-pkgname=haskell-tasty-inspection-testing
-pkgver=0.1
-pkgrel=13
-pkgdesc="Inspection testing support for tasty"
-url="https://github.com/Bodigrim/tasty-inspection-testing;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ghc' 'haskell-inspection-testing' 'haskell-tasty')
-makedepends=('ghc' 'uusi')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha256sums=('1cfad60f4bb25d9889886e88a62a465f5dcedd6f96bc87b8a3e875cab2535ca1')
-
-prepare() {
-  cd $_hkgname-$pkgver
-  gen-setup
-}
-
-build() {
-  cd $_hkgname-$pkgver
-
-  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
---ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
---ghc-option='-pie'
-
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-  cd $_hkgname-$pkgver
-
-  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
-  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: 
haskell-tasty-inspection-testing/repos/community-staging-x86_64/PKGBUILD (from 
rev 1044903, haskell-tasty-inspection-testing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:47:20 UTC (rev 1044904)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+
+_hkgname=tasty-inspection-testing
+pkgname=haskell-tasty-inspection-testing
+pkgver=0.1
+pkgrel=14
+pkgdesc="Inspection testing support for tasty"
+url="https://github.com/Bodigrim/tasty-inspection-testing;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-inspection-testing' 'haskell-tasty')
+makedepends=('ghc' 'uusi')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha256sums=('1cfad60f4bb25d9889886e88a62a465f5dcedd6f96bc87b8a3e875cab2535ca1')
+
+prepare() {
+  cd $_hkgname-$pkgver
+  gen-setup
+}
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+--ghc-option=-optl-Wl\,-z\,relro\,-z\,now \
+--ghc-option='-pie'
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir"/usr/share/haskell/register/$pkgname.sh
+  install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-tasty-inspection-testing/trunk (PKGBUILD)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:47:12
  Author: felixonmars
Revision: 1044903

upgpkg: haskell-tasty-inspection-testing 0.1-14: rebuild with vector-th-unbox 
0.2.2

Modified:
  haskell-tasty-inspection-testing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 07:46:35 UTC (rev 1044902)
+++ PKGBUILD2021-11-13 07:47:12 UTC (rev 1044903)
@@ -3,7 +3,7 @@
 _hkgname=tasty-inspection-testing
 pkgname=haskell-tasty-inspection-testing
 pkgver=0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="Inspection testing support for tasty"
 url="https://github.com/Bodigrim/tasty-inspection-testing;
 license=("MIT")



[arch-commits] Commit in haskell-tasty-hunit/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:46:35
  Author: felixonmars
Revision: 1044902

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 1044901, haskell-tasty-hunit/trunk/PKGBUILD)
Deleted:
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:46:27 UTC (rev 1044901)
+++ PKGBUILD2021-11-13 07:46:35 UTC (rev 1044902)
@@ -1,38 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=tasty-hunit
-pkgname=haskell-tasty-hunit
-pkgver=0.10.0.3
-pkgrel=217
-pkgdesc="HUnit support for the Tasty test framework."
-url="https://documentup.com/feuerbach/tasty;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
1044901, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:46:35 UTC (rev 1044902)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.3
+pkgrel=218
+pkgdesc="HUnit support for the Tasty test framework."
+url="https://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('29adbf499b8079c12c756e031c3bebffa1c312cf623ff77d4fb2e85d3462ac6e71aa8a13c3e161ef04ad5bbf910c3bb5f4b62bc3825a030b690a90eea812b85a')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-tasty-hunit/trunk (PKGBUILD)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:46:27
  Author: felixonmars
Revision: 1044901

upgpkg: haskell-tasty-hunit 0.10.0.3-218: rebuild with vector-th-unbox 0.2.2

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 07:45:53 UTC (rev 1044900)
+++ PKGBUILD2021-11-13 07:46:27 UTC (rev 1044901)
@@ -4,7 +4,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.3
-pkgrel=217
+pkgrel=218
 pkgdesc="HUnit support for the Tasty test framework."
 url="https://documentup.com/feuerbach/tasty;
 license=("MIT")



[arch-commits] Commit in haskell-tasty/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:45:53
  Author: felixonmars
Revision: 1044900

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 1044899, haskell-tasty/trunk/PKGBUILD)
Deleted:
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:45:44 UTC (rev 1044899)
+++ PKGBUILD2021-11-13 07:45:53 UTC (rev 1044900)
@@ -1,40 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=tasty
-pkgname=haskell-tasty
-pkgver=1.4.2
-pkgrel=23
-pkgdesc="Modern and extensible testing framework"
-url="http://documentup.com/UnkindPartition/tasty;
-license=("MIT")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 
'haskell-optparse-applicative'
- 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('71fdbbb9914096f5d133500afa01eeb8a9f71e77b25e70684a3155bd50ca6200c615b1b38f0686b066c796993c527a61156176e4fcc652ab93e66b829568b665')
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--fclock
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 
1044899, haskell-tasty/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:45:53 UTC (rev 1044900)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=1.4.2
+pkgrel=24
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/UnkindPartition/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-clock' 
'haskell-optparse-applicative'
+ 'haskell-tagged' 'haskell-unbounded-delays' 'haskell-wcwidth')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('71fdbbb9914096f5d133500afa01eeb8a9f71e77b25e70684a3155bd50ca6200c615b1b38f0686b066c796993c527a61156176e4fcc652ab93e66b829568b665')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-fclock
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:45:44
  Author: felixonmars
Revision: 1044899

upgpkg: haskell-tasty 1.4.2-24: rebuild with vector-th-unbox 0.2.2

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 07:44:53 UTC (rev 1044898)
+++ PKGBUILD2021-11-13 07:45:44 UTC (rev 1044899)
@@ -4,7 +4,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=1.4.2
-pkgrel=23
+pkgrel=24
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/UnkindPartition/tasty;
 license=("MIT")



[arch-commits] Commit in haskell-optparse-applicative/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:44:53
  Author: felixonmars
Revision: 1044898

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD
(from rev 1044897, haskell-optparse-applicative/trunk/PKGBUILD)
Deleted:
  haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:44:45 UTC (rev 1044897)
+++ PKGBUILD2021-11-13 07:44:53 UTC (rev 1044898)
@@ -1,55 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-_hkgname=optparse-applicative
-pkgname=haskell-optparse-applicative
-pkgver=0.16.1.0
-pkgrel=157
-pkgdesc="Utilities and combinators for parsing command line options"
-url="https://github.com/pcapriotti/optparse-applicative;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
-makedepends=('ghc' 'uusi')
-checkdepends=('haskell-quickcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
-
-prepare() {
-cd $_hkgname-$pkgver
-uusi -u transformers-compat $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 1044897, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:44:53 UTC (rev 1044898)
@@ -0,0 +1,55 @@
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.16.1.0
+pkgrel=158
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc' 'uusi')
+checkdepends=('haskell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46bdb37b1328a6dbf271dcdb3483266c0c8412fc489e68e32b114745d9cf0108dd49df6cb565df3470121931a769f11996f5fd9fd8e9e38ed6b6853faab56710')
+
+prepare() {
+cd $_hkgname-$pkgver
+uusi -u transformers-compat $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE 

[arch-commits] Commit in haskell-optparse-applicative/trunk (PKGBUILD)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:44:45
  Author: felixonmars
Revision: 1044897

upgpkg: haskell-optparse-applicative 0.16.1.0-158: rebuild with vector-th-unbox 
0.2.2

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 07:43:33 UTC (rev 1044896)
+++ PKGBUILD2021-11-13 07:44:45 UTC (rev 1044897)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.16.1.0
-pkgrel=157
+pkgrel=158
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("BSD")



[arch-commits] Commit in haskell-quickcheck/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:43:33
  Author: felixonmars
Revision: 1044896

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 1044895, haskell-quickcheck/trunk/PKGBUILD)
Deleted:
  haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:43:25 UTC (rev 1044895)
+++ PKGBUILD2021-11-13 07:43:33 UTC (rev 1044896)
@@ -1,50 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Arch Haskell Team 
-
-_hkgname=QuickCheck
-pkgname=haskell-quickcheck
-pkgver=2.14.2
-pkgrel=226
-pkgdesc='Automatic testing of Haskell programs'
-url='https://hackage.haskell.org/package/QuickCheck'
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
-sha512sums=('84decd354e6093bc72afd125410499dd4be3ae8fdbf0a3b466011b4dbcb5c5657e51ab75cfe22790e22bf4ac54cbb1203ff7a0d108e872ce60f4831be827a6e5')
-
-build() {
-  cd $_hkgname-$pkgver
-
-  runhaskell Setup configure \
--O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--ftemplateHaskell
-
-  runhaskell Setup build $MAKEFLAGS
-  runhaskell Setup register --gen-script
-  runhaskell Setup unregister --gen-script
-
-  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-  cd $_hkgname-$pkgver
-  runhaskell Setup test --show-details=direct
-}
-
-package() {
-  cd $_hkgname-$pkgver
-
-  install -D -m744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
-  install -D -m744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/${pkgname}.sh"
-  runhaskell Setup copy --destdir="$pkgdir"
-  install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}
-
-# vim: ts=2 sw=2 et:

Copied: haskell-quickcheck/repos/community-staging-x86_64/PKGBUILD (from rev 
1044895, haskell-quickcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:43:33 UTC (rev 1044896)
@@ -0,0 +1,50 @@
+# Maintainer: Alexander F Rødseth 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+_hkgname=QuickCheck
+pkgname=haskell-quickcheck
+pkgver=2.14.2
+pkgrel=227
+pkgdesc='Automatic testing of Haskell programs'
+url='https://hackage.haskell.org/package/QuickCheck'
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-erf' 'haskell-random' 'haskell-splitmix')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz;)
+sha512sums=('84decd354e6093bc72afd125410499dd4be3ae8fdbf0a3b466011b4dbcb5c5657e51ab75cfe22790e22bf4ac54cbb1203ff7a0d108e872ce60f4831be827a6e5')
+
+build() {
+  cd $_hkgname-$pkgver
+
+  runhaskell Setup configure \
+-O --enable-shared --enable-executable-dynamic --disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-ftemplateHaskell
+
+  runhaskell Setup build $MAKEFLAGS
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test --show-details=direct
+}
+
+package() {
+  cd $_hkgname-$pkgver
+
+  install -D -m744 register.sh "$pkgdir/usr/share/haskell/register/$pkgname.sh"
+  install -D -m744 unregister.sh 
"$pkgdir/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -D -m644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}
+
+# vim: ts=2 sw=2 et:



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

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:43:25
  Author: felixonmars
Revision: 1044895

upgpkg: haskell-quickcheck 2.14.2-227: rebuild with vector-th-unbox 0.2.2

Modified:
  haskell-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 07:37:20 UTC (rev 1044894)
+++ PKGBUILD2021-11-13 07:43:25 UTC (rev 1044895)
@@ -5,7 +5,7 @@
 _hkgname=QuickCheck
 pkgname=haskell-quickcheck
 pkgver=2.14.2
-pkgrel=226
+pkgrel=227
 pkgdesc='Automatic testing of Haskell programs'
 url='https://hackage.haskell.org/package/QuickCheck'
 license=('BSD')



[arch-commits] Commit in haskell-random/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:37:20
  Author: felixonmars
Revision: 1044894

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-random/repos/community-staging-x86_64/PKGBUILD
(from rev 1044893, haskell-random/trunk/PKGBUILD)
Deleted:
  haskell-random/repos/community-staging-x86_64/PKGBUILD

--+
 PKGBUILD |  102 ++---
 1 file changed, 51 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:37:16 UTC (rev 1044893)
+++ PKGBUILD2021-11-13 07:37:20 UTC (rev 1044894)
@@ -1,51 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Thomas Dziedzic 
-
-_hkgname=random
-pkgname=haskell-random
-pkgver=1.2.1
-pkgrel=15
-pkgdesc="Pseudo-random number generation"
-url="https://hackage.haskell.org/package/${_hkgname};
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-splitmix')
-makedepends=('ghc')
-checkdepends=('haskell-doctest' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
-  'haskell-tasty-inspection-testing' 'haskell-tasty-smallcheck')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('b130a90981de53b4fc3e7cf660224268d24bcceb9498d33827d9f43dc705c9a724c23999c4cf0222127f4c69daebf0d049d963abbea0a860135d661f9cc55731')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-random/repos/community-staging-x86_64/PKGBUILD (from rev 
1044893, haskell-random/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:37:20 UTC (rev 1044894)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=random
+pkgname=haskell-random
+pkgver=1.2.1
+pkgrel=16
+pkgdesc="Pseudo-random number generation"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-splitmix')
+makedepends=('ghc')
+checkdepends=('haskell-doctest' 'haskell-smallcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+  'haskell-tasty-inspection-testing' 'haskell-tasty-smallcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('b130a90981de53b4fc3e7cf660224268d24bcceb9498d33827d9f43dc705c9a724c23999c4cf0222127f4c69daebf0d049d963abbea0a860135d661f9cc55731')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-12 Thread Felix Yan via arch-commits
Date: Saturday, November 13, 2021 @ 07:37:11
  Author: felixonmars
Revision: 1044892

upgpkg: haskell-random 1.2.1-16: rebuild with vector-th-unbox 0.2.2 (rebuild 
pass 1, specified --nocheck)

Modified:
  haskell-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 07:00:51 UTC (rev 1044891)
+++ PKGBUILD2021-11-13 07:37:11 UTC (rev 1044892)
@@ -4,7 +4,7 @@
 _hkgname=random
 pkgname=haskell-random
 pkgver=1.2.1
-pkgrel=15
+pkgrel=16
 pkgdesc="Pseudo-random number generation"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=('BSD')



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

2021-11-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 13, 2021 @ 07:00:51
  Author: polyzen
Revision: 1044891

archrelease: copy trunk to community-any

Added:
  htmlhint/repos/community-any/PKGBUILD
(from rev 1044890, htmlhint/trunk/PKGBUILD)
Deleted:
  htmlhint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 07:00:28 UTC (rev 1044890)
+++ PKGBUILD2021-11-13 07:00:51 UTC (rev 1044891)
@@ -1,46 +0,0 @@
-# Maintainer: Daniel M. Capella 
-
-_name=HTMLHint
-pkgname=htmlhint
-pkgver=0.16.0
-pkgrel=1
-pkgdesc='Static Code Analysis Tool for your HTML'
-arch=('any')
-url=https://htmlhint.com/
-license=('MIT')
-depends=('nodejs')
-makedepends=('git' 'npm')
-options=('!emptydirs')
-source=("git+https://github.com/htmlhint/HTMLHint.git#tag=v$pkgver;)
-b2sums=('SKIP')
-
-prepare() {
-  cd $_name
-  npm ci
-}
-
-build() {
-  cd $_name
-  npm run build
-}
-
-check() {
-  cd $_name
-  npm test
-}
-
-package() {
-  cd $_name
-
-  npm prune --production
-
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
-  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname
-  cp -r dist node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname \
-{CHANGELOG,CONTRIBUTING,README}.md
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.md
-}
-
-# vim:set ts=2 sw=2 et:

Copied: htmlhint/repos/community-any/PKGBUILD (from rev 1044890, 
htmlhint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 07:00:51 UTC (rev 1044891)
@@ -0,0 +1,46 @@
+# Maintainer: Daniel M. Capella 
+
+_name=HTMLHint
+pkgname=htmlhint
+pkgver=0.16.1
+pkgrel=1
+pkgdesc='Static Code Analysis Tool for your HTML'
+arch=('any')
+url=https://htmlhint.com/
+license=('MIT')
+depends=('nodejs')
+makedepends=('git' 'npm')
+options=('!emptydirs')
+source=("git+https://github.com/htmlhint/HTMLHint.git#tag=v$pkgver;)
+b2sums=('SKIP')
+
+prepare() {
+  cd $_name
+  npm ci
+}
+
+build() {
+  cd $_name
+  npm run build
+}
+
+check() {
+  cd $_name
+  npm test
+}
+
+package() {
+  cd $_name
+
+  npm prune --production
+
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/bin/$pkgname "$pkgdir"/usr/bin/$pkgname
+  install -Dt "$pkgdir"/usr/lib/node_modules/$pkgname/bin bin/$pkgname
+  cp -r dist node_modules package.json "$pkgdir"/usr/lib/node_modules/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/doc/$pkgname \
+{CHANGELOG,CONTRIBUTING,README}.md
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.md
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 13, 2021 @ 07:00:28
  Author: polyzen
Revision: 1044890

upgpkg: htmlhint 0.16.1-1

Modified:
  htmlhint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 06:33:30 UTC (rev 1044889)
+++ PKGBUILD2021-11-13 07:00:28 UTC (rev 1044890)
@@ -2,7 +2,7 @@
 
 _name=HTMLHint
 pkgname=htmlhint
-pkgver=0.16.0
+pkgver=0.16.1
 pkgrel=1
 pkgdesc='Static Code Analysis Tool for your HTML'
 arch=('any')



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

2021-11-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 13, 2021 @ 06:33:30
  Author: polyzen
Revision: 1044889

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 06:33:12 UTC (rev 1044888)
+++ PKGBUILD2021-11-13 06:33:30 UTC (rev 1044889)
@@ -1,40 +0,0 @@
-# Maintainer: Caleb Maclennan 
-# Maintainer: Daniel M. Capella 
-# Contributor: Angel Velasquez 
-# Contributor: Felix Yan 
-
-_pyname=astroid
-pkgname=python-$_pyname
-pkgver=2.8.4
-pkgrel=1
-pkgdesc='A common base representation of python source code'
-arch=(any)
-url="https://github.com/PyCQA/$_pyname;
-license=(LGPL)
-_pydeps=(lazy-object-proxy
- typing-extensions
- wrapt)
-depends=(python
- "${_pydeps[@]/#/python-}")
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-replaces=(python-logilab-astng)
-conflicts=(python-logilab-astng)
-_archive="$_pyname-$pkgver"
-source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('c8da13c416071acfb0153cf1dcd0b40f61cf54261075f88d5bc1f8a02407c54e')
-
-build() {
-   cd "$_archive"
-   python setup.py build
-}
-
-check() {
-   cd "$_archive"
-   pytest
-}
-
-package() {
-   cd "$_archive"
-   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-astroid/repos/community-any/PKGBUILD (from rev 1044888, 
python-astroid/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 06:33:30 UTC (rev 1044889)
@@ -0,0 +1,40 @@
+# Maintainer: Caleb Maclennan 
+# Maintainer: Daniel M. Capella 
+# Contributor: Angel Velasquez 
+# Contributor: Felix Yan 
+
+_pyname=astroid
+pkgname=python-$_pyname
+pkgver=2.8.5
+pkgrel=1
+pkgdesc='A common base representation of python source code'
+arch=(any)
+url="https://github.com/PyCQA/$_pyname;
+license=(LGPL)
+_pydeps=(lazy-object-proxy
+ typing-extensions
+ wrapt)
+depends=(python
+ "${_pydeps[@]/#/python-}")
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+replaces=(python-logilab-astng)
+conflicts=(python-logilab-astng)
+_archive="$_pyname-$pkgver"
+source=("$url/archive/v$pkgver/$_archive.tar.gz")
+sha256sums=('23442400e49c269db88ed3f888f328b1b581b6efe9e3735868476763bfd283c9')
+
+build() {
+   cd "$_archive"
+   python setup.py build
+}
+
+check() {
+   cd "$_archive"
+   pytest
+}
+
+package() {
+   cd "$_archive"
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



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

2021-11-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 13, 2021 @ 06:33:12
  Author: polyzen
Revision: 1044888

upgpkg: python-astroid 2.8.5-1

Modified:
  python-astroid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 06:30:19 UTC (rev 1044887)
+++ PKGBUILD2021-11-13 06:33:12 UTC (rev 1044888)
@@ -5,7 +5,7 @@
 
 _pyname=astroid
 pkgname=python-$_pyname
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc='A common base representation of python source code'
 arch=(any)
@@ -22,7 +22,7 @@
 conflicts=(python-logilab-astng)
 _archive="$_pyname-$pkgver"
 source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('c8da13c416071acfb0153cf1dcd0b40f61cf54261075f88d5bc1f8a02407c54e')
+sha256sums=('23442400e49c269db88ed3f888f328b1b581b6efe9e3735868476763bfd283c9')
 
 build() {
cd "$_archive"



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

2021-11-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 13, 2021 @ 06:30:19
  Author: polyzen
Revision: 1044887

archrelease: copy trunk to community-any

Added:
  pyright/repos/community-any/PKGBUILD
(from rev 1044886, pyright/trunk/PKGBUILD)
Deleted:
  pyright/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 06:30:01 UTC (rev 1044886)
+++ PKGBUILD2021-11-13 06:30:19 UTC (rev 1044887)
@@ -1,42 +0,0 @@
-# Maintainer: Daniel M. Capella 
-# Contributor: Kaizhao Zhang 
-
-pkgname=pyright
-pkgver=1.1.186
-pkgrel=1
-pkgdesc='Type checker for the Python language'
-arch=('any')
-url=https://github.com/microsoft/pyright
-license=('MIT')
-depends=('nodejs>=12')
-makedepends=('npm')
-source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('ef3bde29a80064009842996a73cc3d49a01162f202893e2e898e18d17554490cc1966398f5d5c8ba89eace02bdc8764986d1ebc788af3543e91b75c1519f942f')
-
-prepare() {
-  cd $pkgname-$pkgver
-  npm ci
-}
-
-build() {
-  cd $pkgname-$pkgver/packages/$pkgname
-  npm run build
-}
-
-package() {
-  install -d "$pkgdir"/usr/bin
-  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
-  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
-"$pkgdir"/usr/bin/$pkgname-langserver
-
-  cd $pkgname-$pkgver
-  install -d "$pkgdir"/usr/share/doc/$pkgname
-  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
-  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
-
-  cd packages/$pkgname
-  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
-  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
-}
-
-# vim:set ts=2 sw=2 et:

Copied: pyright/repos/community-any/PKGBUILD (from rev 1044886, 
pyright/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 06:30:19 UTC (rev 1044887)
@@ -0,0 +1,42 @@
+# Maintainer: Daniel M. Capella 
+# Contributor: Kaizhao Zhang 
+
+pkgname=pyright
+pkgver=1.1.187
+pkgrel=1
+pkgdesc='Type checker for the Python language'
+arch=('any')
+url=https://github.com/microsoft/pyright
+license=('MIT')
+depends=('nodejs>=12')
+makedepends=('npm')
+source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
+b2sums=('a8e6f6270eca41d353a4d2bd954990d2311730fc9879625ce7736c23c98b3aaf87d6be9f530fb02201f5026207a911a586d36f54ed7aca1aac478a1ce462ab9b')
+
+prepare() {
+  cd $pkgname-$pkgver
+  npm ci
+}
+
+build() {
+  cd $pkgname-$pkgver/packages/$pkgname
+  npm run build
+}
+
+package() {
+  install -d "$pkgdir"/usr/bin
+  ln -s ../lib/node_modules/$pkgname/index.js "$pkgdir"/usr/bin/$pkgname
+  ln -s ../lib/node_modules/$pkgname/langserver.index.js \
+"$pkgdir"/usr/bin/$pkgname-langserver
+
+  cd $pkgname-$pkgver
+  install -d "$pkgdir"/usr/share/doc/$pkgname
+  cp -r {CONTRIBUTING,README}.md docs "$pkgdir"/usr/share/doc/$pkgname
+  install -Dm644 -t "$pkgdir"/usr/share/licenses/$pkgname LICENSE.txt
+
+  cd packages/$pkgname
+  install -d "$pkgdir"/usr/lib/node_modules/$pkgname
+  cp -r dist {,langserver.}index.js "$pkgdir"/usr/lib/node_modules/$pkgname
+}
+
+# vim:set ts=2 sw=2 et:



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

2021-11-12 Thread Daniel M. Capella via arch-commits
Date: Saturday, November 13, 2021 @ 06:30:01
  Author: polyzen
Revision: 1044886

upgpkg: pyright 1.1.187-1

Modified:
  pyright/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-13 00:39:16 UTC (rev 1044885)
+++ PKGBUILD2021-11-13 06:30:01 UTC (rev 1044886)
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.186
+pkgver=1.1.187
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@
 depends=('nodejs>=12')
 makedepends=('npm')
 source=("$url/archive/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('ef3bde29a80064009842996a73cc3d49a01162f202893e2e898e18d17554490cc1966398f5d5c8ba89eace02bdc8764986d1ebc788af3543e91b75c1519f942f')
+b2sums=('a8e6f6270eca41d353a4d2bd954990d2311730fc9879625ce7736c23c98b3aaf87d6be9f530fb02201f5026207a911a586d36f54ed7aca1aac478a1ce462ab9b')
 
 prepare() {
   cd $pkgname-$pkgver



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

2021-11-12 Thread Maxim Baz via arch-commits
Date: Saturday, November 13, 2021 @ 00:39:16
  Author: maximbaz
Revision: 1044885

archrelease: copy trunk to community-x86_64

Added:
  curlie/repos/community-x86_64/PKGBUILD
(from rev 1044884, curlie/trunk/PKGBUILD)
Deleted:
  curlie/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-13 00:39:11 UTC (rev 1044884)
+++ PKGBUILD2021-11-13 00:39:16 UTC (rev 1044885)
@@ -1,32 +0,0 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
-# Contributor: Jianfeng Zhang 
-
-pkgname=curlie
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='The power of curl, the ease of use of httpie.'
-arch=('x86_64')
-url="https://curlie.io;
-license=('MIT')
-depends=('glibc' 'curl')
-makedepends=('go')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('4cf14accb5e027fc5ecc5804679a4b52f9aae076b4bdbe33a5c002fc84e0f437')
-
-build() {
-cd "${pkgname}-${pkgver}"
-
-export CGO_CPPFLAGS="${CPPFLAGS}"
-export CGO_CFLAGS="${CFLAGS}"
-export CGO_CXXFLAGS="${CXXFLAGS}"
-export CGO_LDFLAGS="${LDFLAGS}"
-export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
-
-go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
-}
-
-package() {
-cd "${pkgname}-${pkgver}"
-install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
-install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
-}

Copied: curlie/repos/community-x86_64/PKGBUILD (from rev 1044884, 
curlie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-13 00:39:16 UTC (rev 1044885)
@@ -0,0 +1,32 @@
+# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Contributor: Jianfeng Zhang 
+
+pkgname=curlie
+pkgver=1.6.7
+pkgrel=1
+pkgdesc='The power of curl, the ease of use of httpie.'
+arch=('x86_64')
+url="https://curlie.io;
+license=('MIT')
+depends=('glibc' 'curl')
+makedepends=('go')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
+sha256sums=('25a0ea35be6ff9dd88551c992a0f7ea565ce2fae8213c674bd28a7cc512493d9')
+
+build() {
+cd "${pkgname}-${pkgver}"
+
+export CGO_CPPFLAGS="${CPPFLAGS}"
+export CGO_CFLAGS="${CFLAGS}"
+export CGO_CXXFLAGS="${CXXFLAGS}"
+export CGO_LDFLAGS="${LDFLAGS}"
+export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
+
+go build -ldflags "-X main.version=$pkgver -X main.date=$(date -u -I -d 
@$SOURCE_DATE_EPOCH) -linkmode=external -extldflags=$LDFLAGS"
+}
+
+package() {
+cd "${pkgname}-${pkgver}"
+install -Dm755 -t "${pkgdir}/usr/bin/" "${pkgname}"
+install -Dm644 -t "${pkgdir}/usr/share/licenses/${pkgname}/" LICENSE
+}



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

2021-11-12 Thread Maxim Baz via arch-commits
Date: Saturday, November 13, 2021 @ 00:39:11
  Author: maximbaz
Revision: 1044884

upgpkg: curlie 1.6.7-1

Modified:
  curlie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 23:50:54 UTC (rev 1044883)
+++ PKGBUILD2021-11-13 00:39:11 UTC (rev 1044884)
@@ -2,7 +2,7 @@
 # Contributor: Jianfeng Zhang 
 
 pkgname=curlie
-pkgver=1.6.2
+pkgver=1.6.7
 pkgrel=1
 pkgdesc='The power of curl, the ease of use of httpie.'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('glibc' 'curl')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rs/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha256sums=('4cf14accb5e027fc5ecc5804679a4b52f9aae076b4bdbe33a5c002fc84e0f437')
+sha256sums=('25a0ea35be6ff9dd88551c992a0f7ea565ce2fae8213c674bd28a7cc512493d9')
 
 build() {
 cd "${pkgname}-${pkgver}"



[arch-commits] Commit in mailman/repos/community-x86_64 (42 files)

2021-11-12 Thread Sébastien Luttringer via arch-commits
Date: Friday, November 12, 2021 @ 23:50:54
  Author: seblu
Revision: 1044883

archrelease: copy trunk to community-x86_64

Added:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
(from rev 1044882, mailman/trunk/01-mailman-2.1-build.patch)
  mailman/repos/community-x86_64/PKGBUILD
(from rev 1044882, mailman/trunk/PKGBUILD)
  mailman/repos/community-x86_64/mailman-checkdbs.service
(from rev 1044882, mailman/trunk/mailman-checkdbs.service)
  mailman/repos/community-x86_64/mailman-checkdbs.timer
(from rev 1044882, mailman/trunk/mailman-checkdbs.timer)
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
(from rev 1044882, mailman/trunk/mailman-cullbadshunt.service)
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
(from rev 1044882, mailman/trunk/mailman-cullbadshunt.timer)
  mailman/repos/community-x86_64/mailman-disabled.service
(from rev 1044882, mailman/trunk/mailman-disabled.service)
  mailman/repos/community-x86_64/mailman-disabled.timer
(from rev 1044882, mailman/trunk/mailman-disabled.timer)
  mailman/repos/community-x86_64/mailman-gatenews.service
(from rev 1044882, mailman/trunk/mailman-gatenews.service)
  mailman/repos/community-x86_64/mailman-gatenews.timer
(from rev 1044882, mailman/trunk/mailman-gatenews.timer)
  mailman/repos/community-x86_64/mailman-mailpasswds.service
(from rev 1044882, mailman/trunk/mailman-mailpasswds.service)
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
(from rev 1044882, mailman/trunk/mailman-mailpasswds.timer)
  mailman/repos/community-x86_64/mailman-nightlygzip.service
(from rev 1044882, mailman/trunk/mailman-nightlygzip.service)
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
(from rev 1044882, mailman/trunk/mailman-nightlygzip.timer)
  mailman/repos/community-x86_64/mailman-senddigests.service
(from rev 1044882, mailman/trunk/mailman-senddigests.service)
  mailman/repos/community-x86_64/mailman-senddigests.timer
(from rev 1044882, mailman/trunk/mailman-senddigests.timer)
  mailman/repos/community-x86_64/mailman.install
(from rev 1044882, mailman/trunk/mailman.install)
  mailman/repos/community-x86_64/mailman.profile.csh
(from rev 1044882, mailman/trunk/mailman.profile.csh)
  mailman/repos/community-x86_64/mailman.profile.sh
(from rev 1044882, mailman/trunk/mailman.profile.sh)
  mailman/repos/community-x86_64/mailman.service
(from rev 1044882, mailman/trunk/mailman.service)
  mailman/repos/community-x86_64/mailman.sysusers
(from rev 1044882, mailman/trunk/mailman.sysusers)
Deleted:
  mailman/repos/community-x86_64/01-mailman-2.1-build.patch
  mailman/repos/community-x86_64/PKGBUILD
  mailman/repos/community-x86_64/mailman-checkdbs.service
  mailman/repos/community-x86_64/mailman-checkdbs.timer
  mailman/repos/community-x86_64/mailman-cullbadshunt.service
  mailman/repos/community-x86_64/mailman-cullbadshunt.timer
  mailman/repos/community-x86_64/mailman-disabled.service
  mailman/repos/community-x86_64/mailman-disabled.timer
  mailman/repos/community-x86_64/mailman-gatenews.service
  mailman/repos/community-x86_64/mailman-gatenews.timer
  mailman/repos/community-x86_64/mailman-mailpasswds.service
  mailman/repos/community-x86_64/mailman-mailpasswds.timer
  mailman/repos/community-x86_64/mailman-nightlygzip.service
  mailman/repos/community-x86_64/mailman-nightlygzip.timer
  mailman/repos/community-x86_64/mailman-senddigests.service
  mailman/repos/community-x86_64/mailman-senddigests.timer
  mailman/repos/community-x86_64/mailman.install
  mailman/repos/community-x86_64/mailman.profile.csh
  mailman/repos/community-x86_64/mailman.profile.sh
  mailman/repos/community-x86_64/mailman.service
  mailman/repos/community-x86_64/mailman.sysusers

--+
 01-mailman-2.1-build.patch   | 1388 -
 PKGBUILD |  258 +++
 mailman-checkdbs.service |   20 
 mailman-checkdbs.timer   |   20 
 mailman-cullbadshunt.service |   20 
 mailman-cullbadshunt.timer   |   20 
 mailman-disabled.service |   20 
 mailman-disabled.timer   |   20 
 mailman-gatenews.service |   20 
 mailman-gatenews.timer   |   20 
 mailman-mailpasswds.service  |   20 
 mailman-mailpasswds.timer|   20 
 mailman-nightlygzip.service  |   20 
 mailman-nightlygzip.timer|   20 
 mailman-senddigests.service  |   20 
 mailman-senddigests.timer|   20 
 mailman.install  |   32 
 mailman.profile.csh  |2 
 mailman.profile.sh   |6 
 mailman.service  |   32 
 mailman.sysusers |2 
 21 files changed, 1000 insertions(+), 1000 deletions(-)

Deleted: 01-mailman-2.1-build.patch
===
--- 01-mailman-2.1-build.patch  2021-11-12 23:50:39 UTC (rev 1044882)
+++ 01-mailman-2.1-build.patch  2021-11-12 23:50:54 UTC (rev 1044883)
@@ -1,694 +0,0 @@
-diff -ruN 

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

2021-11-12 Thread Sébastien Luttringer via arch-commits
Date: Friday, November 12, 2021 @ 23:50:39
  Author: seblu
Revision: 1044882

upgpkg: mailman 2.1.37-1

Modified:
  mailman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:44:39 UTC (rev 1044881)
+++ PKGBUILD2021-11-12 23:50:39 UTC (rev 1044882)
@@ -2,7 +2,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=mailman
-pkgver=2.1.35
+pkgver=2.1.37
 pkgrel=1
 pkgdesc='The GNU Mailing List Manager'
 arch=(x86_64)
@@ -36,7 +36,7 @@
 '01-mailman-2.1-build.patch'
 )
 validpgpkeys=('C638CAEF0AC21563736B5A22555B975E953B8693') # Mark Sapiro 

-sha256sums=('4ac4d29648144049ef9fa5b1ecd5441b5bd5373111f200c933ebe5c589ba46bf'
+sha256sums=('689ff350857728ccc4ed379ceef54b93f710af8740cabc3bfe0348173b6b3f4f'
 'SKIP'
 '1af0e72434c6dbaada49df3b2b7de03ec4574f7534ce5545b4de26372241d9f4'
 '058d35874967ccd8b9a92fa40480c1350f4ef5ad2fa783e4baf1b0309f6782cb'



[arch-commits] Commit in haskell-ansi-wl-pprint/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Friday, November 12, 2021 @ 22:44:39
  Author: felixonmars
Revision: 1044881

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD
(from rev 1044880, haskell-ansi-wl-pprint/trunk/PKGBUILD)
Deleted:
  haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-12 22:44:29 UTC (rev 1044880)
+++ PKGBUILD2021-11-12 22:44:39 UTC (rev 1044881)
@@ -1,44 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=ansi-wl-pprint
-pkgname=haskell-ansi-wl-pprint
-pkgver=0.6.9
-pkgrel=232
-pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
-url="https://github.com/ekmett/ansi-wl-pprint;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-ansi-terminal')
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
-
-prepare() {
-cd $_hkgname-$pkgver
-sed -i 's/< *0.10/<1/' $_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--f-example
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 1044880, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-12 22:44:39 UTC (rev 1044881)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.9
+pkgrel=233
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="https://github.com/ekmett/ansi-wl-pprint;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a66236f740f0b45b6133555e8b1315dc85ece1c16dd51e4aa7f31d2fee03d66869af5f81e6383aa840f503c2cad46f3655f53b784ebca7b3480efb53eea2a04')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *0.10/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-example
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-ansi-wl-pprint/trunk (PKGBUILD)

2021-11-12 Thread Felix Yan via arch-commits
Date: Friday, November 12, 2021 @ 22:44:29
  Author: felixonmars
Revision: 1044880

upgpkg: haskell-ansi-wl-pprint 0.6.9-233: rebuild with vector-th-unbox 0.2.2

Modified:
  haskell-ansi-wl-pprint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:43:57 UTC (rev 1044879)
+++ PKGBUILD2021-11-12 22:44:29 UTC (rev 1044880)
@@ -4,7 +4,7 @@
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
 pkgver=0.6.9
-pkgrel=232
+pkgrel=233
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint;
 license=("BSD")



[arch-commits] Commit in haskell-splitmix/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Friday, November 12, 2021 @ 22:43:57
  Author: felixonmars
Revision: 1044879

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-splitmix/repos/community-staging-x86_64/PKGBUILD
(from rev 1044878, haskell-splitmix/trunk/PKGBUILD)
Deleted:
  haskell-splitmix/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-12 22:43:48 UTC (rev 1044878)
+++ PKGBUILD2021-11-12 22:43:57 UTC (rev 1044879)
@@ -1,50 +0,0 @@
-# Maintainer: Felix Yan 
-
-_hkgname=splitmix
-pkgname=haskell-splitmix
-pkgver=0.1.0.3
-pkgrel=154
-pkgdesc="Fast Splittable PRNG"
-url="https://github.com/haskellari/splitmix;
-license=('BSD')
-arch=('x86_64')
-depends=('ghc-libs')
-makedepends=('ghc' 'haskell-async' 'haskell-base-compat' 
'haskell-base-compat-batteries'
- 'haskell-hunit' 'haskell-math-functions' 'haskell-test-framework'
- 'haskell-test-framework-hunit' 'haskell-tf-random' 
'haskell-vector')
-source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('22a3f0759e1c1150aabde01a77b48087509dfc7ff9614e97e5e06af73f533170993ff2e18101d940e7ddba81b8d6e496795be3851fccfa07b75e9d922f325064')
-
-build() {
-cd $_hkgname-$pkgver
-
-if (( CHECKFUNC )); then
-_opts=('--enable-tests')
-else
-_opts=('--disable-tests')
-fi
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd $_hkgname-$pkgver
-runhaskell Setup test --show-details=direct
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-splitmix/repos/community-staging-x86_64/PKGBUILD (from rev 
1044878, haskell-splitmix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-12 22:43:57 UTC (rev 1044879)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=splitmix
+pkgname=haskell-splitmix
+pkgver=0.1.0.3
+pkgrel=155
+pkgdesc="Fast Splittable PRNG"
+url="https://github.com/haskellari/splitmix;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-async' 'haskell-base-compat' 
'haskell-base-compat-batteries'
+ 'haskell-hunit' 'haskell-math-functions' 'haskell-test-framework'
+ 'haskell-test-framework-hunit' 'haskell-tf-random' 
'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('22a3f0759e1c1150aabde01a77b48087509dfc7ff9614e97e5e06af73f533170993ff2e18101d940e7ddba81b8d6e496795be3851fccfa07b75e9d922f325064')
+
+build() {
+cd $_hkgname-$pkgver
+
+if (( CHECKFUNC )); then
+_opts=('--enable-tests')
+else
+_opts=('--disable-tests')
+fi
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname "${_opts[@]}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test --show-details=direct
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



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

2021-11-12 Thread Felix Yan via arch-commits
Date: Friday, November 12, 2021 @ 22:43:48
  Author: felixonmars
Revision: 1044878

upgpkg: haskell-splitmix 0.1.0.3-155: rebuild with vector-th-unbox 0.2.2

Modified:
  haskell-splitmix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:42:33 UTC (rev 1044877)
+++ PKGBUILD2021-11-12 22:43:48 UTC (rev 1044878)
@@ -3,7 +3,7 @@
 _hkgname=splitmix
 pkgname=haskell-splitmix
 pkgver=0.1.0.3
-pkgrel=154
+pkgrel=155
 pkgdesc="Fast Splittable PRNG"
 url="https://github.com/haskellari/splitmix;
 license=('BSD')



[arch-commits] Commit in haskell-test-framework-hunit/repos/community-staging-x86_64 (2 files)

2021-11-12 Thread Felix Yan via arch-commits
Date: Friday, November 12, 2021 @ 22:42:33
  Author: felixonmars
Revision: 1044877

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 1044876, haskell-test-framework-hunit/trunk/PKGBUILD)
Deleted:
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-12 22:42:25 UTC (rev 1044876)
+++ PKGBUILD2021-11-12 22:42:33 UTC (rev 1044877)
@@ -1,43 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=test-framework-hunit
-pkgname=haskell-test-framework-hunit
-pkgver=0.3.0.2
-pkgrel=336
-pkgdesc="HUnit support for the test-framework package."
-url="https://batterseapower.github.io/test-framework/;
-license=("BSD")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
-makedepends=('ghc')
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
-
-prepare() {
-sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
-}
-
-build() {
-cd $_hkgname-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir=/usr/share/doc/$pkgname \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
--f-base3 -fbase4
-runhaskell Setup build $MAKEFLAGS
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd $_hkgname-$pkgver
-
-install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
-install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
-runhaskell Setup copy --destdir="$pkgdir"
-install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
-}

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 1044876, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-12 22:42:33 UTC (rev 1044877)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=337
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid 
--ghc-option=-fllvm \
+-f-base3 -fbase4
+runhaskell Setup build $MAKEFLAGS
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh 
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}



[arch-commits] Commit in haskell-test-framework-hunit/trunk (PKGBUILD)

2021-11-12 Thread Felix Yan via arch-commits
Date: Friday, November 12, 2021 @ 22:42:25
  Author: felixonmars
Revision: 1044876

upgpkg: haskell-test-framework-hunit 0.3.0.2-337: rebuild with vector-th-unbox 
0.2.2

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:38:28 UTC (rev 1044875)
+++ PKGBUILD2021-11-12 22:42:25 UTC (rev 1044876)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=336
+pkgrel=337
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("BSD")



[arch-commits] Commit in kde-applications-meta/repos (2 files)

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:39:30
  Author: arojas
Revision: 428188

archrelease: copy trunk to kde-unstable-any

Added:
  kde-applications-meta/repos/kde-unstable-any/
  kde-applications-meta/repos/kde-unstable-any/PKGBUILD
(from rev 428187, kde-applications-meta/trunk/PKGBUILD)

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

Copied: kde-applications-meta/repos/kde-unstable-any/PKGBUILD (from rev 428187, 
kde-applications-meta/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2021-11-12 22:39:30 UTC (rev 428188)
@@ -0,0 +1,266 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kde-applications-meta
+pkgname=(kde-applications-meta
+kde-accessibility-meta
+ kde-education-meta
+ kde-games-meta
+ kde-graphics-meta
+ kde-multimedia-meta
+ kde-network-meta
+ kde-pim-meta
+ kde-sdk-meta
+ kde-system-meta
+ kde-utilities-meta
+ telepathy-kde-meta
+ kdevelop-meta)
+pkgver=21.12
+pkgrel=1
+arch=(any)
+license=(None)
+url='https://www.archlinux.org/'
+
+package_kde-applications-meta() {
+  pkgdesc='Meta package for KDE Applications'
+  depends=(kde-accessibility-meta
+   kde-education-meta
+   kde-games-meta
+   kde-graphics-meta
+   kde-multimedia-meta
+   kde-network-meta
+   kde-pim-meta
+   kde-sdk-meta
+   kde-system-meta
+   kde-utilities-meta
+   kdevelop-meta)
+}
+
+package_kde-accessibility-meta() {
+  pkgdesc='Meta package for KDE accessibility applications'
+  replaces=(kdeaccessibility-meta)
+  depends=(kmag
+   kmousetool
+   kmouth
+   kontrast)
+}
+
+package_kde-education-meta() {
+  pkgdesc='Meta package for KDE education applications'
+  replaces=(kdeedu-meta)
+  depends=(artikulate
+   blinken
+   cantor
+   kalgebra
+   kalzium
+   kanagram
+   kbruch
+   kgeography
+   khangman
+   kig
+   kiten
+   klettres
+   kmplot
+   ktouch
+   kturtle
+   kwordquiz
+   marble
+   minuet
+   parley
+   rocs
+   step)
+}
+
+package_kde-games-meta() {
+  pkgdesc='Meta package for KDE games'
+  replaces=(kdegames-meta)
+  depends=(bomber
+   bovo
+   granatier
+   kajongg
+   kapman
+   katomic
+   kblackbox
+   kblocks
+   kbounce
+   kbreakout
+   kdiamond
+   kfourinline
+   kgoldrunner
+   kigo
+   killbots
+   kiriki
+   kjumpingcube
+   klines
+   klickety
+   kmahjongg
+   kmines
+   knavalbattle 
+   knetwalk
+   knights
+   kolf
+   kollision
+   konquest
+   kpat
+   kreversi
+   kshisen
+   ksirk
+   ksnakeduel
+   kspaceduel
+   ksquares
+   ksudoku
+   ktuberling
+   kubrick
+   lskat
+   palapeli
+   picmi)
+}
+
+package_kde-graphics-meta() {
+  pkgdesc='Meta package for KDE graphics applications'
+  replaces=(kdegraphics-meta kdewebdev-meta)
+  depends=(gwenview
+   kamera
+   kcolorchooser
+   kimagemapeditor
+   kipi-plugins
+   kolourpaint
+   kruler
+   kdegraphics-mobipocket
+   okular
+   skanlite
+   spectacle
+   svgpart
+   kdegraphics-thumbnailers)
+}
+
+package_kde-multimedia-meta() {
+  pkgdesc='Meta package for KDE multimedia applications'
+  replaces=(kdemultimedia-meta)
+  depends=(audiocd-kio
+   dragon
+   elisa
+   ffmpegthumbs
+   juk
+   k3b
+   kamoso
+   kdenlive
+   kmix
+   kwave)
+}
+
+package_kde-network-meta() {
+  pkgdesc='Meta package for KDE network applications'
+  replaces=(kdenetwork-meta)
+  depends=(kdeconnect
+   kdenetwork-filesharing
+   kget
+   kio-extras
+   kio-gdrive
+   konqueror
+   konversation
+   kopete
+   krdc
+   krfb
+   ktorrent
+   zeroconf-ioslave
+   telepathy-kde-meta)
+}
+
+package_kde-pim-meta() {
+  pkgdesc='Meta package for KDE PIM applications'
+  replaces=(kdepim-meta)
+  depends=(akonadiconsole
+   akregator
+   akonadi-calendar-tools
+   grantlee-editor
+   itinerary
+   kaddressbook
+   kalarm
+   kleopatra
+   kmail
+   knotes
+

[arch-commits] Commit in kde-applications-meta/trunk (PKGBUILD)

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:39:13
  Author: arojas
Revision: 428187

20.12

Modified:
  kde-applications-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:32:55 UTC (rev 428186)
+++ PKGBUILD2021-11-12 22:39:13 UTC (rev 428187)
@@ -15,8 +15,9 @@
  kde-sdk-meta
  kde-system-meta
  kde-utilities-meta
- telepathy-kde-meta)
-pkgver=21.08
+ telepathy-kde-meta
+ kdevelop-meta)
+pkgver=21.12
 pkgrel=1
 arch=(any)
 license=(None)
@@ -33,7 +34,8 @@
kde-pim-meta
kde-sdk-meta
kde-system-meta
-   kde-utilities-meta)
+   kde-utilities-meta
+   kdevelop-meta)
 }
 
 package_kde-accessibility-meta() {
@@ -173,6 +175,7 @@
   depends=(akonadiconsole
akregator
akonadi-calendar-tools
+   grantlee-editor
itinerary
kaddressbook
kalarm
@@ -182,7 +185,7 @@
kontact
korganizer
kdepim-addons
-   grantlee-editor)
+   zanshin)
 }
 
 package_kde-sdk-meta() {
@@ -254,3 +257,10 @@
telepathy-kde-send-file
telepathy-kde-text-ui)
 }
+
+package_kdevelop-meta() {
+  pkgdesc='Meta package for KDevelop'
+  depends=(kdevelop
+   kdevelop-php
+   kdevelop-python)
+}



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

2021-11-12 Thread Morten Linderud via arch-commits
Date: Friday, November 12, 2021 @ 22:38:28
  Author: foxboron
Revision: 1044875

archrelease: copy trunk to community-any

Added:
  offlineimap/repos/community-any/PKGBUILD
(from rev 1044874, offlineimap/trunk/PKGBUILD)
  offlineimap/repos/community-any/offlineimap.changelog
(from rev 1044874, offlineimap/trunk/offlineimap.changelog)
Deleted:
  offlineimap/repos/community-any/PKGBUILD
  offlineimap/repos/community-any/offlineimap.changelog

---+
 PKGBUILD  |   96 ++---
 offlineimap.changelog |  348 
 2 files changed, 223 insertions(+), 221 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-12 22:38:20 UTC (rev 1044874)
+++ PKGBUILD2021-11-12 22:38:28 UTC (rev 1044875)
@@ -1,49 +0,0 @@
-# Maintainer: Gaetan Bisson 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Callan Barrett 
-# Contributor: mucknert 
-
-pkgname=offlineimap
-pkgver=7.3.4
-pkgrel=1
-pkgdesc='Synchronizes emails between two repositories'
-arch=('any')
-url='http://offlineimap.org/'
-license=('GPL')
-depends=('python2-six' 'python2-uritemplate' 'python2-rfc6555')
-makedepends=('asciidoc')
-optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('87bc19f8ced25e31c583fa667376a0933de4410f33105884e971a0101a81a03e')
-
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
-
-build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
-}
-
-package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
-  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
-  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
-  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
-
-#systemd files
-  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
-  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.timer
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.service
-  install -Dm644 contrib/systemd/$pkgname-oneshot@.timer 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot@.timer
-}

Copied: offlineimap/repos/community-any/PKGBUILD (from rev 1044874, 
offlineimap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-12 22:38:28 UTC (rev 1044875)
@@ -0,0 +1,47 @@
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Morten Linderud 
+# Contributor: Gaetan Bisson 
+# Contributor: Callan Barrett 
+# Contributor: mucknert 
+
+pkgname=offlineimap
+_pkgname=${pkgname}3
+pkgver=8.0.0
+pkgrel=1
+pkgdesc='Synchronizes emails between two repositories'
+arch=('any')
+url='http://offlineimap.org/'
+license=('GPL')
+depends=('python-imaplib2' 'python-distro' 'python-rfc6555')
+makedepends=('asciidoc')
+optdepends=(
+"python-gssapi: for Kerberos authentication"
+"python-portalocker: if you need to run offlineimap in Cygwin for Windows"
+"python-pysocks: for SOCKS5 proxy functionality"
+)
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap3/archive/v${pkgver}.tar.gz)
+sha256sums=('5d40c163ca2fbf89658116e29f8fa75050d0c34c29619019eee1a84c90fcab32')
+
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs man
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+
+  python setup.py install --root="${pkgdir}" --optimize=1
+  install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
+  install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
+  install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
+  install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
+
+  install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
+  install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
+  install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service
+  install -Dm644 

[arch-commits] Commit in offlineimap/trunk (offlineimap.changelog)

2021-11-12 Thread Morten Linderud via arch-commits
Date: Friday, November 12, 2021 @ 22:38:20
  Author: foxboron
Revision: 1044874

upgpkg: offlineimap 8.0.0-1

Modified:
  offlineimap/trunk/offlineimap.changelog

---+
 offlineimap.changelog |4 
 1 file changed, 4 insertions(+)

Modified: offlineimap.changelog
===
--- offlineimap.changelog   2021-11-12 22:34:51 UTC (rev 1044873)
+++ offlineimap.changelog   2021-11-12 22:38:20 UTC (rev 1044874)
@@ -1,3 +1,7 @@
+2021-08-18 Morten Linderud 
+   * offlineimap 8.0.0-1
+   * Initial release of the python3 port
+
 2021-08-18 Jaroslav Lichtblau 
* offlineimap 7.3.4-1
 



[arch-commits] Commit in electron13/trunk (5 files)

2021-11-12 Thread Evangelos Foutras via arch-commits
Date: Friday, November 12, 2021 @ 22:34:51
  Author: foutrelis
Revision: 1044873

Fix build with gn from Chromium 96

Added:
  electron13/trunk/gn-visibility-gmock.patch
  electron13/trunk/gn-visibility-mojo.patch
  electron13/trunk/gn-visibility-webrtc.patch
  electron13/trunk/unbundle-fix-visibility-of-build-config-freetype.patch
Modified:
  electron13/trunk/PKGBUILD

+
 PKGBUILD   |   12 
 gn-visibility-gmock.patch  |   43 ++
 gn-visibility-mojo.patch   |   36 
 gn-visibility-webrtc.patch |   45 +++
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 ++
 5 files changed, 167 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:34:05 UTC (rev 1044872)
+++ PKGBUILD2021-11-12 22:34:51 UTC (rev 1044873)
@@ -32,6 +32,10 @@
 'chromium-glibc-2.33.patch'
 'chromium-harfbuzz-3.0.0.patch'
 'skia-harfbuzz-3.0.0.patch'
+'unbundle-fix-visibility-of-build-config-freetype.patch'
+'gn-visibility-gmock.patch'
+'gn-visibility-mojo.patch'
+'gn-visibility-webrtc.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
 'unbundle-use-char16_t-as-UCHAR_TYPE.patch'
)
@@ -47,6 +51,10 @@
 '2fccecdcd4509d4c36af873988ca9dbcba7fdb95122894a9fdf502c33a1d7a4b'
 '7ce947944a139e66774dfc7249bf7c3069f07f83a0f1b2c1a1b14287a7e15928'
 'c9ed1dbadaf4be6097e25bc5577b91751799befc2d0376b143e1bd10def5754e'
+'d0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
+'b9934e01d8f39beafc8b63784fb86e6befe25ca83e9c43224c8374e5a025d8ef'
+'cca2d224cf2e9d7cfb4f5729ca76b5b8a7100b1ca39892b41fb296adaced1bf7'
+'574785a21168c3e9b7aa82630713ceb6ced12f699133db66b10fc84b7bb2c631'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
 '59a59a60a08b335fe8647fdf0f9d2288d236ebf2cc9626396d0c4d032fd2b25d'
)
@@ -144,6 +152,10 @@
   patch -Np1 -i ../chromium-glibc-2.33.patch
   patch -Np1 -i ../chromium-harfbuzz-3.0.0.patch
   patch -Np1 -d third_party/skia <../skia-harfbuzz-3.0.0.patch
+  patch -Np1 -i ../unbundle-fix-visibility-of-build-config-freetype.patch
+  patch -Np1 -i ../gn-visibility-gmock.patch
+  patch -Np1 -i ../gn-visibility-mojo.patch
+  patch -Np1 -i ../gn-visibility-webrtc.patch
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
   patch -Np1 -i ../unbundle-use-char16_t-as-UCHAR_TYPE.patch
   patch -Np1 -i ../use-system-libraries-in-node.patch

Added: gn-visibility-gmock.patch
===
--- gn-visibility-gmock.patch   (rev 0)
+++ gn-visibility-gmock.patch   2021-11-12 22:34:51 UTC (rev 1044873)
@@ -0,0 +1,43 @@
+From fc3c737210873e9bee311391e9f6b48130e84983 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Tomasz=20=C5=9Aniatowski?= 
+Date: Sat, 4 Sep 2021 07:13:49 +
+Subject: [PATCH] Fix config visibility violation in //testing/gmock
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+//third_party/googletest:gtest_config has restricted visibility, current
+code works by accident because gn only enforces visibility on 'configs'.
+Fix by not referencing the configs at all as it should be unnecessary:
+//testing/gmock gets them via a public dependency chain anyway.
+
+This is one of a few fixes needed to roll gn past the upcoming
+enforcement change, landing in small parts because removing config
+usages feels a bit subtle.
+
+Bug: gn:252
+Change-Id: Ie1438862831ecee49162d9f8f7872a568d69c2fb
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3139927
+Reviewed-by: Dirk Pranke 
+Commit-Queue: Tomasz Śniatowski 
+Cr-Commit-Position: refs/heads/main@{#918357}
+---
+ testing/gmock/BUILD.gn | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/testing/gmock/BUILD.gn b/testing/gmock/BUILD.gn
+index 0248d146d7397..e285fb84e471a 100644
+--- a/testing/gmock/BUILD.gn
 b/testing/gmock/BUILD.gn
+@@ -14,11 +14,6 @@ source_set("gmock") {
+ "include/gmock/gmock.h",
+   ]
+   public_deps = [ "//third_party/googletest:gmock" ]
+-
+-  public_configs = [
+-"//third_party/googletest:gmock_config",
+-"//third_party/googletest:gtest_config",
+-  ]
+ }
+ 
+ # The file/directory layout of Google Test is not yet considered stable. Until

Added: gn-visibility-mojo.patch
===
--- gn-visibility-mojo.patch(rev 0)
+++ gn-visibility-mojo.patch2021-11-12 22:34:51 UTC (rev 1044873)
@@ -0,0 +1,36 @@
+From 40f10bf0e683f6b499b5c3c755593db03abf Mon Sep 17 00:00:00 2001

[arch-commits] Commit in electron14/trunk (5 files)

2021-11-12 Thread Evangelos Foutras via arch-commits
Date: Friday, November 12, 2021 @ 22:34:05
  Author: foutrelis
Revision: 1044872

Fix build with gn from Chromium 96

Added:
  electron14/trunk/gn-visibility-gmock.patch
  electron14/trunk/gn-visibility-mojo.patch
  electron14/trunk/gn-visibility-webrtc.patch
  electron14/trunk/unbundle-fix-visibility-of-build-config-freetype.patch
Modified:
  electron14/trunk/PKGBUILD

+
 PKGBUILD   |   12 
 gn-visibility-gmock.patch  |   43 ++
 gn-visibility-mojo.patch   |   36 
 gn-visibility-webrtc.patch |   45 +++
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 ++
 5 files changed, 167 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:32:25 UTC (rev 1044871)
+++ PKGBUILD2021-11-12 22:34:05 UTC (rev 1044872)
@@ -51,6 +51,10 @@
 'use-system-libraries-in-node.patch'
 'linux-sandbox-syscall-broker-use-struct-kernel_stat.patch'
 'linux-sandbox-fix-fstatat-crash.patch'
+'unbundle-fix-visibility-of-build-config-freetype.patch'
+'gn-visibility-gmock.patch'
+'gn-visibility-mojo.patch'
+'gn-visibility-webrtc.patch'
 'replace-blacklist-with-ignorelist.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
 'chromium-93-ffmpeg-4.4.patch'
@@ -67,6 +71,10 @@
 '7cb11fb44aaf4d15f36caca3c0d1b082a723c30d43cd44db147248db5683a2a9'
 '268e18ad56e5970157b51ec9fc8eb58ba93e313ea1e49c842a1ed0820d9c1fa3'
 '253348550d54b8ae317fd250f772f506d2bae49fb5dc75fe15d872ea3d0e04a5'
+'d0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
+'b9934e01d8f39beafc8b63784fb86e6befe25ca83e9c43224c8374e5a025d8ef'
+'cca2d224cf2e9d7cfb4f5729ca76b5b8a7100b1ca39892b41fb296adaced1bf7'
+'574785a21168c3e9b7aa82630713ceb6ced12f699133db66b10fc84b7bb2c631'
 'd3344ba39b8c6ed202334ba7f441c70d81ddf8cdb15af1aa8c16e9a3a75fbb35'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
 '1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
@@ -174,6 +182,10 @@
   patch -Np1 -d third_party/skia <../skia-harfbuzz-3.0.0.patch
   patch -Np1 -i ../linux-sandbox-syscall-broker-use-struct-kernel_stat.patch
   patch -Np1 -i ../linux-sandbox-fix-fstatat-crash.patch
+  patch -Np1 -i ../unbundle-fix-visibility-of-build-config-freetype.patch
+  patch -Np1 -i ../gn-visibility-gmock.patch
+  patch -Np1 -i ../gn-visibility-mojo.patch
+  patch -Np1 -i ../gn-visibility-webrtc.patch
   patch -Rp1 -i ../replace-blacklist-with-ignorelist.patch
   patch -Np1 -i ../sql-make-VirtualCursor-standard-layout-type.patch
   patch -Np1 -i ../use-system-libraries-in-node.patch

Added: gn-visibility-gmock.patch
===
--- gn-visibility-gmock.patch   (rev 0)
+++ gn-visibility-gmock.patch   2021-11-12 22:34:05 UTC (rev 1044872)
@@ -0,0 +1,43 @@
+From fc3c737210873e9bee311391e9f6b48130e84983 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Tomasz=20=C5=9Aniatowski?= 
+Date: Sat, 4 Sep 2021 07:13:49 +
+Subject: [PATCH] Fix config visibility violation in //testing/gmock
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+//third_party/googletest:gtest_config has restricted visibility, current
+code works by accident because gn only enforces visibility on 'configs'.
+Fix by not referencing the configs at all as it should be unnecessary:
+//testing/gmock gets them via a public dependency chain anyway.
+
+This is one of a few fixes needed to roll gn past the upcoming
+enforcement change, landing in small parts because removing config
+usages feels a bit subtle.
+
+Bug: gn:252
+Change-Id: Ie1438862831ecee49162d9f8f7872a568d69c2fb
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3139927
+Reviewed-by: Dirk Pranke 
+Commit-Queue: Tomasz Śniatowski 
+Cr-Commit-Position: refs/heads/main@{#918357}
+---
+ testing/gmock/BUILD.gn | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/testing/gmock/BUILD.gn b/testing/gmock/BUILD.gn
+index 0248d146d7397..e285fb84e471a 100644
+--- a/testing/gmock/BUILD.gn
 b/testing/gmock/BUILD.gn
+@@ -14,11 +14,6 @@ source_set("gmock") {
+ "include/gmock/gmock.h",
+   ]
+   public_deps = [ "//third_party/googletest:gmock" ]
+-
+-  public_configs = [
+-"//third_party/googletest:gmock_config",
+-"//third_party/googletest:gtest_config",
+-  ]
+ }
+ 
+ # The file/directory layout of Google Test is not yet considered stable. Until

Added: gn-visibility-mojo.patch
===
--- gn-visibility-mojo.patch  

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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:32:55
  Author: arojas
Revision: 428186

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

Added:
  kdevelop-python/repos/kde-unstable-x86_64/
  kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428185, kdevelop-python/kde-unstable/PKGBUILD)

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

Copied: kdevelop-python/repos/kde-unstable-x86_64/PKGBUILD (from rev 428185, 
kdevelop-python/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:32:55 UTC (rev 428186)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-python
+pkgver=21.11.80
+pkgrel=1
+pkgdesc="Python language and documentation plugin for KDevelop"
+arch=(x86_64)
+url="http://www.kdevelop.org/;
+license=(GPL)
+depends=(kdevelop python)
+makedepends=(extra-cmake-modules)
+optdepends=('python-pycodestyle: for Python style checking')
+groups=(kde-applications kdevelop)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/kdev-python-$pkgver.tar.xz{,.sig})
+sha256sums=('afecaa50f179b8847c281965e0bd1450c5220831a65abb52a833f5de4873032b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() {
+  cmake -B build -S kdev-python-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:32:45
  Author: arojas
Revision: 428185

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

Added:
  kdevelop-php/repos/kde-unstable-x86_64/
  kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428184, kdevelop-php/kde-unstable/PKGBUILD)

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

Copied: kdevelop-php/repos/kde-unstable-x86_64/PKGBUILD (from rev 428184, 
kdevelop-php/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:32:45 UTC (rev 428185)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdevelop-php
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='PHP language and documentation plugin for KDevelop'
+arch=(x86_64)
+url='http://www.kdevelop.org/'
+license=(GPL)
+depends=(kdevelop)
+makedepends=(extra-cmake-modules kdoctools kdevelop-pg-qt)
+groups=(kde-applications kdevelop)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/kdev-php-$pkgver.tar.xz{,.sig})
+sha256sums=('2346f59d4d9b23fee511abfbab79aedd3128607fdc6aa605cd4237b54a951d7d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+
+build() {
+  cmake -B build -S kdev-php-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:32:37
  Author: arojas
Revision: 428184

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

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

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

Copied: yakuake/repos/kde-unstable-x86_64/PKGBUILD (from rev 428183, 
yakuake/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:32:37 UTC (rev 428184)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: James Rayner 
+# Contributor: leeghoofd 
+
+pkgname=yakuake
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A drop-down terminal emulator based on KDE konsole technology'
+arch=(x86_64)
+url='https://apps.kde.org/yakuake/'
+license=(GPL)
+depends=(konsole kwayland hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ce9cf8efe4c365614b649d00b532cd8656f1dcdb96baea3f283c0d9d4c6e2b67'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:32:28
  Author: arojas
Revision: 428183

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

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

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

Copied: sweeper/repos/kde-unstable-x86_64/PKGBUILD (from rev 428182, 
sweeper/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:32:28 UTC (rev 428183)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=sweeper
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='System Cleaner'
+url='https://apps.kde.org/sweeper/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kactivities-stats kio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d95f6b060c7dd881a88cc3ba9f94c2994a488a74a36508a49bd4d2352c6e7134'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Morten Linderud via arch-commits
Date: Friday, November 12, 2021 @ 22:32:25
  Author: foxboron
Revision: 1044871

upgpkg: offlineimap 8.0.0-1

Modified:
  offlineimap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:31:27 UTC (rev 1044870)
+++ PKGBUILD2021-11-12 22:32:25 UTC (rev 1044871)
@@ -1,45 +1,43 @@
-# Maintainer: Gaetan Bisson 
 # Maintainer: Jaroslav Lichtblau 
+# Maintainer: Morten Linderud 
+# Contributor: Gaetan Bisson 
 # Contributor: Callan Barrett 
 # Contributor: mucknert 
 
 pkgname=offlineimap
-pkgver=7.3.4
+_pkgname=${pkgname}3
+pkgver=8.0.0
 pkgrel=1
 pkgdesc='Synchronizes emails between two repositories'
 arch=('any')
 url='http://offlineimap.org/'
 license=('GPL')
-depends=('python2-six' 'python2-uritemplate' 'python2-rfc6555')
+depends=('python-imaplib2' 'python-distro' 'python-rfc6555')
 makedepends=('asciidoc')
-optdepends=('python2-pysocks: for SOCKS5 proxy functionality')
-changelog=$pkgname.changelog
-source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap/archive/v${pkgver}.tar.gz)
-sha256sums=('87bc19f8ced25e31c583fa667376a0933de4410f33105884e971a0101a81a03e')
+optdepends=(
+"python-gssapi: for Kerberos authentication"
+"python-portalocker: if you need to run offlineimap in Cygwin for Windows"
+"python-pysocks: for SOCKS5 proxy functionality"
+)
+source=($pkgname-$pkgver.tar.gz::https://github.com/OfflineIMAP/offlineimap3/archive/v${pkgver}.tar.gz)
+sha256sums=('5d40c163ca2fbf89658116e29f8fa75050d0c34c29619019eee1a84c90fcab32')
 
-prepare() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  find . -type f -exec sed '1s,^#! \?/usr/bin/\(env 
\|\)python$,#!/usr/bin/python2,' -i {} \;
-}
 
 build() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
-  python2 setup.py build
-
-  cd "${srcdir}"/${pkgname}-${pkgver}/docs
-  make man
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+  make -C docs man
 }
 
 package() {
-  cd "${srcdir}"/${pkgname}-${pkgver}
+  cd ${_pkgname}-${pkgver}
 
-  python2 setup.py install --root="${pkgdir}" --optimize=1
+  python setup.py install --root="${pkgdir}" --optimize=1
   install -Dm644 docs/offlineimap.1 
"${pkgdir}"/usr/share/man/man1/offlineimap.1
   install -Dm644 docs/offlineimapui.7 
"${pkgdir}"/usr/share/man/man7/offlineimapui.7
   install -Dm644 offlineimap.conf 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf
   install -Dm644 offlineimap.conf.minimal 
"${pkgdir}"/usr/share/offlineimap/offlineimap.conf.minimal
 
-#systemd files
   install -Dm644 contrib/systemd/$pkgname.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname.service
   install -Dm644 contrib/systemd/$pkgname@.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname@.service
   install -Dm644 contrib/systemd/$pkgname-oneshot.service 
"${pkgdir}"/usr/lib/systemd/user/$pkgname-oneshot.service



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:32:19
  Author: arojas
Revision: 428182

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

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

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

Copied: print-manager/repos/kde-unstable-x86_64/PKGBUILD (from rev 428181, 
print-manager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:32:19 UTC (rev 428182)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=print-manager
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A tool for managing print jobs and printers'
+arch=(x86_64)
+url='https://apps.kde.org/print-manager/'
+license=(GPL LGPL FDL)
+depends=(kcmutils kirigami2)
+makedepends=(extra-cmake-modules kdoctools plasma-framework)
+optdepends=('system-config-printer: auto-detect the printer driver')
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f80324b6159de4ae9b17ccc75ac3d89c7e7eb9e049805efc3a0c3193743344e5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:32:11
  Author: arojas
Revision: 428181

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

Added:
  markdownpart/repos/kde-unstable-x86_64/
  markdownpart/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428180, markdownpart/kde-unstable/PKGBUILD)

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

Copied: markdownpart/repos/kde-unstable-x86_64/PKGBUILD (from rev 428180, 
markdownpart/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:32:11 UTC (rev 428181)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=markdownpart
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='KPart for rendering Markdown content'
+arch=(x86_64)
+url='https://apps.kde.org/markdownpart/'
+license=(GPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a2dad88001d8c641ddedc05fe11d66215627e18aceeaa6233cf2a263a7a67d77'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:32:02
  Author: arojas
Revision: 428180

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

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

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

Copied: kwalletmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 428179, 
kwalletmanager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:32:02 UTC (rev 428180)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwalletmanager
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Wallet management tool'
+arch=(x86_64)
+url='https://apps.kde.org/kwalletmanager5/'
+license=(LGPL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kcmutils kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('3b0b1636a4b91f822c2b447acaa9b8f6408fd76996569349bb7110b3d42054c5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:31:53
  Author: arojas
Revision: 428179

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

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

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

Copied: ktimer/repos/kde-unstable-x86_64/PKGBUILD (from rev 428178, 
ktimer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:31:53 UTC (rev 428179)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ktimer
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Countdown Launcher'
+url='https://apps.kde.org/ktimer/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('473263f61f72851914935c6fa32feb20d54714b60021aa5e06053516066b3f5b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:31:44
  Author: arojas
Revision: 428178

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

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

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

Copied: kteatime/repos/kde-unstable-x86_64/PKGBUILD (from rev 428177, 
kteatime/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:31:44 UTC (rev 428178)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kteatime
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A handy timer for steeping tea'
+url='https://apps.kde.org/kteatime/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-utilities)
+depends=(knotifyconfig hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8dde0bde41c09bd07ff5ebd27bdc22fb6637b9e94404048822442524ca0dc488'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:31:35
  Author: arojas
Revision: 428177

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

Added:
  konsole/repos/kde-unstable-x86_64/
  konsole/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428176, konsole/kde-unstable/PKGBUILD)

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

Copied: konsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 428176, 
konsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:31:35 UTC (rev 428177)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=konsole
+pkgver=21.11.80
+pkgrel=1
+arch=(x86_64)
+url='https://apps.kde.org/konsole/'
+pkgdesc='KDE terminal emulator'
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-utilities)
+depends=(knotifyconfig kpty kparts knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('keditbookmarks: to manage bookmarks')
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ecc211a24e6103efb2af52d129728e2a09082ce3720702f47852510edd51a4c1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



[arch-commits] Commit in electron/trunk (5 files)

2021-11-12 Thread Evangelos Foutras via arch-commits
Date: Friday, November 12, 2021 @ 22:31:27
  Author: foutrelis
Revision: 1044870

Fix build with gn from Chromium 96

Added:
  electron/trunk/gn-visibility-gmock.patch
  electron/trunk/gn-visibility-mojo.patch
  electron/trunk/gn-visibility-webrtc.patch
  electron/trunk/unbundle-fix-visibility-of-build-config-freetype.patch
Modified:
  electron/trunk/PKGBUILD

+
 PKGBUILD   |   12 
 gn-visibility-gmock.patch  |   43 ++
 gn-visibility-mojo.patch   |   36 
 gn-visibility-webrtc.patch |   45 +++
 unbundle-fix-visibility-of-build-config-freetype.patch |   31 ++
 5 files changed, 167 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:29:35 UTC (rev 1044869)
+++ PKGBUILD2021-11-12 22:31:27 UTC (rev 1044870)
@@ -51,6 +51,10 @@
 'use-system-libraries-in-node.patch'
 'replace-blacklist-with-ignorelist.patch'
 'sql-make-VirtualCursor-standard-layout-type.patch'
+'unbundle-fix-visibility-of-build-config-freetype.patch'
+'gn-visibility-gmock.patch'
+'gn-visibility-mojo.patch'
+'gn-visibility-webrtc.patch'
 'add-a-TODO-about-a-missing-pnacl-flag.patch'
 'chromium-93-ffmpeg-4.4.patch'
 'chromium-94-ffmpeg-roll.patch'
@@ -67,6 +71,10 @@
 '7cb11fb44aaf4d15f36caca3c0d1b082a723c30d43cd44db147248db5683a2a9'
 'd3344ba39b8c6ed202334ba7f441c70d81ddf8cdb15af1aa8c16e9a3a75fbb35'
 'dd317f85e5abfdcfc89c6f23f4c8edbcdebdd5e083dcec770e5da49ee647d150'
+'d0b17162211dd49e3a58c16d1697e7d8c322dcfd3b7890f0c2f920b711f52293'
+'b9934e01d8f39beafc8b63784fb86e6befe25ca83e9c43224c8374e5a025d8ef'
+'cca2d224cf2e9d7cfb4f5729ca76b5b8a7100b1ca39892b41fb296adaced1bf7'
+'574785a21168c3e9b7aa82630713ceb6ced12f699133db66b10fc84b7bb2c631'
 'd53da216538f2e741a6e048ed103964a91a98e9a3c10c27fdfa34d4692fdc455'
 '1a9e074f417f8ffd78bcd6874d8e2e74a239905bf662f76a7755fa40dc476b57'
 '56acb6e743d2ab1ed9f3eb01700ade02521769978d03ac43226dec94659b3ace'
@@ -164,6 +172,10 @@
   patch -Np1 -i ../patches/chromium-90-ruy-include.patch
   patch -Np1 -i ../patches/chromium-94-CustomSpaces-include.patch
 
+  patch -Np1 -i ../unbundle-fix-visibility-of-build-config-freetype.patch
+  patch -Np1 -i ../gn-visibility-gmock.patch
+  patch -Np1 -i ../gn-visibility-mojo.patch
+  patch -Np1 -i ../gn-visibility-webrtc.patch
   patch -Rp1 -i ../add-a-TODO-about-a-missing-pnacl-flag.patch
   patch -Np1 -i ../chromium-93-ffmpeg-4.4.patch
   patch -Rp1 -i ../chromium-94-ffmpeg-roll.patch

Added: gn-visibility-gmock.patch
===
--- gn-visibility-gmock.patch   (rev 0)
+++ gn-visibility-gmock.patch   2021-11-12 22:31:27 UTC (rev 1044870)
@@ -0,0 +1,43 @@
+From fc3c737210873e9bee311391e9f6b48130e84983 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Tomasz=20=C5=9Aniatowski?= 
+Date: Sat, 4 Sep 2021 07:13:49 +
+Subject: [PATCH] Fix config visibility violation in //testing/gmock
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+//third_party/googletest:gtest_config has restricted visibility, current
+code works by accident because gn only enforces visibility on 'configs'.
+Fix by not referencing the configs at all as it should be unnecessary:
+//testing/gmock gets them via a public dependency chain anyway.
+
+This is one of a few fixes needed to roll gn past the upcoming
+enforcement change, landing in small parts because removing config
+usages feels a bit subtle.
+
+Bug: gn:252
+Change-Id: Ie1438862831ecee49162d9f8f7872a568d69c2fb
+Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3139927
+Reviewed-by: Dirk Pranke 
+Commit-Queue: Tomasz Śniatowski 
+Cr-Commit-Position: refs/heads/main@{#918357}
+---
+ testing/gmock/BUILD.gn | 5 -
+ 1 file changed, 5 deletions(-)
+
+diff --git a/testing/gmock/BUILD.gn b/testing/gmock/BUILD.gn
+index 0248d146d7397..e285fb84e471a 100644
+--- a/testing/gmock/BUILD.gn
 b/testing/gmock/BUILD.gn
+@@ -14,11 +14,6 @@ source_set("gmock") {
+ "include/gmock/gmock.h",
+   ]
+   public_deps = [ "//third_party/googletest:gmock" ]
+-
+-  public_configs = [
+-"//third_party/googletest:gmock_config",
+-"//third_party/googletest:gtest_config",
+-  ]
+ }
+ 
+ # The file/directory layout of Google Test is not yet considered stable. Until

Added: gn-visibility-mojo.patch
===
--- gn-visibility-mojo.patch(rev 0)
+++ gn-visibility-mojo.patch2021-11-12 22:31:27 UTC (rev 1044870)
@@ -0,0 +1,36 @@
+From 

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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:31:26
  Author: arojas
Revision: 428176

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

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

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

Copied: kgpg/repos/kde-unstable-x86_64/PKGBUILD (from rev 428175, 
kgpg/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:31:26 UTC (rev 428176)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kgpg
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A GnuPG frontend'
+url='https://apps.kde.org/kgpg/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(akonadi-contacts)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e218830bf7c9a0920c0730d8c59d4f405a0a8ce8d94c237e23232bda0d692a34'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:31:18
  Author: arojas
Revision: 428175

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

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

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

Copied: kfloppy/repos/kde-unstable-x86_64/PKGBUILD (from rev 428174, 
kfloppy/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:31:18 UTC (rev 428175)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kfloppy
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Floppy Formatter'
+url='https://apps.kde.org/kfloppy/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kxmlgui kcompletion hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('91ed6767283194ef0abb037c40497fb2747a619db7b4c7a48bdd5e3751a01d95'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:31:09
  Author: arojas
Revision: 428174

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

Added:
  kfind/repos/kde-unstable-x86_64/
  kfind/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428173, kfind/kde-unstable/PKGBUILD)

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

Copied: kfind/repos/kde-unstable-x86_64/PKGBUILD (from rev 428173, 
kfind/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:31:09 UTC (rev 428174)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kfind
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Find Files/Folders'
+arch=(x86_64)
+url='https://apps.kde.org/kfind/'
+license=(LGPL)
+depends=(kio kfilemetadata)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('mlocate: search using mlocate index')
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('24acaae6e32c775dcc4fc28d8860e895964a1df29b5ec2a5eaed30c2c25566e7'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:31:00
  Author: arojas
Revision: 428173

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

Added:
  keditbookmarks/repos/kde-unstable-x86_64/
  keditbookmarks/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428172, keditbookmarks/kde-unstable/PKGBUILD)

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

Copied: keditbookmarks/repos/kde-unstable-x86_64/PKGBUILD (from rev 428172, 
keditbookmarks/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:31:00 UTC (rev 428173)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=keditbookmarks
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Bookmark Organizer and Editor'
+arch=(x86_64)
+url='https://www.kde.org/'
+license=(LGPL)
+depends=(kparts)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e3756b04f7e1b36691b45a5a6012d80d8bf6f2b0f4458968111e9926fab1ab8e'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:30:51
  Author: arojas
Revision: 428172

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

Added:
  kdialog/repos/kde-unstable-x86_64/
  kdialog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428171, kdialog/kde-unstable/PKGBUILD)

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

Copied: kdialog/repos/kde-unstable-x86_64/PKGBUILD (from rev 428171, 
kdialog/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:30:51 UTC (rev 428172)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kdialog
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A utility for displaying dialog boxes from shell scripts'
+arch=(x86_64)
+url='https://apps.kde.org/kdialog/'
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('aa9bdb7becbadaca805e0f64fb3eb6a95d2e19a52bd7de2e9e323c14deb63f45'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:30:40
  Author: arojas
Revision: 428171

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

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

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

Copied: kdf/repos/kde-unstable-x86_64/PKGBUILD (from rev 428170, 
kdf/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:30:40 UTC (rev 428171)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdf
+pkgver=21.11.80
+pkgrel=1
+url='https://apps.kde.org/kdf/'
+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 kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('6b68fae429f179a7c31af81bcb36278997bb45c4b97c780a2340d7017c490d96'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:30:31
  Author: arojas
Revision: 428170

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

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

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

Copied: kdebugsettings/repos/kde-unstable-x86_64/PKGBUILD (from rev 428169, 
kdebugsettings/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:30:31 UTC (rev 428170)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdebugsettings
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='An application to enable/disable qCDebug'
+arch=(x86_64)
+url='https://apps.kde.org/kdebugsettings/'
+license=(GPL)
+depends=(kdbusaddons ki18n kitemviews kcompletion kcoreaddons)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c9512e6c13507b4c36794571c905e19d0c36004fb3703943f02f9c15c0eba287'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:30:22
  Author: arojas
Revision: 428169

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

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

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

Copied: kcharselect/repos/kde-unstable-x86_64/PKGBUILD (from rev 428168, 
kcharselect/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:30:22 UTC (rev 428169)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcharselect
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Character Selector'
+url='https://apps.kde.org/kcharselect/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kbookmarks)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2481f323e5d2c29f6270be0ff9c1e87862f7028406a51b670ef1ce854d3b99ce'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:30:04
  Author: arojas
Revision: 428167

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

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

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

Copied: kbackup/repos/kde-unstable-x86_64/PKGBUILD (from rev 428166, 
kbackup/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:30:04 UTC (rev 428167)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: BluePeril 
+
+pkgname=kbackup
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A program that lets you back up any directories or files'
+arch=(x86_64)
+url='https://apps.kde.org/kbackup/'
+license=(GPL)
+groups=(kde-applications kde-utilities)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('56e8c5f664a81917cc95cc4c7acd68cfdf88af51e11615f5f1bdde9929b2dfec'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:30:13
  Author: arojas
Revision: 428168

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

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

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

Copied: kcalc/repos/kde-unstable-x86_64/PKGBUILD (from rev 428167, 
kcalc/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:30:13 UTC (rev 428168)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcalc
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Scientific Calculator'
+url='https://apps.kde.org/kcalc/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(mpfr kxmlgui knotifications)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f99295461a2a4c1e1862eae160d20ea54420208adcae0e3031d1b962e66016c5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:29:52
  Author: arojas
Revision: 428166

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

Added:
  kate/repos/kde-unstable-x86_64/
  kate/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428165, kate/kde-unstable/PKGBUILD)

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

Copied: kate/repos/kde-unstable-x86_64/PKGBUILD (from rev 428165, 
kate/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:29:52 UTC (rev 428166)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kate
+pkgname=(kwrite kate)
+pkgver=21.11.80
+pkgrel=1
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools plasma-framework knewstuff 
kitemmodels ktexteditor kactivities kuserfeedback)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgbase-$pkgver.tar.xz{,.sig})
+sha256sums=('4bc893c4ed3266b65a04441aa01ec10d710aa5d8070f3d1868c6c400aa4ac8a8'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() {
+  cmake -B build -S $pkgbase-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package_kwrite() {
+  pkgdesc='Text Editor'
+  groups=(kde-applications kde-utilities)
+  url='https://apps.kde.org/kwrite/'
+  depends=(ktexteditor hicolor-icon-theme)
+
+  DESTDIR="$pkgdir" cmake --install build
+
+  find "$pkgdir" -type f -name '*kate*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/qt/plugins/ktexteditor \
+"$pkgdir"/usr/share/doc/HTML/*/{kate,katepart} \
+"$pkgdir"/usr/share/katexmltools \
+
"$pkgdir"/usr/share/locale/*/LC_MESSAGES/{ktexteditorpreviewplugin,lspclient,tabswitcherplugin}.mo
 \
+"$pkgdir"/usr/share/plasma/plasmoids
+}
+
+package_kate() {
+  pkgdesc='Advanced Text Editor'
+  groups=(kde-applications kde-utilities)
+  url='https://apps.kde.org/kate/'
+  depends=(knewstuff ktexteditor kactivities kuserfeedback hicolor-icon-theme)
+  optdepends=('konsole: open a terminal in Kate'
+  'clang: C and C++ LSP support'
+  'python-lsp-server: Python LSP support'
+  'texlab: LaTeX LSP support'
+  'rust: Rust LSP support'
+  'git: git-blame plugin')
+  DESTDIR="$pkgdir" cmake --install build
+
+  find "$pkgdir" -type f -name '*kwrite*' -exec rm {} \;
+  rm -r "$pkgdir"/usr/share/doc/HTML/*/kwrite
+}



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:29:43
  Author: arojas
Revision: 428165

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

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

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

Copied: filelight/repos/kde-unstable-x86_64/PKGBUILD (from rev 428164, 
filelight/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:29:43 UTC (rev 428165)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=filelight
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='View disk usage information'
+url='https://apps.kde.org/filelight/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('05e1632ea2ea00b620acb30a0d61bfb4dede75c5bca5a483be3017eecc43631d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:29:33
  Author: arojas
Revision: 428164

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

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

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

Copied: ark/repos/kde-unstable-x86_64/PKGBUILD (from rev 428163, 
ark/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:29:33 UTC (rev 428164)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=ark
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Archiving Tool'
+arch=(x86_64)
+url='https://apps.kde.org/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 kde-utilities)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('44b24bb78d69b109d4123f5d676a02c20c05ace7d45f07ed9fff58be594ecacd'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Morten Linderud via arch-commits
Date: Friday, November 12, 2021 @ 22:29:35
  Author: foxboron
Revision: 1044869

archrelease: copy trunk to community-x86_64

Added:
  restic/repos/community-x86_64/PKGBUILD
(from rev 1044868, restic/trunk/PKGBUILD)
Deleted:
  restic/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2021-11-12 22:29:29 UTC (rev 1044868)
+++ PKGBUILD2021-11-12 22:29:35 UTC (rev 1044869)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud 
-
-pkgname=restic
-pkgver=0.12.1
-pkgrel=1
-pkgdesc="Fast, secure, efficient backup program"
-arch=('x86_64')
-url="https://restic.net;
-license=('BSD')
-depends=('glibc')
-makedepends=('go' 'git')
-checkdepends=('fuse2')
-optdepends=('fuse2: mount archive')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
-sha256sums=('a9c88d5288ce04a6cc78afcda7590d3124966dab3daa9908de9b3e492e2925fb')
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export CGO_CPPFLAGS="${CPPFLAGS}"
-  export CGO_CFLAGS="${CFLAGS}"
-  export CGO_CXXFLAGS="${CXXFLAGS}"
-  export CGO_LDFLAGS="${LDFLAGS}"
-  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
-  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/...
-}
-
-check(){
-  cd "${pkgname}-${pkgver}"
-  go test ./cmd/... ./internal/... || true
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  install -Dm755 restic "${pkgdir}/usr/bin/restic"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
-  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
-  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
-}

Copied: restic/repos/community-x86_64/PKGBUILD (from rev 1044868, 
restic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2021-11-12 22:29:35 UTC (rev 1044869)
@@ -0,0 +1,40 @@
+# Maintainer: Morten Linderud 
+
+pkgname=restic
+pkgver=0.12.1
+pkgrel=2
+pkgdesc="Fast, secure, efficient backup program"
+arch=('x86_64')
+url="https://restic.net;
+license=('BSD')
+depends=('glibc')
+makedepends=('go' 'git')
+checkdepends=('fuse2')
+optdepends=('fuse2: mount archive')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/restic/restic/archive/v${pkgver}.tar.gz;)
+sha256sums=('a9c88d5288ce04a6cc78afcda7590d3124966dab3daa9908de9b3e492e2925fb')
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export CGO_CPPFLAGS="${CPPFLAGS}"
+  export CGO_CFLAGS="${CFLAGS}"
+  export CGO_CXXFLAGS="${CXXFLAGS}"
+  export CGO_LDFLAGS="${LDFLAGS}"
+  export GOFLAGS="-buildmode=pie -trimpath -modcacherw"
+  go build -ldflags "-X 'main.version=${pkgver}'" ./cmd/...
+}
+
+check(){
+  cd "${pkgname}-${pkgver}"
+  go test ./cmd/... ./internal/... || true
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  install -Dm755 restic "${pkgdir}/usr/bin/restic"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
+  install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
+  install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
+  install -Dm644 doc/fish-completion.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/restic.fish"
+}



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

2021-11-12 Thread Morten Linderud via arch-commits
Date: Friday, November 12, 2021 @ 22:29:29
  Author: foxboron
Revision: 1044868

upgpkg: restic 0.12.1-2 - FS#72116: Added fish completion

Modified:
  restic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2021-11-12 22:22:59 UTC (rev 1044867)
+++ PKGBUILD2021-11-12 22:29:29 UTC (rev 1044868)
@@ -2,7 +2,7 @@
 
 pkgname=restic
 pkgver=0.12.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Fast, secure, efficient backup program"
 arch=('x86_64')
 url="https://restic.net;
@@ -36,4 +36,5 @@
   install -Dm644 -t "$pkgdir/usr/share/man/man1/" doc/man/*.1
   install -Dm644 doc/zsh-completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_restic"
   install -Dm644 doc/bash-completion.sh 
"$pkgdir/usr/share/bash-completion/completions/restic"
+  install -Dm644 doc/fish-completion.fish 
"$pkgdir/usr/share/fish/vendor_completions.d/restic.fish"
 }



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:29:23
  Author: arojas
Revision: 428163

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

Added:
  partitionmanager/repos/kde-unstable-x86_64/
  partitionmanager/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428162, partitionmanager/kde-unstable/PKGBUILD)

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

Copied: partitionmanager/repos/kde-unstable-x86_64/PKGBUILD (from rev 428162, 
partitionmanager/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:29:23 UTC (rev 428163)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Tobias Powalowski 
+# Contributor: Nick B 
+
+pkgname=partitionmanager
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A KDE utility that allows you to manage disks, partitions, and file 
systems'
+arch=(x86_64)
+url='https://apps.kde.org/partitionmanager/'
+license=(GPL2)
+depends=(kpmcore hicolor-icon-theme kio)
+makedepends=(extra-cmake-modules kdoctools)
+groups=(kde-applications kde-system)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('a99a6884b8fc783ac6e275cc8b59a9ee9c5ffbcd9071e847636e88307cb0a6d1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:29:13
  Author: arojas
Revision: 428162

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

Added:
  ksystemlog/repos/kde-unstable-x86_64/
  ksystemlog/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428161, ksystemlog/kde-unstable/PKGBUILD)

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

Copied: ksystemlog/repos/kde-unstable-x86_64/PKGBUILD (from rev 428161, 
ksystemlog/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:29:13 UTC (rev 428162)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=ksystemlog
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='System log viewer tool'
+url='https://apps.kde.org/ksystemlog/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-system)
+depends=(kio)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('de97e2063202dc86fc491fe92688f886c8c7225b295b5b78f9ac4c61a692ff0a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:28:57
  Author: arojas
Revision: 428161

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

Added:
  khelpcenter/repos/kde-unstable-x86_64/
  khelpcenter/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428160, khelpcenter/kde-unstable/PKGBUILD)

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

Copied: khelpcenter/repos/kde-unstable-x86_64/PKGBUILD (from rev 428160, 
khelpcenter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:28:57 UTC (rev 428161)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=khelpcenter
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Application to show KDE Applications documentation'
+arch=(x86_64)
+url='https://apps.kde.org/help/'
+license=(LGPL)
+groups=(kde-applications kde-system)
+depends=(khtml kdoctools xapian-core grantlee perl)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('0298cbaa0df9d0a5f06d1ff621a06ccef9c7813c4e1e2f5c380e43c991fcfb88'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:28:48
  Author: arojas
Revision: 428160

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

Added:
  kcron/repos/kde-unstable-x86_64/
  kcron/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428159, kcron/kde-unstable/PKGBUILD)

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

Copied: kcron/repos/kde-unstable-x86_64/PKGBUILD (from rev 428159, 
kcron/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:28:48 UTC (rev 428160)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kcron
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Configure and schedule tasks'
+url='https://apps.kde.org/kcron/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-system)
+depends=(kio cron)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ae33d7903213fe3789c73db309c497393952134266a7df6ee38e72e4ec180fcb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:28:38
  Author: arojas
Revision: 428159

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

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

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

Copied: umbrello/repos/kde-unstable-x86_64/PKGBUILD (from rev 428158, 
umbrello/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:28:38 UTC (rev 428159)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas  
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=umbrello
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='UML modeller'
+arch=(x86_64)
+url='https://apps.kde.org/umbrello/'
+license=(GPL)
+depends=(kdelibs4support kdevelop-php qt5-webkit)
+makedepends=(extra-cmake-modules kdoctools kdesignerplugin kdevelop-pg-qt llvm 
kinit doxygen)
+groups=(kde-applications kdesdk)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2c7ee380b926600a45c0604270be57d11ab4d66640353d860ee87775a807bc94'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() { 
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF \
+-DBUILD_UNITTESTS=OFF \
+-DBUILD_KF5=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:28:30
  Author: arojas
Revision: 428158

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

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

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

Copied: kdesdk-thumbnailers/repos/kde-unstable-x86_64/PKGBUILD (from rev 
428157, kdesdk-thumbnailers/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:28:30 UTC (rev 428158)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-thumbnailers
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Plugins for the thumbnailing system'
+url='https://www.kde.org/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio gettext)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8d32db055fa91b6c494075e65975386d849201ead7d034880d831e18edc4915c'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:28:21
  Author: arojas
Revision: 428157

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

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

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

Copied: poxml/repos/kde-unstable-x86_64/PKGBUILD (from rev 428156, 
poxml/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:28:21 UTC (rev 428157)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=poxml
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Translates DocBook XML files using gettext po files'
+url='https://www.kde.org/'
+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/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c1044ddcb5b802fdad23e7334e5ae0bfaa195e0628f321dbe0180e911f33d943'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:28:12
  Author: arojas
Revision: 428156

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

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

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

Copied: lokalize/repos/kde-unstable-x86_64/PKGBUILD (from rev 428155, 
lokalize/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:28:12 UTC (rev 428156)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=lokalize
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Computer-Aided Translation System'
+url='https://apps.kde.org/lokalize/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kio hunspell hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+optdepends=('languagetool: spell and grammar checking')
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8a5d671fb0d732f8d19e55451ae6d852a0ca77b0cb4f907631d99dfbfe9b0454'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:28:03
  Author: arojas
Revision: 428155

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

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

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

Copied: kompare/repos/kde-unstable-x86_64/PKGBUILD (from rev 428154, 
kompare/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:28:03 UTC (rev 428155)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kompare
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Graphical file differences tool'
+url='https://apps.kde.org/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/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9152745d0cf8539f8455c599835a38c0c69f0e9db7402720b05a0162eb658b29'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:27:54
  Author: arojas
Revision: 428154

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

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

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

Copied: kirigami-gallery/repos/kde-unstable-x86_64/PKGBUILD (from rev 428153, 
kirigami-gallery/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:27:54 UTC (rev 428154)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kirigami-gallery
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Gallery application built using Kirigami'
+url='https://apps.kde.org/kirigami2.gallery/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(kirigami2 kitemmodels qt5-svg)
+makedepends=(extra-cmake-modules qt5-tools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b25ed4968beb2b3243a82ce2ccc492b09aae6d0b3b2138b8f1e1df64f088ebdb'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:27:46
  Author: arojas
Revision: 428153

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

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

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

Copied: kdesdk-kioslaves/repos/kde-unstable-x86_64/PKGBUILD (from rev 428152, 
kdesdk-kioslaves/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:27:46 UTC (rev 428153)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdesdk-kioslaves
+pkgver=21.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 perl)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha1sums=('5a3866dfc4d9d7bad0be4f1cc3e853082a88e803'
+  'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:27:35
  Author: arojas
Revision: 428152

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

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

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

Copied: kcachegrind/repos/kde-unstable-x86_64/PKGBUILD (from rev 428151, 
kcachegrind/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:27:35 UTC (rev 428152)
@@ -0,0 +1,56 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgbase=kcachegrind
+pkgname=(kcachegrind kcachegrind-common qcachegrind)
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Visualization of Performance Profiling Data'
+url='https://apps.kde.org/kcachegrind/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+makedepends=(extra-cmake-modules kdoctools qt5-tools kio)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('171652ca6e27b5c040d7f7726bab145e384cba5e670b1adf779cb0e8f03e5b57'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package_kcachegrind() {
+  groups=(kde-applications kdesdk)
+  depends=(kio kcachegrind-common)
+  optdepends=('graphviz: for plotting support')
+
+  DESTDIR="$pkgdir" cmake --install build
+  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' 'perl: 
for dprof2calltree, memprof2calltree and op2calltree')
+
+  DESTDIR="$pkgdir" cmake --install build
+  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)
+  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 kapptemplate/repos (2 files)

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:27:25
  Author: arojas
Revision: 428151

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

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

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

Copied: kapptemplate/repos/kde-unstable-x86_64/PKGBUILD (from rev 428150, 
kapptemplate/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:27:25 UTC (rev 428151)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapptemplate
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='KDE Template Generator'
+url='https://apps.kde.org/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/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('d58c7d6bed82b0b3f456e72e983d64ed456105952f2d7e75c0ba56b6fcf7612f'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:27:17
  Author: arojas
Revision: 428150

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

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

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

Copied: dolphin-plugins/repos/kde-unstable-x86_64/PKGBUILD (from rev 428149, 
dolphin-plugins/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:27:17 UTC (rev 428150)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=dolphin-plugins
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Extra Dolphin plugins'
+arch=(x86_64)
+url='https://apps.kde.org/dolphin_plugins/'
+license=(LGPL)
+depends=(dolphin)
+makedepends=(extra-cmake-modules ktexteditor)
+optdepends=('ktexteditor: Mercurial plugin')
+groups=(kde-applications kdesdk)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('6b0b9a5cb65fa5f1d989afc18f75a1746238527a32481ee0d51a24406d6a28b6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



[arch-commits] Commit in kde-dev-scripts/repos (2 files)

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:27:07
  Author: arojas
Revision: 428149

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

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

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

Copied: kde-dev-scripts/repos/kde-unstable-any/PKGBUILD (from rev 428148, 
kde-dev-scripts/kde-unstable/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2021-11-12 22:27:07 UTC (rev 428149)
@@ -0,0 +1,40 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-scripts
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Scripts and setting files useful during development of KDE software'
+url='https://www.kde.org/'
+arch=(any)
+license=(GPL LGPL FDL)
+groups=(kde-applications kdesdk)
+depends=(perl)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('48271f777a437308142ebafa755fc81437531afb75f2240a68810a488c07fb0b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  # Fix python 2 path
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+
"$pkgdir"/usr/bin/{zonetab2pot.py,kde-systemsettings-tree.py,reviewboard-am}
+  sed -i 's|#! /usr/bin/env python|#!/usr/bin/env python2|' \
+"$pkgdir"/usr/bin/{kdelnk2desktop.py,kde_generate_export_header}
+
+# Install additional files
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/kde-dev-scripts
+  cp -r kde-devel-* gdb "$pkgdir"/usr/share/kde-dev-scripts
+}



[arch-commits] Commit in kde-dev-utils/repos (2 files)

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:26:57
  Author: arojas
Revision: 428148

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

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

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

Copied: kde-dev-utils/repos/kde-unstable-x86_64/PKGBUILD (from rev 428147, 
kde-dev-utils/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:26:57 UTC (rev 428148)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kde-dev-utils
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Small utilities for developers using KDE/Qt libs/frameworks'
+url='https://www.kde.org/'
+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/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8830206695da2dcd17b6904edc6bb356921c9e4cb97c4b91764ba0c935fdbcd6'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:26:47
  Author: arojas
Revision: 428147

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

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

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

Copied: cervisia/repos/kde-unstable-x86_64/PKGBUILD (from rev 428146, 
cervisia/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:26:47 UTC (rev 428147)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=cervisia
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='CVS Frontend'
+url='https://apps.kde.org/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/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('94ff821ca42a9304361246c5ce5afa1ea724f888dadb2936ae03d076f9792921'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:26:38
  Author: arojas
Revision: 428146

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

Added:
  zanshin/repos/kde-unstable-x86_64/
  zanshin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428145, zanshin/kde-unstable/PKGBUILD)

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

Copied: zanshin/repos/kde-unstable-x86_64/PKGBUILD (from rev 428145, 
zanshin/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:26:38 UTC (rev 428146)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=zanshin
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='To-do management application based on Akonadi'
+arch=(x86_64)
+url='https://zanshin.kde.org'
+license=(GPL)
+depends=(kdepim-runtime kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('5bdf337ba33737f1e1eca46a5f2b5fc4b5c9ea89eaba72cd3df17d7624320fd2'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:26:28
  Author: arojas
Revision: 428145

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

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

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

Copied: pim-sieve-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 428144, 
pim-sieve-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:26:28 UTC (rev 428145)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-sieve-editor
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Mail sieve editor'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL2)
+depends=(libksieve kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8fde3ce6873915b7e8a4d6ae0531e37e0682ee281202f75de339bce8fa82ef37'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:26:20
  Author: arojas
Revision: 428144

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

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

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

Copied: pim-data-exporter/repos/kde-unstable-x86_64/PKGBUILD (from rev 428143, 
pim-data-exporter/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:26:20 UTC (rev 428144)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=pim-data-exporter
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Import and export KDE PIM settings'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL2)
+depends=(calendarsupport mailcommon kuserfeedback)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e928e74c1579fcacaddfb660193c96fd04184668cc6c778763fe9186b3c6157b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:26:11
  Author: arojas
Revision: 428143

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

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

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

Copied: mbox-importer/repos/kde-unstable-x86_64/PKGBUILD (from rev 428142, 
mbox-importer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:26:11 UTC (rev 428143)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=mbox-importer
+pkgver=21.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 kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('9e31d0c4a9bdd3c3e1e5ab703b3586107b3649be5a25828c23f00745e2047e24'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:26:00
  Author: arojas
Revision: 428142

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

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

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

Copied: korganizer/repos/kde-unstable-x86_64/PKGBUILD (from rev 428141, 
korganizer/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:26:00 UTC (rev 428142)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=korganizer
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Calendar and scheduling Program'
+arch=(x86_64)
+url='https://apps.kde.org/korganizer/'
+license=(GPL2)
+depends=(kdepim-runtime kontactinterface incidenceeditor kuserfeedback 
phonon-qt5)
+makedepends=(extra-cmake-modules kdoctools qt5-tools boost)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('6a199e60f339e5d399c344f746ec85899a0be0663046a44d3fa4eddf90d8b254'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:25:51
  Author: arojas
Revision: 428141

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

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

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

Copied: kontact/repos/kde-unstable-x86_64/PKGBUILD (from rev 428140, 
kontact/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:25:51 UTC (rev 428141)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kontact
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='KDE Personal Information Manager'
+arch=(x86_64)
+url='https://apps.kde.org/kontact/'
+license=(GPL2)
+depends=(kontactinterface kmail-account-wizard)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('53fef92639fd913c7b63bfc74fef86ba44d69588e1e01579d82de2924500'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:25:42
  Author: arojas
Revision: 428140

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

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

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

Copied: knotes/repos/kde-unstable-x86_64/PKGBUILD (from rev 428139, 
knotes/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:25:42 UTC (rev 428140)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=knotes
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Popup notes'
+arch=(x86_64)
+url='https://apps.kde.org/knotes/'
+license=(GPL2)
+depends=(kdepim-runtime kdnssd kontactinterface)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('3f18d52b057315f1dd59c90ee179a391e9954cd1651240838e8b3544d8b0df37'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:25:31
  Author: arojas
Revision: 428139

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

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

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

Copied: kmail-account-wizard/repos/kde-unstable-x86_64/PKGBUILD (from rev 
428138, kmail-account-wizard/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:25:31 UTC (rev 428139)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail-account-wizard
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='KMail account wizard'
+arch=(x86_64)
+url='https://kontact.kde.org'
+license=(GPL2)
+depends=(kidentitymanagement pimcommon kmailtransport kross)
+makedepends=(extra-cmake-modules boost kdoctools qt5-tools knotifyconfig 
ktexteditor)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('b96fd9c24d89fee752b6dd958b6f148248d494432c450e633d72ab16bc132ce5'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:25:23
  Author: arojas
Revision: 428138

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

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

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

Copied: kmail/repos/kde-unstable-x86_64/PKGBUILD (from rev 428137, 
kmail/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:25:23 UTC (rev 428138)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kmail
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='KDE mail client'
+arch=(x86_64)
+url='https://apps.kde.org/kmail2/'
+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 kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e7dfede422840851e5ae4dd7bbe48520d17d50563a55d1f713553e28b3e27006'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:25:13
  Author: arojas
Revision: 428137

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

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

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

Copied: kleopatra/repos/kde-unstable-x86_64/PKGBUILD (from rev 428136, 
kleopatra/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:25:13 UTC (rev 428137)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kleopatra
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Certificate Manager and Unified Crypto GUI'
+arch=(x86_64)
+url='https://apps.kde.org/kleopatra/'
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme libkleo kcmutils kmime)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e1cf503bc7bf840670e59034efabf82fdd7f55e94fe96c8bd83cb37e7b1a7773'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:25:04
  Author: arojas
Revision: 428136

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

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

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

Copied: kdepim-addons/repos/kde-unstable-x86_64/PKGBUILD (from rev 428135, 
kdepim-addons/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:25:04 UTC (rev 428136)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=kdepim-addons
+pkgver=21.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-import-wizard poppler-qt5 
kitinerary kontactinterface discount)
+makedepends=(extra-cmake-modules kdoctools boost kaddressbook)
+optdepends=('grammalecte: French grammar plugin')
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('066ea49c18077da36750e512552004a15ff8040c07e2b15689265b5610676587'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:24:55
  Author: arojas
Revision: 428135

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

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

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

Copied: kalarm/repos/kde-unstable-x86_64/PKGBUILD (from rev 428134, 
kalarm/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:24:55 UTC (rev 428135)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=kalarm
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Personal alarm scheduler'
+arch=(x86_64)
+url='https://apps.kde.org/kalarm/'
+license=(GPL2)
+depends=(phonon-qt5 kidletime knotifyconfig kalarmcal pimcommon kmailtransport)
+makedepends=(extra-cmake-modules kdoctools boost mailcommon)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('ee565de9a502edaa4d4087558867fd7e66d2323d7891d9d56062e9b113877bce'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:24:46
  Author: arojas
Revision: 428134

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

Added:
  itinerary/repos/kde-unstable-x86_64/
  itinerary/repos/kde-unstable-x86_64/PKGBUILD
(from rev 428133, itinerary/kde-unstable/PKGBUILD)

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

Copied: itinerary/repos/kde-unstable-x86_64/PKGBUILD (from rev 428133, 
itinerary/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:24:46 UTC (rev 428134)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+
+pkgname=itinerary
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Itinerary and boarding pass management application'
+arch=(x86_64)
+url='https://apps.kde.org/itinerary/'
+license=(LGPL BSD)
+depends=(kitinerary kio networkmanager-qt kosmindoormap qt5-location 
qqc2-desktop-style prison hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('c8789c05e5360a99f8c662f6d1d48cde1d12a38002c557793fffb58a936e334a'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -Dm644 $pkgname-$pkgver/LICENSES/* -t 
"$pkgdir"/usr/share/licenses/$pkgname
+}



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:24:37
  Author: arojas
Revision: 428133

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

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

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

Copied: grantlee-editor/repos/kde-unstable-x86_64/PKGBUILD (from rev 428132, 
grantlee-editor/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:24:37 UTC (rev 428133)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=grantlee-editor
+pkgver=21.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 kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('195305e98300940fc46ee79b8a6aa578822772f26c49fd75b88215c50ada5b28'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:24:29
  Author: arojas
Revision: 428132

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

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

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

Copied: akregator/repos/kde-unstable-x86_64/PKGBUILD (from rev 428131, 
akregator/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:24:29 UTC (rev 428132)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akregator
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='A Feed Reader by KDE'
+arch=(x86_64)
+url='https://apps.kde.org/akregator/'
+license=(GPL2)
+depends=(kontactinterface messagelib knotifyconfig kuserfeedback)
+makedepends=(extra-cmake-modules boost kdoctools)
+optdepends=('kdepim-addons: additional plugins')
+groups=(kde-applications kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('aba7cfa0058b0629e55ca6eba0b90e42cc028398c038ca656ac991c837a796f1'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:24:20
  Author: arojas
Revision: 428131

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

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

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

Copied: akonadiconsole/repos/kde-unstable-x86_64/PKGBUILD (from rev 428130, 
akonadiconsole/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:24:20 UTC (rev 428131)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadiconsole
+pkgver=21.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 kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('2ccb56ff9284c7d8f28374b71389853128961248fdc1209a86b6a1aca4a7d8c3'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:24:02
  Author: arojas
Revision: 428129

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

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

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

Copied: zeroconf-ioslave/repos/kde-unstable-x86_64/PKGBUILD (from rev 428128, 
zeroconf-ioslave/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:24:02 UTC (rev 428129)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=zeroconf-ioslave
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Network Monitor for DNS-SD services (Zeroconf)'
+url='https://apps.kde.org/zeroconf_ioslave/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-network)
+depends=(kio kdnssd)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f14c50e8252d5e699db7481c5c25c9cdd52598e183f1fb6ba40307401c7aa20d'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:24:11
  Author: arojas
Revision: 428130

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

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

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

Copied: akonadi-calendar-tools/repos/kde-unstable-x86_64/PKGBUILD (from rev 
428129, akonadi-calendar-tools/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:24:11 UTC (rev 428130)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=akonadi-calendar-tools
+pkgver=21.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 kde-pim)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('66a2942fe2f7bb8885432d36c3d7b2efc5a4b26e795943e402bde74b0c794b76'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:23:52
  Author: arojas
Revision: 428128

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

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

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

Copied: telepathy-kde-text-ui/repos/kde-unstable-x86_64/PKGBUILD (from rev 
428127, telepathy-kde-text-ui/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:23:52 UTC (rev 428128)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-text-ui
+_pkgname=ktp-text-ui
+pkgver=21.11.80
+pkgrel=1
+pkgdesc='Telepathy handler for Text Chats'
+arch=(x86_64)
+url='https://community.kde.org/KTp'
+license=(GPL)
+groups=(kde-applications kde-network telepathy-kde)
+depends=(telepathy-kde-common-internals kemoticons)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('31be5e263e365e9191f7e12b432a1eaddad9c23366f6a7f5d8f61bdc82f76272'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

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



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

2021-11-12 Thread Antonio Rojas via arch-commits
Date: Friday, November 12, 2021 @ 22:23:44
  Author: arojas
Revision: 428127

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

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

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

Copied: telepathy-kde-send-file/repos/kde-unstable-x86_64/PKGBUILD (from rev 
428126, telepathy-kde-send-file/kde-unstable/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2021-11-12 22:23:44 UTC (rev 428127)
@@ -0,0 +1,31 @@
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+# Contributor: Laurent Carlier 
+
+pkgname=telepathy-kde-send-file
+_pkgname=ktp-send-file
+pkgver=21.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/KTp'
+license=(GPL)
+groups=(kde-applications kde-network telepathy-kde)
+depends=(telepathy-kde-common-internals)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/unstable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('f92a83ebf3ed0ae113629c54a304a40cc298317616d3ea414d1d8707c5c6992b'
+'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid 

+  F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck 

+  D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker 

+
+build() {
+  cmake -B build -S $_pkgname-$pkgver \
+-DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



  1   2   3   4   5   6   7   8   9   10   >