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

2019-12-02 Thread Sergej Pupykin via arch-commits
Date: Monday, December 2, 2019 @ 20:37:18
  Author: spupykin
Revision: 534765

archrelease: copy trunk to community-x86_64

Added:
  usb_modeswitch/repos/community-x86_64/PKGBUILD
(from rev 534764, usb_modeswitch/trunk/PKGBUILD)
Deleted:
  usb_modeswitch/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 20:37:10 UTC (rev 534764)
+++ PKGBUILD2019-12-02 20:37:18 UTC (rev 534765)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=usb_modeswitch
-pkgver=2.5.2
-pkgrel=1
-_pkgdata=20170806
-pkgdesc="Activating switchable USB devices on Linux."
-arch=('x86_64')
-url="http://www.draisberghof.de/usb_modeswitch/;
-license=('GPL')
-depends=('libusb' 'tcl')
-makedepends=('gcc' 'make')
-backup=("etc/$pkgname.conf")
-source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
-   
"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
-   
"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
-sha256sums=('abffac09c87eacd78e101545967dc25af7e989745b4276756d45dbf4008a2ea6'
-'ce413ef2a50e648e9c81bc3ea6110e7324a8bf981034fc9ec4467d3562563c2c'
-'846b45a82a31c9755ab86d9c051e706aff445e1e793575b7ae195a4edeb4d594')
-
-prepare() {
-  cd "$srcdir"/usb-modeswitch-$pkgver/
-  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch.{conf,tcl,sh}
-}
-
-build() {
-  cd "$srcdir"/usb-modeswitch-$pkgver/
-  make clean
-  make SBINDIR=/usr/bin
-}
-
-package() {
-  cd "$srcdir"/usb-modeswitch-$pkgver/
-
-  mkdir -p "$pkgdir"/usr/lib/udev
-  mkdir -p "$pkgdir"/etc
-  mkdir -p "$pkgdir"/usr/share/man/man1
-  mkdir -p "$pkgdir"/usr/lib/systemd/system
-
-  make \
-DESTDIR="$pkgdir" \
-UDEVDIR="$pkgdir"/usr/lib/udev \
-SBINDIR="$pkgdir"/usr/bin \
-SYSDIR="$pkgdir"/usr/lib/systemd/system \
-install
-
-  cp "$srcdir"/usb-modeswitch-${pkgver}-device_reference.txt 
"$pkgdir"/etc/usb_modeswitch.setup
-
-  cd "$srcdir"/usb-modeswitch-data-${_pkgdata}
-  make DESTDIR="$pkgdir" install RULESDIR="$pkgdir"/usr/lib/udev/rules.d
-}

Copied: usb_modeswitch/repos/community-x86_64/PKGBUILD (from rev 534764, 
usb_modeswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 20:37:18 UTC (rev 534765)
@@ -0,0 +1,51 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=usb_modeswitch
+pkgver=2.6.0
+pkgrel=1
+_pkgdata=20170806
+pkgdesc="Activating switchable USB devices on Linux."
+arch=('x86_64')
+url="http://www.draisberghof.de/usb_modeswitch/;
+license=('GPL')
+depends=('libusb' 'tcl')
+makedepends=('gcc' 'make')
+backup=("etc/$pkgname.conf")
+source=("http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-${pkgver}.tar.bz2;
+   
"http://www.draisberghof.de/usb_modeswitch/usb-modeswitch-data-${_pkgdata}.tar.bz2;
+   
"usb-modeswitch-${pkgver}-device_reference.txt::http://www.draisberghof.de/usb_modeswitch/device_reference.txt;)
+sha256sums=('c215236e6bada6e659fc195a31d611ea298a4bdb4d57a0d68c553b56585f8ba3'
+'ce413ef2a50e648e9c81bc3ea6110e7324a8bf981034fc9ec4467d3562563c2c'
+'846b45a82a31c9755ab86d9c051e706aff445e1e793575b7ae195a4edeb4d594')
+
+prepare() {
+  cd "$srcdir"/usb-modeswitch-$pkgver/
+  sed -i 's|/usr/sbin/usb_mode|/usr/bin/usb_mode|g' 
usb_modeswitch{.conf,_dispatcher.tcl,.sh}
+}
+
+build() {
+  cd "$srcdir"/usb-modeswitch-$pkgver/
+  make clean
+  make SBINDIR=/usr/bin
+}
+
+package() {
+  cd "$srcdir"/usb-modeswitch-$pkgver/
+
+  mkdir -p "$pkgdir"/usr/lib/udev
+  mkdir -p "$pkgdir"/etc
+  mkdir -p "$pkgdir"/usr/share/man/man1
+  mkdir -p "$pkgdir"/usr/lib/systemd/system
+
+  make \
+DESTDIR="$pkgdir" \
+UDEVDIR="$pkgdir"/usr/lib/udev \
+SBINDIR="$pkgdir"/usr/bin \
+SYSDIR="$pkgdir"/usr/lib/systemd/system \
+install
+
+  cp "$srcdir"/usb-modeswitch-${pkgver}-device_reference.txt 
"$pkgdir"/etc/usb_modeswitch.setup
+
+  cd "$srcdir"/usb-modeswitch-data-${_pkgdata}
+  make DESTDIR="$pkgdir" install RULESDIR="$pkgdir"/usr/lib/udev/rules.d
+}


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

2019-12-02 Thread Sergej Pupykin via arch-commits
Date: Monday, December 2, 2019 @ 20:37:40
  Author: spupykin
Revision: 534766

upgpkg: xdebug 2.8.1-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-02 20:37:18 UTC (rev 534765)
+++ PKGBUILD2019-12-02 20:37:40 UTC (rev 534766)
@@ -4,8 +4,8 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.8.0
-pkgrel=2
+pkgver=2.8.1
+pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
 url="https://www.xdebug.org;
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
'xdebug.ini')
-sha256sums=('cb1d117ecbec7409a408cf24e59d92f7e3816fe8e2331dd0ffc3dce60228c264'
+sha256sums=('838be3974e2555bbbd796eb57c34840659815f23079417b5042e8b534fe61520'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


[arch-commits] Commit in xdebug/repos/community-x86_64 (4 files)

2019-12-02 Thread Sergej Pupykin via arch-commits
Date: Monday, December 2, 2019 @ 20:37:52
  Author: spupykin
Revision: 534769

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 534767, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 534767, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   76 +--
 xdebug.ini |   10 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-02 20:37:50 UTC (rev 534768)
+++ PKGBUILD2019-12-02 20:37:52 UTC (rev 534769)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.8.0
-pkgrel=2
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="https://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
-   'xdebug.ini')
-sha256sums=('cb1d117ecbec7409a408cf24e59d92f7e3816fe8e2331dd0ffc3dce60228c264'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 534767, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-02 20:37:52 UTC (rev 534769)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
+   'xdebug.ini')
+sha256sums=('838be3974e2555bbbd796eb57c34840659815f23079417b5042e8b534fe61520'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2019-12-02 20:37:50 UTC (rev 534768)
+++ xdebug.ini  2019-12-02 20:37:52 UTC (rev 534769)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 534767, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2019-12-02 20:37:52 UTC (rev 534769)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp


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

2019-11-04 Thread Sergej Pupykin via arch-commits
Date: Monday, November 4, 2019 @ 12:20:40
  Author: spupykin
Revision: 524047

upgpkg: linuxconsole 1.7.0-1

Modified:
  linuxconsole/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 12:19:21 UTC (rev 524046)
+++ PKGBUILD2019-11-04 12:20:40 UTC (rev 524047)
@@ -2,22 +2,22 @@
 # Maintainer:  Andrzej Giniewicz 
 
 pkgname=linuxconsole
-pkgver=1.6.1
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Set of utilities for joysticks and serial devices"
 arch=('x86_64')
 url="https://sourceforge.net/projects/linuxconsole/;
 license=('GPL')
-makedepends=('sdl')
+makedepends=('sdl2')
 provides=('joystick' 'inputattach')
 replaces=('joystick' 'inputattach')
-optdepends=('sdl: for ffmvforce utility')
+optdepends=('sdl2: for ffmvforce utility')
 validpgpkeys=('79D9C58C50D6B5AA65D530C1759778A9A36B494F')
 
source=(https://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2{,.sig}
'inputattach.conf.d'
'inputattach.service'
'inputattachctl')
-sha256sums=('e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934'
+sha256sums=('95d112f06393806116341d593bda002c8bc44119c1538407623268fed90d8c34'
 'SKIP'
 '3807b2b34bea40c6d6036629ac3eaee31b44549c81fac62e922eb6524f0b203e'
 '3fe8df1d4330ad95a02206946440576ad3a56230d43107f1d703bff077182f84'


[arch-commits] Commit in linuxconsole/repos/community-x86_64 (8 files)

2019-11-04 Thread Sergej Pupykin via arch-commits
Date: Monday, November 4, 2019 @ 12:20:56
  Author: spupykin
Revision: 524048

archrelease: copy trunk to community-x86_64

Added:
  linuxconsole/repos/community-x86_64/PKGBUILD
(from rev 524047, linuxconsole/trunk/PKGBUILD)
  linuxconsole/repos/community-x86_64/inputattach.conf.d
(from rev 524047, linuxconsole/trunk/inputattach.conf.d)
  linuxconsole/repos/community-x86_64/inputattach.service
(from rev 524047, linuxconsole/trunk/inputattach.service)
  linuxconsole/repos/community-x86_64/inputattachctl
(from rev 524047, linuxconsole/trunk/inputattachctl)
Deleted:
  linuxconsole/repos/community-x86_64/PKGBUILD
  linuxconsole/repos/community-x86_64/inputattach.conf.d
  linuxconsole/repos/community-x86_64/inputattach.service
  linuxconsole/repos/community-x86_64/inputattachctl

-+
 PKGBUILD|   86 +-
 inputattach.conf.d  |   20 +--
 inputattach.service |   22 ++--
 inputattachctl  |   28 
 4 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 12:20:40 UTC (rev 524047)
+++ PKGBUILD2019-11-04 12:20:56 UTC (rev 524048)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer:  Andrzej Giniewicz 
-
-pkgname=linuxconsole
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="Set of utilities for joysticks and serial devices"
-arch=('x86_64')
-url="http://sourceforge.net/projects/linuxconsole/;
-license=('GPL')
-makedepends=('sdl')
-provides=('joystick' 'inputattach')
-replaces=('joystick' 'inputattach')
-optdepends=('sdl: for ffmvforce utility')
-validpgpkeys=('79D9C58C50D6B5AA65D530C1759778A9A36B494F')
-source=(https://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2{,.sig}
-   'inputattach.conf.d'
-   'inputattach.service'
-   'inputattachctl')
-sha256sums=('e9d6b05a6c57c7eb3ec7f9f017f46b20e4b55d5a02f930eff1823a13921c5934'
-'SKIP'
-'3807b2b34bea40c6d6036629ac3eaee31b44549c81fac62e922eb6524f0b203e'
-'3fe8df1d4330ad95a02206946440576ad3a56230d43107f1d703bff077182f84'
-'908e3a6cec41bd4fbe7066fb54213a80c96d91b219ca045399a54e65c0995c8c')
-
-prepare() {
-  cd "${srcdir}"/linuxconsoletools-$pkgver
-  sed -i 's|lib/udev|usr/lib/udev|g' utils/Makefile
-}
-
-build() {
-  cd "${srcdir}"/linuxconsoletools-$pkgver
-  make PREFIX=/usr
-}
-
-package() {
-  cd "${srcdir}"/linuxconsoletools-$pkgver
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-
-  install -Dm755 "$srcdir"/inputattachctl "$pkgdir"/usr/bin/inputattachctl
-  install -Dm644 "$srcdir"/inputattach.conf.d "$pkgdir/etc/conf.d/inputattach"
-  install -Dm644 "$srcdir"/inputattach.service 
"$pkgdir"/usr/lib/systemd/system/inputattach.service
-}

Copied: linuxconsole/repos/community-x86_64/PKGBUILD (from rev 524047, 
linuxconsole/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 12:20:56 UTC (rev 524048)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer:  Andrzej Giniewicz 
+
+pkgname=linuxconsole
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="Set of utilities for joysticks and serial devices"
+arch=('x86_64')
+url="https://sourceforge.net/projects/linuxconsole/;
+license=('GPL')
+makedepends=('sdl2')
+provides=('joystick' 'inputattach')
+replaces=('joystick' 'inputattach')
+optdepends=('sdl2: for ffmvforce utility')
+validpgpkeys=('79D9C58C50D6B5AA65D530C1759778A9A36B494F')
+source=(https://prdownloads.sourceforge.net/linuxconsole/linuxconsoletools-$pkgver.tar.bz2{,.sig}
+   'inputattach.conf.d'
+   'inputattach.service'
+   'inputattachctl')
+sha256sums=('95d112f06393806116341d593bda002c8bc44119c1538407623268fed90d8c34'
+'SKIP'
+'3807b2b34bea40c6d6036629ac3eaee31b44549c81fac62e922eb6524f0b203e'
+'3fe8df1d4330ad95a02206946440576ad3a56230d43107f1d703bff077182f84'
+'908e3a6cec41bd4fbe7066fb54213a80c96d91b219ca045399a54e65c0995c8c')
+
+prepare() {
+  cd "${srcdir}"/linuxconsoletools-$pkgver
+  sed -i 's|lib/udev|usr/lib/udev|g' utils/Makefile
+}
+
+build() {
+  cd "${srcdir}"/linuxconsoletools-$pkgver
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${srcdir}"/linuxconsoletools-$pkgver
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+
+  install -Dm755 "$srcdir"/inputattachctl "$pkgdir"/usr/bin/inputattachctl
+  install -Dm644 "$srcdir"/inputattach.conf.d "$pkgdir/etc/conf.d/inputattach"
+  install -Dm644 "$srcdir"/inputattach.service 
"$pkgdir"/usr/lib/systemd/system/inputattach.service
+}

Deleted: inputattach.conf.d
===
--- inputattach.conf.d  2019-11-04 12:20:40 UTC (rev 524047)
+++ inputattach.conf.d  2019-11-04 12:20:56 UTC (rev 524048)
@@ -1,10 +0,0 @@
-#
-# Configuration for inputattach
-#
-# IAPARAMS is an array of inputattach 

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

2019-11-04 Thread Sergej Pupykin via arch-commits
Date: Monday, November 4, 2019 @ 12:22:19
  Author: spupykin
Revision: 524049

upgpkg: nextcloud-app-mail 0.18.0-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 12:20:56 UTC (rev 524048)
+++ PKGBUILD2019-11-04 12:22:19 UTC (rev 524049)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('e0eeb59b9c27bcb0e336a0ba1c94ee5b9d071ed06b45ad84d0bcb39c206471db17ae883196266c0d041b8cf45cac04e758ea239ec12687f81635f8c02b797b84')
+sha512sums=('d8044862d4eb4b0830f3b0a0cd8f49dab8d47e41ccdab908366335476e28ec2a8d710389b935caba05351b8e0fec4a1fb5c003cc878ccf9f62e0afe301e62514')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2019-11-04 Thread Sergej Pupykin via arch-commits
Date: Monday, November 4, 2019 @ 12:22:35
  Author: spupykin
Revision: 524051

upgpkg: phppgadmin 7.12.0-1

Modified:
  phppgadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-11-04 12:22:28 UTC (rev 524050)
+++ PKGBUILD2019-11-04 12:22:35 UTC (rev 524051)
@@ -3,7 +3,7 @@
 # Contributor: Benjamin Andresen 
 
 pkgname=phppgadmin
-pkgver=5.6.0
+pkgver=7.12.0
 pkgrel=1
 pkgdesc="A web-based administration tool for PostgreSQL"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('php' 'php-pgsql')
 backup=('etc/webapps/phppgadmin/config.inc.php')
 
source=("https://github.com/phppgadmin/phppgadmin/releases/download/REL_${pkgver//./-}/phpPgAdmin-$pkgver.tar.bz2;)
-sha256sums=('33e0fc7bb038872d2f1dd269f77c99258220a5f4f659f8d0f7b4290737a0dd35')
+sha256sums=('751ac3165e579baa649a0fc663d3d21885112a15e784d0614bd14d30b635da22')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phppgadmin


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

2019-11-04 Thread Sergej Pupykin via arch-commits
Date: Monday, November 4, 2019 @ 12:22:45
  Author: spupykin
Revision: 524052

archrelease: copy trunk to community-any

Added:
  phppgadmin/repos/community-any/PKGBUILD
(from rev 524051, phppgadmin/trunk/PKGBUILD)
Deleted:
  phppgadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 12:22:35 UTC (rev 524051)
+++ PKGBUILD2019-11-04 12:22:45 UTC (rev 524052)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: wizzomafizzo 
-# Contributor: Benjamin Andresen 
-
-pkgname=phppgadmin
-pkgver=5.6.0
-pkgrel=1
-pkgdesc="A web-based administration tool for PostgreSQL"
-arch=('any')
-url="https://github.com/phppgadmin/phppgadmin/;
-license=('GPL')
-depends=('php' 'php-pgsql')
-backup=('etc/webapps/phppgadmin/config.inc.php')
-source=("https://github.com/phppgadmin/phppgadmin/releases/download/REL_${pkgver//./-}/phpPgAdmin-$pkgver.tar.bz2;)
-sha256sums=('33e0fc7bb038872d2f1dd269f77c99258220a5f4f659f8d0f7b4290737a0dd35')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phppgadmin
-  mkdir -p ${_instdir} "$pkgdir"/etc/webapps/phppgadmin
-  cd ${_instdir}
-  cp -ra "$srcdir"/phpPgAdmin-$pkgver/* .
-  cp ./conf/config.inc.php-dist "$pkgdir"/etc/webapps/phppgadmin/config.inc.php
-  rm -f ${_instdir}/conf/config.inc.php
-  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
-}

Copied: phppgadmin/repos/community-any/PKGBUILD (from rev 524051, 
phppgadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 12:22:45 UTC (rev 524052)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: wizzomafizzo 
+# Contributor: Benjamin Andresen 
+
+pkgname=phppgadmin
+pkgver=7.12.0
+pkgrel=1
+pkgdesc="A web-based administration tool for PostgreSQL"
+arch=('any')
+url="https://github.com/phppgadmin/phppgadmin/;
+license=('GPL')
+depends=('php' 'php-pgsql')
+backup=('etc/webapps/phppgadmin/config.inc.php')
+source=("https://github.com/phppgadmin/phppgadmin/releases/download/REL_${pkgver//./-}/phpPgAdmin-$pkgver.tar.bz2;)
+sha256sums=('751ac3165e579baa649a0fc663d3d21885112a15e784d0614bd14d30b635da22')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phppgadmin
+  mkdir -p ${_instdir} "$pkgdir"/etc/webapps/phppgadmin
+  cd ${_instdir}
+  cp -ra "$srcdir"/phpPgAdmin-$pkgver/* .
+  cp ./conf/config.inc.php-dist "$pkgdir"/etc/webapps/phppgadmin/config.inc.php
+  rm -f ${_instdir}/conf/config.inc.php
+  ln -s /etc/webapps/phppgadmin/config.inc.php ${_instdir}/conf/config.inc.php
+}


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

2019-11-04 Thread Sergej Pupykin via arch-commits
Date: Monday, November 4, 2019 @ 12:22:28
  Author: spupykin
Revision: 524050

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-11-04 12:22:19 UTC (rev 524049)
+++ PKGBUILD2019-11-04 12:22:28 UTC (rev 524050)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.17.0
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail;
-license=('AGPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('e0eeb59b9c27bcb0e336a0ba1c94ee5b9d071ed06b45ad84d0bcb39c206471db17ae883196266c0d041b8cf45cac04e758ea239ec12687f81635f8c02b797b84')
-
-prepare() {
-  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 524049, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-11-04 12:22:28 UTC (rev 524050)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail;
+license=('AGPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
+sha512sums=('d8044862d4eb4b0830f3b0a0cd8f49dab8d47e41ccdab908366335476e28ec2a8d710389b935caba05351b8e0fec4a1fb5c003cc878ccf9f62e0afe301e62514')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


[arch-commits] Commit in logwatch/repos/community-any (10 files)

2019-09-23 Thread Sergej Pupykin via arch-commits
Date: Monday, September 23, 2019 @ 10:40:52
  Author: spupykin
Revision: 511572

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 511571, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 511571, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 511571, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 511571, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 511571, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  126 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 108 insertions(+), 108 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-23 10:38:07 UTC (rev 511571)
+++ PKGBUILD2019-09-23 10:40:52 UTC (rev 511572)
@@ -1,63 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.2
-pkgrel=5
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 511571, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-23 10:40:52 UTC (rev 511572)
@@ -0,0 +1,63 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.5.2
+pkgrel=5
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="http://www.logwatch.org/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   secure.conf)
+sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
+

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

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:34:43
  Author: spupykin
Revision: 513743

archrelease: copy trunk to community-x86_64

Added:
  xlockmore/repos/community-x86_64/LICENSE
(from rev 513742, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 513742, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/xlockmore.install
(from rev 513742, xlockmore/trunk/xlockmore.install)
Deleted:
  xlockmore/repos/community-x86_64/LICENSE
  xlockmore/repos/community-x86_64/PKGBUILD
  xlockmore/repos/community-x86_64/xlockmore.install

---+
 LICENSE   |   36 +++---
 PKGBUILD  |   82 ++--
 xlockmore.install |8 ++---
 3 files changed, 63 insertions(+), 63 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-10-07 13:34:31 UTC (rev 513742)
+++ LICENSE 2019-10-07 13:34:43 UTC (rev 513743)
@@ -1,18 +0,0 @@
-/*-
- * xscreensaver compatibility layer for xlockmore modules.
- * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
- *
- * Permission to use, copy, modify, distribute, and sell this software and its
- * documentation for any purpose is hereby granted without fee, provided that
- * the above copyright notice appear in all copies and that both that
- * copyright notice and this permission notice appear in supporting
- * documentation.  No representations are made about the suitability of this
- * software for any purpose.  It is provided "as is" without express or
- * implied warranty.
- *
- * This file, along with xlockmore.h, make it possible to compile an xlockmore
- * module into a standalone program, and thus use it with xscreensaver.
- * By Jamie Zawinski  on 10-May-97; based on the ideas
- * in the older xlock.h by Charles Hannum .  (I had
- * to redo it, since xlockmore has diverged so far from xlock...)
- */

Copied: xlockmore/repos/community-x86_64/LICENSE (from rev 513742, 
xlockmore/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-10-07 13:34:43 UTC (rev 513743)
@@ -0,0 +1,18 @@
+/*-
+ * xscreensaver compatibility layer for xlockmore modules.
+ * xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski 
+ *
+ * Permission to use, copy, modify, distribute, and sell this software and its
+ * documentation for any purpose is hereby granted without fee, provided that
+ * the above copyright notice appear in all copies and that both that
+ * copyright notice and this permission notice appear in supporting
+ * documentation.  No representations are made about the suitability of this
+ * software for any purpose.  It is provided "as is" without express or
+ * implied warranty.
+ *
+ * This file, along with xlockmore.h, make it possible to compile an xlockmore
+ * module into a standalone program, and thus use it with xscreensaver.
+ * By Jamie Zawinski  on 10-May-97; based on the ideas
+ * in the older xlock.h by Charles Hannum .  (I had
+ * to redo it, since xlockmore has diverged so far from xlock...)
+ */

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 13:34:31 UTC (rev 513742)
+++ PKGBUILD2019-10-07 13:34:43 UTC (rev 513743)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=xlockmore
-pkgver=5.58
-pkgrel=1
-pkgdesc="screen saver / locker for the X Window System"
-arch=(x86_64)
-license=('BSD')
-depends=(freetype2 gtk2 libxpm openmotif pam libxmu glu)
-optdepends=('fortune-mod')
-makedepends=(mesa)
-url="http://sillycycle.com/xlockmore.html;
-options=('!makeflags')
-install=xlockmore.install
-validpgpkeys=('1B79C8478F236DCDADC0D6ACCF159707377919AE')
-DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
-source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
-   LICENSE)
-sha256sums=('fc9f81773afef0dc7e3e62defbad4056d8d16af9ba8208eeec73d1b2970e41ed'
-'SKIP'
-'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --disable-setuid \
- --enable-appdefaultdir=/usr/share/X11/app-defaults \
- --enable-pam --with-gtk2 --without-esound --without-ftgl
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make xapploaddir="$pkgdir"/usr/share/X11/app-defaults \
-   mandir="$pkgdir"/usr/man/man1 \
-   prefix="$pkgdir"/usr install
-  install -Dm0644 etc/xlock.pamd "${pkgdir}"/etc/pam.d/xlock
-  install -Dm0644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
-}

Copied: xlockmore/repos/community-x86_64/PKGBUILD (from rev 513742, 
xlockmore/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:33:38
  Author: spupykin
Revision: 513736

upgpkg: nextcloud-app-bookmarks 1:2.2.0-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 12:42:46 UTC (rev 513735)
+++ PKGBUILD2019-10-07 13:33:38 UTC (rev 513736)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=2.1.1
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('9053e8b333819cfb22d43a486e8151801bf5d33e323d5af543bfd871234d5777')
+sha256sums=('83ccfc1ff404d5dc07a5133c7e1670c0aab345d61a99f870faae8a9fd77ec59d')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:34:24
  Author: spupykin
Revision: 513741

archrelease: copy trunk to community-x86_64

Added:
  psi/repos/community-x86_64/PKGBUILD
(from rev 513740, psi/trunk/PKGBUILD)
  psi/repos/community-x86_64/no-qca-qt4.patch
(from rev 513740, psi/trunk/no-qca-qt4.patch)
  psi/repos/community-x86_64/qt-5.11.patch
(from rev 513740, psi/trunk/qt-5.11.patch)
Deleted:
  psi/repos/community-x86_64/PKGBUILD
  psi/repos/community-x86_64/no-qca-qt4.patch
  psi/repos/community-x86_64/qt-5.11.patch

--+
 PKGBUILD |  114 ++---
 no-qca-qt4.patch |   72 -
 qt-5.11.patch|   42 +--
 3 files changed, 114 insertions(+), 114 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 13:34:14 UTC (rev 513740)
+++ PKGBUILD2019-10-07 13:34:24 UTC (rev 513741)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=('psi' 'psi-nowebengine')
-pkgver=1.4
-pkgrel=2
-pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
-url="https://psi-im.org;
-license=('GPL2')
-arch=('x86_64')
-depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras' 
'libidn')
-makedepends=('cmake' 'qt5-multimedia')
-source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-"no-qca-qt4.patch"
-"qt-5.11.patch")
-sha256sums=('761934c1c62daf69215f085ba24d7f9cd4db05ef0ad735383d68fb03d21571ad'
-'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
-'e56ec1a250488b2cf9d42887aac432ff2e0ef482eb7cc8500f3d52cb53949119')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 <"$srcdir"/no-qca-qt4.patch
-  patch -p1 <"$srcdir"/qt-5.11.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  mkdir -p build
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
-  make
-  cd ..
-
-  mkdir -p build-nowebengine
-  cd build-nowebengine
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
-  make
-}
-
-package_psi() {
-  cd "$srcdir"/psi-$pkgver/build
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/include/psi/plugins"
-  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
-}
-
-package_psi-nowebengine() {
-  pkgdesc+=" without WebEngine support"
-  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras' 'libidn')
-  provides=("$pkgbase=$pkgver")
-  conflicts=("$pkgbase")
-  replaces=('psi-nowebkit')
-
-  cd "$srcdir"/psi-$pkgver/build-nowebengine
-  make DESTDIR="$pkgdir" install
-  install -dm755 "$pkgdir/usr/include/psi/plugins"
-  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
-}

Copied: psi/repos/community-x86_64/PKGBUILD (from rev 513740, 
psi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 13:34:24 UTC (rev 513741)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=('psi' 'psi-nowebengine')
+pkgver=1.4
+pkgrel=3
+pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
+url="https://psi-im.org;
+license=('GPL2')
+arch=('x86_64')
+depends=('hunspell' 'qca-qt5' 'qt5-svg' 'qt5-webengine' 'qt5-x11extras' 
'libidn')
+makedepends=('cmake' 'qt5-multimedia')
+source=("https://download.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"no-qca-qt4.patch"
+"qt-5.11.patch")
+sha256sums=('761934c1c62daf69215f085ba24d7f9cd4db05ef0ad735383d68fb03d21571ad'
+'a6ea9a62100b6990b8a6c8590a6d0e9df095b99b6527bb5490a7fd3f6929ac23'
+'e56ec1a250488b2cf9d42887aac432ff2e0ef482eb7cc8500f3d52cb53949119')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 <"$srcdir"/no-qca-qt4.patch
+  patch -p1 <"$srcdir"/qt-5.11.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  mkdir -p build
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ..
+  make
+  cd ..
+
+  mkdir -p build-nowebengine
+  cd build-nowebengine
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release 
-DENABLE_WEBKIT=OFF ..
+  make
+}
+
+package_psi() {
+  cd "$srcdir"/psi-$pkgver/build
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}
+
+package_psi-nowebengine() {
+  pkgdesc+=" without WebEngine support"
+  depends=('hunspell' 'minizip' 'qca-qt5' 'qt5-svg' 'qt5-x11extras' 'libidn')
+  provides=("$pkgbase=$pkgver")
+  conflicts=("$pkgbase")
+  replaces=('psi-nowebkit')
+
+  cd "$srcdir"/psi-$pkgver/build-nowebengine
+  make DESTDIR="$pkgdir" install
+  install -dm755 "$pkgdir/usr/include/psi/plugins"
+  install -m644 ../src/plugins/include/*.h "$pkgdir/usr/include/psi/plugins"
+}

Deleted: no-qca-qt4.patch

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

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:34:31
  Author: spupykin
Revision: 513742

upgpkg: xlockmore 5.59-1

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 13:34:24 UTC (rev 513741)
+++ PKGBUILD2019-10-07 13:34:31 UTC (rev 513742)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell 
 
 pkgname=xlockmore
-pkgver=5.58
+pkgver=5.59
 pkgrel=1
 pkgdesc="screen saver / locker for the X Window System"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
 source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
LICENSE)
-sha256sums=('fc9f81773afef0dc7e3e62defbad4056d8d16af9ba8208eeec73d1b2970e41ed'
+sha256sums=('2d2a6855ecdeee4856ace76acf615d3b2e48303951bb5fd31a234e4a54615251'
 'SKIP'
 'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
 


[arch-commits] Commit in nextcloud-app-bookmarks/repos/community-any (2 files)

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:33:51
  Author: spupykin
Revision: 513737

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 13:33:38 UTC (rev 513736)
+++ PKGBUILD2019-10-07 13:33:51 UTC (rev 513737)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=2.1.1
-pkgrel=1
-pkgdesc="Bookmarks app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/bookmarks;
-license=('GPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
-sha256sums=('9053e8b333819cfb22d43a486e8151801bf5d33e323d5af543bfd871234d5777')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
-}

Copied: nextcloud-app-bookmarks/repos/community-any/PKGBUILD (from rev 513736, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 13:33:51 UTC (rev 513737)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="Bookmarks app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/bookmarks;
+license=('GPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/bookmarks/releases/download/v$pkgver/bookmarks-$pkgver.tar.gz;)
+sha256sums=('83ccfc1ff404d5dc07a5133c7e1670c0aab345d61a99f870faae8a9fd77ec59d')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:34:14
  Author: spupykin
Revision: 513740

upgpkg: psi 1.4-3

Modified:
  psi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 13:34:06 UTC (rev 513739)
+++ PKGBUILD2019-10-07 13:34:14 UTC (rev 513740)
@@ -2,7 +2,7 @@
 
 pkgname=('psi' 'psi-nowebengine')
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Powerful XMPP (Jabber) client (Qt, C++) designed for power users"
 url="https://psi-im.org;
 license=('GPL2')


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

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:33:58
  Author: spupykin
Revision: 513738

upgpkg: nextcloud-app-contacts 3.1.4-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-07 13:33:51 UTC (rev 513737)
+++ PKGBUILD2019-10-07 13:33:58 UTC (rev 513738)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.1.3
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('c66ff52d41262e209397a7b47843bce03aeed7f1d097590d89db70ffd678ad65')
+sha256sums=('361aa79b90083319134e739334f864f5343d749b0e0e1c3d4a387f191e8daa20')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2019-10-07 Thread Sergej Pupykin via arch-commits
Date: Monday, October 7, 2019 @ 13:34:06
  Author: spupykin
Revision: 513739

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 13:33:58 UTC (rev 513738)
+++ PKGBUILD2019-10-07 13:34:06 UTC (rev 513739)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.1.3
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/contacts/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('c66ff52d41262e209397a7b47843bce03aeed7f1d097590d89db70ffd678ad65')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 513738, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 13:34:06 UTC (rev 513739)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.1.4
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('361aa79b90083319134e739334f864f5343d749b0e0e1c3d4a387f191e8daa20')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


[arch-commits] Commit in mediawiki/repos/community-any (6 files)

2019-10-10 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 10, 2019 @ 12:21:14
  Author: spupykin
Revision: 514454

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 514453, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 514453, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 514453, mediawiki/trunk/mediawiki.install)
Deleted:
  mediawiki/repos/community-any/PKGBUILD
  mediawiki/repos/community-any/apache.example.conf
  mediawiki/repos/community-any/mediawiki.install

-+
 PKGBUILD|  162 +-
 apache.example.conf |   14 ++--
 mediawiki.install   |6 -
 3 files changed, 91 insertions(+), 91 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-10 12:20:59 UTC (rev 514453)
+++ PKGBUILD2019-10-10 12:21:14 UTC (rev 514454)
@@ -1,81 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-#pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
-pkgname=('mediawiki')
-pkgver=1.33.0
-_basever=${pkgver%.*}
-_hash=b976708
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="https://www.mediawiki.org/wiki/MediaWiki;
-# + https://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-#  'php-apcu: for cache support'
-#  'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-validpgpkeys=('41B2ABE817ADD3E52BDA946F72BC1C5D23107F8A'
-  '1D98867E82982C8FE0ABC25F9B69B3109D3BB7B0'
-  'C83A8E4D3C8FEB7C8A3A1998131910E01605D9AA')
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-sha256sums=('8335a2d8740c5dd5919a480b74c3d8e19f23a68b396df48c2d77646272fdcd67'
-'SKIP'
-'f4cfde787475c285ff79be8dd26780f1506bf406390b325fa9d7eef6a4e3d576'
-'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
-
-package_mediawiki() {
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps
-  install -vdm0755 "$pkgdir"/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver "$pkgdir"/usr/share/webapps/mediawiki
-
-  install -vDm0644 "$srcdir"/apache.example.conf 
"$pkgdir"/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http "$pkgdir"/var/cache/mediawiki
-  install -vdm0755 -o http -g http "$pkgdir"/var/lib/mediawiki
-
-  cd "$pkgdir"/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess "$pkgdir"/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* "$pkgdir"/var/lib/mediawiki/
-  mv images/.htaccess "$pkgdir"/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-${_hash} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

Copied: mediawiki/repos/community-any/PKGBUILD (from rev 514453, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-10 12:21:14 UTC (rev 514454)
@@ -0,0 +1,81 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+#pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
+pkgname=('mediawiki')
+pkgver=1.33.1
+_basever=${pkgver%.*}
+_hash=b976708
+pkgrel=1
+pkgdesc="MediaWiki engine"
+arch=('any')
+url="https://www.mediawiki.org/wiki/MediaWiki;
+# + https://www.mediawiki.org/wiki/Extension:Math
+license=("GPL")
+depends=('php')
+makedepends=('git')
+optdepends=('texvc: for math 

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

2019-10-10 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 10, 2019 @ 12:20:59
  Author: spupykin
Revision: 514453

upgpkg: mediawiki 1.33.1-1

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-10 12:10:10 UTC (rev 514452)
+++ PKGBUILD2019-10-10 12:20:59 UTC (rev 514453)
@@ -4,7 +4,7 @@
 pkgbase=mediawiki
 #pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
 pkgname=('mediawiki')
-pkgver=1.33.0
+pkgver=1.33.1
 _basever=${pkgver%.*}
 _hash=b976708
 pkgrel=1
@@ -37,7 +37,7 @@
 
source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-sha256sums=('8335a2d8740c5dd5919a480b74c3d8e19f23a68b396df48c2d77646272fdcd67'
+sha256sums=('7d97a4cd85bfeb85b69870ffaab35fc5288e69e45cb7edea65d089f7f406a1a7'
 'SKIP'
 'f4cfde787475c285ff79be8dd26780f1506bf406390b325fa9d7eef6a4e3d576'
 'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2019-10-08 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 8, 2019 @ 15:49:56
  Author: spupykin
Revision: 514252

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-08 15:49:45 UTC (rev 514251)
+++ PKGBUILD2019-10-08 15:49:56 UTC (rev 514252)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.1.4
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/contacts/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('361aa79b90083319134e739334f864f5343d749b0e0e1c3d4a387f191e8daa20')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 514251, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-08 15:49:56 UTC (rev 514252)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.1.6
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('c82118781b52a6d4455745413ee64ccf642a82667bed899e174e3bba3f6f67cd')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


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

2019-10-08 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 8, 2019 @ 15:49:45
  Author: spupykin
Revision: 514251

upgpkg: nextcloud-app-contacts 3.1.6-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-08 15:27:22 UTC (rev 514250)
+++ PKGBUILD2019-10-08 15:49:45 UTC (rev 514251)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.1.4
+pkgver=3.1.6
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('361aa79b90083319134e739334f864f5343d749b0e0e1c3d4a387f191e8daa20')
+sha256sums=('c82118781b52a6d4455745413ee64ccf642a82667bed899e174e3bba3f6f67cd')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-10-09 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 9, 2019 @ 13:38:46
  Author: spupykin
Revision: 514354

upgpkg: lxc 1:3.2.1-2

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-09 12:55:30 UTC (rev 514353)
+++ PKGBUILD2019-10-09 13:38:46 UTC (rev 514354)
@@ -7,7 +7,7 @@
 pkgname=lxc
 epoch=1
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux Containers"
 arch=('x86_64')
 url="https://linuxcontainers.org;
@@ -25,12 +25,14 @@
 
source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
"lxc.tmpfiles.d"
"lxc.service"
-   "lxc-auto.service")
+   "lxc-auto.service"
+   
"$pkgname-3109.patch::https://patch-diff.githubusercontent.com/raw/lxc/lxc/pull/3109.patch;)
 sha256sums=('5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 '711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
+'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0'
+'fdc082abd96f60a086d53ffa6f26e1f01095052128203a400562054485808c48')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"
@@ -43,7 +45,7 @@
   sed -i \
 -e 's|dirlen,|dirlen=0,|' \
 src/lxc/storage/overlay.c
-#  patch -p1 <"$srcdir"/71174d464fd3798a181d7768441f80f1952d93e9.patch
+  patch -p1 <"$srcdir"/$pkgname-3109.patch
 }
 
 build() {


[arch-commits] Commit in lxc/repos/community-x86_64 (8 files)

2019-10-09 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 9, 2019 @ 13:39:01
  Author: spupykin
Revision: 514355

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 514354, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 514354, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 514354, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 514354, lxc/trunk/lxc.tmpfiles.d)
Deleted:
  lxc/repos/community-x86_64/PKGBUILD
  lxc/repos/community-x86_64/lxc-auto.service
  lxc/repos/community-x86_64/lxc.service
  lxc/repos/community-x86_64/lxc.tmpfiles.d

--+
 PKGBUILD |  168 ++---
 lxc-auto.service |   26 
 lxc.service  |   26 
 lxc.tmpfiles.d   |2 
 4 files changed, 112 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-09 13:38:46 UTC (rev 514354)
+++ PKGBUILD2019-10-09 13:39:01 UTC (rev 514355)
@@ -1,83 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=3.2.1
-pkgrel=1
-pkgdesc="Linux Containers"
-arch=('x86_64')
-url="https://linuxcontainers.org;
-depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
-makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
-optdepends=('dnsmasq: lxc-net.service'
-   'lua'
-   'lua-filesystem: lxc-top'
-   'lua-alt-getopt: lxc-top')
-license=('LGPL')
-options=('emptydirs')
-backup=('etc/lxc/default.conf'
-   'etc/default/lxc')
-validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
-source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
-   "lxc.tmpfiles.d"
-   "lxc.service"
-   "lxc-auto.service")
-sha256sums=('5f903986a4b17d607eea28c0aa56bf1e76e8707747b1aa07d31680338b1cc3d4'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
-'4174fcc0a664108f1884920930a3dbec0aeceed1fc24f00c200a583c06d447d0')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  sed -i \
--e 's|"\\"-//Davenport//DTD DocBook V3.0//EN\\""|"\\"-//OASIS//DTD DocBook 
XML\\" \\"https://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd\\";|' \
-configure.ac
-  sed -i \
--e 's|\${prefix}/||g' \
-lxc.pc.in
-  sed -i \
--e 's|dirlen,|dirlen=0,|' \
-src/lxc/storage/overlay.c
-#  patch -p1 <"$srcdir"/71174d464fd3798a181d7768441f80f1952d93e9.patch
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  ./autogen.sh
-  bashcompdir=/usr/share/bash-completion/completions ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---sysconfdir=/etc \
---enable-apparmor \
---enable-seccomp \
---enable-capabilities \
---with-init-script=systemd \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---enable-pam \
---with-pamdir=/usr/lib/security
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  make DESTDIR="$pkgdir" install
-  install -d -m755 "$pkgdir/var/lib/lxc"
-  install -d -m755 "$pkgdir/usr/lib/lxc/rootfs/dev"
-  install -D -m644 "$srcdir"/lxc.service 
"$pkgdir"/usr/lib/systemd/system/lxc@.service
-  install -D -m644 "$srcdir"/lxc-auto.service 
"$pkgdir"/usr/lib/systemd/system/lxc-auto.service
-  install -D -m644 "$srcdir"/lxc.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/lxc.conf
-
-  cd doc
-  find . -type f -name '*.1' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man1/{}" \;
-  find . -type f -name '*.5' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man5/{}" \;
-  find . -type f -name '*.7' -exec install -D -m644 "{}" 
"$pkgdir/usr/share/man/man7/{}" \;
-}

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 514354, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-09 13:39:01 UTC (rev 514355)
@@ -0,0 +1,85 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=3.2.1
+pkgrel=2
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="https://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')

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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:04
  Author: spupykin
Revision: 512854

upgpkg: drupal 8.7.8-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:12:16 UTC (rev 512853)
+++ PKGBUILD2019-10-04 21:14:04 UTC (rev 512854)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.7.7
+pkgver=8.7.8
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('8a92decaf08e4c52f05bd2985cbf6c360ff2cc261bed47cfb30de2cacfae5423')
+sha256sums=('c8d04d3972ad56e7e703697adc65af1d3e9fb7c0aa77a6d837394b2d6c61377d')
 
 package() {
   depends=('php' 'php-gd')


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:39
  Author: spupykin
Revision: 512857

archrelease: copy trunk to community-x86_64

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

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

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

Copied: 

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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:52
  Author: spupykin
Revision: 512859

archrelease: copy trunk to community-x86_64

Added:
  recoll/repos/community-x86_64/PKGBUILD
(from rev 512858, recoll/trunk/PKGBUILD)
Deleted:
  recoll/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:44 UTC (rev 512858)
+++ PKGBUILD2019-10-04 21:14:52 UTC (rev 512859)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel J Griffiths 
-# Contributor: Andrea Scarpino 
-# Contributor: Vladimir Chizhov 
-# Contributor: Robert Emil Berge 
-
-pkgname=recoll
-pkgver=1.25.16
-pkgrel=1
-pkgdesc="Full text search tool based on Xapian backend"
-arch=('x86_64')
-url="https://www.lesbonscomptes.com/recoll/;
-license=('GPL')
-depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit'
-'chmlib')
-makedepends=('python' 'python2-pychm' 'python-setuptools')
-optdepends=('libxslt: for XML based formats (fb2,etc)'
-   'unzip: for the OpenOffice.org documents'
-   'poppler: for pdf'
-   'pstotext: for postscipt'
-   'antiword: for msword'
-   'catdoc: for ms excel and powerpoint'
-   'unrtf: for RTF'
-#  'untex: for dvi support with dvips'
-   'djvulibre: for djvu'
-   'id3lib: for mp3 tags support with id3info'
-   'python2: for using some filters'
-   'python2-mutagen: Audio metadata'
-   'perl-image-exiftool: EXIF data from raw files'
-   'python-lxml: indexing spreadsheets'
-   'aspell-en: English stemming support')
-source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('a0e19c8fc71f62eb1b7ebed271afb2f440402362f589bc663c7164c52e5c223c')
-
-prepare() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/}"
-  make DESTDIR="$pkgdir" install
-}

Copied: recoll/repos/community-x86_64/PKGBUILD (from rev 512858, 
recoll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:14:52 UTC (rev 512859)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel J Griffiths 
+# Contributor: Andrea Scarpino 
+# Contributor: Vladimir Chizhov 
+# Contributor: Robert Emil Berge 
+
+pkgname=recoll
+pkgver=1.25.22
+pkgrel=1
+pkgdesc="Full text search tool based on Xapian backend"
+arch=('x86_64')
+url="https://www.lesbonscomptes.com/recoll/;
+license=('GPL')
+depends=('xapian-core>=1.0.15-1' 'qt5-base' 'openssl' 'hicolor-icon-theme' 
'qt5-webkit'
+'chmlib')
+makedepends=('python' 'python2-pychm' 'python-setuptools')
+optdepends=('libxslt: for XML based formats (fb2,etc)'
+   'unzip: for the OpenOffice.org documents'
+   'poppler: for pdf'
+   'pstotext: for postscipt'
+   'antiword: for msword'
+   'catdoc: for ms excel and powerpoint'
+   'unrtf: for RTF'
+#  'untex: for dvi support with dvips'
+   'djvulibre: for djvu'
+   'id3lib: for mp3 tags support with id3info'
+   'python2: for using some filters'
+   'python2-mutagen: Audio metadata'
+   'perl-image-exiftool: EXIF data from raw files'
+   'python-lxml: indexing spreadsheets'
+   'aspell-en: English stemming support')
+source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
+sha256sums=('500d114952aa03c222847df8ecd0f9c58fc1d03b940df72de81e02e52ca905bc')
+
+prepare() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  sed -i '1,1i#include ' qtgui/ssearch_w.cpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  QMAKE=qmake-qt5 ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/}"
+  make DESTDIR="$pkgdir" install
+}


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:17
  Author: spupykin
Revision: 512855

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 512854, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 512854, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:04 UTC (rev 512854)
+++ PKGBUILD2019-10-04 21:14:17 UTC (rev 512855)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.7.7
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('8a92decaf08e4c52f05bd2985cbf6c360ff2cc261bed47cfb30de2cacfae5423')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 512854, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-04 21:14:17 UTC (rev 512855)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.7.8
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('c8d04d3972ad56e7e703697adc65af1d3e9fb7c0aa77a6d837394b2d6c61377d')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2019-10-04 21:14:04 UTC (rev 512854)
+++ drupal.install  2019-10-04 21:14:17 UTC (rev 512855)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 512854, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-10-04 21:14:17 UTC (rev 512855)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:24
  Author: spupykin
Revision: 512856

upgpkg: prosody 1:0.11.3-1

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:17 UTC (rev 512855)
+++ PKGBUILD2019-10-04 21:14:24 UTC (rev 512856)
@@ -8,7 +8,7 @@
 pkgname=prosody
 epoch=1
 pkgrel=1
-pkgver=0.11.2
+pkgver=0.11.3
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
 url="https://prosody.im/;
@@ -28,12 +28,12 @@
 'prosody.logrotated'
 'sysuser.conf'
 'prosody.service')
-sha256sums=('8911f6dc29b9e0c4edf9e61dc23fa22d77bc42c4caf28b809ab843b2f08e4831'
+sha256sums=('cfdabd6f42a9fc5db300221967c518c26bd4b6e62def721c1626894d6325bf87'
 'SKIP'
 '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
 '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'
 'e5c30ffbb066f0ed375b3313490c535d8c9df018726f6cecf9e3ddfd2e48'
-'af4d725c580a5f3aa875194042cdb3859ee70e1dc057650c46a4a10e6a1d3544')
+'ea34a3802e9a6b181cc1039eda48538fc9335c432223b225a8801d9d636f268c')
 
 prepare() {
   cd prosody-$pkgver


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

2019-10-04 Thread Sergej Pupykin via arch-commits
Date: Friday, October 4, 2019 @ 21:14:44
  Author: spupykin
Revision: 512858

upgpkg: recoll 1.25.22-1

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-04 21:14:39 UTC (rev 512857)
+++ PKGBUILD2019-10-04 21:14:44 UTC (rev 512858)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.25.16
+pkgver=1.25.22
 pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
@@ -30,7 +30,7 @@
'python-lxml: indexing spreadsheets'
'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('a0e19c8fc71f62eb1b7ebed271afb2f440402362f589bc663c7164c52e5c223c')
+sha256sums=('500d114952aa03c222847df8ecd0f9c58fc1d03b940df72de81e02e52ca905bc')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"


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

2019-10-14 Thread Sergej Pupykin via arch-commits
Date: Monday, October 14, 2019 @ 15:19:13
  Author: spupykin
Revision: 515713

upgpkg: musl 1.1.24-1

Modified:
  musl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-10-14 15:14:08 UTC (rev 515712)
+++ PKGBUILD2019-10-14 15:19:13 UTC (rev 515713)
@@ -3,7 +3,7 @@
 # Contributor: TJ Vanderpoel 
 
 pkgname=musl
-pkgver=1.1.23
+pkgver=1.1.24
 pkgrel=1
 pkgdesc='Lightweight implementation of C standard library'
 arch=('x86_64')
@@ -12,7 +12,7 @@
 options=('staticlibs' '!buildflags')
 validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
 source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa'
+sha256sums=('1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3'
 'SKIP')
 
 build() {


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

2019-10-14 Thread Sergej Pupykin via arch-commits
Date: Monday, October 14, 2019 @ 15:19:23
  Author: spupykin
Revision: 515714

archrelease: copy trunk to community-x86_64

Added:
  musl/repos/community-x86_64/PKGBUILD
(from rev 515713, musl/trunk/PKGBUILD)
Deleted:
  musl/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-14 15:19:13 UTC (rev 515713)
+++ PKGBUILD2019-10-14 15:19:23 UTC (rev 515714)
@@ -1,36 +0,0 @@
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Eli Schwartz 
-# Contributor: TJ Vanderpoel 
-
-pkgname=musl
-pkgver=1.1.23
-pkgrel=1
-pkgdesc='Lightweight implementation of C standard library'
-arch=('x86_64')
-url='https://www.musl-libc.org/'
-license=('MIT')
-options=('staticlibs' '!buildflags')
-validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
-source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
-sha256sums=('8a0feb41cef26c97dde382c014e68b9bb335c094bbc1356f6edaaf6b79bd14aa'
-'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr/lib/musl \
---exec-prefix=/usr \
---enable-wrapper=all
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # configure syslibdir with /lib for PT_INTERP compat, but install to /usr/lib
-  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
-  rmdir "$pkgdir"/lib
-
-  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
-  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
-}

Copied: musl/repos/community-x86_64/PKGBUILD (from rev 515713, 
musl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-14 15:19:23 UTC (rev 515714)
@@ -0,0 +1,36 @@
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Eli Schwartz 
+# Contributor: TJ Vanderpoel 
+
+pkgname=musl
+pkgver=1.1.24
+pkgrel=1
+pkgdesc='Lightweight implementation of C standard library'
+arch=('x86_64')
+url='https://www.musl-libc.org/'
+license=('MIT')
+options=('staticlibs' '!buildflags')
+validpgpkeys=('836489290BB6B70F99FFDA0556BCDB593020450F')
+source=(https://www.musl-libc.org/releases/musl-$pkgver.tar.gz{,.asc})
+sha256sums=('1370c9a812b2cf2a7d92802510cca0058cc37e66a7bedd70051f0a34015022a3'
+'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr/lib/musl \
+--exec-prefix=/usr \
+--enable-wrapper=all
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # configure syslibdir with /lib for PT_INTERP compat, but install to /usr/lib
+  mv "$pkgdir"/lib/ld-musl*.so* "$pkgdir"/usr/lib/
+  rmdir "$pkgdir"/lib
+
+  install -Dm0644 README "$pkgdir"/usr/share/doc/musl/README
+  install -Dm0644 COPYRIGHT "$pkgdir"/usr/share/licenses/musl/COPYRIGHT
+}


[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2020-03-03 Thread Sergej Pupykin via arch-commits
Date: Tuesday, March 3, 2020 @ 13:04:12
  Author: spupykin
Revision: 589642

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-03 13:03:58 UTC (rev 589641)
+++ PKGBUILD2020-03-03 13:04:12 UTC (rev 589642)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-epoch=1
-pkgver=2.0.1
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/calendar/;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('edb6c4db7a0b48f4fdfa2b165a3cd116d5405f4133146eae7d7aa8fc68319ea6')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 589641, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-03 13:04:12 UTC (rev 589642)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+epoch=1
+pkgver=2.0.2
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/calendar/;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('b2599d581ccd14452b2dce3ce3ca8d5ed431a8be552552419d01113e780c8c58')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


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

2020-03-03 Thread Sergej Pupykin via arch-commits
Date: Tuesday, March 3, 2020 @ 13:03:58
  Author: spupykin
Revision: 589641

upgpkg: nextcloud-app-calendar 1:2.0.2-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-03 12:15:38 UTC (rev 589640)
+++ PKGBUILD2020-03-03 13:03:58 UTC (rev 589641)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-calendar
 epoch=1
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('edb6c4db7a0b48f4fdfa2b165a3cd116d5405f4133146eae7d7aa8fc68319ea6')
+sha256sums=('b2599d581ccd14452b2dce3ce3ca8d5ed431a8be552552419d01113e780c8c58')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-03-06 Thread Sergej Pupykin via arch-commits
Date: Friday, March 6, 2020 @ 14:54:05
  Author: spupykin
Revision: 590996

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 590995, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 590995, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-06 14:53:50 UTC (rev 590995)
+++ PKGBUILD2020-03-06 14:54:05 UTC (rev 590996)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.8.2
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('cebe0302447d9373be8abe0bf021eddc511ad05539d55b6c45d3d845e81bbae3')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 590995, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-06 14:54:05 UTC (rev 590996)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.8.3
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('511ba0a1d5fbca2b78ad73e5c9c5ac7b0dc515d7ca183b0a63f5f6dbee1da888')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2020-03-06 14:53:50 UTC (rev 590995)
+++ drupal.install  2020-03-06 14:54:05 UTC (rev 590996)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 590995, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2020-03-06 14:54:05 UTC (rev 590996)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2020-03-06 Thread Sergej Pupykin via arch-commits
Date: Friday, March 6, 2020 @ 14:53:50
  Author: spupykin
Revision: 590995

upgpkg: drupal 8.8.3-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-06 14:37:37 UTC (rev 590994)
+++ PKGBUILD2020-03-06 14:53:50 UTC (rev 590995)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.8.2
+pkgver=8.8.3
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('cebe0302447d9373be8abe0bf021eddc511ad05539d55b6c45d3d845e81bbae3')
+sha256sums=('511ba0a1d5fbca2b78ad73e5c9c5ac7b0dc515d7ca183b0a63f5f6dbee1da888')
 
 package() {
   depends=('php' 'php-gd')


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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:02:54
  Author: spupykin
Revision: 581248

upgpkg: remmina 1:1.4.1-1

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 13:02:31 UTC (rev 581247)
+++ PKGBUILD2020-02-25 13:02:54 UTC (rev 581248)
@@ -2,7 +2,7 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.3.10
+pkgver=1.4.1
 pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(x86_64)
@@ -22,7 +22,7 @@
 replaces=('remmina-plugins')
 provides=('remmina-plugins')
 
source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('62fef008729958f6ab479133d11d327b9edd6e21bc55613292f4c6c0c5abb744e70c958779a1ee5f72e4931e90152fc39ff25cea7a62fcb8107ee1f7bc3ff3c5')
+sha512sums=('de68a835f153a69701190d6422190d5a5b355fcb58bc3616478a2b52ca384d80a64b494891acff382976a2ae8d89e33377d1d78aa4b49aa5c81ea12ddc5f41c1')
 
 prepare() {
   cd Remmina-v${pkgver/rc/-rc}


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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:03:03
  Author: spupykin
Revision: 581249

archrelease: copy trunk to community-x86_64

Added:
  remmina/repos/community-x86_64/PKGBUILD
(from rev 581248, remmina/trunk/PKGBUILD)
Deleted:
  remmina/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 13:02:54 UTC (rev 581248)
+++ PKGBUILD2020-02-25 13:03:03 UTC (rev 581249)
@@ -1,45 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.3.10
-pkgrel=1
-pkgdesc="remote desktop client written in GTK+"
-arch=(x86_64)
-url="https://www.remmina.org/;
-license=('GPL')
-depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium')
-makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
-'harfbuzz' 'xorgproto')
-optdepends=('freerdp: RDP plugin'
-'libsecret: Secret plugin'
-'libvncserver: VNC plugin'
-'libxkbfile: NX plugin'
-'nxproxy: NX plugin'
-'spice-gtk: Spice plugin'
-'telepathy-glib: Telepathy plugin'
-'xorg-server-xephyr: XDMCP plugin')
-replaces=('remmina-plugins')
-provides=('remmina-plugins')
-source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
-sha512sums=('62fef008729958f6ab479133d11d327b9edd6e21bc55613292f4c6c0c5abb744e70c958779a1ee5f72e4931e90152fc39ff25cea7a62fcb8107ee1f7bc3ff3c5')
-
-prepare() {
-  cd Remmina-v${pkgver/rc/-rc}
-  sed -e 's|ssh_threads|ssh|' -i cmake/FindLIBSSH.cmake # Fix build with 
libssh 0.8
-  sed -i 
's|include_directories(.)|include_directories(.)\ninclude_directories(/usr/include/harfbuzz)|'
 CMakeLists.txt
-}
-
-build() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=OFF .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 581248, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 13:03:03 UTC (rev 581249)
@@ -0,0 +1,45 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="remote desktop client written in GTK+"
+arch=(x86_64)
+url="https://www.remmina.org/;
+license=('GPL')
+depends=('avahi' 'libgcrypt' 'libssh' 'vte3' 'libsodium')
+makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
+'harfbuzz' 'xorgproto')
+optdepends=('freerdp: RDP plugin'
+'libsecret: Secret plugin'
+'libvncserver: VNC plugin'
+'libxkbfile: NX plugin'
+'nxproxy: NX plugin'
+'spice-gtk: Spice plugin'
+'telepathy-glib: Telepathy plugin'
+'xorg-server-xephyr: XDMCP plugin')
+replaces=('remmina-plugins')
+provides=('remmina-plugins')
+source=("$pkgname-$pkgver.tar.bz2::https://gitlab.com/Remmina/Remmina/-/archive/v${pkgver/rc/-rc}/Remmina-v${pkgver/rc/-rc}.tar.bz2;)
+sha512sums=('de68a835f153a69701190d6422190d5a5b355fcb58bc3616478a2b52ca384d80a64b494891acff382976a2ae8d89e33377d1d78aa4b49aa5c81ea12ddc5f41c1')
+
+prepare() {
+  cd Remmina-v${pkgver/rc/-rc}
+  sed -e 's|ssh_threads|ssh|' -i cmake/FindLIBSSH.cmake # Fix build with 
libssh 0.8
+  sed -i 
's|include_directories(.)|include_directories(.)\ninclude_directories(/usr/include/harfbuzz)|'
 CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=OFF .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in perl-www-mechanize/trunk (PKGBUILD)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:02:24
  Author: spupykin
Revision: 581246

upgpkg: perl-www-mechanize 1.96-1

Modified:
  perl-www-mechanize/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 12:59:28 UTC (rev 581245)
+++ PKGBUILD2020-02-25 13:02:24 UTC (rev 581246)
@@ -2,7 +2,7 @@
 # Contributor: Francois Charette 
 
 pkgname=perl-www-mechanize
-pkgver=1.90
+pkgver=1.96
 pkgrel=1
 pkgdesc="Automates web page form & link interaction"
 arch=(any)
@@ -12,7 +12,7 @@
 'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('84e46b44c0b2ff59f8e01ac1ac0b749ffcbf3bb8daa14c3c89950d62a04d110d')
+sha256sums=('a79a613452287433a88e689195b09951a06c2df6d7fd40c15aa556452de9ab04')
 
 build() {
   cd  "$srcdir"/WWW-Mechanize-$pkgver


[arch-commits] Commit in perl-www-mechanize/repos/community-any (PKGBUILD PKGBUILD)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:02:31
  Author: spupykin
Revision: 581247

archrelease: copy trunk to community-any

Added:
  perl-www-mechanize/repos/community-any/PKGBUILD
(from rev 581246, perl-www-mechanize/trunk/PKGBUILD)
Deleted:
  perl-www-mechanize/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 13:02:24 UTC (rev 581246)
+++ PKGBUILD2020-02-25 13:02:31 UTC (rev 581247)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Francois Charette 
-
-pkgname=perl-www-mechanize
-pkgver=1.90
-pkgrel=1
-pkgdesc="Automates web page form & link interaction"
-arch=(any)
-url="http://search.cpan.org/dist/WWW-Mechanize;
-license=('GPL' 'PerlArtistic')
-depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
-'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
-sha256sums=('84e46b44c0b2ff59f8e01ac1ac0b749ffcbf3bb8daa14c3c89950d62a04d110d')
-
-build() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/WWW-Mechanize-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-www-mechanize/repos/community-any/PKGBUILD (from rev 581246, 
perl-www-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 13:02:31 UTC (rev 581247)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Francois Charette 
+
+pkgname=perl-www-mechanize
+pkgver=1.96
+pkgrel=1
+pkgdesc="Automates web page form & link interaction"
+arch=(any)
+url="https://search.cpan.org/dist/WWW-Mechanize;
+license=('GPL' 'PerlArtistic')
+depends=('perl-libwww' 'perl-html-parser' 'perl-uri' 
'perl-http-response-encoding'
+'perl-http-server-simple' 'perl-test-warn' 'perl-html-form')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/WWW-Mechanize-$pkgver.tar.gz)
+sha256sums=('a79a613452287433a88e689195b09951a06c2df6d7fd40c15aa556452de9ab04')
+
+build() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/WWW-Mechanize-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-scalar-list-utils/trunk (PKGBUILD)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:59:18
  Author: spupykin
Revision: 581244

upgpkg: perl-scalar-list-utils 1.54-1

Modified:
  perl-scalar-list-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 12:59:09 UTC (rev 581243)
+++ PKGBUILD2020-02-25 12:59:18 UTC (rev 581244)
@@ -2,8 +2,8 @@
 # Contributor: John D Jones III AKA jnbek 
 
 pkgname='perl-scalar-list-utils'
-pkgver=1.50
-pkgrel=4
+pkgver=1.54
+pkgrel=1
 pkgdesc="A selection of general-utility list subroutines"
 arch=('x86_64')
 license=('PerlArtistic' 'GPL')
@@ -12,7 +12,7 @@
 makedepends=()
 url='https://metacpan.org/release/Scalar-List-Utils'
 
source=("https://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz;)
-sha256sums=('06aab9c693380190e53be09be7daed20c5d6278f71956989c24cca7782013675')
+sha256sums=('a6eda0eb8fd69890c2369ad12c1fd1b8aab5b38793cac3688d7fc402c630bf79')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:58:53
  Author: spupykin
Revision: 581242

upgpkg: logwatch 7.5.3-1

Modified:
  logwatch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 12:58:44 UTC (rev 581241)
+++ PKGBUILD2020-02-25 12:58:53 UTC (rev 581242)
@@ -2,11 +2,11 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=logwatch
-pkgver=7.5.2
-pkgrel=6
+pkgver=7.5.3
+pkgrel=1
 arch=('any')
 pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
+url="https://sourceforge.net/projects/logwatch/files/;
 depends=('perl')
 optdepends=('cron'
'perl-date-manip: human readable dates')
@@ -19,7 +19,7 @@
maillog.conf
messages.conf
secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
+sha256sums=('1b2b96879dec01cd02754fe00f8989b11ff16158c3dc7c4aff0faa4b1d34974b'
 '41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
 '9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
 '59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'


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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:58:21
  Author: spupykin
Revision: 581239

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 581238, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 581238, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 581238, glusterfs/trunk/glusterfs.sysusers)
Deleted:
  glusterfs/repos/community-x86_64/PKGBUILD
  glusterfs/repos/community-x86_64/glusterfs.install
  glusterfs/repos/community-x86_64/glusterfs.sysusers

+
 PKGBUILD   |  146 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 77 insertions(+), 77 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 12:58:08 UTC (rev 581238)
+++ PKGBUILD2020-02-25 12:58:21 UTC (rev 581239)
@@ -1,73 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=7.2
-pkgrel=1
-pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='https://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-'etc/glusterfs/eventsconfig.json'
-'etc/glusterfs/gluster-rsyslog-5.8.conf'
-'etc/glusterfs/gluster-rsyslog-7.2.conf'
-'etc/glusterfs/glusterd.vol'
-'etc/glusterfs/glusterfs-georep-logrotate'
-'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python libxml2 libaio liburcu attr rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block'
-   'python-prettytable: gluster-georep-sshkey')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('8e43614967b90d64495fbe2c52230dd72572ce219507fb48bc317b1c228a06e1'
-'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-mountutildir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---mandir=/usr/share/man \
---libexecdir=/usr/lib/$pkgname \
---with-systemddir=/usr/lib/systemd/system \
---with-tmpfilesdir=/usr/lib/tmpfiles.d \
---enable-gnfs \
-LEXLIB=
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make -j1 DESTDIR="$pkgdir" install
-
-  # https://bugzilla.redhat.com/show_bug.cgi?id=1598900
-  install -Dm644 "$srcdir"/glusterfs.sysusers \
-"$pkgdir"/usr/lib/sysusers.d/glusterfs.conf
-
-  install -D -m 644 \
-"$srcdir"/$pkgname-$pkgver/{README.md,INSTALL,COPYING*} \
-"$pkgdir"/usr/share/doc/glusterfs/
-
-  cp -rf \
-"$srcdir"/$pkgname-$pkgver/doc/* \
-"$pkgdir"/usr/share/doc/glusterfs/
-  rm -rf "$pkgdir"/var/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glusterfs/repos/community-x86_64/PKGBUILD (from rev 581238, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 12:58:21 UTC (rev 581239)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=7.3
+pkgrel=1
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='https://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block'
+   'python-prettytable: gluster-georep-sshkey')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('2401cc7c3f5488f6fc5ea09ce2ab30c918612f592571fb3de6124f8482ad4954'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+

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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:58:08
  Author: spupykin
Revision: 581238

upgpkg: glusterfs 1:7.3-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 12:56:47 UTC (rev 581237)
+++ PKGBUILD2020-02-25 12:58:08 UTC (rev 581238)
@@ -5,7 +5,7 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=7.2
+pkgver=7.3
 pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('8e43614967b90d64495fbe2c52230dd72572ce219507fb48bc317b1c228a06e1'
+sha256sums=('2401cc7c3f5488f6fc5ea09ce2ab30c918612f592571fb3de6124f8482ad4954'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:04:59
  Author: spupykin
Revision: 581251

archrelease: copy trunk to community-x86_64

Added:
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 581250, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 581250, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 581250, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 581250, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
(from rev 581250, unrealircd/trunk/unrealircd.sysusers.d)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 581250, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

---+
 PKGBUILD  |  140 
 install.pl|   10 +--
 unrealircd.install|   18 +++---
 unrealircd.service|   24 
 unrealircd.sysusers.d |2 
 unrealircd.tmpfiles.d |   10 +--
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 13:04:45 UTC (rev 581250)
+++ PKGBUILD2020-02-25 13:04:59 UTC (rev 581251)
@@ -1,70 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=5.0.3
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('x86_64')
-url="https://www.unrealircd.org;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   unrealircd.sysusers.d
-   install.pl)
-sha256sums=('a523453d41200ac80426e2cbebd87d2b2a91bade268f29fcb33ccb587be3800d'
-'0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
-'75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
-'9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'
-'43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')
-
-prepare() {
-  cd "$srcdir"/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd "$srcdir"/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd "$srcdir"/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL="$srcdir"/install.pl install
-  mv "$pkgdir"/usr/unrealircd "$pkgdir"/etc/unrealircd/unrealircd
-  cp "$pkgdir"/etc/unrealircd/examples/example.conf 
"$pkgdir"/etc/unrealircd/unrealircd.conf
-  rm -rf "$pkgdir"/tmp
-
-  install -Dm0644 "$srcdir"/unrealircd.service 
"$pkgdir"/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 "$srcdir"/unrealircd.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/unrealircd.conf
-  install -Dm0644 "$srcdir"/unrealircd.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/unrealircd.conf
-}

Copied: unrealircd/repos/community-x86_64/PKGBUILD (from rev 581250, 
unrealircd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 13:04:59 UTC (rev 581251)
@@ -0,0 +1,70 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Zerial 
+
+pkgname=unrealircd
+pkgver=5.0.3.1
+pkgrel=1
+pkgdesc="Open Source IRC Server"
+arch=('x86_64')
+url="https://www.unrealircd.org;
+license=('GPL2')
+depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
+conflicts=('ircd')
+provides=('ircd')
+backup=('etc/unrealircd/unrealircd.conf')
+install=unrealircd.install
+source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
+   unrealircd.service
+   unrealircd.tmpfiles.d
+   unrealircd.sysusers.d
+   install.pl)

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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:04:45
  Author: spupykin
Revision: 581250

upgpkg: unrealircd 5.0.3.1-1

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 13:03:03 UTC (rev 581249)
+++ PKGBUILD2020-02-25 13:04:45 UTC (rev 581250)
@@ -2,7 +2,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=5.0.3
+pkgver=5.0.3.1
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('x86_64')
@@ -18,7 +18,7 @@
unrealircd.tmpfiles.d
unrealircd.sysusers.d
install.pl)
-sha256sums=('a523453d41200ac80426e2cbebd87d2b2a91bade268f29fcb33ccb587be3800d'
+sha256sums=('6bef40442585893dbb950c86ca6dac16324a3c29f4545d8169f42fa7c0715345'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
 '9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'


[arch-commits] Commit in logwatch/repos/community-any (10 files)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:59:09
  Author: spupykin
Revision: 581243

archrelease: copy trunk to community-any

Added:
  logwatch/repos/community-any/PKGBUILD
(from rev 581242, logwatch/trunk/PKGBUILD)
  logwatch/repos/community-any/cron.conf
(from rev 581242, logwatch/trunk/cron.conf)
  logwatch/repos/community-any/maillog.conf
(from rev 581242, logwatch/trunk/maillog.conf)
  logwatch/repos/community-any/messages.conf
(from rev 581242, logwatch/trunk/messages.conf)
  logwatch/repos/community-any/secure.conf
(from rev 581242, logwatch/trunk/secure.conf)
Deleted:
  logwatch/repos/community-any/PKGBUILD
  logwatch/repos/community-any/cron.conf
  logwatch/repos/community-any/maillog.conf
  logwatch/repos/community-any/messages.conf
  logwatch/repos/community-any/secure.conf

---+
 PKGBUILD  |  128 
 cron.conf |   20 
 maillog.conf  |   22 -
 messages.conf |   26 +--
 secure.conf   |   22 -
 5 files changed, 109 insertions(+), 109 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 12:58:53 UTC (rev 581242)
+++ PKGBUILD2020-02-25 12:59:09 UTC (rev 581243)
@@ -1,64 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Pierre Schmitz 
-
-pkgname=logwatch
-pkgver=7.5.2
-pkgrel=6
-arch=('any')
-pkgdesc="Logwatch is a customizable log analysis system."
-url="http://www.logwatch.org/;
-depends=('perl')
-optdepends=('cron'
-   'perl-date-manip: human readable dates')
-license=('custom')
-backup=(etc/logwatch/conf/logwatch.conf
-   etc/logwatch/conf/ignore.conf
-   etc/logwatch/conf/override.conf)
-source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
-   cron.conf
-   maillog.conf
-   messages.conf
-   secure.conf)
-sha256sums=('5d9c1a6eaf082b880c61895914824e347c6d63ad2a31cfc150f384a3e68ce5fb'
-'41b9ec84fc825545f43080064ffaa9612cd037c10bb24c0810341e01d63f7a75'
-'9a614822b5f25d9d473a00abdd2e93751d86685608bd6ca0770e2954c3c97f0e'
-'59466406f306b4b377616943e8737f522cff713dd1fc968045cba57eeb0acbc2'
-'a4c78442968abf363729e96bfd9ed379eb0718967deb60950c201d40f8aaa461')
-
-prepare() {
-   cd "$srcdir"/$pkgname-$pkgver
-   sed \
-   -e '/BASEDIR=/d' \
-   -e '/CONFIGDIR=/d' \
-   -e '/TEMPDIR=/d' \
-   -e '/PERLEXE=/d' \
-   -e '/MANDIR=/d' \
-   -e '/ln -f -s $BASEDIR/d' \
-   -e "s|/lib/systemd/|$pkgdir/usr/lib/systemd/|g" \
-   -e "s|/usr/sbin/logwatch|$pkgdir/usr/bin/logwatch/|g" \
-   -i install_logwatch.sh
-}
-
-package() {
-   cd "$srcdir"/$pkgname-$pkgver
-
-   install -dm0755 "$pkgdir"/usr/{bin,lib/systemd/system}
-
-   export BASEDIR="$pkgdir/usr/share/logwatch"
-   export CONFIGDIR="$pkgdir/etc/logwatch"
-   export TEMPDIR="$pkgdir/var/cache/logwatch"
-   export PERLEXE="$pkgdir/usr/bin/perl"
-   export MANDIR="$pkgdir/usr/share/man"
-   echo "$pkgdir/usr/share/logwatch" | sh install_logwatch.sh --systemd
-   ln -sf /usr/share/logwatch/scripts/logwatch.pl 
"$pkgdir"/usr/bin/logwatch
-   rm -rf "$pkgdir"/usr/lib/systemd/system/multi-user.target.wants
-   sed -i "s|$pkgdir||g" "$pkgdir"/usr/share/logwatch/scripts/logwatch.pl
-
-   install -Dm0644 "$srcdir"/cron.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/cron.conf
-   install -Dm0644 "$srcdir"/maillog.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/maillog.conf
-   install -Dm0644 "$srcdir"/messages.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/messages.conf
-   install -Dm0644 "$srcdir"/secure.conf 
"$pkgdir"/usr/share/logwatch/dist.conf/logfiles/secure.conf
-
-   install -m 0755 -d "$pkgdir"/usr/share/licenses/$pkgname/
-   install -m 0644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}

Copied: logwatch/repos/community-any/PKGBUILD (from rev 581242, 
logwatch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 12:59:09 UTC (rev 581243)
@@ -0,0 +1,64 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Pierre Schmitz 
+
+pkgname=logwatch
+pkgver=7.5.3
+pkgrel=1
+arch=('any')
+pkgdesc="Logwatch is a customizable log analysis system."
+url="https://sourceforge.net/projects/logwatch/files/;
+depends=('perl')
+optdepends=('cron'
+   'perl-date-manip: human readable dates')
+license=('custom')
+backup=(etc/logwatch/conf/logwatch.conf
+   etc/logwatch/conf/ignore.conf
+   etc/logwatch/conf/override.conf)
+source=(https://downloads.sourceforge.net/project/logwatch/logwatch-$pkgver/logwatch-$pkgver.tar.gz
+   cron.conf
+   maillog.conf
+   messages.conf
+   secure.conf)

[arch-commits] Commit in perl-scalar-list-utils/repos/community-x86_64 (2 files)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:59:28
  Author: spupykin
Revision: 581245

archrelease: copy trunk to community-x86_64

Added:
  perl-scalar-list-utils/repos/community-x86_64/PKGBUILD
(from rev 581244, perl-scalar-list-utils/trunk/PKGBUILD)
Deleted:
  perl-scalar-list-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 12:59:18 UTC (rev 581244)
+++ PKGBUILD2020-02-25 12:59:28 UTC (rev 581245)
@@ -1,42 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: John D Jones III AKA jnbek 
-
-pkgname='perl-scalar-list-utils'
-pkgver=1.50
-pkgrel=4
-pkgdesc="A selection of general-utility list subroutines"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=()
-url='https://metacpan.org/release/Scalar-List-Utils'
-source=("http://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz;)
-sha256sums=('06aab9c693380190e53be09be7daed20c5d6278f71956989c24cca7782013675')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Scalar-List-Utils-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Scalar-List-Utils-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Scalar-List-Utils-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-scalar-list-utils/repos/community-x86_64/PKGBUILD (from rev 
581244, perl-scalar-list-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-25 12:59:28 UTC (rev 581245)
@@ -0,0 +1,42 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III AKA jnbek 
+
+pkgname='perl-scalar-list-utils'
+pkgver=1.54
+pkgrel=1
+pkgdesc="A selection of general-utility list subroutines"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='https://metacpan.org/release/Scalar-List-Utils'
+source=("https://search.cpan.org/CPAN/authors/id/P/PE/PEVANS/Scalar-List-Utils-$pkgver.tar.gz;)
+sha256sums=('a6eda0eb8fd69890c2369ad12c1fd1b8aab5b38793cac3688d7fc402c630bf79')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Scalar-List-Utils-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Scalar-List-Utils-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Scalar-List-Utils-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 12:58:44
  Author: spupykin
Revision: 581241

archrelease: copy trunk to community-x86_64

Added:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
(from rev 581240, gsoap/trunk/0001-no-xlocale.patch)
  gsoap/repos/community-x86_64/LICENSE
(from rev 581240, gsoap/trunk/LICENSE)
  gsoap/repos/community-x86_64/PKGBUILD
(from rev 581240, gsoap/trunk/PKGBUILD)
Deleted:
  gsoap/repos/community-x86_64/0001-no-xlocale.patch
  gsoap/repos/community-x86_64/LICENSE
  gsoap/repos/community-x86_64/PKGBUILD

---+
 0001-no-xlocale.patch |   82 ++--
 LICENSE   |  326 
 PKGBUILD  |   90 ++---
 3 files changed, 249 insertions(+), 249 deletions(-)

Deleted: 0001-no-xlocale.patch
===
--- 0001-no-xlocale.patch   2020-02-25 12:58:32 UTC (rev 581240)
+++ 0001-no-xlocale.patch   2020-02-25 12:58:44 UTC (rev 581241)
@@ -1,41 +0,0 @@
-diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
 gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
-+++ gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
-@@ -338,7 +338,6 @@
- #  define HAVE_MBTOWC
- #  define HAVE_INTTYPES_H
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(_AIX43)
- #  define HAVE_SNPRINTF
-@@ -419,7 +418,6 @@
- #  define HAVE_ISNAN
- #  define HAVE_ISINF
- #  define HAVE_LOCALE_H
--#  define HAVE_XLOCALE_H
- #  define HAVE_RANDOM
- # elif defined(__VMS)
- #  include 
-@@ -720,11 +718,6 @@
- # endif
- #endif
- 
--/* force inclusion of xlocale.h */
--#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
--# define HAVE_XLOCALE_H
--#endif
--
- #ifdef WITH_C_LOCALE
- # include 
- # if defined(WIN32) && !defined(CYGWIN)
-@@ -732,9 +725,6 @@
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
- # else
--#  if defined(HAVE_XLOCALE_H)
--#   include 
--#  endif
- #  define SOAP_LOCALE_T locale_t
- #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
- #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Copied: gsoap/repos/community-x86_64/0001-no-xlocale.patch (from rev 581240, 
gsoap/trunk/0001-no-xlocale.patch)
===
--- 0001-no-xlocale.patch   (rev 0)
+++ 0001-no-xlocale.patch   2020-02-25 12:58:44 UTC (rev 581241)
@@ -0,0 +1,41 @@
+diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h
+--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.0 +0300
 gsoap-2.8.my/gsoap/stdsoap2.h  2018-03-28 15:51:38.342848826 +0300
+@@ -338,7 +338,6 @@
+ #  define HAVE_MBTOWC
+ #  define HAVE_INTTYPES_H
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(_AIX43)
+ #  define HAVE_SNPRINTF
+@@ -419,7 +418,6 @@
+ #  define HAVE_ISNAN
+ #  define HAVE_ISINF
+ #  define HAVE_LOCALE_H
+-#  define HAVE_XLOCALE_H
+ #  define HAVE_RANDOM
+ # elif defined(__VMS)
+ #  include 
+@@ -720,11 +718,6 @@
+ # endif
+ #endif
+ 
+-/* force inclusion of xlocale.h */
+-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
+-# define HAVE_XLOCALE_H
+-#endif
+-
+ #ifdef WITH_C_LOCALE
+ # include 
+ # if defined(WIN32) && !defined(CYGWIN)
+@@ -732,9 +725,6 @@
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = _create_locale(LC_ALL, "C")))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
+ # else
+-#  if defined(HAVE_XLOCALE_H)
+-#   include 
+-#  endif
+ #  define SOAP_LOCALE_T locale_t
+ #  define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : 
((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL)))
+ #  define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && 
(freelocale((soap)->c_locale), ((soap)->c_locale = NULL)))

Deleted: LICENSE
===
--- LICENSE 2020-02-25 12:58:32 UTC (rev 581240)
+++ LICENSE 2020-02-25 12:58:44 UTC (rev 581241)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that 

[arch-commits] Commit in roundcubemail/repos/community-any (6 files)

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:08:06
  Author: spupykin
Revision: 581253

archrelease: copy trunk to community-any

Added:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
(from rev 581252, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
  roundcubemail/repos/community-any/PKGBUILD
(from rev 581252, roundcubemail/trunk/PKGBUILD)
  roundcubemail/repos/community-any/apache.conf
(from rev 581252, roundcubemail/trunk/apache.conf)
Deleted:
  
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
  roundcubemail/repos/community-any/PKGBUILD
  roundcubemail/repos/community-any/apache.conf

--+
 0001-plugins-password-make-Python-3-compatible.patch |   66 +-
 PKGBUILD |  110 -
 apache.conf  |   14 +-
 3 files changed, 94 insertions(+), 96 deletions(-)

Deleted: 0001-plugins-password-make-Python-3-compatible.patch
===
--- 0001-plugins-password-make-Python-3-compatible.patch2020-02-25 
13:07:56 UTC (rev 581252)
+++ 0001-plugins-password-make-Python-3-compatible.patch2020-02-25 
13:08:06 UTC (rev 581253)
@@ -1,33 +0,0 @@
-From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
-From: Jelle van der Waa 
-Date: Wed, 1 Jan 2020 18:30:49 +0100
-Subject: [PATCH] plugins: password: make Python 3 compatible
-
-Remove the ", e" as the exception is never printed and this makes it
-Python 3 compatible as well

- plugins/password/helpers/chpass-wrapper.py | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
-index 61bba849e..e56811561 100644
 a/plugins/password/helpers/chpass-wrapper.py
-+++ b/plugins/password/helpers/chpass-wrapper.py
-@@ -11,12 +11,12 @@ BLACKLIST = (
- 
- try:
- username, password = sys.stdin.readline().split(':', 1)
--except ValueError, e:
-+except ValueError:
- sys.exit('Malformed input')
- 
- try:
- user = pwd.getpwnam(username)
--except KeyError, e:
-+except KeyError:
- sys.exit('No such user: %s' % username)
- 
- if user.pw_uid < 1000:
--- 
-2.24.1
-

Copied: 
roundcubemail/repos/community-any/0001-plugins-password-make-Python-3-compatible.patch
 (from rev 581252, 
roundcubemail/trunk/0001-plugins-password-make-Python-3-compatible.patch)
===
--- 0001-plugins-password-make-Python-3-compatible.patch
(rev 0)
+++ 0001-plugins-password-make-Python-3-compatible.patch2020-02-25 
13:08:06 UTC (rev 581253)
@@ -0,0 +1,33 @@
+From d1163b12a1da183d9e8a8df4180b03afe4ef775d Mon Sep 17 00:00:00 2001
+From: Jelle van der Waa 
+Date: Wed, 1 Jan 2020 18:30:49 +0100
+Subject: [PATCH] plugins: password: make Python 3 compatible
+
+Remove the ", e" as the exception is never printed and this makes it
+Python 3 compatible as well
+---
+ plugins/password/helpers/chpass-wrapper.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/plugins/password/helpers/chpass-wrapper.py 
b/plugins/password/helpers/chpass-wrapper.py
+index 61bba849e..e56811561 100644
+--- a/plugins/password/helpers/chpass-wrapper.py
 b/plugins/password/helpers/chpass-wrapper.py
+@@ -11,12 +11,12 @@ BLACKLIST = (
+ 
+ try:
+ username, password = sys.stdin.readline().split(':', 1)
+-except ValueError, e:
++except ValueError:
+ sys.exit('Malformed input')
+ 
+ try:
+ user = pwd.getpwnam(username)
+-except KeyError, e:
++except KeyError:
+ sys.exit('No such user: %s' % username)
+ 
+ if user.pw_uid < 1000:
+-- 
+2.24.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-25 13:07:56 UTC (rev 581252)
+++ PKGBUILD2020-02-25 13:08:06 UTC (rev 581253)
@@ -1,56 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=roundcubemail
-pkgver=1.4.2
-pkgrel=1
-pkgdesc="A PHP web-based mail client"
-arch=('any')
-url="https://roundcube.net/;
-license=('GPL')
-depends=('php' 'php-gd')
-options=('emptydirs')
-makedepends=('php-composer' 'git')
-optdepends=('python: password change script')
-backup=('etc/webapps/roundcubemail/.htaccess'
-'etc/webapps/roundcubemail/apache.conf')
-validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
-source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf" 0001-plugins-password-make-Python-3-compatible.patch)
-sha512sums=('3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb'
-'SKIP'
-

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

2020-02-25 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 25, 2020 @ 13:07:56
  Author: spupykin
Revision: 581252

upgpkg: roundcubemail 1.4.3-1

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-25 13:04:59 UTC (rev 581251)
+++ PKGBUILD2020-02-25 13:07:56 UTC (rev 581252)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=roundcubemail
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="A PHP web-based mail client"
 arch=('any')
@@ -16,11 +16,10 @@
 'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')
 
source=("https://github.com/roundcube/roundcubemail/releases/download/$pkgver/roundcubemail-$pkgver-complete.tar.gz"{,.asc}
-"apache.conf" 0001-plugins-password-make-Python-3-compatible.patch)
-sha512sums=('3f705bc38b44a0b7ea3241b0222f607b040ec01c8ea400b6b6222fbe346570c5f3450e5a188bab99ea171481453eb3f5b1e7457070ace1144558ec662a4273bb'
+"apache.conf")
+sha512sums=('c65359473d08a46dbd42894c2758a46209491fc421ee58ab5b1c0d0d56e3fec8b2f43d01b18cb8934589cbee7e7abfda2c8efbf02b3521790d7b45ed6dc88a1e'
 'SKIP'
-
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e'
-
'e1a8d812d6b3efa399530d82b91ab4e4f40ac144e7459157f3aba81ab5ef881985958e8179fd64be306710454acb16b4b3ecb71652af68e01f9ef45bfa08')
+
'0e80317ae6f040386b0980d0764bc8a9aa5f7cbf028a210a896763cb7a7fea6d91600eda588922a0eb6d519f2ec1e0a2f723bd7ab554c8b1ad4af49a95101f6e')
 
 prepare() {
   cd "$srcdir"/roundcubemail-${pkgver}
@@ -29,8 +28,6 @@
 -e "s|RCUBE_INSTALL_PATH . 'logs.*|'/var/log/roundcubemail';|" \
 config/defaults.inc.php \
 program/lib/Roundcube/rcube_config.php
-
-patch -Np1 -i 
${srcdir}/0001-plugins-password-make-Python-3-compatible.patch
 }
 
 package() {


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

2020-03-01 Thread Sergej Pupykin via arch-commits
Date: Monday, March 2, 2020 @ 07:21:58
  Author: spupykin
Revision: 588435

upgpkg: nextcloud-app-contacts 3.2.0-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-02 05:35:10 UTC (rev 588434)
+++ PKGBUILD2020-03-02 07:21:58 UTC (rev 588435)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.1.9
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('cd195e65df47f1eda018c286ecb89b3e56b0c6b5b751bf5d81b1b6f56a5a32c3')
+sha256sums=('ff982162430c7a0b1295dfc6df733d7967426342be0019140c8827e2a3183865')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2020-03-01 Thread Sergej Pupykin via arch-commits
Date: Monday, March 2, 2020 @ 07:22:09
  Author: spupykin
Revision: 588436

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-02 07:21:58 UTC (rev 588435)
+++ PKGBUILD2020-03-02 07:22:09 UTC (rev 588436)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.1.9
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/contacts/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('cd195e65df47f1eda018c286ecb89b3e56b0c6b5b751bf5d81b1b6f56a5a32c3')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 588435, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-02 07:22:09 UTC (rev 588436)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('ff982162430c7a0b1295dfc6df733d7967426342be0019140c8827e2a3183865')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2020-02-27 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 27, 2020 @ 17:31:19
  Author: spupykin
Revision: 584497

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-27 17:31:09 UTC (rev 584496)
+++ PKGBUILD2020-02-27 17:31:19 UTC (rev 584497)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.1.8
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/contacts/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('67af76cf538df8e7a4928d9d4366655e10c122e44bb7a913dfeb3765240f1a92')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 584496, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-27 17:31:19 UTC (rev 584497)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('cd195e65df47f1eda018c286ecb89b3e56b0c6b5b751bf5d81b1b6f56a5a32c3')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


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

2020-02-27 Thread Sergej Pupykin via arch-commits
Date: Thursday, February 27, 2020 @ 17:31:09
  Author: spupykin
Revision: 584496

upgpkg: nextcloud-app-contacts 3.1.9-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-27 17:30:44 UTC (rev 584495)
+++ PKGBUILD2020-02-27 17:31:09 UTC (rev 584496)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.1.8
+pkgver=3.1.9
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('67af76cf538df8e7a4928d9d4366655e10c122e44bb7a913dfeb3765240f1a92')
+sha256sums=('cd195e65df47f1eda018c286ecb89b3e56b0c6b5b751bf5d81b1b6f56a5a32c3')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in ejabberd/repos/community-x86_64 (8 files)

2020-02-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 26, 2020 @ 16:39:06
  Author: spupykin
Revision: 583012

archrelease: copy trunk to community-x86_64

Added:
  ejabberd/repos/community-x86_64/PKGBUILD
(from rev 583011, ejabberd/trunk/PKGBUILD)
  ejabberd/repos/community-x86_64/ejabberd.logrotate
(from rev 583011, ejabberd/trunk/ejabberd.logrotate)
  ejabberd/repos/community-x86_64/print-deps.sh
(from rev 583011, ejabberd/trunk/print-deps.sh)
  ejabberd/repos/community-x86_64/sysuser.conf
(from rev 583011, ejabberd/trunk/sysuser.conf)
Deleted:
  ejabberd/repos/community-x86_64/PKGBUILD
  ejabberd/repos/community-x86_64/ejabberd.logrotate
  ejabberd/repos/community-x86_64/print-deps.sh
  ejabberd/repos/community-x86_64/sysuser.conf

+
 PKGBUILD   |  310 +--
 ejabberd.logrotate |   24 +--
 print-deps.sh  |   58 -
 sysuser.conf   |4 
 4 files changed, 198 insertions(+), 198 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-26 16:38:50 UTC (rev 583011)
+++ PKGBUILD2020-02-26 16:39:06 UTC (rev 583012)
@@ -1,155 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=20.01
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="https://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-   'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=ee1b27bc64322e87b26e045779dd284dc217a998"
-   
"eimp::git://github.com/processone/eimp#commit=9585ed6dc5473454ff6f27dedd7825474a4ccf40"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=a58fdd16ddc02af03261f0642e789e2738d7eb5d"
-   
"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=2ec26b6a596efa5f3be0cd2e06ec54f2779a08e7"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=5f6aa4492ff8f601eb5b179e5280c8a8adf750fb"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=e7fb1c591c7d18aba4853bc2118794ec6fa565d4"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=5ad99d03c5381ec68a9576c81ed4e9312fea73e0"
-   
"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=501ad10fd43e988ba6ebc75cc732a0667e236a40"
-   
"p1_acme::git://github.com/processone/p1_acme.git#commit=0ec60cb929ba625f9c8dd8354c83588f048b4f8b"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=b3edaa2ca29fd073dd7620ba7282c752af7ec28d"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=6287a621c93a34d4f45a3844c8d1c7ef72dd0dfb"
-   
"pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=ff2a90011d4b2014a96a3c5675447b3cd144aaf1"
-   
"stun::git://github.com/processone/stun#commit=2a02761a6f7b09719005c27a632abfeeac21120a"
-   

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

2020-02-26 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 26, 2020 @ 16:38:50
  Author: spupykin
Revision: 583011

upgpkg: ejabberd 20.02-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-26 16:33:14 UTC (rev 583010)
+++ PKGBUILD2020-02-26 16:38:50 UTC (rev 583011)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=20.01
+pkgver=20.02
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -20,39 +20,39 @@
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;

"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=ee1b27bc64322e87b26e045779dd284dc217a998"
-   
"eimp::git://github.com/processone/eimp#commit=9585ed6dc5473454ff6f27dedd7825474a4ccf40"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=fce492688e54fae2494b376973e5345d6174fa5e"
+   
"eimp::git://github.com/processone/eimp#commit=743e8421e896c3e62f1699e2452baab8ba12824c"

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b"
+   
"epam::git://github.com/processone/epam#commit=f0f93579167e32f95485b0d06aa0416ec396"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=a58fdd16ddc02af03261f0642e789e2738d7eb5d"
-   
"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=2ec26b6a596efa5f3be0cd2e06ec54f2779a08e7"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=5f6aa4492ff8f601eb5b179e5280c8a8adf750fb"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=e7fb1c591c7d18aba4853bc2118794ec6fa565d4"
+   
"esip::git://github.com/processone/esip#commit=0fd3e940b5b00ac20cb4da005187350d1c4ce39d"
+   
"ezlib::git://github.com/processone/ezlib#commit=fa72ebff44060373b2d0ebaefce16a2fcfc5d0e6"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=15a4cc4047b02dd1f26c39a3248c62f393d9ab39"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=70801c8424ef7c2e1d086cd388be25e219e85a2b"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=e65fbc74203607f30f0f062ef4717dedd8450edb"

"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"

"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
+   
"jiffy::git://github.com/davisp/jiffy#commit=ba09da790477b0f7a31aeaa9b21cae0ffba27d77"

"jose::git://github.com/potatosalad/erlang-jose#commit=5ad99d03c5381ec68a9576c81ed4e9312fea73e0"

"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"

"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=501ad10fd43e988ba6ebc75cc732a0667e236a40"
-   
"p1_acme::git://github.com/processone/p1_acme.git#commit=0ec60cb929ba625f9c8dd8354c83588f048b4f8b"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=b3edaa2ca29fd073dd7620ba7282c752af7ec28d"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=6287a621c93a34d4f45a3844c8d1c7ef72dd0dfb"
-   
"pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8"
+   
"mqtree::git://github.com/processone/mqtree#commit=bfbe24fb357304e22342db81c3b324256eab439d"
+   
"p1_acme::git://github.com/processone/p1_acme.git#commit=8e0e3554f4d06745de77aa279c75d0fc0c03f22c"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=e3fc27a068478fa78daddbcf5b7fae99f0cd2480"
+   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=71bd71e8929c3657027b2d10d5e121d816795272"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=4428304c1282be3a8fdc753dabf68cd6f9bb2633"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=14766d690709359ffcbccb930d221f5c570766de"
+   
"pkix::git://github.com/processone/pkix#commit=21fede5cd65838ff801607652bd46182bea49ef0"


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

2020-01-24 Thread Sergej Pupykin via arch-commits
Date: Friday, January 24, 2020 @ 13:34:46
  Author: spupykin
Revision: 555329

upgpkg: nextcloud-app-contacts 3.1.8-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-24 10:34:25 UTC (rev 555328)
+++ PKGBUILD2020-01-24 13:34:46 UTC (rev 555329)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.1.7
+pkgver=3.1.8
 pkgrel=1
 pkgdesc="Contacts app for nextcloud"
 arch=('any')
@@ -10,7 +10,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('e6e780576952778739ebb5722e7f60a200d85b01be58bfc9bdf285e88bbcbbe5')
+sha256sums=('67af76cf538df8e7a4928d9d4366655e10c122e44bb7a913dfeb3765240f1a92')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-01-24 Thread Sergej Pupykin via arch-commits
Date: Friday, January 24, 2020 @ 13:35:20
  Author: spupykin
Revision: 555334

archrelease: copy trunk to community-x86_64

Added:
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 555332, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 555333, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 555333, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 555333, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
(from rev 555333, unrealircd/trunk/unrealircd.sysusers.d)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 555333, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

---+
 PKGBUILD  |  140 
 install.pl|   10 +--
 unrealircd.install|   18 +++---
 unrealircd.service|   24 
 unrealircd.sysusers.d |2 
 unrealircd.tmpfiles.d |   10 +--
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-24 13:35:09 UTC (rev 555333)
+++ PKGBUILD2020-01-24 13:35:20 UTC (rev 555334)
@@ -1,70 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=5.0.1
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   unrealircd.sysusers.d
-   install.pl)
-sha256sums=('db7325e9b694b1c8b57fdbf1322f10ddc2bf21f7665445ead9620f6c88e48f09'
-'0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
-'75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
-'9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'
-'43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')
-
-prepare() {
-  cd "$srcdir"/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd "$srcdir"/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd "$srcdir"/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL="$srcdir"/install.pl install
-  mv "$pkgdir"/usr/unrealircd "$pkgdir"/etc/unrealircd/unrealircd
-  cp "$pkgdir"/etc/unrealircd/examples/example.conf 
"$pkgdir"/etc/unrealircd/unrealircd.conf
-  rm -rf "$pkgdir"/tmp
-
-  install -Dm0644 "$srcdir"/unrealircd.service 
"$pkgdir"/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 "$srcdir"/unrealircd.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/unrealircd.conf
-  install -Dm0644 "$srcdir"/unrealircd.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/unrealircd.conf
-}

Copied: unrealircd/repos/community-x86_64/PKGBUILD (from rev 555332, 
unrealircd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-24 13:35:20 UTC (rev 555334)
@@ -0,0 +1,70 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Zerial 
+
+pkgname=unrealircd
+pkgver=5.0.2
+pkgrel=1
+pkgdesc="Open Source IRC Server"
+arch=('x86_64')
+url="https://www.unrealircd.org;
+license=('GPL2')
+depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
+conflicts=('ircd')
+provides=('ircd')
+backup=('etc/unrealircd/unrealircd.conf')
+install=unrealircd.install
+source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
+   unrealircd.service
+   unrealircd.tmpfiles.d
+   unrealircd.sysusers.d
+   install.pl)
+sha256sums=('02ace7e3bf58eea70790cd817f1ada4b8d95f505a689c4f661f9bf267c566aaa'
+  

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

2020-01-24 Thread Sergej Pupykin via arch-commits
Date: Friday, January 24, 2020 @ 13:35:04
  Author: spupykin
Revision: 555332

upgpkg: unrealircd 5.0.2-1

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-24 13:35:00 UTC (rev 555331)
+++ PKGBUILD2020-01-24 13:35:04 UTC (rev 555332)
@@ -2,7 +2,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=5.0.1
+pkgver=5.0.2
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('x86_64')
@@ -18,7 +18,7 @@
unrealircd.tmpfiles.d
unrealircd.sysusers.d
install.pl)
-sha256sums=('db7325e9b694b1c8b57fdbf1322f10ddc2bf21f7665445ead9620f6c88e48f09'
+sha256sums=('02ace7e3bf58eea70790cd817f1ada4b8d95f505a689c4f661f9bf267c566aaa'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
 '9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'


[arch-commits] Commit in nextcloud-app-contacts/repos/community-any (2 files)

2020-01-24 Thread Sergej Pupykin via arch-commits
Date: Friday, January 24, 2020 @ 13:34:59
  Author: spupykin
Revision: 555330

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-24 13:34:46 UTC (rev 555329)
+++ PKGBUILD2020-01-24 13:34:59 UTC (rev 555330)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="Contacts app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/contacts/;
-license=('GPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
-sha256sums=('e6e780576952778739ebb5722e7f60a200d85b01be58bfc9bdf285e88bbcbbe5')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
-}

Copied: nextcloud-app-contacts/repos/community-any/PKGBUILD (from rev 555329, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-24 13:34:59 UTC (rev 555330)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.1.8
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('67af76cf538df8e7a4928d9d4366655e10c122e44bb7a913dfeb3765240f1a92')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


[arch-commits] Commit in log4cxx/repos (4 files)

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:15:12
  Author: spupykin
Revision: 560081

archrelease: copy trunk to community-any

Added:
  log4cxx/repos/community-any/
  log4cxx/repos/community-any/PKGBUILD
(from rev 560079, log4cxx/trunk/PKGBUILD)
  log4cxx/repos/community-any/log4cxx-0.10.0-missing_includes.patch
(from rev 560080, log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch)
  log4cxx/repos/community-any/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
(from rev 560080, 
log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch)

+
 PKGBUILD   |   34 +
 log4cxx-0.10.0-missing_includes.patch  |   38 ++
 log4cxx-0.10.0-narrowing-fixes-from-upstream.patch |  117 +++
 3 files changed, 189 insertions(+)

Copied: log4cxx/repos/community-any/PKGBUILD (from rev 560079, 
log4cxx/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2020-01-30 09:15:12 UTC (rev 560081)
@@ -0,0 +1,34 @@
+pkgname=log4cxx
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="A C++ port of Log4j"
+url="http://logging.apache.org/log4cxx;
+license=("Apache")
+depends=('apr-util' 'libxml2')
+arch=('any')
+makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')
+provides=('log4cxx')
+conflicts=('log4cxx-svn')
+
+source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz;
+'log4cxx-0.10.0-missing_includes.patch'
+'log4cxx-0.10.0-narrowing-fixes-from-upstream.patch')
+sha512sums=('1c34d80983db5648bc4582ddcf6b4fdefdc6594c2769f95235f5441cd6d03cf279cc8f365e9a687085b113f79ebac9d7d33a54b6aa3b3b808c0e1a56a15ffa37'
+
'14fa0b19516171cbbe2c6220816819fc52cf8f3b3ded5d71966e2f4a71bda9ce1ed8fe7e57745a835e6ac5558631916ed9824d09ec7469d84c7bf99fb4946304'
+
'15b692b37961adbc808e4c10d2719483502f3ac060ee5be248832d4e2a2f76f7d9e120ea9a6bf908230cf230a893964040e54415cca35a12e576d0a5ab1f4176')
+
+build() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+
+  patch -p1 < $startdir/log4cxx-0.10.0-missing_includes.patch
+  patch -p1 < $startdir/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
+
+  #./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: log4cxx/repos/community-any/log4cxx-0.10.0-missing_includes.patch (from 
rev 560080, log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch)
===
--- community-any/log4cxx-0.10.0-missing_includes.patch 
(rev 0)
+++ community-any/log4cxx-0.10.0-missing_includes.patch 2020-01-30 09:15:12 UTC 
(rev 560081)
@@ -0,0 +1,38 @@
+diff -Naur apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp 
apache-log4cxx-0.10.0/src/examples/cpp/console.cpp
+--- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp2008-04-01 
00:34:52.0 +0200
 apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-05-06 
05:40:52.0 +0200
+@@ -15,7 +15,10 @@
+  * limitations under the License.
+  */
+ 
+-#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp 
apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp
+--- apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp  
2008-04-01 00:34:09.0 +0200
 apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp   2008-05-06 
05:32:31.0 +0200
+@@ -21,6 +21,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
+ 
+diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 
apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp
+--- apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 
2008-04-01 00:34:09.0 +0200
 apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp  2008-05-06 
05:35:55.0 +0200
+@@ -20,6 +20,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
\ No newline at end of file

Copied: 
log4cxx/repos/community-any/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch 
(from rev 560080, 
log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch)
===
--- community-any/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
(rev 0)
+++ community-any/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
2020-01-30 09:15:12 UTC (rev 560081)
@@ -0,0 +1,117 @@
+diff --git a/src/main/cpp/locationinfo.cpp b/src/main/cpp/locationinfo.cpp
+index e76ea29..bd22a1d 100644
+--- a/src/main/cpp/locationinfo.cpp
 b/src/main/cpp/locationinfo.cpp

[arch-commits] Commit in (6 files)

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:14:59
  Author: spupykin
Revision: 560079

add log4cxx

Added:
  log4cxx/
  log4cxx/repos/
  log4cxx/trunk/
  log4cxx/trunk/PKGBUILD
  log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch
  log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch

+
 PKGBUILD   |   34 +
 log4cxx-0.10.0-missing_includes.patch  |   38 ++
 log4cxx-0.10.0-narrowing-fixes-from-upstream.patch |  117 +++
 3 files changed, 189 insertions(+)

Added: log4cxx/trunk/PKGBUILD
===
--- log4cxx/trunk/PKGBUILD  (rev 0)
+++ log4cxx/trunk/PKGBUILD  2020-01-30 09:14:59 UTC (rev 560079)
@@ -0,0 +1,34 @@
+pkgname=log4cxx
+pkgver=0.10.0
+pkgrel=4
+pkgdesc="A C++ port of Log4j"
+url="http://logging.apache.org/log4cxx;
+license=("Apache")
+depends=('apr-util' 'libxml2')
+arch=('any')
+makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')
+provides=('log4cxx')
+conflicts=('log4cxx-svn')
+
+source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz;
+'log4cxx-0.10.0-missing_includes.patch'
+'log4cxx-0.10.0-narrowing-fixes-from-upstream.patch')
+sha512sums=('1c34d80983db5648bc4582ddcf6b4fdefdc6594c2769f95235f5441cd6d03cf279cc8f365e9a687085b113f79ebac9d7d33a54b6aa3b3b808c0e1a56a15ffa37'
+
'14fa0b19516171cbbe2c6220816819fc52cf8f3b3ded5d71966e2f4a71bda9ce1ed8fe7e57745a835e6ac5558631916ed9824d09ec7469d84c7bf99fb4946304'
+
'15b692b37961adbc808e4c10d2719483502f3ac060ee5be248832d4e2a2f76f7d9e120ea9a6bf908230cf230a893964040e54415cca35a12e576d0a5ab1f4176')
+
+build() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+
+  patch -p1 < $startdir/log4cxx-0.10.0-missing_includes.patch
+  patch -p1 < $startdir/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
+
+  #./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Added: log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch
===
--- log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch 
(rev 0)
+++ log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch 2020-01-30 09:14:59 UTC 
(rev 560079)
@@ -0,0 +1,38 @@
+diff -Naur apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp 
apache-log4cxx-0.10.0/src/examples/cpp/console.cpp
+--- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp2008-04-01 
00:34:52.0 +0200
 apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-05-06 
05:40:52.0 +0200
+@@ -15,7 +15,10 @@
+  * limitations under the License.
+  */
+ 
+-#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp 
apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp
+--- apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp  
2008-04-01 00:34:09.0 +0200
 apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp   2008-05-06 
05:32:31.0 +0200
+@@ -21,6 +21,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
+ 
+diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 
apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp
+--- apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 
2008-04-01 00:34:09.0 +0200
 apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp  2008-05-06 
05:35:55.0 +0200
+@@ -20,6 +20,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
\ No newline at end of file

Added: log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
===
--- log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
(rev 0)
+++ log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
2020-01-30 09:14:59 UTC (rev 560079)
@@ -0,0 +1,117 @@
+diff --git a/src/main/cpp/locationinfo.cpp b/src/main/cpp/locationinfo.cpp
+index e76ea29..bd22a1d 100644
+--- a/src/main/cpp/locationinfo.cpp
 b/src/main/cpp/locationinfo.cpp
+@@ -149,18 +149,21 @@ void LocationInfo::write(ObjectOutputStream& os, Pool& 
p) const {
+  os.writeNull(p);
+ } else {
+ char prolog[] = {
+- 0x72, 0x00, 0x21, 0x6F, 0x72, 0x67, 0x2E, 
+- 0x61, 0x70, 0x61, 0x63, 0x68, 0x65, 0x2E, 0x6C, 
+- 0x6F, 0x67, 0x34, 0x6A, 0x2E, 0x73, 0x70, 0x69, 
+- 0x2E, 0x4C, 0x6F, 0x63, 0x61, 0x74, 0x69, 0x6F, 
+- 0x6E, 0x49, 0x6E, 0x66, 0x6F, 0xED, 0x99, 0xBB, 
+- 0xE1, 0x4A, 0x91, 0xA5, 0x7C, 0x02, 0x00, 0x01, 

[arch-commits] Commit in log4cxx/repos (4 files)

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:19:30
  Author: spupykin
Revision: 560102

archrelease: copy trunk to community-x86_64

Added:
  log4cxx/repos/community-x86_64/
  log4cxx/repos/community-x86_64/PKGBUILD
(from rev 560101, log4cxx/trunk/PKGBUILD)
  log4cxx/repos/community-x86_64/log4cxx-0.10.0-missing_includes.patch
(from rev 560101, log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch)
  
log4cxx/repos/community-x86_64/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
(from rev 560101, 
log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch)

+
 PKGBUILD   |   35 +
 log4cxx-0.10.0-missing_includes.patch  |   38 ++
 log4cxx-0.10.0-narrowing-fixes-from-upstream.patch |  117 +++
 3 files changed, 190 insertions(+)

Copied: log4cxx/repos/community-x86_64/PKGBUILD (from rev 560101, 
log4cxx/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-30 09:19:30 UTC (rev 560102)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=log4cxx
+pkgver=0.10.0
+pkgrel=5
+pkgdesc="A C++ port of Log4j"
+url="http://logging.apache.org/log4cxx;
+license=("Apache")
+depends=('apr-util' 'libxml2')
+arch=('x86_64')
+makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')
+conflicts=('log4cxx-svn')
+source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz;
+'log4cxx-0.10.0-missing_includes.patch'
+'log4cxx-0.10.0-narrowing-fixes-from-upstream.patch')
+sha512sums=('1c34d80983db5648bc4582ddcf6b4fdefdc6594c2769f95235f5441cd6d03cf279cc8f365e9a687085b113f79ebac9d7d33a54b6aa3b3b808c0e1a56a15ffa37'
+
'14fa0b19516171cbbe2c6220816819fc52cf8f3b3ded5d71966e2f4a71bda9ce1ed8fe7e57745a835e6ac5558631916ed9824d09ec7469d84c7bf99fb4946304'
+
'15b692b37961adbc808e4c10d2719483502f3ac060ee5be248832d4e2a2f76f7d9e120ea9a6bf908230cf230a893964040e54415cca35a12e576d0a5ab1f4176')
+
+build() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+
+  patch -p1 < $startdir/log4cxx-0.10.0-missing_includes.patch
+  patch -p1 < $startdir/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
+
+  #./autogen.sh
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/apache-$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Copied: log4cxx/repos/community-x86_64/log4cxx-0.10.0-missing_includes.patch 
(from rev 560101, log4cxx/trunk/log4cxx-0.10.0-missing_includes.patch)
===
--- community-x86_64/log4cxx-0.10.0-missing_includes.patch  
(rev 0)
+++ community-x86_64/log4cxx-0.10.0-missing_includes.patch  2020-01-30 
09:19:30 UTC (rev 560102)
@@ -0,0 +1,38 @@
+diff -Naur apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp 
apache-log4cxx-0.10.0/src/examples/cpp/console.cpp
+--- apache-log4cxx-0.10.0.orig/src/examples/cpp/console.cpp2008-04-01 
00:34:52.0 +0200
 apache-log4cxx-0.10.0/src/examples/cpp/console.cpp 2008-05-06 
05:40:52.0 +0200
+@@ -15,7 +15,10 @@
+  * limitations under the License.
+  */
+ 
+-#include 
++#include 
++#include 
++#include 
++#include 
+ #include 
+ #include 
+ #include 
+diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp 
apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp
+--- apache-log4cxx-0.10.0.orig/src/main/cpp/inputstreamreader.cpp  
2008-04-01 00:34:09.0 +0200
 apache-log4cxx-0.10.0/src/main/cpp/inputstreamreader.cpp   2008-05-06 
05:32:31.0 +0200
+@@ -21,6 +21,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
+ 
+diff -Naur apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 
apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp
+--- apache-log4cxx-0.10.0.orig/src/main/cpp/socketoutputstream.cpp 
2008-04-01 00:34:09.0 +0200
 apache-log4cxx-0.10.0/src/main/cpp/socketoutputstream.cpp  2008-05-06 
05:35:55.0 +0200
+@@ -20,6 +20,8 @@
+ #include 
+ #include 
+ 
++#include 
++
+ using namespace log4cxx;
+ using namespace log4cxx::helpers;
\ No newline at end of file

Copied: 
log4cxx/repos/community-x86_64/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch
 (from rev 560101, 
log4cxx/trunk/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch)
===
--- community-x86_64/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch 
(rev 0)
+++ community-x86_64/log4cxx-0.10.0-narrowing-fixes-from-upstream.patch 
2020-01-30 09:19:30 UTC (rev 560102)
@@ -0,0 +1,117 @@
+diff --git a/src/main/cpp/locationinfo.cpp b/src/main/cpp/locationinfo.cpp
+index e76ea29..bd22a1d 100644
+--- 

[arch-commits] Commit in (5 files)

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 10:02:38
  Author: spupykin
Revision: 560104

add swift

Added:
  swift/
  swift/repos/
  swift/trunk/
  swift/trunk/PKGBUILD
  swift/trunk/build-fix.patch

-+
 PKGBUILD|   48 
 build-fix.patch |   32 
 2 files changed, 80 insertions(+)

Added: swift/trunk/PKGBUILD
===
--- swift/trunk/PKGBUILD(rev 0)
+++ swift/trunk/PKGBUILD2020-01-30 10:02:38 UTC (rev 560104)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Previous maintainer: Emmanuel Gil Peyrot 
+
+pkgbase='swift'
+pkgname=('swift-im' 'swiften')
+pkgver=4.0.2
+pkgrel=1
+arch=('x86_64')
+pkgdesc='XMPP client written in C++ with Qt and Swiften'
+url="http://swift.im/;
+license=('GPL3')
+makedepends=('python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
+ 'qt5-webkit' 'qt5-x11extras' 'qt5-tools' 'qt5-svg')
+source=("http://swift.im/downloads/releases/$pkgbase-$pkgver/$pkgbase-$pkgver.tar.gz;
+   "build-fix.patch")
+sha256sums=('1c7c9fb981ecb9b589890c36523dbbabde2f0a708f71a66eb71e9526bf8e0a70'
+'f1b710245c5630aea585378875b334aa05dea7cb85a80f156e8494d1d5ad9a47')
+
+# Those options need to be consistent between each scons invocation.
+_scons_options='max_jobs=1 optimize=1 debug=0 swiften_dll=1'
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -p1 <"$srcdir"/build-fix.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./scons $_scons_options Swift Swiften
+}
+
+package_swift-im() {
+  pkgdesc='XMPP client written in C++ with Qt and Swiften'
+  depends=("swiften=$pkgver" 'qt5-base' 'qt5-multimedia' 'qt5-webkit'
+   'qt5-x11extras' 'qt5-svg' 'libxss' 'hicolor-icon-theme')
+
+  cd $pkgbase-$pkgver
+  ./scons $_scons_options SWIFT_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+}
+
+package_swiften() {
+  pkgdesc='XMPP library written in C++ with Boost'
+  depends=('boost-libs' 'libxml2' 'libidn' 'avahi' 'openssl')
+
+  cd $pkgbase-$pkgver
+  ./scons $_scons_options SWIFTEN_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+}


Property changes on: swift/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: swift/trunk/build-fix.patch
===
--- swift/trunk/build-fix.patch (rev 0)
+++ swift/trunk/build-fix.patch 2020-01-30 10:02:38 UTC (rev 560104)
@@ -0,0 +1,32 @@
+diff -wbBur swift-4.0.2/Swift/QtUI/UserSearch/QtUserSearchWindow.h 
swift-4.0.2.my/Swift/QtUI/UserSearch/QtUserSearchWindow.h
+--- swift-4.0.2/Swift/QtUI/UserSearch/QtUserSearchWindow.h 2018-04-06 
13:06:46.0 +0300
 swift-4.0.2.my/Swift/QtUI/UserSearch/QtUserSearchWindow.h  2019-10-08 
20:52:23.171475337 +0300
+@@ -9,6 +9,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include 
+ 
+diff -wbBur swift-4.0.2/Swiften/Network/PlatformNATTraversalWorker.cpp 
swift-4.0.2.my/Swiften/Network/PlatformNATTraversalWorker.cpp
+--- swift-4.0.2/Swiften/Network/PlatformNATTraversalWorker.cpp 2018-04-06 
13:06:46.0 +0300
 swift-4.0.2.my/Swiften/Network/PlatformNATTraversalWorker.cpp  
2019-10-08 21:12:25.284754131 +0300
+@@ -157,7 +157,7 @@
+ miniUPnPInterface = new MiniUPnPInterface();
+ miniUPnPSupported = miniUPnPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << miniUPnPSupported 
<< std::endl;
++//SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << 
miniUPnPSupported << std::endl;
+ if (miniUPnPSupported) {
+ return miniUPnPInterface;
+ }
+@@ -168,7 +168,7 @@
+ natPMPInterface = new NATPMPInterface();
+ natPMPSupported = natPMPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
natPMPSupported << std::endl;
++//SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
natPMPSupported << std::endl;
+ if (natPMPSupported) {
+ return natPMPInterface;
+ }


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

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:14:33
  Author: spupykin
Revision: 560078

archrelease: copy trunk to community-x86_64

Added:
  inotify-tools/repos/community-x86_64/PKGBUILD
(from rev 560077, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-30 09:14:24 UTC (rev 560077)
+++ PKGBUILD2020-01-30 09:14:33 UTC (rev 560078)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
-arch=('x86_64')
-url="https://github.com/rvoicilas/inotify-tools;
-license=('GPL')
-depends=()
-makedepends=('gcc' 'make' 'doxygen')
-options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 560077, 
inotify-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-30 09:14:33 UTC (rev 560078)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.20.2
+pkgrel=1
+pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
+arch=('x86_64')
+url="https://github.com/rvoicilas/inotify-tools;
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:14:24
  Author: spupykin
Revision: 560077

upgpkg: inotify-tools 3.20.2-1

Modified:
  inotify-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 09:13:25 UTC (rev 560076)
+++ PKGBUILD2020-01-30 09:14:24 UTC (rev 560077)
@@ -2,7 +2,7 @@
 # Contributor: Alessandro Sagratini
 
 pkgname=inotify-tools
-pkgver=3.20.1
+pkgver=3.20.2
 pkgrel=1
 pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gcc' 'make' 'doxygen')
 options=('docs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac')
+sha256sums=('5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:19:20
  Author: spupykin
Revision: 560101

upgpkg: log4cxx 0.10.0-5

Modified:
  log4cxx/trunk/PKGBUILD(contents, properties)

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-30 09:18:15 UTC (rev 560100)
+++ PKGBUILD2020-01-30 09:19:20 UTC (rev 560101)
@@ -1,15 +1,16 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
 pkgname=log4cxx
 pkgver=0.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc="A C++ port of Log4j"
 url="http://logging.apache.org/log4cxx;
 license=("Apache")
 depends=('apr-util' 'libxml2')
-arch=('any')
+arch=('x86_64')
 makedepends=('autoconf' 'automake' 'libtool' 'patch' 'zip' 'gzip' 'sed')
-provides=('log4cxx')
 conflicts=('log4cxx-svn')
-
 
source=("http://archive.apache.org/dist/logging/$pkgname/$pkgver/apache-$pkgname-$pkgver.tar.gz;
 'log4cxx-0.10.0-missing_includes.patch'
 'log4cxx-0.10.0-narrowing-fixes-from-upstream.patch')


Property changes on: log4cxx/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 09:19:33
  Author: spupykin
Revision: 560103

Removed community-any for log4cxx

Deleted:
  log4cxx/repos/community-any/


[arch-commits] Commit in swift/repos (3 files)

2020-01-30 Thread Sergej Pupykin via arch-commits
Date: Thursday, January 30, 2020 @ 10:39:19
  Author: spupykin
Revision: 560107

archrelease: copy trunk to community-x86_64

Added:
  swift/repos/community-x86_64/
  swift/repos/community-x86_64/PKGBUILD
(from rev 560106, swift/trunk/PKGBUILD)
  swift/repos/community-x86_64/build-fix.patch
(from rev 560106, swift/trunk/build-fix.patch)

-+
 PKGBUILD|   48 
 build-fix.patch |   32 
 2 files changed, 80 insertions(+)

Copied: swift/repos/community-x86_64/PKGBUILD (from rev 560106, 
swift/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2020-01-30 10:39:19 UTC (rev 560107)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Previous maintainer: Emmanuel Gil Peyrot 
+
+pkgbase='swift'
+pkgname=('swift-im' 'swiften')
+pkgver=4.0.2
+pkgrel=1
+arch=('x86_64')
+pkgdesc='XMPP client written in C++ with Qt and Swiften'
+url="http://swift.im/;
+license=('GPL3')
+makedepends=('python2' 'openssl' 'boost' 'qt5-base' 'qt5-multimedia'
+ 'qt5-webkit' 'qt5-x11extras' 'qt5-tools' 'qt5-svg')
+source=("http://swift.im/downloads/releases/$pkgbase-$pkgver/$pkgbase-$pkgver.tar.gz;
+   "build-fix.patch")
+sha256sums=('1c7c9fb981ecb9b589890c36523dbbabde2f0a708f71a66eb71e9526bf8e0a70'
+'f1b710245c5630aea585378875b334aa05dea7cb85a80f156e8494d1d5ad9a47')
+
+# Those options need to be consistent between each scons invocation.
+_scons_options='max_jobs=1 optimize=1 debug=0 swiften_dll=1'
+
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -p1 <"$srcdir"/build-fix.patch
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./scons $_scons_options Swift Swiften
+}
+
+package_swift-im() {
+  pkgdesc='XMPP client written in C++ with Qt and Swiften'
+  depends=("swiften=$pkgver" 'qt5-base' 'qt5-multimedia' 'qt5-webkit'
+   'qt5-x11extras' 'qt5-svg' 'libxss' 'hicolor-icon-theme')
+
+  cd $pkgbase-$pkgver
+  ./scons $_scons_options SWIFT_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+}
+
+package_swiften() {
+  pkgdesc='XMPP library written in C++ with Boost'
+  depends=('boost-libs' 'libxml2' 'libidn' 'avahi' 'openssl')
+
+  cd $pkgbase-$pkgver
+  ./scons $_scons_options SWIFTEN_INSTALLDIR="$pkgdir"/usr/ "$pkgdir"/usr/
+}

Copied: swift/repos/community-x86_64/build-fix.patch (from rev 560106, 
swift/trunk/build-fix.patch)
===
--- community-x86_64/build-fix.patch(rev 0)
+++ community-x86_64/build-fix.patch2020-01-30 10:39:19 UTC (rev 560107)
@@ -0,0 +1,32 @@
+diff -wbBur swift-4.0.2/Swift/QtUI/UserSearch/QtUserSearchWindow.h 
swift-4.0.2.my/Swift/QtUI/UserSearch/QtUserSearchWindow.h
+--- swift-4.0.2/Swift/QtUI/UserSearch/QtUserSearchWindow.h 2018-04-06 
13:06:46.0 +0300
 swift-4.0.2.my/Swift/QtUI/UserSearch/QtUserSearchWindow.h  2019-10-08 
20:52:23.171475337 +0300
+@@ -9,6 +9,7 @@
+ #include 
+ 
+ #include 
++#include 
+ 
+ #include 
+ 
+diff -wbBur swift-4.0.2/Swiften/Network/PlatformNATTraversalWorker.cpp 
swift-4.0.2.my/Swiften/Network/PlatformNATTraversalWorker.cpp
+--- swift-4.0.2/Swiften/Network/PlatformNATTraversalWorker.cpp 2018-04-06 
13:06:46.0 +0300
 swift-4.0.2.my/Swiften/Network/PlatformNATTraversalWorker.cpp  
2019-10-08 21:12:25.284754131 +0300
+@@ -157,7 +157,7 @@
+ miniUPnPInterface = new MiniUPnPInterface();
+ miniUPnPSupported = miniUPnPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << miniUPnPSupported 
<< std::endl;
++//SWIFT_LOG(debug) << "UPnP NAT traversal supported: " << 
miniUPnPSupported << std::endl;
+ if (miniUPnPSupported) {
+ return miniUPnPInterface;
+ }
+@@ -168,7 +168,7 @@
+ natPMPInterface = new NATPMPInterface();
+ natPMPSupported = natPMPInterface->isAvailable();
+ }
+-SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
natPMPSupported << std::endl;
++//SWIFT_LOG(debug) << "NAT-PMP NAT traversal supported: " << 
natPMPSupported << std::endl;
+ if (natPMPSupported) {
+ return natPMPInterface;
+ }


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

2020-02-04 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 4, 2020 @ 18:05:05
  Author: spupykin
Revision: 562191

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-04 18:04:53 UTC (rev 562190)
+++ PKGBUILD2020-02-04 18:05:05 UTC (rev 562191)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="An email app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/mail;
-license=('AGPL')
-depends=('nextcloud')
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('67662ef2a66cb3709b90445460629d82fa095f65046946bc71f3ff7d5116b5da962d98f549b2b0eb4ad0b59d9574f45c1fb2dfd8699dbf0ae5e779902ea6d062')
-
-prepare() {
-  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
-}
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
-}

Copied: nextcloud-app-mail/repos/community-any/PKGBUILD (from rev 562190, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-04 18:05:05 UTC (rev 562191)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=1.1.2
+pkgrel=1
+pkgdesc="An email app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/mail;
+license=('AGPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
+sha512sums=('243fdf07b412e699d9db8357972fc02b86ef10ea217fb3728dbae48236822f4e291e8d69c740cd7af9efa67b17bdda7432ff9e316b6715abb390a225d4f5954d')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


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

2020-02-04 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 4, 2020 @ 18:04:53
  Author: spupykin
Revision: 562190

upgpkg: nextcloud-app-mail 1.1.2-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-04 18:03:31 UTC (rev 562189)
+++ PKGBUILD2020-02-04 18:04:53 UTC (rev 562190)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=1.0.0
+pkgver=1.1.2
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('nextcloud')
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/mail/releases/download/v${pkgver}/mail.tar.gz;)
-sha512sums=('67662ef2a66cb3709b90445460629d82fa095f65046946bc71f3ff7d5116b5da962d98f549b2b0eb4ad0b59d9574f45c1fb2dfd8699dbf0ae5e779902ea6d062')
+sha512sums=('243fdf07b412e699d9db8357972fc02b86ef10ea217fb3728dbae48236822f4e291e8d69c740cd7af9efa67b17bdda7432ff9e316b6715abb390a225d4f5954d')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2020-02-02 Thread Sergej Pupykin via arch-commits
Date: Sunday, February 2, 2020 @ 10:35:40
  Author: spupykin
Revision: 561551

upgpkg: inotify-tools 3.20.2.1-1

Modified:
  inotify-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-02 10:07:55 UTC (rev 561550)
+++ PKGBUILD2020-02-02 10:35:40 UTC (rev 561551)
@@ -2,7 +2,7 @@
 # Contributor: Alessandro Sagratini
 
 pkgname=inotify-tools
-pkgver=3.20.2
+pkgver=3.20.2.1
 pkgrel=1
 pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('gcc' 'make' 'doxygen')
 options=('docs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7')
+sha256sums=('2a93b074ac136bb8f78fbf84955644f99f080f39cc8814b40cc517b7e0f52b10')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2020-02-02 Thread Sergej Pupykin via arch-commits
Date: Sunday, February 2, 2020 @ 10:35:51
  Author: spupykin
Revision: 561552

archrelease: copy trunk to community-x86_64

Added:
  inotify-tools/repos/community-x86_64/PKGBUILD
(from rev 561551, inotify-tools/trunk/PKGBUILD)
Deleted:
  inotify-tools/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-02 10:35:40 UTC (rev 561551)
+++ PKGBUILD2020-02-02 10:35:51 UTC (rev 561552)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Alessandro Sagratini
-
-pkgname=inotify-tools
-pkgver=3.20.2
-pkgrel=1
-pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
-arch=('x86_64')
-url="https://github.com/rvoicilas/inotify-tools;
-license=('GPL')
-depends=()
-makedepends=('gcc' 'make' 'doxygen')
-options=('docs')
-source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
-sha256sums=('5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 561551, 
inotify-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-02 10:35:51 UTC (rev 561552)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.20.2.1
+pkgrel=1
+pkgdesc="inotify-tools is a C library and a set of command-line programs for 
Linux providing a simple interface to inotify."
+arch=('x86_64')
+url="https://github.com/rvoicilas/inotify-tools;
+license=('GPL')
+depends=()
+makedepends=('gcc' 'make' 'doxygen')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/rvoicilas/inotify-tools/archive/$pkgver.tar.gz)
+sha256sums=('2a93b074ac136bb8f78fbf84955644f99f080f39cc8814b40cc517b7e0f52b10')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./autogen.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-02-03 Thread Sergej Pupykin via arch-commits
Date: Monday, February 3, 2020 @ 11:55:45
  Author: spupykin
Revision: 561924

upgpkg: drupal 8.8.2-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 11:55:11 UTC (rev 561923)
+++ PKGBUILD2020-02-03 11:55:45 UTC (rev 561924)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.8.1
+pkgver=8.8.2
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('f03eddb7dddbb7d9a7bef4ab1c1e1cabecd4c4b312e278a7e9646006349dbfa4')
+sha256sums=('cebe0302447d9373be8abe0bf021eddc511ad05539d55b6c45d3d845e81bbae3')
 
 package() {
   depends=('php' 'php-gd')


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

2020-02-03 Thread Sergej Pupykin via arch-commits
Date: Monday, February 3, 2020 @ 11:56:05
  Author: spupykin
Revision: 561925

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 561924, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 561924, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   94 +++
 drupal.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 11:55:45 UTC (rev 561924)
+++ PKGBUILD2020-02-03 11:56:05 UTC (rev 561925)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.8.1
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="https://www.drupal.org/;
-license=('GPL')
-depends=()
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('f03eddb7dddbb7d9a7bef4ab1c1e1cabecd4c4b312e278a7e9646006349dbfa4')
-
-package() {
-  depends=('php' 'php-gd')
-
-  _instdir="$pkgdir"/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p "$pkgdir"/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p "$pkgdir"/var/lib/drupal/
-  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 561924, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 11:56:05 UTC (rev 561925)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.8.2
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="https://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('cebe0302447d9373be8abe0bf021eddc511ad05539d55b6c45d3d845e81bbae3')
+
+package() {
+  depends=('php' 'php-gd')
+
+  _instdir="$pkgdir"/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r "$srcdir"/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p "$pkgdir"/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess "$pkgdir"/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p "$pkgdir"/var/lib/drupal/
+  mv ${_instdir}/sites "$pkgdir"/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >"$pkgdir"/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2020-02-03 11:55:45 UTC (rev 561924)
+++ drupal.install  2020-02-03 11:56:05 UTC (rev 561925)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 561924, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2020-02-03 11:56:05 UTC (rev 561925)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


[arch-commits] Commit in xdebug/repos/community-x86_64 (4 files)

2020-02-03 Thread Sergej Pupykin via arch-commits
Date: Monday, February 3, 2020 @ 11:58:43
  Author: spupykin
Revision: 561928

archrelease: copy trunk to community-x86_64

Added:
  xdebug/repos/community-x86_64/PKGBUILD
(from rev 561927, xdebug/trunk/PKGBUILD)
  xdebug/repos/community-x86_64/xdebug.ini
(from rev 561927, xdebug/trunk/xdebug.ini)
Deleted:
  xdebug/repos/community-x86_64/PKGBUILD
  xdebug/repos/community-x86_64/xdebug.ini

+
 PKGBUILD   |   76 +--
 xdebug.ini |   10 +++
 2 files changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-03 11:58:33 UTC (rev 561927)
+++ PKGBUILD2020-02-03 11:58:43 UTC (rev 561928)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.9.0
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="https://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
-   'xdebug.ini')
-sha256sums=('8dd1f867805d4ae78ccefc1825da1180eb82efbe6d6575eef2cc3dd1aeca5943'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
-  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
-
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
-  make INSTALL_ROOT="$pkgdir" install
-  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
-}

Copied: xdebug/repos/community-x86_64/PKGBUILD (from rev 561927, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-03 11:58:43 UTC (rev 561928)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.9.2
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
+   'xdebug.ini')
+sha256sums=('158cce5ff44411128701227ada80933cbd4b03c241a3d0695a309098b3eecc69'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2020-02-03 11:58:33 UTC (rev 561927)
+++ xdebug.ini  2020-02-03 11:58:43 UTC (rev 561928)
@@ -1,5 +0,0 @@
-;zend_extension=xdebug.so
-;xdebug.remote_enable=on
-;xdebug.remote_host=127.0.0.1
-;xdebug.remote_port=9000
-;xdebug.remote_handler=dbgp

Copied: xdebug/repos/community-x86_64/xdebug.ini (from rev 561927, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2020-02-03 11:58:43 UTC (rev 561928)
@@ -0,0 +1,5 @@
+;zend_extension=xdebug.so
+;xdebug.remote_enable=on
+;xdebug.remote_host=127.0.0.1
+;xdebug.remote_port=9000
+;xdebug.remote_handler=dbgp


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

2020-02-03 Thread Sergej Pupykin via arch-commits
Date: Monday, February 3, 2020 @ 11:58:33
  Author: spupykin
Revision: 561927

upgpkg: xdebug 2.9.2-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-03 11:56:45 UTC (rev 561926)
+++ PKGBUILD2020-02-03 11:58:33 UTC (rev 561927)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.9.0
+pkgver=2.9.2
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
'xdebug.ini')
-sha256sums=('8dd1f867805d4ae78ccefc1825da1180eb82efbe6d6575eef2cc3dd1aeca5943'
+sha256sums=('158cce5ff44411128701227ada80933cbd4b03c241a3d0695a309098b3eecc69'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


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

2020-02-07 Thread Sergej Pupykin via arch-commits
Date: Friday, February 7, 2020 @ 17:35:42
  Author: spupykin
Revision: 563749

upgpkg: nextcloud-app-notes 3.1.4-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-07 17:17:42 UTC (rev 563748)
+++ PKGBUILD2020-02-07 17:35:42 UTC (rev 563749)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.1.2
+pkgver=3.1.4
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('8c044591c250da5fe1a6160ea0f3b2ae0aa943ec735ef84be776230d6caace1367da84ad8f7db7fe47474a1f312a6b37241b0e7d71fcbba2dc41f483263ca6fc')
+sha512sums=('c546676936a046bd6e8a9bf10b56ddfcb4b3fc0412f276eeb2c0809d028896d93ef645b40c0d30163c30598836172a2b7cd55131ec574a408f3cb2af3fd47b33')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-02-07 Thread Sergej Pupykin via arch-commits
Date: Friday, February 7, 2020 @ 17:35:52
  Author: spupykin
Revision: 563750

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-07 17:35:42 UTC (rev 563749)
+++ PKGBUILD2020-02-07 17:35:52 UTC (rev 563750)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('8c044591c250da5fe1a6160ea0f3b2ae0aa943ec735ef84be776230d6caace1367da84ad8f7db7fe47474a1f312a6b37241b0e7d71fcbba2dc41f483263ca6fc')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

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


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

2020-01-27 Thread Sergej Pupykin via arch-commits
Date: Monday, January 27, 2020 @ 13:37:39
  Author: spupykin
Revision: 556015

upgpkg: squid 4.10-1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-27 11:53:18 UTC (rev 556014)
+++ PKGBUILD2020-01-27 13:37:39 UTC (rev 556015)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.9
+pkgver=4.10
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('1cb1838c6683b0568a3a4050f4ea2fc1eaa5cbba6bdf7d57f7258c7cd7b41fa1'
+sha256sums=('98f0100afd8a42ea5f6b81eb98b0e4b36d7a54beab1c73d2f1705ab49b025f1f'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
 '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'


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

2020-01-27 Thread Sergej Pupykin via arch-commits
Date: Monday, January 27, 2020 @ 13:38:05
  Author: spupykin
Revision: 556016

archrelease: copy trunk to community-x86_64

Added:
  squid/repos/community-x86_64/PKGBUILD
(from rev 556015, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 556015, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 556015, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.pam
(from rev 556015, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.sysusers
(from rev 556015, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 556015, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

--+
 PKGBUILD |  208 -
 squid-rotate.service |   18 ++--
 squid-rotate.timer   |   20 ++--
 squid.pam|8 -
 squid.sysusers   |2 
 squid.tmpfiles   |6 -
 6 files changed, 131 insertions(+), 131 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-27 13:37:39 UTC (rev 556015)
+++ PKGBUILD2020-01-27 13:38:05 UTC (rev 556016)
@@ -1,104 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=4.9
-pkgrel=1
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle' 'gnutls' 'libnsl' 
'libxml2')
-makedepends=('krb5')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-   'etc/squid/cachemgr.conf'
-   'etc/squid/errorpage.css'
-   'etc/squid/mime.conf')
-validpgpkeys=('EA31CC5E9488E5168D2DCC5EB268E706FF5CF463'
- 'B06884EDB779C89B044E64E3CD6DBF8EF3B17D3E')
-source=("http://www.squid-cache.org/Versions/v4/$pkgname-$pkgver.tar.xz"{,.asc}
-'squid.pam'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-sha256sums=('1cb1838c6683b0568a3a4050f4ea2fc1eaa5cbba6bdf7d57f7258c7cd7b41fa1'
-'SKIP'
-'11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
-'495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'
-'c903eb86e6968b9d3bd0a9ad3335e8ce76a718b6217251e9dd7e66d5cf1ac94a'
-'3a97aa6bf6dcdc427e73bb2f36afdeaaf2bbf7dd2c0bbb7f1a948850198a8b7c'
-'8bc77fa1f653a17a4956feac042be9577ba30a8a43480b443fbd67640ae711ee')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---datadir=/usr/share/squid \
---sysconfdir=/etc/squid \
---libexecdir=/usr/lib/squid \
---localstatedir=/var \
---with-logdir=/var/log/squid \
---with-pidfile=/run/squid.pid \
---enable-auth \
---enable-auth-basic \
---enable-auth-ntlm \
---enable-auth-digest \
---enable-auth-negotiate \
---enable-removal-policies="lru,heap" \
---enable-storeio="aufs,ufs,diskd,rock" \
---enable-delay-pools \
---enable-arp-acl \
---with-openssl \
---enable-snmp \
---enable-linux-netfilter \
---enable-ident-lookups \
---enable-useragent-log \
---enable-cache-digests \
---enable-referer-log \
---enable-arp-acl \
---enable-htcp \
---enable-carp \
---enable-epoll \
---with-large-files \
---enable-arp-acl \
---with-default-user=proxy \
---enable-async-io \
---enable-truncate \
---enable-icap-client \
---enable-ssl-crtd \
---disable-arch-native \
---disable-strict-error-checking \
---enable-wccpv2
-  make
-}
-
-package() {
-  cd "$srcdir"
-
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/squid.pam" "$pkgdir/usr/lib/pam.d/squid"
-  install -Dm644 "$srcdir/squid.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/squid.conf"
-  install -Dm644 "$srcdir/squid.sysusers" 
"$pkgdir/usr/lib/sysusers.d/squid.conf"
-  install -Dm644 "$pkgname-$pkgver/tools/systemd/squid.service" \
-"$pkgdir/usr/lib/systemd/system/squid.service"
-  install -Dm644 "$srcdir/squid-rotate.service" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.service"
-  install -Dm644 "$srcdir/squid-rotate.timer" \
-"$pkgdir/usr/lib/systemd/system/squid-rotate.timer"
-#  install -dm755 "$pkgdir/usr/lib/systemd/system/timers.target.wants"
-#  ln -s ../squid-rotate.timer \
-#"$pkgdir/usr/lib/systemd/system/timers.target.wants/squid-rotate.timer"
-  rm -rf "$pkgdir/run" "$pkgdir"/var/{cache,log,run}

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

2020-02-04 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 4, 2020 @ 14:11:17
  Author: spupykin
Revision: 562040

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-04 14:11:06 UTC (rev 562039)
+++ PKGBUILD2020-02-04 14:11:17 UTC (rev 562040)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.1.1
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('4752b456998c7afc472b18deaa5a38d0a3d099a9a27d0e5e744175ce883627fa39ec4999d181d2c31ce6ffd4ee228d32801683812d00babd484fb7e147121f40')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

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


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

2020-02-04 Thread Sergej Pupykin via arch-commits
Date: Tuesday, February 4, 2020 @ 14:11:06
  Author: spupykin
Revision: 562039

upgpkg: nextcloud-app-notes 3.1.2-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-04 13:43:25 UTC (rev 562038)
+++ PKGBUILD2020-02-04 14:11:06 UTC (rev 562039)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.1.1
+pkgver=3.1.2
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('4752b456998c7afc472b18deaa5a38d0a3d099a9a27d0e5e744175ce883627fa39ec4999d181d2c31ce6ffd4ee228d32801683812d00babd484fb7e147121f40')
+sha512sums=('8c044591c250da5fe1a6160ea0f3b2ae0aa943ec735ef84be776230d6caace1367da84ad8f7db7fe47474a1f312a6b37241b0e7d71fcbba2dc41f483263ca6fc')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:54:52
  Author: spupykin
Revision: 569835

upgpkg: rocksndiamonds 4.1.4.1-1

Modified:
  rocksndiamonds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 22:54:45 UTC (rev 569834)
+++ PKGBUILD2020-02-12 22:54:52 UTC (rev 569835)
@@ -2,7 +2,7 @@
 # Contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds
-pkgver=4.1.3.0
+pkgver=4.1.4.1
 pkgrel=1
 pkgdesc="game similiar to Boulderdash with lots of levels"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 makedepends=('unzip' 'p7zip')
 
source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
rocksndiamonds.desktop)
-sha256sums=('93da17fdfb8e4b22b2e050724dc775cf86dc6ed278ffab8bc18922ed2b2594cb'
+sha256sums=('0f65559070b24e8a82c27e7cae40243a8dcdca9028c4c9cc75487112129854ce'
 '90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
 
 prepare() {


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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:54:38
  Author: spupykin
Revision: 569833

upgpkg: nextcloud-app-notes 3.1.5-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 22:54:03 UTC (rev 569832)
+++ PKGBUILD2020-02-12 22:54:38 UTC (rev 569833)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.1.4
+pkgver=3.1.5
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('c546676936a046bd6e8a9bf10b56ddfcb4b3fc0412f276eeb2c0809d028896d93ef645b40c0d30163c30598836172a2b7cd55131ec574a408f3cb2af3fd47b33')
+sha512sums=('b12fca90fb97cd9434db5847545e06b3587049c2ccad6e8f8f76a12894ca59053278cbd4af3083c455a03639769e4006d5afa4ae35e35c8b8482219b47cf178e')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:54:45
  Author: spupykin
Revision: 569834

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 22:54:38 UTC (rev 569833)
+++ PKGBUILD2020-02-12 22:54:45 UTC (rev 569834)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.1.4
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('c546676936a046bd6e8a9bf10b56ddfcb4b3fc0412f276eeb2c0809d028896d93ef645b40c0d30163c30598836172a2b7cd55131ec574a408f3cb2af3fd47b33')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
-}

Copied: nextcloud-app-notes/repos/community-any/PKGBUILD (from rev 569833, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 22:54:45 UTC (rev 569834)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=3.1.5
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
+sha512sums=('b12fca90fb97cd9434db5847545e06b3587049c2ccad6e8f8f76a12894ca59053278cbd4af3083c455a03639769e4006d5afa4ae35e35c8b8482219b47cf178e')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


[arch-commits] Commit in nextcloud/repos/community-any (6 files)

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:54:03
  Author: spupykin
Revision: 569832

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 569831, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 569831, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 569831, nextcloud/trunk/nextcloud.hook)
Deleted:
  nextcloud/repos/community-any/PKGBUILD
  nextcloud/repos/community-any/apache.example.conf
  nextcloud/repos/community-any/nextcloud.hook

-+
 PKGBUILD|  114 +-
 apache.example.conf |   34 +++---
 nextcloud.hook  |   26 +--
 3 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 22:53:49 UTC (rev 569831)
+++ PKGBUILD2020-02-12 22:54:03 UTC (rev 569832)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=18.0.0
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('194095a5586d84040bc455f77b8aa6c80f9a6a6dd713c9aebdad046713d4267b'
-'SKIP'
-'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php>=7.4.0' 'php<7.5.0' 'php-gd')
-
-# install project
-install -d "$pkgdir"/usr/share/webapps/
-cp -R "$srcdir"/${pkgname} "$pkgdir"/usr/share/webapps/.
-
-# install apache config file
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-install -m 644 "$srcdir"/apache.example.conf  
"$pkgdir"/etc/webapps/${pkgname}
-
-# move config to /etc
-install -d  "$pkgdir"/etc/webapps/${pkgname}
-mv "$pkgdir"/usr/share/webapps/${pkgname}/config 
"$pkgdir"/etc/webapps/${pkgname}/config
-chown -R http:http "$pkgdir"/etc/webapps/${pkgname}
-ln -s /etc/webapps/${pkgname}/config 
"$pkgdir"/usr/share/webapps/${pkgname}/config
-chown -R root:http "$pkgdir"/usr/share/webapps/${pkgname}
-
-find "$pkgdir"/usr/share/webapps/${pkgname} -type f -exec chmod 0644 {} \;
-find "$pkgdir"/usr/share/webapps/${pkgname} -type d -exec chmod 0755 {} \;
-
-chmod a+x "$pkgdir"/usr/share/webapps/${pkgname}/occ
-
-#install -Dm0644 "$srcdir"/nextcloud.hook 
"$pkgdir"/usr/share/libalpm/hooks/nextcloud.hook
-}

Copied: nextcloud/repos/community-any/PKGBUILD (from rev 569831, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 22:54:03 UTC (rev 569832)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=18.0.1
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com;
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('770faf34b8f0d81273623daed4d64ec7919c38dfeb07328b613058addbed19c0'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php>=7.4.0' 'php<7.5.0' 'php-gd')
+
+

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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:53:49
  Author: spupykin
Revision: 569831

upgpkg: nextcloud 18.0.1-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 21:41:54 UTC (rev 569830)
+++ PKGBUILD2020-02-12 22:53:49 UTC (rev 569831)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=18.0.0
+pkgver=18.0.1
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('194095a5586d84040bc455f77b8aa6c80f9a6a6dd713c9aebdad046713d4267b'
+sha256sums=('770faf34b8f0d81273623daed4d64ec7919c38dfeb07328b613058addbed19c0'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:55:06
  Author: spupykin
Revision: 569837

upgpkg: rocksndiamonds-data 4.1.4.1-1

Modified:
  rocksndiamonds-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 22:55:00 UTC (rev 569836)
+++ PKGBUILD2020-02-12 22:55:06 UTC (rev 569837)
@@ -2,7 +2,7 @@
 # contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds-data
-pkgver=4.1.3.0
+pkgver=4.1.4.1
 pkgrel=1
 arch=(any)
 pkgdesc='rockndiamonds game data and levels'
@@ -24,7 +24,7 @@

https://artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-sp-1.0.tar.gz

https://artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-dx-1.0.tar.gz

https://artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-emc-1.0.tar.gz)
-sha256sums=('93da17fdfb8e4b22b2e050724dc775cf86dc6ed278ffab8bc18922ed2b2594cb'
+sha256sums=('0f65559070b24e8a82c27e7cae40243a8dcdca9028c4c9cc75487112129854ce'
 'd533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'
 '63f9d36789edca22c0f9454202f9fd21fcee89111642459b5882314f13ebdc0e'
 '6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'


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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:55:27
  Author: spupykin
Revision: 569839

upgpkg: unrealircd 5.0.3-1

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-02-12 22:55:14 UTC (rev 569838)
+++ PKGBUILD2020-02-12 22:55:27 UTC (rev 569839)
@@ -2,7 +2,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('x86_64')
@@ -18,7 +18,7 @@
unrealircd.tmpfiles.d
unrealircd.sysusers.d
install.pl)
-sha256sums=('02ace7e3bf58eea70790cd817f1ada4b8d95f505a689c4f661f9bf267c566aaa'
+sha256sums=('a523453d41200ac80426e2cbebd87d2b2a91bade268f29fcb33ccb587be3800d'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
 '9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'


[arch-commits] Commit in rocksndiamonds/repos/community-x86_64 (4 files)

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:55:00
  Author: spupykin
Revision: 569836

archrelease: copy trunk to community-x86_64

Added:
  rocksndiamonds/repos/community-x86_64/PKGBUILD
(from rev 569835, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
(from rev 569835, rocksndiamonds/trunk/rocksndiamonds.desktop)
Deleted:
  rocksndiamonds/repos/community-x86_64/PKGBUILD
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop

+
 PKGBUILD   |   88 +++
 rocksndiamonds.desktop |   20 +-
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 22:54:52 UTC (rev 569835)
+++ PKGBUILD2020-02-12 22:55:00 UTC (rev 569836)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds
-pkgver=4.1.3.0
-pkgrel=1
-pkgdesc="game similiar to Boulderdash with lots of levels"
-arch=(x86_64)
-url="http://www.artsoft.org/rocksndiamonds/;
-license=('GPL')
-depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
-makedepends=('unzip' 'p7zip')
-source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
-   rocksndiamonds.desktop)
-sha256sums=('93da17fdfb8e4b22b2e050724dc775cf86dc6ed278ffab8bc18922ed2b2594cb'
-'90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
-
-prepare() {
-  cd "$srcdir"/rocksndiamonds-$pkgver
-  sed -i 's|inline void InitElementSmallImagesScaledUp|void 
InitElementSmallImagesScaledUp|g' src/init.c
-}
-
-build() {
-  cd "$srcdir"/rocksndiamonds-$pkgver
-  make clean
-  make RO_GAME_DIR=/usr/share/rocksndiamonds 
RW_GAME_DIR=/usr/share/rocksndiamonds
-}
-
-package() {
-  depends+=('rocksndiamonds-data')
-
-  cd "$srcdir"/rocksndiamonds-$pkgver
-
-  install -d "$pkgdir"/usr/bin
-  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds 
"$pkgdir"/usr/bin/rocksndiamonds
-
-#  install -d "$pkgdir"/usr/share/man/man1
-#  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds.1 
"$pkgdir"/usr/share/man/man1
-
-  install -d "$pkgdir"/usr/share/doc/$pkgname/
-  cp -a docs/elements "$pkgdir"/usr/share/doc/$pkgname/
-
-  install -Dm0644 "$srcdir"/rocksndiamonds.desktop 
"$pkgdir"/usr/share/applications/rocksndiamonds.desktop
-}

Copied: rocksndiamonds/repos/community-x86_64/PKGBUILD (from rev 569835, 
rocksndiamonds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 22:55:00 UTC (rev 569836)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jacek Poplawski 
+
+pkgname=rocksndiamonds
+pkgver=4.1.4.1
+pkgrel=1
+pkgdesc="game similiar to Boulderdash with lots of levels"
+arch=(x86_64)
+url="https://www.artsoft.org/rocksndiamonds/;
+license=('GPL')
+depends=('sdl2' 'sdl2_image' 'sdl2_mixer' 'sdl2_net' 'smpeg')
+makedepends=('unzip' 'p7zip')
+source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+   rocksndiamonds.desktop)
+sha256sums=('0f65559070b24e8a82c27e7cae40243a8dcdca9028c4c9cc75487112129854ce'
+'90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
+
+prepare() {
+  cd "$srcdir"/rocksndiamonds-$pkgver
+  sed -i 's|inline void InitElementSmallImagesScaledUp|void 
InitElementSmallImagesScaledUp|g' src/init.c
+}
+
+build() {
+  cd "$srcdir"/rocksndiamonds-$pkgver
+  make clean
+  make RO_GAME_DIR=/usr/share/rocksndiamonds 
RW_GAME_DIR=/usr/share/rocksndiamonds
+}
+
+package() {
+  depends+=('rocksndiamonds-data')
+
+  cd "$srcdir"/rocksndiamonds-$pkgver
+
+  install -d "$pkgdir"/usr/bin
+  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds 
"$pkgdir"/usr/bin/rocksndiamonds
+
+#  install -d "$pkgdir"/usr/share/man/man1
+#  cp "$srcdir"/rocksndiamonds-$pkgver/rocksndiamonds.1 
"$pkgdir"/usr/share/man/man1
+
+  install -d "$pkgdir"/usr/share/doc/$pkgname/
+  cp -a docs/elements "$pkgdir"/usr/share/doc/$pkgname/
+
+  install -Dm0644 "$srcdir"/rocksndiamonds.desktop 
"$pkgdir"/usr/share/applications/rocksndiamonds.desktop
+}

Deleted: rocksndiamonds.desktop
===
--- rocksndiamonds.desktop  2020-02-12 22:54:52 UTC (rev 569835)
+++ rocksndiamonds.desktop  2020-02-12 22:55:00 UTC (rev 569836)
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=Rocks'N'Diamonds
-GenericName=Rocks'N'Diamonds
-Comment=Arcade game
-Exec=rocksndiamonds
-Terminal=false
-Type=Application
-Categories=Application;Game;
-StartupNotify=false

Copied: rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop (from rev 
569835, rocksndiamonds/trunk/rocksndiamonds.desktop)
===
--- rocksndiamonds.desktop  (rev 0)
+++ rocksndiamonds.desktop 

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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:55:40
  Author: spupykin
Revision: 569840

archrelease: copy trunk to community-x86_64

Added:
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 569839, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 569839, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 569839, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 569839, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
(from rev 569839, unrealircd/trunk/unrealircd.sysusers.d)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 569839, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.sysusers.d
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

---+
 PKGBUILD  |  140 
 install.pl|   10 +--
 unrealircd.install|   18 +++---
 unrealircd.service|   24 
 unrealircd.sysusers.d |2 
 unrealircd.tmpfiles.d |   10 +--
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 22:55:27 UTC (rev 569839)
+++ PKGBUILD2020-02-12 22:55:40 UTC (rev 569840)
@@ -1,70 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=5.0.2
-pkgrel=1
-pkgdesc="Open Source IRC Server"
-arch=('x86_64')
-url="https://www.unrealircd.org;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   unrealircd.sysusers.d
-   install.pl)
-sha256sums=('02ace7e3bf58eea70790cd817f1ada4b8d95f505a689c4f661f9bf267c566aaa'
-'0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
-'75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
-'9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'
-'43f07093ada8eb5c954f9e2e189610575906c690c0953fec041d4f2d31210d85')
-
-prepare() {
-  cd "$srcdir"/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd "$srcdir"/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd "$srcdir"/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL="$srcdir"/install.pl install
-  mv "$pkgdir"/usr/unrealircd "$pkgdir"/etc/unrealircd/unrealircd
-  cp "$pkgdir"/etc/unrealircd/examples/example.conf 
"$pkgdir"/etc/unrealircd/unrealircd.conf
-  rm -rf "$pkgdir"/tmp
-
-  install -Dm0644 "$srcdir"/unrealircd.service 
"$pkgdir"/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 "$srcdir"/unrealircd.tmpfiles.d 
"$pkgdir"/usr/lib/tmpfiles.d/unrealircd.conf
-  install -Dm0644 "$srcdir"/unrealircd.sysusers.d 
"$pkgdir"/usr/lib/sysusers.d/unrealircd.conf
-}

Copied: unrealircd/repos/community-x86_64/PKGBUILD (from rev 569839, 
unrealircd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 22:55:40 UTC (rev 569840)
@@ -0,0 +1,70 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Zerial 
+
+pkgname=unrealircd
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Open Source IRC Server"
+arch=('x86_64')
+url="https://www.unrealircd.org;
+license=('GPL2')
+depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
+conflicts=('ircd')
+provides=('ircd')
+backup=('etc/unrealircd/unrealircd.conf')
+install=unrealircd.install
+source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
+   unrealircd.service
+   unrealircd.tmpfiles.d
+   unrealircd.sysusers.d
+   install.pl)

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

2020-02-12 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 12, 2020 @ 22:55:14
  Author: spupykin
Revision: 569838

archrelease: copy trunk to community-any

Added:
  rocksndiamonds-data/repos/community-any/PKGBUILD
(from rev 569837, rocksndiamonds-data/trunk/PKGBUILD)
Deleted:
  rocksndiamonds-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-12 22:55:06 UTC (rev 569837)
+++ PKGBUILD2020-02-12 22:55:14 UTC (rev 569838)
@@ -1,65 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds-data
-pkgver=4.1.3.0
-pkgrel=1
-arch=(any)
-pkgdesc='rockndiamonds game data and levels'
-url="https://www.artsoft.org/rocksndiamonds/;
-license=('GPL')
-depends=()
-makedepends=('unzip' 'p7zip')
-options=('!strip')
-source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Contributions-1.2.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Sokoban-1.0.0.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Boulder_Dash_Dream-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/BD2K3-1.0.0.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Snake_Bite-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Zelda-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/ZeldaII-1.0.0.zip
-   https://www.jb-line.de/hp/rnd_jue-v8.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Emerald_Mine_Club-2.1.1.7z
-   
https://artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-sp-1.0.tar.gz
-   
https://artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-dx-1.0.tar.gz
-   
https://artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-emc-1.0.tar.gz)
-sha256sums=('93da17fdfb8e4b22b2e050724dc775cf86dc6ed278ffab8bc18922ed2b2594cb'
-'d533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'
-'63f9d36789edca22c0f9454202f9fd21fcee89111642459b5882314f13ebdc0e'
-'6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
-'5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
-'6f6b573d89588f56cb3b326f3a42fb57277307bd709713dbef329885ac4d006d'
-'6c50778224d76a0c708eddcb2a505c5a38cc57092f05bee9c4d58e2bb519a5e1'
-'bec04b0448f18f1b796972cccef736ad250b782d08fad35d1387e5b9a05d3e32'
-'8a8aef74b1f37b5fc3493697bfb261d3f7bb95954ba2d8ca4de74150b30e8582'
-'a9d69fe3bfb46ff5525e713dadadfb04022b18ab76d0a0f6628e469468ca9841'
-'770d75a5926bb924c6787a6f95ee9f7af743b629ea14005ab0375b57eb488f25'
-'23f1710710eef1dcd1c490670de16d2d58dc98f3fdd9a2df186bdca590e57579'
-'a04e554fb8b6d010c73e21de090f116dad6054e43e00edc80c59c71a8a1eaa0c')
-
-package() {
-  cd "$srcdir"/rocksndiamonds-$pkgver
-  install -d "$pkgdir"/usr/share/rocksndiamonds
-  cp -R graphics "$pkgdir"/usr/share/rocksndiamonds
-  cp -R levels "$pkgdir"/usr/share/rocksndiamonds
-  cp -R sounds "$pkgdir"/usr/share/rocksndiamonds
-  cp -R music "$pkgdir"/usr/share/rocksndiamonds
-
-  # install levels
-  cd "$srcdir"
-  cp -R levels/* "$pkgdir"/usr/share/rocksndiamonds/levels/
-  cp -R Sokoban "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R BD2K3 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Boulder_Dash_Dream "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Emerald_Mine_Club "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Snake_Bite "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R zelda "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R zelda2 "$pkgdir"/usr/share/rocksndiamonds/levels
-
-  chown -R root:root "$pkgdir"/usr/share/rocksndiamonds
-  find "$pkgdir"/usr/share/rocksndiamonds -type d -exec chmod 0755 {} \;
-  find "$pkgdir"/usr/share/rocksndiamonds -type f -exec chmod 0644 {} \;
-}

Copied: rocksndiamonds-data/repos/community-any/PKGBUILD (from rev 569837, 
rocksndiamonds-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-12 22:55:14 UTC (rev 569838)
@@ -0,0 +1,65 @@
+# Maintainer: Sergej Pupykin 
+# contributor: Jacek Poplawski 
+
+pkgname=rocksndiamonds-data
+pkgver=4.1.4.1
+pkgrel=1
+arch=(any)
+pkgdesc='rockndiamonds game data and levels'
+url="https://www.artsoft.org/rocksndiamonds/;
+license=('GPL')
+depends=()
+makedepends=('unzip' 'p7zip')
+options=('!strip')
+source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+   

[arch-commits] Commit in ruby2.6 (3 files)

2020-02-19 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 19, 2020 @ 23:11:53
  Author: spupykin
Revision: 576950

archrelease: copy trunk to community-x86_64

Added:
  ruby2.6/repos/
  ruby2.6/repos/community-x86_64/
  ruby2.6/repos/community-x86_64/PKGBUILD
(from rev 576949, ruby2.6/trunk/PKGBUILD)

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

Copied: ruby2.6/repos/community-x86_64/PKGBUILD (from rev 576949, 
ruby2.6/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2020-02-19 23:11:53 UTC (rev 576950)
@@ -0,0 +1,61 @@
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.6
+pkgname=ruby2.6
+pkgver=2.6.5
+pkgdesc='An object-oriented language for quick and easy programming (version 
2.6)'
+pkgrel=1
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('e8ae3b5d4d23a93d0ef6057235ad0e573665a8b4b6544e1c70b4cce9c4d2fb9094e5c8fe8a9ab7b9996efe3ada603f9b4ef1fd08fb5a83253c1ae2b5e3f202db')
+
+build() {
+  cd ruby-${pkgver}
+
+  ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}


[arch-commits] Commit in (ruby2.6 ruby2.6/trunk ruby2.6/trunk/PKGBUILD)

2020-02-19 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 19, 2020 @ 23:05:32
  Author: spupykin
Revision: 576947

Added:
  ruby2.6/
  ruby2.6/trunk/
  ruby2.6/trunk/PKGBUILD

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

Added: ruby2.6/trunk/PKGBUILD
===
--- ruby2.6/trunk/PKGBUILD  (rev 0)
+++ ruby2.6/trunk/PKGBUILD  2020-02-19 23:05:32 UTC (rev 576947)
@@ -0,0 +1,61 @@
+# Contributor: Thomas Dziedzic 
+# Contributor: Allan McRae 
+# Contributor: John Proctor 
+# Contributor: Jeramy Rutley 
+
+_rubyver=2.6
+pkgname=ruby2.6
+pkgver=2.6.5
+pkgdesc='An object-oriented language for quick and easy programming (version 
2.6)'
+pkgrel=1
+arch=(x86_64)
+url='http://www.ruby-lang.org/en/'
+license=(BSD custom)
+depends=(gdbm openssl libffi libyaml gmp zlib)
+optdepends=('tk: for Ruby/TK')
+makedepends=(gdbm openssl libffi doxygen graphviz libyaml ttf-dejavu tk)
+options=(!emptydirs)
+source=(https://cache.ruby-lang.org/pub/ruby/${pkgver:0:3}/ruby-${pkgver}.tar.xz)
+sha512sums=('e8ae3b5d4d23a93d0ef6057235ad0e573665a8b4b6544e1c70b4cce9c4d2fb9094e5c8fe8a9ab7b9996efe3ada603f9b4ef1fd08fb5a83253c1ae2b5e3f202db')
+
+build() {
+  cd ruby-${pkgver}
+
+  ./configure \
+--prefix=/opt/ruby${_rubyver} \
+--program-suffix=-${_rubyver} \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--sharedstatedir=/var/lib \
+--libexecdir=/usr/lib/ruby \
+--enable-shared \
+--disable-rpath \
+--with-dbm-type=gdbm_compat
+
+  make
+}
+
+check() {
+  cd ruby-${pkgver}
+
+  make test
+}
+
+package() {
+  cd ruby-${pkgver}
+
+  make DESTDIR="${pkgdir}" install-nodoc
+
+  install -dm755 $pkgdir/usr/bin
+  install -dm755 $pkgdir/usr/lib
+
+  for i in erb irb rdoc ri ruby testrb rake gem; do
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/usr/bin/$i-${_rubyver}
+ln -s /opt/$pkgname/bin/$i-${_rubyver} $pkgdir/opt/$pkgname/bin/$i
+  done
+
+ln -s /opt/$pkgname/lib/libruby.so.${_rubyver} 
$pkgdir/usr/lib/libruby.so.${_rubyver}
+
+  install -D -m644 COPYING "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  install -D -m644 BSDL "${pkgdir}/usr/share/licenses/$pkgname/BSDL"
+}


[arch-commits] Commit in redmine/repos/community-any (6 files)

2020-02-19 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 19, 2020 @ 23:11:41
  Author: spupykin
Revision: 576949

archrelease: copy trunk to community-any

Added:
  redmine/repos/community-any/Gemfile.local
(from rev 576948, redmine/trunk/Gemfile.local)
  redmine/repos/community-any/PKGBUILD
(from rev 576948, redmine/trunk/PKGBUILD)
  redmine/repos/community-any/redmine.service
(from rev 576948, redmine/trunk/redmine.service)
Deleted:
  redmine/repos/community-any/Gemfile.local
  redmine/repos/community-any/PKGBUILD
  redmine/repos/community-any/redmine.service

-+
 Gemfile.local   |   26 +++---
 PKGBUILD|  100 +++---
 redmine.service |   30 
 3 files changed, 79 insertions(+), 77 deletions(-)

Deleted: Gemfile.local
===
--- Gemfile.local   2020-02-19 23:11:28 UTC (rev 576948)
+++ Gemfile.local   2020-02-19 23:11:41 UTC (rev 576949)
@@ -1,13 +0,0 @@
-gem "xpath", "< 4.0"
-gem "capybara", "~> 2.13"
-gem "ffi", "= 1.10.0"
-gem "childprocess", "= 0.9.0"
-gem "docile", "= 1.1.5"
-gem "metaclass", "= 0.0.4"
-gem "mocha", ">= 0"
-gem "puma", "~> 3.7"
-gem "rubyzip", "= 1.2.2"
-gem "selenium-webdriver", ">= 0"
-gem "simplecov", "~> 0.14.1"
-gem "mysql2", "~> 0.5.0"
-gem "pg", "~> 1.1.4"

Copied: redmine/repos/community-any/Gemfile.local (from rev 576948, 
redmine/trunk/Gemfile.local)
===
--- Gemfile.local   (rev 0)
+++ Gemfile.local   2020-02-19 23:11:41 UTC (rev 576949)
@@ -0,0 +1,13 @@
+gem "xpath", "< 4.0"
+gem "capybara", "~> 2.13"
+gem "ffi", "= 1.10.0"
+gem "childprocess", "= 0.9.0"
+gem "docile", "= 1.1.5"
+gem "metaclass", "= 0.0.4"
+gem "mocha", ">= 0"
+gem "puma", "~> 3.7"
+gem "rubyzip", "= 1.2.2"
+gem "selenium-webdriver", ">= 0"
+gem "simplecov", "~> 0.14.1"
+gem "mysql2", "~> 0.5.0"
+gem "pg", "~> 1.1.4"

Deleted: PKGBUILD
===
--- PKGBUILD2020-02-19 23:11:28 UTC (rev 576948)
+++ PKGBUILD2020-02-19 23:11:41 UTC (rev 576949)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Federico Cuello 
-
-pkgname=redmine
-pkgver=4.0.5
-pkgrel=1
-pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
-arch=('any')
-url="https://www.redmine.org;
-license=('GPL2')
-depends=('ruby' 'libmagick6' 'ruby-bundler' 'libxml2' 'libxslt')
-makedepends=('mariadb-libs' 'postgresql-libs')
-optdepends=('apache: A supported application server'
-'nginx: A supported application server'
-'mysql: MySQL database support'
-'postgresql: PostgreSQL database support'
-'sqlite: SQLite database support')
-source=("$url/releases/$pkgname-$pkgver.tar.gz"
-   "Gemfile.local"
-   "redmine.service")
-sha512sums=('a6aa3e2418fd83ed3783fc6644c339c54ebb1952b8c2c0be4b718fb296fdff64fb4116faa2c88f3e5c3c25d7c5b3c21cd7822ff9f99f6f67270e0b8b64053678'
-
'750ae2aa12ab6b94ab818f329b95e7aa04a148512472548a3d2f91df4af59709dd841d553402d4332e6fc49a8bb643b17e5bacb1c26a99702fde32cae053ec29'
-
'aa2186ed970667baf8b80c4b65fce76291074bed25cf8e78c6a265afb6e8a00c67eb195ceb8fc021cdc0b70731a008ccb64cdd28f492e130d469a71f364d40a7')
-
-build() {
-cd "$srcdir"/redmine-$pkgver
-
-export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
-cp "${srcdir}"/Gemfile.local Gemfile.local
-bundle lock
-bundle install --no-cache --deployment --without development test
-}
-
-package() {
-install -dm 755 "$pkgdir"/usr/share/webapps/
-cp -a --no-preserve=ownership "$srcdir"/redmine-$pkgver 
"$pkgdir"/usr/share/webapps/redmine
-
-install -Dm0644 "${srcdir}"/redmine.service 
"${pkgdir}"/usr/lib/systemd/system/redmine.service
-
-cd "$pkgdir"/usr/share/webapps/redmine
-rm -rf files log
-install -dm0755 -o http -g http "$pkgdir"/var/lib/redmine/files
-install -dm0755 -o http -g http "$pkgdir"/var/log/redmine
-mv tmp "$pkgdir"/var/lib/redmine/tmp
-chown -R http:http "$pkgdir"/var/lib/redmine/tmp
-ln -s /var/log/redmine log
-ln -s /var/lib/redmine/files files
-ln -s /var/lib/redmine/tmp tmp
-}

Copied: redmine/repos/community-any/PKGBUILD (from rev 576948, 
redmine/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-02-19 23:11:41 UTC (rev 576949)
@@ -0,0 +1,51 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Federico Cuello 
+
+pkgname=redmine
+pkgver=4.0.5
+pkgrel=2
+pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
+arch=('any')
+url="https://www.redmine.org;
+license=('GPL2')
+depends=('ruby2.6' 'libmagick6' 'libxml2' 'libxslt')
+makedepends=('mariadb-libs' 'postgresql-libs')
+optdepends=('apache: A supported application server'
+  

[arch-commits] Commit in redmine/trunk (PKGBUILD redmine.service)

2020-02-19 Thread Sergej Pupykin via arch-commits
Date: Wednesday, February 19, 2020 @ 23:11:28
  Author: spupykin
Revision: 576948

upgpkg: redmine 4.0.5-2

Modified:
  redmine/trunk/PKGBUILD
  redmine/trunk/redmine.service

-+
 PKGBUILD|   12 +++-
 redmine.service |2 +-
 2 files changed, 8 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-02-19 23:05:32 UTC (rev 576947)
+++ PKGBUILD2020-02-19 23:11:28 UTC (rev 576948)
@@ -3,12 +3,12 @@
 
 pkgname=redmine
 pkgver=4.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A flexible project management web application written using Ruby on 
Rails framework."
 arch=('any')
 url="https://www.redmine.org;
 license=('GPL2')
-depends=('ruby' 'libmagick6' 'ruby-bundler' 'libxml2' 'libxslt')
+depends=('ruby2.6' 'libmagick6' 'libxml2' 'libxslt')
 makedepends=('mariadb-libs' 'postgresql-libs')
 optdepends=('apache: A supported application server'
 'nginx: A supported application server'
@@ -20,15 +20,17 @@
"redmine.service")
 
sha512sums=('a6aa3e2418fd83ed3783fc6644c339c54ebb1952b8c2c0be4b718fb296fdff64fb4116faa2c88f3e5c3c25d7c5b3c21cd7822ff9f99f6f67270e0b8b64053678'
 
'750ae2aa12ab6b94ab818f329b95e7aa04a148512472548a3d2f91df4af59709dd841d553402d4332e6fc49a8bb643b17e5bacb1c26a99702fde32cae053ec29'
-
'aa2186ed970667baf8b80c4b65fce76291074bed25cf8e78c6a265afb6e8a00c67eb195ceb8fc021cdc0b70731a008ccb64cdd28f492e130d469a71f364d40a7')
+
'0b897980a8920538674fa7585e1dbaef48a152226215d598c41b3fcf4ac6566b5866d6e3132c30c0adbdc0d8e0080e2541cb4a119aedc6bef24fd6c129abd4eb')
 
 build() {
 cd "$srcdir"/redmine-$pkgver
 
+export PATH=/opt/ruby2.6/bin:$PATH
 export PKG_CONFIG_PATH="/usr/lib/imagemagick6/pkgconfig"
+
 cp "${srcdir}"/Gemfile.local Gemfile.local
-bundle lock
-bundle install --no-cache --deployment --without development test
+bundle-2.6 lock
+bundle-2.6 install --no-cache --deployment --without development test
 }
 
 package() {

Modified: redmine.service
===
--- redmine.service 2020-02-19 23:05:32 UTC (rev 576947)
+++ redmine.service 2020-02-19 23:11:28 UTC (rev 576948)
@@ -7,7 +7,7 @@
 User=http
 Group=http
 WorkingDirectory=/usr/share/webapps/redmine
-ExecStart=/usr/bin/ruby ./bin/rails server webrick -e production -b 127.0.0.1 
-p 3020
+ExecStart=/usr/bin/ruby-2.6 ./bin/rails server webrick -e production -b 
127.0.0.1 -p 3020
 RestartSec=60
 Restart=always
 


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

2020-01-11 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 11, 2020 @ 21:13:24
  Author: spupykin
Revision: 552105

upgpkg: nextcloud-app-calendar 1:1.7.2-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-11 20:41:43 UTC (rev 552104)
+++ PKGBUILD2020-01-11 21:13:24 UTC (rev 552105)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-calendar
 epoch=1
-pkgver=1.7.1
+pkgver=1.7.2
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('dfb995d30938b6f119216b0d42d90cf320107af859ad9d8aea6fba03fbbeb1b4')
+sha256sums=('4f6d67b4d06dc4b71027d3adfe69a4c88e82934612dca54c5c9ee9267132f071')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


[arch-commits] Commit in nextcloud-app-calendar/repos/community-any (2 files)

2020-01-11 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 11, 2020 @ 21:13:37
  Author: spupykin
Revision: 552106

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-11 21:13:24 UTC (rev 552105)
+++ PKGBUILD2020-01-11 21:13:37 UTC (rev 552106)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-calendar
-epoch=1
-pkgver=1.7.1
-pkgrel=1
-pkgdesc="Calendar app for nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/calendar/;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('dfb995d30938b6f119216b0d42d90cf320107af859ad9d8aea6fba03fbbeb1b4')
-
-package() {
-  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
-  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
-}

Copied: nextcloud-app-calendar/repos/community-any/PKGBUILD (from rev 552105, 
nextcloud-app-calendar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-11 21:13:37 UTC (rev 552106)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-calendar
+epoch=1
+pkgver=1.7.2
+pkgrel=1
+pkgdesc="Calendar app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/calendar/;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
+sha256sums=('4f6d67b4d06dc4b71027d3adfe69a4c88e82934612dca54c5c9ee9267132f071')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/calendar "$pkgdir"/usr/share/webapps/nextcloud/apps/calendar
+}


<    11   12   13   14   15   16   17   18   19   20   >