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

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:12:22
  Author: spupykin
Revision: 773131

upgpkg: xdebug 3.0.1-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 14:12:17 UTC (rev 773130)
+++ PKGBUILD2020-12-11 14:12:22 UTC (rev 773131)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=3.0.0
+pkgver=3.0.1
 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}.tgz;
'xdebug.ini')
-sha256sums=('845007e82c1d4e088770d1d87f5832aa3a767cb5a3664fc1615db62cecc3ca62'
+sha256sums=('0b95317153a2254f3da1fc9010fdffc40c9eec232be3ede088ec4c9bd94049b5'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


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

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:12:31
  Author: spupykin
Revision: 773132

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 14:12:22 UTC (rev 773131)
+++ PKGBUILD2020-12-11 14:12:31 UTC (rev 773132)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=3.0.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}.tgz;
-   'xdebug.ini')
-sha256sums=('845007e82c1d4e088770d1d87f5832aa3a767cb5a3664fc1615db62cecc3ca62'
-'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
-
-build() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  phpize
-  ./configure --prefix=/usr --enable-xdebug
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-${pkgver}
-  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 773131, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 14:12:31 UTC (rev 773132)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=3.0.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}.tgz;
+   'xdebug.ini')
+sha256sums=('0b95317153a2254f3da1fc9010fdffc40c9eec232be3ede088ec4c9bd94049b5'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  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-12-11 14:12:22 UTC (rev 773131)
+++ xdebug.ini  2020-12-11 14:12:31 UTC (rev 773132)
@@ -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 773131, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2020-12-11 14:12:31 UTC (rev 773132)
@@ -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 remmina/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:12:17
  Author: spupykin
Revision: 773130

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 14:12:09 UTC (rev 773129)
+++ PKGBUILD2020-12-11 14:12:17 UTC (rev 773130)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.4.9
-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' 
'libappindicator-gtk3')
-makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
-'harfbuzz' 'xorgproto' 'gobject-introspection')
-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'
-'gnome-terminal: external tools')
-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=('c6c79d14a9be1b18e10d01a64badd12a6e5976836476e554fe5f3bda05ce67de62269b8585e9d180b7fa9793cc5bb2d7c7f7c828ecdc51bbabdf0c73b57db86c')
-
-build() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=ON \
--DWITH_NEWS=OFF .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 773129, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 14:12:17 UTC (rev 773130)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.4.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' 
'libappindicator-gtk3')
+makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
+'harfbuzz' 'xorgproto' 'gobject-introspection')
+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'
+'gnome-terminal: external tools')
+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=('ebd589b4237c59b11ac0ca349654177752f11ca221afa761247a1f49c6224c1e7cb51db40b87233ab2a724fb0ef76162db0d7c743becd41a2b8524eafe108f7f')
+
+build() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=ON \
+-DWITH_NEWS=OFF .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}


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

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:12:09
  Author: spupykin
Revision: 773129

upgpkg: remmina 1:1.4.10-1

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 14:08:14 UTC (rev 773128)
+++ PKGBUILD2020-12-11 14:12:09 UTC (rev 773129)
@@ -2,7 +2,7 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.4.9
+pkgver=1.4.10
 pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(x86_64)
@@ -23,7 +23,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=('c6c79d14a9be1b18e10d01a64badd12a6e5976836476e554fe5f3bda05ce67de62269b8585e9d180b7fa9793cc5bb2d7c7f7c828ecdc51bbabdf0c73b57db86c')
+sha512sums=('ebd589b4237c59b11ac0ca349654177752f11ca221afa761247a1f49c6224c1e7cb51db40b87233ab2a724fb0ef76162db0d7c743becd41a2b8524eafe108f7f')
 
 build() {
   cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/


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

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:08:14
  Author: spupykin
Revision: 773128

archrelease: copy trunk to community-any

Added:
  phpldapadmin/repos/community-any/PKGBUILD
(from rev 773127, phpldapadmin/trunk/PKGBUILD)
  phpldapadmin/repos/community-any/disable-mcrypt.patch
(from rev 773127, phpldapadmin/trunk/disable-mcrypt.patch)
  phpldapadmin/repos/community-any/password-unescape.patch
(from rev 773127, phpldapadmin/trunk/password-unescape.patch)
  phpldapadmin/repos/community-any/phpldapadmin-1.2.3-php7_4.patch
(from rev 773127, phpldapadmin/trunk/phpldapadmin-1.2.3-php7_4.patch)
  phpldapadmin/repos/community-any/sort-in-templates.patch
(from rev 773127, phpldapadmin/trunk/sort-in-templates.patch)
Deleted:
  phpldapadmin/repos/community-any/PKGBUILD
  phpldapadmin/repos/community-any/disable-mcrypt.patch
  phpldapadmin/repos/community-any/password-unescape.patch
  phpldapadmin/repos/community-any/phpldapadmin-1.2.3-php7_4.patch
  phpldapadmin/repos/community-any/sort-in-templates.patch

-+
 PKGBUILD|   86 +++---
 disable-mcrypt.patch|   72 +++
 password-unescape.patch |   20 
 phpldapadmin-1.2.3-php7_4.patch |   48 ++---
 sort-in-templates.patch |   24 +-
 5 files changed, 125 insertions(+), 125 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-11 14:08:02 UTC (rev 773127)
+++ PKGBUILD2020-12-11 14:08:14 UTC (rev 773128)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=phpldapadmin
-pkgver=1.2.5
-pkgrel=3
-pkgdesc="A PHP and hence web-based tool to administrate LDAP over the WWW"
-arch=('any')
-url="https://github.com/leenooks/phpLDAPadmin;
-license=('GPL')
-depends=('libldap' 'php')
-makedepends=('optipng')
-backup=("etc/webapps/phpldapadmin/config.php")
-source=($pkgname-$pkgver.tar.gz::https://github.com/leenooks/phpLDAPadmin/archive/$pkgver.tar.gz
-disable-mcrypt.patch
-phpldapadmin-1.2.3-php7_4.patch
-password-unescape.patch
-sort-in-templates.patch)
-sha256sums=('74581f5af1abdbf672b6a1655e9fb3c34a16c7510019348812571fcc10fdde1b'
-'b31774abab4dd603ec9acbeda49adb188890173ee93042a811b5724e01edd837'
-'d6e9b6361549be4a4e5a05ffac0917307973fe35717041f7cdde4171271ad168'
-'57210da0bad722edec5f7aa1f16d32a79c7bb29b09556ddb0cfe54918cb16193'
-'fc2d4bdf4d43a90aa541fe20eeed494caa339eacf3f08b06539efcdbacc3578f')
-
-prepare() {
-  cd "$srcdir"/phpLDAPadmin-${pkgver}/
-  find -type f -name '*.png' -exec optipng -quiet -force -fix {} \;
-  patch -p1 -i "$srcdir"/disable-mcrypt.patch
-  patch -p1 -i "$srcdir"/phpldapadmin-1.2.3-php7_4.patch
-  patch -p1 -i "$srcdir"/sort-in-templates.patch
-  patch -p1 -i "$srcdir"/password-unescape.patch
-  find -type f -name '*.orig' -exec rm -f {} \;
-}
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpldapadmin
-  mkdir -p ${_instdir} "$pkgdir"/etc/webapps/phpldapadmin
-  cd ${_instdir}
-
-  cp -ra "$srcdir"/phpLDAPadmin-${pkgver}/* .
-
-  ln -s /etc/webapps/phpldapadmin/config.php ${_instdir}/config/config.php
-  cp ${_instdir}/config/config.php.example 
"$pkgdir"/etc/webapps/phpldapadmin/config.php
-}

Copied: phpldapadmin/repos/community-any/PKGBUILD (from rev 773127, 
phpldapadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 14:08:14 UTC (rev 773128)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=phpldapadmin
+pkgver=1.2.6.2
+pkgrel=1
+pkgdesc="A PHP and hence web-based tool to administrate LDAP over the WWW"
+arch=('any')
+url="https://github.com/leenooks/phpLDAPadmin;
+license=('GPL')
+depends=('libldap' 'php')
+makedepends=('optipng')
+backup=("etc/webapps/phpldapadmin/config.php")
+source=($pkgname-$pkgver.tar.gz::https://github.com/leenooks/phpLDAPadmin/archive/$pkgver.tar.gz
+disable-mcrypt.patch
+phpldapadmin-1.2.3-php7_4.patch
+password-unescape.patch
+sort-in-templates.patch)
+sha256sums=('49b14019bf611267720b4e9de33f2502b44c526809f17225a4a76ee8296b8d64'
+'b31774abab4dd603ec9acbeda49adb188890173ee93042a811b5724e01edd837'
+'d6e9b6361549be4a4e5a05ffac0917307973fe35717041f7cdde4171271ad168'
+'11e673b4ebbd922e5f6769837fef659303c48247f414dcd80f742bb01b6162b7'
+'fc2d4bdf4d43a90aa541fe20eeed494caa339eacf3f08b06539efcdbacc3578f')
+
+prepare() {
+  cd "$srcdir"/phpLDAPadmin-${pkgver}/
+  find -type f -name '*.png' -exec optipng -quiet -force -fix {} \;
+  patch -p1 -i "$srcdir"/disable-mcrypt.patch
+#  patch -p1 -i "$srcdir"/phpldapadmin-1.2.3-php7_4.patch
+  patch -p1 -i "$srcdir"/sort-in-templates.patch
+  patch -p1 -i "$srcdir"/password-unescape.patch
+  find -type f -name '*.orig' -exec rm -f {} 

[arch-commits] Commit in phpldapadmin/trunk (PKGBUILD password-unescape.patch)

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:08:02
  Author: spupykin
Revision: 773127

upgpkg: phpldapadmin 1.2.6.2-1

Modified:
  phpldapadmin/trunk/PKGBUILD
  phpldapadmin/trunk/password-unescape.patch

-+
 PKGBUILD|   10 +-
 password-unescape.patch |   12 ++--
 2 files changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 14:06:45 UTC (rev 773126)
+++ PKGBUILD2020-12-11 14:08:02 UTC (rev 773127)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=phpldapadmin
-pkgver=1.2.5
-pkgrel=3
+pkgver=1.2.6.2
+pkgrel=1
 pkgdesc="A PHP and hence web-based tool to administrate LDAP over the WWW"
 arch=('any')
 url="https://github.com/leenooks/phpLDAPadmin;
@@ -15,10 +15,10 @@
 phpldapadmin-1.2.3-php7_4.patch
 password-unescape.patch
 sort-in-templates.patch)
-sha256sums=('74581f5af1abdbf672b6a1655e9fb3c34a16c7510019348812571fcc10fdde1b'
+sha256sums=('49b14019bf611267720b4e9de33f2502b44c526809f17225a4a76ee8296b8d64'
 'b31774abab4dd603ec9acbeda49adb188890173ee93042a811b5724e01edd837'
 'd6e9b6361549be4a4e5a05ffac0917307973fe35717041f7cdde4171271ad168'
-'57210da0bad722edec5f7aa1f16d32a79c7bb29b09556ddb0cfe54918cb16193'
+'11e673b4ebbd922e5f6769837fef659303c48247f414dcd80f742bb01b6162b7'
 'fc2d4bdf4d43a90aa541fe20eeed494caa339eacf3f08b06539efcdbacc3578f')
 
 prepare() {
@@ -25,7 +25,7 @@
   cd "$srcdir"/phpLDAPadmin-${pkgver}/
   find -type f -name '*.png' -exec optipng -quiet -force -fix {} \;
   patch -p1 -i "$srcdir"/disable-mcrypt.patch
-  patch -p1 -i "$srcdir"/phpldapadmin-1.2.3-php7_4.patch
+#  patch -p1 -i "$srcdir"/phpldapadmin-1.2.3-php7_4.patch
   patch -p1 -i "$srcdir"/sort-in-templates.patch
   patch -p1 -i "$srcdir"/password-unescape.patch
   find -type f -name '*.orig' -exec rm -f {} \;

Modified: password-unescape.patch
===
--- password-unescape.patch 2020-12-11 14:06:45 UTC (rev 773126)
+++ password-unescape.patch 2020-12-11 14:08:02 UTC (rev 773127)
@@ -1,10 +1,10 @@
 --- a/htdocs/login.php 2020-06-17 18:17:18.926320916 -0600
 +++ b/htdocs/login.php 2020-06-17 18:16:59.796222429 -0600
 @@ -14,6 +14,7 @@
- $user = array();
- $user['login'] = get_request('login');
- $user['password'] = get_request('login_pass');
-+$user['password'] = str_replace('', '&', $user['password']);
+ $user = array();
+ $user['login'] = get_request('login');
+ $user['password'] = get_request('login_pass');
++$user['password'] = str_replace('', '&', $user['password']);
  
- if ($user['login'] && ! strlen($user['password']))
- system_message(array(
+ if ($user['login'] && ! strlen($user['password']))
+ system_message(array(


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

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:06:45
  Author: spupykin
Revision: 773126

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 773125, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 773125, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 773125, 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-12-11 14:06:31 UTC (rev 773125)
+++ PKGBUILD2020-12-11 14:06:45 UTC (rev 773126)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=20.0.2
-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'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf'
-'etc/webapps/nextcloud/config/config.php')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('be84c2ac7fba066ddc0637a4672b39628bbbd200dad8c00a0437a4765007dd21'
-'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 773125, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-11 14:06:45 UTC (rev 773126)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=20.0.3
+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'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf'
+'etc/webapps/nextcloud/config/config.php')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('e0f64504d338f64d3c677357f0012cf8b0ed0dc42ec08f958b6dc4ff70edf175'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+

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

2020-12-11 Thread Sergej Pupykin via arch-commits
Date: Friday, December 11, 2020 @ 14:06:31
  Author: spupykin
Revision: 773125

upgpkg: nextcloud 20.0.3-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-11 13:01:19 UTC (rev 773124)
+++ PKGBUILD2020-12-11 14:06:31 UTC (rev 773125)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=20.0.2
+pkgver=20.0.3
 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=('be84c2ac7fba066ddc0637a4672b39628bbbd200dad8c00a0437a4765007dd21'
+sha256sums=('e0f64504d338f64d3c677357f0012cf8b0ed0dc42ec08f958b6dc4ff70edf175'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


[arch-commits] Commit in awstats/trunk (PKGBUILD build-fix.patch)

2020-12-07 Thread Sergej Pupykin via arch-commits
Date: Monday, December 7, 2020 @ 18:56:47
  Author: spupykin
Revision: 771492

rm patch

Modified:
  awstats/trunk/PKGBUILD
Deleted:
  awstats/trunk/build-fix.patch

-+
 PKGBUILD|   11 ++-
 build-fix.patch |   12 
 2 files changed, 2 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 18:54:45 UTC (rev 771491)
+++ PKGBUILD2020-12-07 18:56:47 UTC (rev 771492)
@@ -14,17 +14,10 @@
'etc/httpd/conf/extra/httpd-awstats.conf')
 #source=("http://www.awstats.org/files/${pkgname}-${pkgver}.tar.gz;
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-   "cron.awstats"
-   "build-fix.patch")
+   "cron.awstats")
 sha256sums=('4a65867e01bef6a9bdba3e9e411fb2a0e0d87bc4c85ff02e3cbfca001a04d4b8'
-'18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2'
-'05734f017ad6ce34298f547248dd8369ce18a41075f4967ad6f1f164cddd326b')
+'18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2')
 
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  patch -p1 <../build-fix.patch
-}
-
 package() {
   _SYSCONFDIR="etc"
   _WWWROOT="usr/share/webapps/${pkgname}"

Deleted: build-fix.patch
===
--- build-fix.patch 2020-12-07 18:54:45 UTC (rev 771491)
+++ build-fix.patch 2020-12-07 18:56:47 UTC (rev 771492)
@@ -1,12 +0,0 @@
-diff -wbBur awstats-7.8/wwwroot/cgi-bin/lib/mime.pm 
awstats-7.8.my/wwwroot/cgi-bin/lib/mime.pm
 awstats-7.8/wwwroot/cgi-bin/lib/mime.pm2020-04-16 12:18:35.0 
+0300
-+++ awstats-7.8.my/wwwroot/cgi-bin/lib/mime.pm 2020-04-18 19:27:04.242408222 
+0300
-@@ -56,7 +56,7 @@
- 'diskimage', 'Disc and media file extensions',
- 'vm','Virtual Machine image',
- 'torrent',   'BitTorrent File',
--'gis',   'GIS File'
-+'gis',   'GIS File',
- 'ebook', 'Ebook File'
- );
- 


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

2020-12-07 Thread Sergej Pupykin via arch-commits
Date: Monday, December 7, 2020 @ 18:54:45
  Author: spupykin
Revision: 771491

update sums

Modified:
  awstats/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-07 17:44:38 UTC (rev 771490)
+++ PKGBUILD2020-12-07 18:54:45 UTC (rev 771491)
@@ -16,7 +16,7 @@
 
source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz;
"cron.awstats"
"build-fix.patch")
-sha256sums=('4a52279792b6e43c9dd7e448181a31a84b8507243d67fb5ef6c74eac7288a2c4'
+sha256sums=('4a65867e01bef6a9bdba3e9e411fb2a0e0d87bc4c85ff02e3cbfca001a04d4b8'
 '18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2'
 '05734f017ad6ce34298f547248dd8369ce18a41075f4967ad6f1f164cddd326b')
 


[arch-commits] Commit in perl-string-crc32/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 20:01:12
  Author: spupykin
Revision: 770953

archrelease: copy trunk to community-x86_64

Added:
  perl-string-crc32/repos/community-x86_64/PKGBUILD
(from rev 770952, perl-string-crc32/trunk/PKGBUILD)
Deleted:
  perl-string-crc32/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 20:01:03 UTC (rev 770952)
+++ PKGBUILD2020-12-05 20:01:12 UTC (rev 770953)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-string-crc32
-pkgver=1.7
-pkgrel=4
-pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
-arch=("x86_64")
-url="https://search.cpan.org/dist/String-CRC32;
-license=("GPL" "PerlArtistic")
-options=('!emptydirs')
-source=("https://cpan.metacpan.org/authors/id/L/LE/LEEJO/String-CRC32-$pkgver.tar.gz;)
-sha256sums=('8f164e5895c3344b8c4e789f709cadd6f2ab47b4d965040e7fcbf5c7fae22bc8')
-
-build() {
-  cd String-CRC32-${pkgver}
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-
-  make
-}
-
-package() {
-  cd String-CRC32-${pkgver}
-
-  make pure_install doc_install DESTDIR="$pkgdir"
-
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-string-crc32/repos/community-x86_64/PKGBUILD (from rev 770952, 
perl-string-crc32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 20:01:12 UTC (rev 770953)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-string-crc32
+pkgver=2
+pkgrel=1
+pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
+arch=("x86_64")
+url="https://search.cpan.org/dist/String-CRC32;
+license=("GPL" "PerlArtistic")
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/L/LE/LEEJO/String-CRC32-$pkgver.tar.gz;)
+sha256sums=('edb7feae50ec9fd71257d8fb21e1fed7ff4dfe30d798b1af226d2af7a6bdd92d')
+
+build() {
+  cd String-CRC32-${pkgver}
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+
+  make
+}
+
+package() {
+  cd String-CRC32-${pkgver}
+
+  make pure_install doc_install DESTDIR="$pkgdir"
+
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-string-crc32/trunk (PKGBUILD)

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 20:01:03
  Author: spupykin
Revision: 770952

upgpkg: perl-string-crc32 2-1

Modified:
  perl-string-crc32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 19:58:11 UTC (rev 770951)
+++ PKGBUILD2020-12-05 20:01:03 UTC (rev 770952)
@@ -2,8 +2,8 @@
 # Maintainer: Charles Mauch 
 
 pkgname=perl-string-crc32
-pkgver=1.7
-pkgrel=4
+pkgver=2
+pkgrel=1
 pkgdesc="Perl/CPAN Module String::CRC32 : ZMODEMlike CRC32 generation"
 arch=("x86_64")
 url="https://search.cpan.org/dist/String-CRC32;
@@ -10,7 +10,7 @@
 license=("GPL" "PerlArtistic")
 options=('!emptydirs')
 
source=("https://cpan.metacpan.org/authors/id/L/LE/LEEJO/String-CRC32-$pkgver.tar.gz;)
-sha256sums=('8f164e5895c3344b8c4e789f709cadd6f2ab47b4d965040e7fcbf5c7fae22bc8')
+sha256sums=('edb7feae50ec9fd71257d8fb21e1fed7ff4dfe30d798b1af226d2af7a6bdd92d')
 
 build() {
   cd String-CRC32-${pkgver}


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

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:58:11
  Author: spupykin
Revision: 770951

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 19:58:01 UTC (rev 770950)
+++ PKGBUILD2020-12-05 19:58:11 UTC (rev 770951)
@@ -1,89 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds-data
-pkgver=4.2.0.4
-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/BD2K3-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/Contributions-1.2.0.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Emerald_Mine_Club-2.1.1.7z
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-needs_rnd_jue.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-standalone.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Snake_Bite-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Sokoban-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Supaplex-2.0.0.7z
-   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.artsoft.org/RELEASES/rocksndiamonds/levels/rnd-contrib-1.0.0.tar.gz
-   
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
-   https://artsoft.org/RELEASES/unix/rocksndiamonds/rnd_jue-3.3.0.0.tar.gz)
-sha256sums=('dd03c39d3b458a423be90b17cf62b71e15b881247a08398618ce99ad7ccfae36'
-'5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
-'6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
-'d533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'
-'a9d69fe3bfb46ff5525e713dadadfb04022b18ab76d0a0f6628e469468ca9841'
-'6beeaa42bf165acadf064852b8e15044182f4a2f665d6ed29cb473d0b75449aa'
-'6427181a7da117fd504338155d68b23084b8e3e4d03db10fe03795b7f54e6506'
-'6f6b573d89588f56cb3b326f3a42fb57277307bd709713dbef329885ac4d006d'
-'63f9d36789edca22c0f9454202f9fd21fcee89111642459b5882314f13ebdc0e'
-'81a11007cfdd21dbef2e4081674dfbad7b4a4f26e4b24b39165fcea6a90b1213'
-'6c50778224d76a0c708eddcb2a505c5a38cc57092f05bee9c4d58e2bb519a5e1'
-'bec04b0448f18f1b796972cccef736ad250b782d08fad35d1387e5b9a05d3e32'
-'c24b56399ba202ebf60bb60316e81d7996ccd02ae281a7e54f2f555e088a1ce1'
-'770d75a5926bb924c6787a6f95ee9f7af743b629ea14005ab0375b57eb488f25'
-'23f1710710eef1dcd1c490670de16d2d58dc98f3fdd9a2df186bdca590e57579'
-'a04e554fb8b6d010c73e21de090f116dad6054e43e00edc80c59c71a8a1eaa0c'
-'9594656bab084fea2ecf104e48c4dea3ccd8153f86a6ddbab04cdd0d5f6899a6')
-
-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 Supaplex "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_1995-2000 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2001 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2002 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2003 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R RS_MIX_01-needs_rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R RS_MIX_01-standalone "$pkgdir"/usr/share/rocksndiamonds/levels
-
-#  cp -R rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
-
-  cp -R rnd_jue-3.3.0.0/graphics/jue0 
"$pkgdir"/usr/share/rocksndiamonds/graphics/
-  cp -R 

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

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:58:01
  Author: spupykin
Revision: 770950

upgpkg: rocksndiamonds-data 4.2.0.5-1

Modified:
  rocksndiamonds-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 19:57:55 UTC (rev 770949)
+++ PKGBUILD2020-12-05 19:58:01 UTC (rev 770950)
@@ -2,7 +2,7 @@
 # contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds-data
-pkgver=4.2.0.4
+pkgver=4.2.0.5
 pkgrel=1
 arch=(any)
 pkgdesc='rockndiamonds game data and levels'
@@ -28,7 +28,7 @@

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
https://artsoft.org/RELEASES/unix/rocksndiamonds/rnd_jue-3.3.0.0.tar.gz)
-sha256sums=('dd03c39d3b458a423be90b17cf62b71e15b881247a08398618ce99ad7ccfae36'
+sha256sums=('883a757e866db9aeb5fa3265eae6e86aa04fe9ed2bcf0d42b496ce634d28da73'
 '5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
 '6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
 'd533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'


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

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:57:55
  Author: spupykin
Revision: 770949

archrelease: copy trunk to community-x86_64

Added:
  rocksndiamonds/repos/community-x86_64/PKGBUILD
(from rev 770948, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
(from rev 770948, 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-12-05 19:57:46 UTC (rev 770948)
+++ PKGBUILD2020-12-05 19:57:55 UTC (rev 770949)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds
-pkgver=4.2.0.4
-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=('dd03c39d3b458a423be90b17cf62b71e15b881247a08398618ce99ad7ccfae36'
-'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 770948, 
rocksndiamonds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 19:57:55 UTC (rev 770949)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jacek Poplawski 
+
+pkgname=rocksndiamonds
+pkgver=4.2.0.5
+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=('883a757e866db9aeb5fa3265eae6e86aa04fe9ed2bcf0d42b496ce634d28da73'
+'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-12-05 19:57:46 UTC (rev 770948)
+++ rocksndiamonds.desktop  2020-12-05 19:57:55 UTC (rev 770949)
@@ -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 
770948, rocksndiamonds/trunk/rocksndiamonds.desktop)
===
--- rocksndiamonds.desktop  (rev 0)
+++ rocksndiamonds.desktop  

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

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:57:46
  Author: spupykin
Revision: 770948

upgpkg: rocksndiamonds 4.2.0.5-1

Modified:
  rocksndiamonds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 19:57:40 UTC (rev 770947)
+++ PKGBUILD2020-12-05 19:57:46 UTC (rev 770948)
@@ -2,7 +2,7 @@
 # Contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds
-pkgver=4.2.0.4
+pkgver=4.2.0.5
 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=('dd03c39d3b458a423be90b17cf62b71e15b881247a08398618ce99ad7ccfae36'
+sha256sums=('883a757e866db9aeb5fa3265eae6e86aa04fe9ed2bcf0d42b496ce634d28da73'
 '90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
 
 prepare() {


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

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:57:40
  Author: spupykin
Revision: 770947

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 19:57:33 UTC (rev 770946)
+++ PKGBUILD2020-12-05 19:57:40 UTC (rev 770947)
@@ -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.27.9
-pkgrel=2
-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' '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'
-   'python-mutagen: Audio metadata'
-   'perl-image-exiftool: EXIF data from raw files'
-   'python-lxml: indexing spreadsheets'
-'python-pychm: CHM filter'
-   'aspell-en: English stemming support')
-source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha512sums=('fd6fdb1aac8af0064f7d4ba8db4ab709c7fb2e0f7c2637ab65bbb08ce47671d7e2da8af51f4abc362eea533948315008909bd62d8489ed5a89d18b6b7fb07fe6')
-
-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 770946, 
recoll/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 19:57:40 UTC (rev 770947)
@@ -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.27.12
+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' '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'
+   'python-mutagen: Audio metadata'
+   'perl-image-exiftool: EXIF data from raw files'
+   'python-lxml: indexing spreadsheets'
+'python-pychm: CHM filter'
+   'aspell-en: English stemming support')
+source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
+sha512sums=('3701dff056b8200f3b3c1bb2acaa69356c0def00959a0b74c14e1d500bd9e05fc81d82ce8b7db59d7e5b85617a8a7197700031aab65b31e005a4fedeaff59e97')
+
+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 recoll/trunk (PKGBUILD)

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:57:33
  Author: spupykin
Revision: 770946

upgpkg: recoll 1.27.12-1

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 19:56:52 UTC (rev 770945)
+++ PKGBUILD2020-12-05 19:57:33 UTC (rev 770946)
@@ -5,8 +5,8 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.27.9
-pkgrel=2
+pkgver=1.27.12
+pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
 url="https://www.lesbonscomptes.com/recoll/;
@@ -30,7 +30,7 @@
 'python-pychm: CHM filter'
'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha512sums=('fd6fdb1aac8af0064f7d4ba8db4ab709c7fb2e0f7c2637ab65bbb08ce47671d7e2da8af51f4abc362eea533948315008909bd62d8489ed5a89d18b6b7fb07fe6')
+sha512sums=('3701dff056b8200f3b3c1bb2acaa69356c0def00959a0b74c14e1d500bd9e05fc81d82ce8b7db59d7e5b85617a8a7197700031aab65b31e005a4fedeaff59e97')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"


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

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:56:52
  Author: spupykin
Revision: 770945

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-05 19:56:40 UTC (rev 770944)
+++ PKGBUILD2020-12-05 19:56:52 UTC (rev 770945)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: wizzomafizzo 
-# Contributor: Benjamin Andresen 
-
-pkgname=phppgadmin
-pkgver=7.12.1
-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=('a871af0e4b60dde4e4489162ea1bd6bead00267d9db5428289afc892b5dfdbd5')
-
-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 770944, 
phppgadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-05 19:56:52 UTC (rev 770945)
@@ -0,0 +1,25 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: wizzomafizzo 
+# Contributor: Benjamin Andresen 
+
+pkgname=phppgadmin
+pkgver=7.13.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=('dc9a5d74c49330af65664b3fd145df2b76c63f946e0de86e306b308ad104939c')
+
+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 phppgadmin/trunk (PKGBUILD)

2020-12-05 Thread Sergej Pupykin via arch-commits
Date: Saturday, December 5, 2020 @ 19:56:40
  Author: spupykin
Revision: 770944

upgpkg: phppgadmin 7.13.0-1

Modified:
  phppgadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-12-05 19:52:17 UTC (rev 770943)
+++ PKGBUILD2020-12-05 19:56:40 UTC (rev 770944)
@@ -3,7 +3,7 @@
 # Contributor: Benjamin Andresen 
 
 pkgname=phppgadmin
-pkgver=7.12.1
+pkgver=7.13.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=('a871af0e4b60dde4e4489162ea1bd6bead00267d9db5428289afc892b5dfdbd5')
+sha256sums=('dc9a5d74c49330af65664b3fd145df2b76c63f946e0de86e306b308ad104939c')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phppgadmin


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

2020-11-27 Thread Sergej Pupykin via arch-commits
Date: Friday, November 27, 2020 @ 22:50:01
  Author: spupykin
Revision: 764762

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-27 22:49:47 UTC (rev 764761)
+++ PKGBUILD2020-11-27 22:50:01 UTC (rev 764762)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.9.6
-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=('ab03b6014706491b393aa8d520b5bdaf6735a2f1bc12a7772b2916ef2646e454'
-'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 764761, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-27 22:50:01 UTC (rev 764762)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=3.0.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}.tgz;
+   'xdebug.ini')
+sha256sums=('845007e82c1d4e088770d1d87f5832aa3a767cb5a3664fc1615db62cecc3ca62'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  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-11-27 22:49:47 UTC (rev 764761)
+++ xdebug.ini  2020-11-27 22:50:01 UTC (rev 764762)
@@ -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 764761, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2020-11-27 22:50:01 UTC (rev 764762)
@@ -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-11-27 Thread Sergej Pupykin via arch-commits
Date: Friday, November 27, 2020 @ 22:49:47
  Author: spupykin
Revision: 764761

upgpkg: xdebug 3.0.0-1

Modified:
  xdebug/trunk/PKGBUILD

--+
 PKGBUILD |   17 +
 1 file changed, 5 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 22:45:33 UTC (rev 764760)
+++ PKGBUILD2020-11-27 22:49:47 UTC (rev 764761)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.9.6
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -12,27 +12,20 @@
 license=('GPL')
 depends=('php')
 backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
+source=("https://xdebug.org/files/$pkgname-${pkgver}.tgz;
'xdebug.ini')
-sha256sums=('ab03b6014706491b393aa8d520b5bdaf6735a2f1bc12a7772b2916ef2646e454'
+sha256sums=('845007e82c1d4e088770d1d87f5832aa3a767cb5a3664fc1615db62cecc3ca62'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {
-  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  cd "$srcdir"/$pkgname-${pkgver}
   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}
+  cd "$srcdir"/$pkgname-${pkgver}
   make INSTALL_ROOT="$pkgdir" install
   install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
 }


[arch-commits] Commit in minidlna/repos/community-x86_64 (10 files)

2020-11-27 Thread Sergej Pupykin via arch-commits
Date: Friday, November 27, 2020 @ 22:45:29
  Author: spupykin
Revision: 764759

archrelease: copy trunk to community-x86_64

Added:
  minidlna/repos/community-x86_64/PKGBUILD
(from rev 764757, minidlna/trunk/PKGBUILD)
  minidlna/repos/community-x86_64/changelog
(from rev 764757, minidlna/trunk/changelog)
  minidlna/repos/community-x86_64/minidlna.service
(from rev 764758, minidlna/trunk/minidlna.service)
  minidlna/repos/community-x86_64/minidlna.sysusers
(from rev 764758, minidlna/trunk/minidlna.sysusers)
  minidlna/repos/community-x86_64/minidlna.tmpfiles
(from rev 764758, minidlna/trunk/minidlna.tmpfiles)
Deleted:
  minidlna/repos/community-x86_64/PKGBUILD
  minidlna/repos/community-x86_64/changelog
  minidlna/repos/community-x86_64/minidlna.service
  minidlna/repos/community-x86_64/minidlna.sysusers
  minidlna/repos/community-x86_64/minidlna.tmpfiles

---+
 PKGBUILD  |   98 ++--
 changelog |8 ++--
 minidlna.service  |   32 
 minidlna.sysusers |2 -
 minidlna.tmpfiles |   10 ++---
 5 files changed, 75 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-27 22:45:22 UTC (rev 764758)
+++ PKGBUILD2020-11-27 22:45:29 UTC (rev 764759)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer:Biginoz < biginoz AT free point fr>
-# Contributor: Ignacio Galmarino 
-# Contributor: Matthias Sobczyk 
-# Contributor: Kamil Kaminski 
-
-pkgname=minidlna
-pkgver=1.2.1
-pkgrel=5
-pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
-arch=('x86_64')
-url="https://sourceforge.net/projects/minidlna/;
-license=('GPL')
-depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
-makedepends=('git')
-backup=('etc/minidlna.conf')
-changelog=changelog
-source=("minidlna::git+https://git.code.sf.net/p/minidlna/git#tag=v${pkgver//./_};
-   minidlna.service
-   minidlna.tmpfiles
-   minidlna.sysusers)
-sha512sums=('SKIP'
-
'f428710f3ad2de007ba2e4e8937a0b9262b5c6b4a63da536190e2866ae48c35be81672e3b097c8eb479d5749dd07be40c5a6a8c98e9c0a10ba08607d56b1a590'
-
'c58631c20416997c538be6258ef9c13b9304d5906b19f063157df70f672b7153b452ffb9612be267a90942bd880af8d665ebe3c53a2926ffa99acc943d875d97'
-
'e3e6c46faac768b283134a47013b77c4152840c61d3503f51fbe154bf25fe8a0e585ed9a40950212254b4a844b007f674875e4d25f55af51914694213fecc420')
-
-prepare() {
-  cd "$srcdir/$pkgname"
-  sed -i 's|#user=.*|user=minidlna|g' minidlna.conf
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  CFLAGS+=' -fcommon' # 
https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
-  [ -x configure ] || ./autogen.sh
-  ./configure --prefix=/usr --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  DESTDIR="$pkgdir" make install
-  install -Dm644 minidlna.conf "$pkgdir"/etc/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.sysusers 
"$pkgdir"/usr/lib/sysusers.d/minidlna.conf
-  install -Dm0644 "$srcdir"/minidlna.service 
"$pkgdir"/usr/lib/systemd/system/minidlna.service
-  install -Dm644 "$srcdir"/$pkgname/minidlna.conf.5 
"$pkgdir"/usr/share/man/man5/minidlna.conf.5
-  install -Dm644 "$srcdir"/$pkgname/minidlnad.8 
"$pkgdir"/usr/share/man/man8/minidlnad.8
-}

Copied: minidlna/repos/community-x86_64/PKGBUILD (from rev 764757, 
minidlna/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-27 22:45:29 UTC (rev 764759)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer:Biginoz < biginoz AT free point fr>
+# Contributor: Ignacio Galmarino 
+# Contributor: Matthias Sobczyk 
+# Contributor: Kamil Kaminski 
+
+pkgname=minidlna
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
+arch=('x86_64')
+url="https://sourceforge.net/projects/minidlna/;
+license=('GPL')
+depends=('libexif' 'libjpeg' 'libid3tag' 'flac' 'libvorbis' 'ffmpeg' 'sqlite')
+makedepends=('git')
+backup=('etc/minidlna.conf')
+changelog=changelog
+source=("minidlna::git+https://git.code.sf.net/p/minidlna/git#tag=v${pkgver//./_};
+   minidlna.service
+   minidlna.tmpfiles
+   minidlna.sysusers)
+sha512sums=('SKIP'
+
'f428710f3ad2de007ba2e4e8937a0b9262b5c6b4a63da536190e2866ae48c35be81672e3b097c8eb479d5749dd07be40c5a6a8c98e9c0a10ba08607d56b1a590'
+
'c58631c20416997c538be6258ef9c13b9304d5906b19f063157df70f672b7153b452ffb9612be267a90942bd880af8d665ebe3c53a2926ffa99acc943d875d97'
+
'e3e6c46faac768b283134a47013b77c4152840c61d3503f51fbe154bf25fe8a0e585ed9a40950212254b4a844b007f674875e4d25f55af51914694213fecc420')
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|#user=.*|user=minidlna|g' minidlna.conf
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  

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

2020-11-27 Thread Sergej Pupykin via arch-commits
Date: Friday, November 27, 2020 @ 22:45:13
  Author: spupykin
Revision: 764757

upgpkg: minidlna 1.3.0-1

Modified:
  minidlna/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-27 22:43:44 UTC (rev 764756)
+++ PKGBUILD2020-11-27 22:45:13 UTC (rev 764757)
@@ -5,8 +5,8 @@
 # Contributor: Kamil Kaminski 
 
 pkgname=minidlna
-pkgver=1.2.1
-pkgrel=5
+pkgver=1.3.0
+pkgrel=1
 pkgdesc="A DLNA/UPnP-AV Media server (aka ReadyDLNA)"
 arch=('x86_64')
 url="https://sourceforge.net/projects/minidlna/;


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

2020-11-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 24, 2020 @ 19:53:55
  Author: spupykin
Revision: 761012

archrelease: copy trunk to community-x86_64

Added:
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 761011, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/Xsession
(from rev 761011, tigervnc/trunk/Xsession)
  tigervnc/repos/community-x86_64/more-xsessions.patch
(from rev 761011, tigervnc/trunk/more-xsessions.patch)
  tigervnc/repos/community-x86_64/remove-selinux.patch
(from rev 761011, tigervnc/trunk/remove-selinux.patch)
Deleted:
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/Xsession
  tigervnc/repos/community-x86_64/more-xsessions.patch
  tigervnc/repos/community-x86_64/remove-selinux.patch

--+
 PKGBUILD |  154 -
 Xsession |  132 +-
 more-xsessions.patch |   36 +--
 remove-selinux.patch |   50 +++
 4 files changed, 186 insertions(+), 186 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-24 19:53:43 UTC (rev 761011)
+++ PKGBUILD2020-11-24 19:53:55 UTC (rev 761012)
@@ -1,77 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Uroš Vampl 
-
-pkgname=tigervnc
-pkgver=1.11.0
-pkgrel=5
-_xorgver=1.20.8
-pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
-arch=('x86_64')
-url="http://www.tigervnc.org;
-license=('GPL')
-depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'pixman'
-'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
-'libgl' 'libgcrypt' 'perl' 'libxdamage' 'libxfont2' 'libdrm'
-'xorg-xinit')
-makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros'
-'xtrans' 'xorgproto'
-'mesa' 'imagemagick' 'java-environment=8')
-optdepends=('mesa: for OpenGL functionality in Xvnc')
-conflicts=('tightvnc')
-backup=(etc/pam.d/tigervnc
-   etc/tigervnc/vncserver-config-defaults
-   etc/tigervnc/vncserver-config-mandatory
-   etc/tigervnc/vncserver.users)
-source=($pkgname-$pkgver.tar.gz::https://github.com/TigerVNC/tigervnc/archive/v${pkgver}.tar.gz
-   
ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
-   Xsession
-   more-xsessions.patch
-   remove-selinux.patch)
-sha256sums=('3648eca472a92a4e8fe55b27cd397b1bf16bad0b24a3a1988661f44553f5e2c3'
-'d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146'
-'c9276f6ea277cf9654fb2cc3bc9dadbb2e596b5cf8ca867ee906c0080cf7f810'
-'cb57dece026b29d7019a3e1e42fd2fb201d37fc60a70c885d2a50acffb808c06'
-'71efc3bedd5be49089f4ca93517fb7fb6fadf002319cd9c8b3ac032ff3cadab0')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  patch -p1 -i "$srcdir"/more-xsessions.patch
-  patch -p1 -i "$srcdir"/remove-selinux.patch
-
-  cd unix/xserver
-  cp -r "$srcdir"/xorg-server-${_xorgver}/* .
-  patch -Np1 -i ../xserver120.patch
-}
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-
-  cmake -G "Unix Makefiles" \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SBINDIR=/usr/bin \
--DCMAKE_INSTALL_LIBEXECDIR=/usr/bin \
--DBUILD_JAVA=TRUE
-  make
-
-  cd unix/xserver
-  autoreconf -fiv
-  CFLAGS="$CFLAGS -I/usr/include/libdrm" ./configure --prefix=/usr \
-   --disable-static --without-dtrace \
-   --disable-xorg --disable-xnest --disable-xvfb --disable-dmx \
-   --disable-xwin --disable-xephyr --disable-kdrive --disable-xwayland \
-   --disable-config-hal --disable-config-udev --with-pic \
-   --disable-unit-tests --disable-devel-docs --disable-selective-werror \
-   --disable-dri --enable-dri2 --enable-dri3 --enable-glx
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 java/VncViewer.jar 
"${pkgdir}"/usr/share/vnc/classes/VncViewer.jar
-  cd unix/xserver/hw/vnc
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 "$srcdir"/Xsession "$pkgdir"/etc/X11/tigervnc/Xsession
-#  install -Dm0644 
"$srcdir"/${pkgname}-${pkgver}/unix/vncserver/vncserver@.service \
-#"$pkgdir"/usr/lib/systemd/user/vncserver@.service
-}

Copied: tigervnc/repos/community-x86_64/PKGBUILD (from rev 761011, 
tigervnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-24 19:53:55 UTC (rev 761012)
@@ -0,0 +1,77 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Uroš Vampl 
+
+pkgname=tigervnc
+pkgver=1.11.0
+pkgrel=6
+_xorgver=1.20.9
+pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
+arch=('x86_64')
+url="http://www.tigervnc.org;
+license=('GPL')
+depends=('fltk' 'pam' 'gnutls' 'libjpeg-turbo' 'libxtst' 'pixman'
+'xorg-xauth' 'xorg-xsetroot' 'xkeyboard-config' 'xorg-xkbcomp'
+

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

2020-11-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 24, 2020 @ 19:53:43
  Author: spupykin
Revision: 761011

upgpkg: tigervnc 1.11.0-6

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 19:53:22 UTC (rev 761010)
+++ PKGBUILD2020-11-24 19:53:43 UTC (rev 761011)
@@ -3,8 +3,8 @@
 
 pkgname=tigervnc
 pkgver=1.11.0
-pkgrel=5
-_xorgver=1.20.8
+pkgrel=6
+_xorgver=1.20.9
 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
 arch=('x86_64')
 url="http://www.tigervnc.org;
@@ -28,7 +28,7 @@
more-xsessions.patch
remove-selinux.patch)
 sha256sums=('3648eca472a92a4e8fe55b27cd397b1bf16bad0b24a3a1988661f44553f5e2c3'
-'d17b646bee4ba0fb7850c1cc55b18e3e8513ed5c02bdf38da7e107f84e2d0146'
+'e219f2e0dfe455467939149d7cd2ee53b79b512cc1d2094ae4f5c9ed9ccd3571'
 'c9276f6ea277cf9654fb2cc3bc9dadbb2e596b5cf8ca867ee906c0080cf7f810'
 'cb57dece026b29d7019a3e1e42fd2fb201d37fc60a70c885d2a50acffb808c06'
 '71efc3bedd5be49089f4ca93517fb7fb6fadf002319cd9c8b3ac032ff3cadab0')


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

2020-11-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 24, 2020 @ 19:53:22
  Author: spupykin
Revision: 761010

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-24 19:53:14 UTC (rev 761009)
+++ PKGBUILD2020-11-24 19:53:22 UTC (rev 761010)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=remmina
-epoch=1
-pkgver=1.4.8
-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' 
'libappindicator-gtk3')
-makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
-'harfbuzz' 'xorgproto' 'gobject-introspection')
-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'
-'gnome-terminal: external tools')
-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=('01addccfbf4d8f935e118b465863805d2eb0cb3d3d85236502e861c0d7c530ebd2725701d7609e823d9d7865dab7da5421aae70e6b83c0db66120298b2f087cc')
-
-build() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DWITH_APPINDICATOR=ON \
--DWITH_NEWS=OFF .
-  make
-}
-
-package() {
-  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
-  make DESTDIR="$pkgdir" install
-}

Copied: remmina/repos/community-x86_64/PKGBUILD (from rev 761009, 
remmina/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-24 19:53:22 UTC (rev 761010)
@@ -0,0 +1,41 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=remmina
+epoch=1
+pkgver=1.4.9
+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' 
'libappindicator-gtk3')
+makedepends=('cmake' 'freerdp' 'libvncserver' 'spice-gtk' 'spice-protocol' 
'telepathy-glib'
+'harfbuzz' 'xorgproto' 'gobject-introspection')
+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'
+'gnome-terminal: external tools')
+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=('c6c79d14a9be1b18e10d01a64badd12a6e5976836476e554fe5f3bda05ce67de62269b8585e9d180b7fa9793cc5bb2d7c7f7c828ecdc51bbabdf0c73b57db86c')
+
+build() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DWITH_APPINDICATOR=ON \
+-DWITH_NEWS=OFF .
+  make
+}
+
+package() {
+  cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/
+  make DESTDIR="$pkgdir" install
+}


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

2020-11-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 24, 2020 @ 19:53:14
  Author: spupykin
Revision: 761009

upgpkg: remmina 1:1.4.9-1

Modified:
  remmina/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 19:53:08 UTC (rev 761008)
+++ PKGBUILD2020-11-24 19:53:14 UTC (rev 761009)
@@ -2,7 +2,7 @@
 
 pkgname=remmina
 epoch=1
-pkgver=1.4.8
+pkgver=1.4.9
 pkgrel=1
 pkgdesc="remote desktop client written in GTK+"
 arch=(x86_64)
@@ -23,7 +23,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=('01addccfbf4d8f935e118b465863805d2eb0cb3d3d85236502e861c0d7c530ebd2725701d7609e823d9d7865dab7da5421aae70e6b83c0db66120298b2f087cc')
+sha512sums=('c6c79d14a9be1b18e10d01a64badd12a6e5976836476e554fe5f3bda05ce67de62269b8585e9d180b7fa9793cc5bb2d7c7f7c828ecdc51bbabdf0c73b57db86c')
 
 build() {
   cd "$srcdir"/Remmina-v${pkgver/rc/-rc}/


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

2020-11-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 24, 2020 @ 19:53:08
  Author: spupykin
Revision: 761008

archrelease: copy trunk to community-any

Added:
  nextcloud-app-notes/repos/community-any/PKGBUILD
(from rev 761007, 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-11-24 19:52:58 UTC (rev 761007)
+++ PKGBUILD2020-11-24 19:53:08 UTC (rev 761008)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=4.0.0
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('17cc187ae809fe4f637ee148495face0d5f4644d3f911ea3ff0ba74152949b080acbd1e52dd2c9ce73e81a4c59adae40ce0c932f952518652a6814e603474467')
-
-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 761007, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-24 19:53:08 UTC (rev 761008)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
+sha512sums=('6e6389345d3346f3609a9ed4acdf2418381f0e0e35ecf0150cd31c7f30bf7d09cb7830745615000e4339764f677deaf12490d0b54c9e721231034f658449e42d')
+
+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-11-24 Thread Sergej Pupykin via arch-commits
Date: Tuesday, November 24, 2020 @ 19:52:58
  Author: spupykin
Revision: 761007

upgpkg: nextcloud-app-notes 4.0.1-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-24 19:29:34 UTC (rev 761006)
+++ PKGBUILD2020-11-24 19:52:58 UTC (rev 761007)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=4.0.0
+pkgver=4.0.1
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/v${pkgver}/notes.tar.gz;)
-sha512sums=('17cc187ae809fe4f637ee148495face0d5f4644d3f911ea3ff0ba74152949b080acbd1e52dd2c9ce73e81a4c59adae40ce0c932f952518652a6814e603474467')
+sha512sums=('6e6389345d3346f3609a9ed4acdf2418381f0e0e35ecf0150cd31c7f30bf7d09cb7830745615000e4339764f677deaf12490d0b54c9e721231034f658449e42d')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-11-19 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 19, 2020 @ 19:04:55
  Author: spupykin
Revision: 757686

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 757685, 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-11-19 19:04:47 UTC (rev 757685)
+++ PKGBUILD2020-11-19 19:04:55 UTC (rev 757686)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.4.1
-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=('6701588e9b4f68cbb399bc89fd55d29cb4fb11055171ca89800bbc1a92ccef94')
-
-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 757685, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 19:04:55 UTC (rev 757686)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.4.2
+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=('cb72426c0bb6d38bb19aaba091b666fbd17c27683b5adc8287e96696ee77f94c')
+
+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-11-19 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 19, 2020 @ 19:04:47
  Author: spupykin
Revision: 757685

upgpkg: nextcloud-app-contacts 3.4.2-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 19:04:32 UTC (rev 757684)
+++ PKGBUILD2020-11-19 19:04:47 UTC (rev 757685)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.4.1
+pkgver=3.4.2
 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=('6701588e9b4f68cbb399bc89fd55d29cb4fb11055171ca89800bbc1a92ccef94')
+sha256sums=('cb72426c0bb6d38bb19aaba091b666fbd17c27683b5adc8287e96696ee77f94c')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-11-19 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 19, 2020 @ 19:04:32
  Author: spupykin
Revision: 757684

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 757683, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 757683, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 757683, 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-11-19 19:04:18 UTC (rev 757683)
+++ PKGBUILD2020-11-19 19:04:32 UTC (rev 757684)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=20.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'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf'
-'etc/webapps/nextcloud/config/config.php')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('96c6b50e1e676e46cec82d8f8ff1abd5eef9dfa00580081b6c640612c3ff2efc'
-'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 757683, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-19 19:04:32 UTC (rev 757684)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=20.0.2
+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'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf'
+'etc/webapps/nextcloud/config/config.php')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('be84c2ac7fba066ddc0637a4672b39628bbbd200dad8c00a0437a4765007dd21'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+

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

2020-11-19 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 19, 2020 @ 19:04:18
  Author: spupykin
Revision: 757683

upgpkg: nextcloud 20.0.2-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-19 18:58:32 UTC (rev 757682)
+++ PKGBUILD2020-11-19 19:04:18 UTC (rev 757683)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=20.0.1
+pkgver=20.0.2
 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=('96c6b50e1e676e46cec82d8f8ff1abd5eef9dfa00580081b6c640612c3ff2efc'
+sha256sums=('be84c2ac7fba066ddc0637a4672b39628bbbd200dad8c00a0437a4765007dd21'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2020-11-13 Thread Sergej Pupykin via arch-commits
Date: Friday, November 13, 2020 @ 16:03:20
  Author: spupykin
Revision: 753916

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-13 16:03:10 UTC (rev 753915)
+++ PKGBUILD2020-11-13 16:03:20 UTC (rev 753916)
@@ -1,27 +0,0 @@
-# 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
-}

Copied: inotify-tools/repos/community-x86_64/PKGBUILD (from rev 753915, 
inotify-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-13 16:03:20 UTC (rev 753916)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Alessandro Sagratini
+
+pkgname=inotify-tools
+pkgver=3.20.11.0
+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=('58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14')
+
+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-11-13 Thread Sergej Pupykin via arch-commits
Date: Friday, November 13, 2020 @ 16:03:10
  Author: spupykin
Revision: 753915

upgpkg: inotify-tools 3.20.11.0-1

Modified:
  inotify-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 14:50:16 UTC (rev 753914)
+++ PKGBUILD2020-11-13 16:03:10 UTC (rev 753915)
@@ -2,7 +2,7 @@
 # Contributor: Alessandro Sagratini
 
 pkgname=inotify-tools
-pkgver=3.20.2.1
+pkgver=3.20.11.0
 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=('2a93b074ac136bb8f78fbf84955644f99f080f39cc8814b40cc517b7e0f52b10')
+sha256sums=('58a3cde89e4a5111a87ac16b56b06a8f885460fca0aea51b69c856ce30a37a14')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2020-11-13 Thread Sergej Pupykin via arch-commits
Date: Friday, November 13, 2020 @ 14:19:25
  Author: spupykin
Revision: 753906

upgpkg: rocksndiamonds-data 4.2.0.4-1

Modified:
  rocksndiamonds-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 14:18:44 UTC (rev 753905)
+++ PKGBUILD2020-11-13 14:19:25 UTC (rev 753906)
@@ -2,7 +2,7 @@
 # contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds-data
-pkgver=4.2.0.3
+pkgver=4.2.0.4
 pkgrel=1
 arch=(any)
 pkgdesc='rockndiamonds game data and levels'
@@ -28,7 +28,7 @@

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
https://artsoft.org/RELEASES/unix/rocksndiamonds/rnd_jue-3.3.0.0.tar.gz)
-sha256sums=('e0be33b3ff6c9b28728d6eea7cd94d9bf20fe54a0438006c85d3a7102bc595ef'
+sha256sums=('dd03c39d3b458a423be90b17cf62b71e15b881247a08398618ce99ad7ccfae36'
 '5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
 '6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
 'd533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'


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

2020-11-13 Thread Sergej Pupykin via arch-commits
Date: Friday, November 13, 2020 @ 14:19:34
  Author: spupykin
Revision: 753907

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  178 ++---
 1 file changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-13 14:19:25 UTC (rev 753906)
+++ PKGBUILD2020-11-13 14:19:34 UTC (rev 753907)
@@ -1,89 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds-data
-pkgver=4.2.0.3
-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/BD2K3-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/Contributions-1.2.0.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Emerald_Mine_Club-2.1.1.7z
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-needs_rnd_jue.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-standalone.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Snake_Bite-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Sokoban-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Supaplex-2.0.0.7z
-   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.artsoft.org/RELEASES/rocksndiamonds/levels/rnd-contrib-1.0.0.tar.gz
-   
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
-   https://artsoft.org/RELEASES/unix/rocksndiamonds/rnd_jue-3.3.0.0.tar.gz)
-sha256sums=('e0be33b3ff6c9b28728d6eea7cd94d9bf20fe54a0438006c85d3a7102bc595ef'
-'5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
-'6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
-'d533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'
-'a9d69fe3bfb46ff5525e713dadadfb04022b18ab76d0a0f6628e469468ca9841'
-'6beeaa42bf165acadf064852b8e15044182f4a2f665d6ed29cb473d0b75449aa'
-'6427181a7da117fd504338155d68b23084b8e3e4d03db10fe03795b7f54e6506'
-'6f6b573d89588f56cb3b326f3a42fb57277307bd709713dbef329885ac4d006d'
-'63f9d36789edca22c0f9454202f9fd21fcee89111642459b5882314f13ebdc0e'
-'81a11007cfdd21dbef2e4081674dfbad7b4a4f26e4b24b39165fcea6a90b1213'
-'6c50778224d76a0c708eddcb2a505c5a38cc57092f05bee9c4d58e2bb519a5e1'
-'bec04b0448f18f1b796972cccef736ad250b782d08fad35d1387e5b9a05d3e32'
-'c24b56399ba202ebf60bb60316e81d7996ccd02ae281a7e54f2f555e088a1ce1'
-'770d75a5926bb924c6787a6f95ee9f7af743b629ea14005ab0375b57eb488f25'
-'23f1710710eef1dcd1c490670de16d2d58dc98f3fdd9a2df186bdca590e57579'
-'a04e554fb8b6d010c73e21de090f116dad6054e43e00edc80c59c71a8a1eaa0c'
-'9594656bab084fea2ecf104e48c4dea3ccd8153f86a6ddbab04cdd0d5f6899a6')
-
-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 Supaplex "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_1995-2000 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2001 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2002 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2003 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R RS_MIX_01-needs_rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R RS_MIX_01-standalone "$pkgdir"/usr/share/rocksndiamonds/levels
-
-#  cp -R rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
-
-  cp -R rnd_jue-3.3.0.0/graphics/jue0 
"$pkgdir"/usr/share/rocksndiamonds/graphics/
-  cp -R 

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

2020-11-13 Thread Sergej Pupykin via arch-commits
Date: Friday, November 13, 2020 @ 14:18:31
  Author: spupykin
Revision: 753904

upgpkg: rocksndiamonds 4.2.0.4-1

Modified:
  rocksndiamonds/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-13 13:18:30 UTC (rev 753903)
+++ PKGBUILD2020-11-13 14:18:31 UTC (rev 753904)
@@ -2,7 +2,7 @@
 # Contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds
-pkgver=4.2.0.3
+pkgver=4.2.0.4
 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=('e0be33b3ff6c9b28728d6eea7cd94d9bf20fe54a0438006c85d3a7102bc595ef'
+sha256sums=('dd03c39d3b458a423be90b17cf62b71e15b881247a08398618ce99ad7ccfae36'
 '90008d356dd30034287ca763a05feb482d7e0c4508572abb08b5215fcb4fe922')
 
 prepare() {


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

2020-11-13 Thread Sergej Pupykin via arch-commits
Date: Friday, November 13, 2020 @ 14:18:44
  Author: spupykin
Revision: 753905

archrelease: copy trunk to community-x86_64

Added:
  rocksndiamonds/repos/community-x86_64/PKGBUILD
(from rev 753904, rocksndiamonds/trunk/PKGBUILD)
  rocksndiamonds/repos/community-x86_64/rocksndiamonds.desktop
(from rev 753904, 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-11-13 14:18:31 UTC (rev 753904)
+++ PKGBUILD2020-11-13 14:18:44 UTC (rev 753905)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds
-pkgver=4.2.0.3
-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=('e0be33b3ff6c9b28728d6eea7cd94d9bf20fe54a0438006c85d3a7102bc595ef'
-'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 753904, 
rocksndiamonds/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-13 14:18:44 UTC (rev 753905)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jacek Poplawski 
+
+pkgname=rocksndiamonds
+pkgver=4.2.0.4
+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=('dd03c39d3b458a423be90b17cf62b71e15b881247a08398618ce99ad7ccfae36'
+'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-11-13 14:18:31 UTC (rev 753904)
+++ rocksndiamonds.desktop  2020-11-13 14:18:44 UTC (rev 753905)
@@ -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 
753904, rocksndiamonds/trunk/rocksndiamonds.desktop)
===
--- rocksndiamonds.desktop  (rev 0)
+++ rocksndiamonds.desktop  

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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 21:13:28
  Author: spupykin
Revision: 753764

upgpkg: shotwell 2:0.30.11-1

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 21:06:22 UTC (rev 753763)
+++ PKGBUILD2020-11-12 21:13:28 UTC (rev 753764)
@@ -4,9 +4,9 @@
 
 pkgname=shotwell
 epoch=2
-pkgver=0.30.10
+pkgver=0.30.11
 _basever=${pkgver%.*}
-pkgrel=2
+pkgrel=1
 pkgdesc="A digital photo organizer designed for the GNOME desktop environment 
(odd versions are unstable!)"
 arch=('x86_64')
 url="http://yorba.org/shotwell/;
@@ -18,7 +18,7 @@
 makedepends=('intltool' 'vala>=0.17.2' 'itstool' 'meson' 'ninja')
 # odd versions are unstable!
 
source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz;)
-sha256sums=('01fb8fa0c0404dc9362d589442442bf095c0d453db2718c4a9a6eb0ebfbe3c15')
+sha256sums=('c20acf25b8b1f1bc70f38130b464ab07ee319ce304bce2502f9bca098837a289')
 
 build() {
   arch-meson ${pkgname}-${pkgver} build


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 21:13:35
  Author: spupykin
Revision: 753765

archrelease: copy trunk to community-x86_64

Added:
  shotwell/repos/community-x86_64/PKGBUILD
(from rev 753764, shotwell/trunk/PKGBUILD)
Deleted:
  shotwell/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 21:13:28 UTC (rev 753764)
+++ PKGBUILD2020-11-12 21:13:35 UTC (rev 753765)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer : Ionut Biru 
-# Contributor: Joeny Ang 
-
-pkgname=shotwell
-epoch=2
-pkgver=0.30.10
-_basever=${pkgver%.*}
-pkgrel=2
-pkgdesc="A digital photo organizer designed for the GNOME desktop environment 
(odd versions are unstable!)"
-arch=('x86_64')
-url="http://yorba.org/shotwell/;
-license=('LGPL2.1')
-depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
-'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
-'gst-plugins-base' 'libgphoto2' 'libgudev'
-'gcr' 'libgdata')
-makedepends=('intltool' 'vala>=0.17.2' 'itstool' 'meson' 'ninja')
-# odd versions are unstable!
-source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz;)
-sha256sums=('01fb8fa0c0404dc9362d589442442bf095c0d453db2718c4a9a6eb0ebfbe3c15')
-
-build() {
-  arch-meson ${pkgname}-${pkgver} build
-  ninja -C build
-}
-
-package() {
-  DESTDIR="${pkgdir}" meson install -C build
-}

Copied: shotwell/repos/community-x86_64/PKGBUILD (from rev 753764, 
shotwell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 21:13:35 UTC (rev 753765)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer : Ionut Biru 
+# Contributor: Joeny Ang 
+
+pkgname=shotwell
+epoch=2
+pkgver=0.30.11
+_basever=${pkgver%.*}
+pkgrel=1
+pkgdesc="A digital photo organizer designed for the GNOME desktop environment 
(odd versions are unstable!)"
+arch=('x86_64')
+url="http://yorba.org/shotwell/;
+license=('LGPL2.1')
+depends=('libgee' 'webkit2gtk' 'libgexiv2' 'libraw' 'rest'
+'desktop-file-utils' 'dconf' 'hicolor-icon-theme' 'json-glib'
+'gst-plugins-base' 'libgphoto2' 'libgudev'
+'gcr' 'libgdata')
+makedepends=('intltool' 'vala>=0.17.2' 'itstool' 'meson' 'ninja')
+# odd versions are unstable!
+source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz;)
+sha256sums=('c20acf25b8b1f1bc70f38130b464ab07ee319ce304bce2502f9bca098837a289')
+
+build() {
+  arch-meson ${pkgname}-${pkgver} build
+  ninja -C build
+}
+
+package() {
+  DESTDIR="${pkgdir}" meson install -C build
+}


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 21:06:22
  Author: spupykin
Revision: 753763

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 21:06:15 UTC (rev 753762)
+++ PKGBUILD2020-11-12 21:06:22 UTC (rev 753763)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: David Ell 
-
-pkgname=linuxdoc-tools
-pkgver=0.9.78
-pkgrel=1
-pkgdesc="Convert LinuxDoc SGML source into other formats"
-arch=('x86_64')
-url="https://packages.debian.org/sid/linuxdoc-tools;
-license=('GPL')
-depends=('jade')
-makedepends=('texlive-bin' 'texlive-core')
-optdepends=('groff' 'texlive-bin')
-source=(https://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-sha256sums=('362f031aa13ce29018a395179e7d6d9fac490b1b0e5a2ce97a5ab4dfe7effa56')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---with-texdir=/usr/share/texmf-dist/tex/linuxdoc
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: linuxdoc-tools/repos/community-x86_64/PKGBUILD (from rev 753762, 
linuxdoc-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 21:06:22 UTC (rev 753763)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: David Ell 
+
+pkgname=linuxdoc-tools
+pkgver=0.9.82
+pkgrel=1
+pkgdesc="Convert LinuxDoc SGML source into other formats"
+arch=('x86_64')
+url="https://packages.debian.org/sid/linuxdoc-tools;
+license=('GPL')
+depends=('jade')
+makedepends=('texlive-bin' 'texlive-core')
+optdepends=('groff' 'texlive-bin')
+source=(https://mirrors.edge.kernel.org/debian/pool/main/l/linuxdoc-tools/linuxdoc-tools_${pkgver}.orig.tar.gz)
+sha256sums=('65e7c39eeabf464575bf7b5b4c0284ddd2c0e56b3e37e591c861708f1b00013d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-texdir=/usr/share/texmf-dist/tex/linuxdoc
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 21:06:15
  Author: spupykin
Revision: 753762

upgpkg: linuxdoc-tools 0.9.82-1

Modified:
  linuxdoc-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 21:04:47 UTC (rev 753761)
+++ PKGBUILD2020-11-12 21:06:15 UTC (rev 753762)
@@ -2,7 +2,7 @@
 # Contributor: David Ell 
 
 pkgname=linuxdoc-tools
-pkgver=0.9.78
+pkgver=0.9.82
 pkgrel=1
 pkgdesc="Convert LinuxDoc SGML source into other formats"
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('jade')
 makedepends=('texlive-bin' 'texlive-core')
 optdepends=('groff' 'texlive-bin')
-source=(https://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-sha256sums=('362f031aa13ce29018a395179e7d6d9fac490b1b0e5a2ce97a5ab4dfe7effa56')
+source=(https://mirrors.edge.kernel.org/debian/pool/main/l/linuxdoc-tools/linuxdoc-tools_${pkgver}.orig.tar.gz)
+sha256sums=('65e7c39eeabf464575bf7b5b4c0284ddd2c0e56b3e37e591c861708f1b00013d')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in perl-xml-smart/trunk (PKGBUILD)

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:58:25
  Author: spupykin
Revision: 753757

upgpkg: perl-xml-smart 1.79-7

Modified:
  perl-xml-smart/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:57:16 UTC (rev 753756)
+++ PKGBUILD2020-11-12 20:58:25 UTC (rev 753757)
@@ -3,11 +3,12 @@
 
 pkgname=perl-xml-smart
 pkgver=1.79
-pkgrel=6
+pkgrel=7
 pkgdesc="Perl/CPAN Module XML::Smart"
 arch=("any")
 url="https://search.cpan.org/dist/XML-Smart;
 license=("GPL" "PerlArtistic")
+depends=("perl-object-multitype")
 
source=("https://search.cpan.org/CPAN/authors/id/T/TM/TMHARISH/XML-Smart-$pkgver.tar.gz;)
 md5sums=('5297714daaa94de35a2f203864fe06f2')
 


[arch-commits] Commit in perl-xml-smart/repos/community-any (PKGBUILD PKGBUILD)

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:58:33
  Author: spupykin
Revision: 753758

archrelease: copy trunk to community-any

Added:
  perl-xml-smart/repos/community-any/PKGBUILD
(from rev 753757, perl-xml-smart/trunk/PKGBUILD)
Deleted:
  perl-xml-smart/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 20:58:25 UTC (rev 753757)
+++ PKGBUILD2020-11-12 20:58:33 UTC (rev 753758)
@@ -1,25 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-xml-smart
-pkgver=1.79
-pkgrel=6
-pkgdesc="Perl/CPAN Module XML::Smart"
-arch=("any")
-url="https://search.cpan.org/dist/XML-Smart;
-license=("GPL" "PerlArtistic")
-source=("https://search.cpan.org/CPAN/authors/id/T/TM/TMHARISH/XML-Smart-$pkgver.tar.gz;)
-md5sums=('5297714daaa94de35a2f203864fe06f2')
-
-build() {
-  cd "$srcdir"/XML-Smart-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/XML-Smart-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-xml-smart/repos/community-any/PKGBUILD (from rev 753757, 
perl-xml-smart/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 20:58:33 UTC (rev 753758)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-xml-smart
+pkgver=1.79
+pkgrel=7
+pkgdesc="Perl/CPAN Module XML::Smart"
+arch=("any")
+url="https://search.cpan.org/dist/XML-Smart;
+license=("GPL" "PerlArtistic")
+depends=("perl-object-multitype")
+source=("https://search.cpan.org/CPAN/authors/id/T/TM/TMHARISH/XML-Smart-$pkgver.tar.gz;)
+md5sums=('5297714daaa94de35a2f203864fe06f2')
+
+build() {
+  cd "$srcdir"/XML-Smart-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/XML-Smart-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


[arch-commits] Commit in perl-finance-quote/trunk (PKGBUILD)

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:57:09
  Author: spupykin
Revision: 753755

upgpkg: perl-finance-quote 1.49-3

Modified:
  perl-finance-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:45:56 UTC (rev 753754)
+++ PKGBUILD2020-11-12 20:57:09 UTC (rev 753755)
@@ -4,7 +4,7 @@
 
 pkgname=perl-finance-quote
 pkgver=1.49
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet"
 arch=(any)
 url="https://search.cpan.org/dist/Finance-Quote/;
@@ -12,7 +12,7 @@
 depends=("perl-html-tree" "perl-html-tableextract" "perl-crypt-ssleay"
 "perl-libwww" "perl-date-calc" "perl-json" "perl-datetime" "perl-cgi"
 "perl-text-template" "perl-datetime-format-strptime"
-"perl-json-parse" "perl-string-util")
+"perl-json-parse" "perl-string-util" "perl-mozilla-ca")
 
source=("https://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
 sha256sums=('95dbc4443ba656320b363c56625d04f379c943e202f60f40a2a35152b54bbf53')
 


[arch-commits] Commit in perl-finance-quote/repos/community-any (PKGBUILD PKGBUILD)

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:57:16
  Author: spupykin
Revision: 753756

archrelease: copy trunk to community-any

Added:
  perl-finance-quote/repos/community-any/PKGBUILD
(from rev 753755, perl-finance-quote/trunk/PKGBUILD)
Deleted:
  perl-finance-quote/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 20:57:09 UTC (rev 753755)
+++ PKGBUILD2020-11-12 20:57:16 UTC (rev 753756)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-finance-quote
-pkgver=1.49
-pkgrel=2
-pkgdesc="Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet"
-arch=(any)
-url="https://search.cpan.org/dist/Finance-Quote/;
-license=("GPL" "PerlArtistic")
-depends=("perl-html-tree" "perl-html-tableextract" "perl-crypt-ssleay"
-"perl-libwww" "perl-date-calc" "perl-json" "perl-datetime" "perl-cgi"
-"perl-text-template" "perl-datetime-format-strptime"
-"perl-json-parse" "perl-string-util")
-source=("https://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
-sha256sums=('95dbc4443ba656320b363c56625d04f379c943e202f60f40a2a35152b54bbf53')
-
-build() {
-  cd "$srcdir"/Finance-Quote-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Finance-Quote-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-finance-quote/repos/community-any/PKGBUILD (from rev 753755, 
perl-finance-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 20:57:16 UTC (rev 753756)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-finance-quote
+pkgver=1.49
+pkgrel=3
+pkgdesc="Perl/CPAN Module Finance::Quote : Fetch stock prices over the 
Internet"
+arch=(any)
+url="https://search.cpan.org/dist/Finance-Quote/;
+license=("GPL" "PerlArtistic")
+depends=("perl-html-tree" "perl-html-tableextract" "perl-crypt-ssleay"
+"perl-libwww" "perl-date-calc" "perl-json" "perl-datetime" "perl-cgi"
+"perl-text-template" "perl-datetime-format-strptime"
+"perl-json-parse" "perl-string-util" "perl-mozilla-ca")
+source=("https://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-$pkgver.tar.gz;)
+sha256sums=('95dbc4443ba656320b363c56625d04f379c943e202f60f40a2a35152b54bbf53')
+
+build() {
+  cd "$srcdir"/Finance-Quote-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Finance-Quote-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:44:12
  Author: spupykin
Revision: 753751

upgpkg: simh 3.11.1-2

Modified:
  simh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:43:59 UTC (rev 753750)
+++ PKGBUILD2020-11-12 20:44:12 UTC (rev 753751)
@@ -5,7 +5,7 @@
 pkgver=3.11.1
 _pkgver=${pkgver//./-}
 _pkgver=${_pkgver/-/.}
-pkgrel=1
+pkgrel=2
 pkgdesc="simulator for assorted historical computers, from Altair to VAX"
 arch=('x86_64')
 url="http://simh.trailing-edge.com;
@@ -28,8 +28,7 @@
 build() {
   cd "$srcdir/$pkgname-${_pkgver}"
   mkdir -p BIN
-#  find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
-  make USE_TAP_NETWORK=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK 
-DUSE_TAP_NETWORK -isystem /usr/include -lpcap'
+  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -DHAVE_TAP_NETWORK -isystem 
/usr/include -lpcap'
 }
 
 package() {


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:44:24
  Author: spupykin
Revision: 753752

archrelease: copy trunk to community-x86_64

Added:
  simh/repos/community-x86_64/LICENSE
(from rev 753751, simh/trunk/LICENSE)
  simh/repos/community-x86_64/PKGBUILD
(from rev 753751, simh/trunk/PKGBUILD)
  simh/repos/community-x86_64/build-fix.patch
(from rev 753751, simh/trunk/build-fix.patch)
  simh/repos/community-x86_64/simh.install
(from rev 753751, simh/trunk/simh.install)
Deleted:
  simh/repos/community-x86_64/LICENSE
  simh/repos/community-x86_64/PKGBUILD
  simh/repos/community-x86_64/build-fix.patch
  simh/repos/community-x86_64/simh.install

-+
 LICENSE |   48 ++--
 PKGBUILD|   91 ++
 build-fix.patch |   24 +++---
 simh.install|   46 +--
 4 files changed, 104 insertions(+), 105 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-12 20:44:12 UTC (rev 753751)
+++ LICENSE 2020-11-12 20:44:24 UTC (rev 753752)
@@ -1,24 +0,0 @@
-   Original code published in 1993-2005, written by Robert M Supnik
-   Copyright (c) 1993-2005, Robert M Supnik
-
-   Permission is hereby granted, free of charge, to any person obtaining a
-   copy of this software and associated documentation files (the "Software"),
-   to deal in the Software without restriction, including without limitation
-   the rights to use, copy, modify, merge, publish, distribute, sublicense,
-   and/or sell copies of the Software, and to permit persons to whom the
-   Software is furnished to do so, subject to the following conditions:
-
-   The above copyright notice and this permission notice shall be included in
-   all copies or substantial portions of the Software.
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-   Except as contained in this notice, the name of Robert M Supnik shall not be
-   used in advertising or otherwise to promote the sale, use or other dealings
-   in this Software without prior written authorization from Robert M Supnik.
-

Copied: simh/repos/community-x86_64/LICENSE (from rev 753751, 
simh/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-12 20:44:24 UTC (rev 753752)
@@ -0,0 +1,24 @@
+   Original code published in 1993-2005, written by Robert M Supnik
+   Copyright (c) 1993-2005, Robert M Supnik
+
+   Permission is hereby granted, free of charge, to any person obtaining a
+   copy of this software and associated documentation files (the "Software"),
+   to deal in the Software without restriction, including without limitation
+   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+   and/or sell copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+   Except as contained in this notice, the name of Robert M Supnik shall not be
+   used in advertising or otherwise to promote the sale, use or other dealings
+   in this Software without prior written authorization from Robert M Supnik.
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 20:44:12 UTC (rev 753751)
+++ PKGBUILD2020-11-12 20:44:24 UTC (rev 753752)
@@ -1,46 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: waterbear 
-
-pkgname=simh
-pkgver=3.11.1
-_pkgver=${pkgver//./-}
-_pkgver=${_pkgver/-/.}
-pkgrel=1
-pkgdesc="simulator for assorted historical computers, from Altair to VAX"
-arch=('x86_64')
-url="http://simh.trailing-edge.com;
-license=("BSD")
-depends=("libpcap")
-makedepends=("unzip" "linux-api-headers")
-install=simh.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simh/simh/archive/v${_pkgver}.tar.gz;
-   "LICENSE"
-   

[arch-commits] Commit in simh/repos/community-x86_64 (7 files)

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:35:41
  Author: spupykin
Revision: 753736

archrelease: copy trunk to community-x86_64

Added:
  simh/repos/community-x86_64/LICENSE
(from rev 753735, simh/trunk/LICENSE)
  simh/repos/community-x86_64/PKGBUILD
(from rev 753735, simh/trunk/PKGBUILD)
  simh/repos/community-x86_64/build-fix.patch
(from rev 753735, simh/trunk/build-fix.patch)
  simh/repos/community-x86_64/simh.install
(from rev 753735, simh/trunk/simh.install)
Deleted:
  simh/repos/community-x86_64/LICENSE
  simh/repos/community-x86_64/PKGBUILD
  simh/repos/community-x86_64/simh.install

-+
 LICENSE |   48 +++---
 PKGBUILD|   85 +-
 build-fix.patch |   12 +++
 simh.install|   46 ++---
 4 files changed, 105 insertions(+), 86 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2020-11-12 20:35:30 UTC (rev 753735)
+++ LICENSE 2020-11-12 20:35:41 UTC (rev 753736)
@@ -1,24 +0,0 @@
-   Original code published in 1993-2005, written by Robert M Supnik
-   Copyright (c) 1993-2005, Robert M Supnik
-
-   Permission is hereby granted, free of charge, to any person obtaining a
-   copy of this software and associated documentation files (the "Software"),
-   to deal in the Software without restriction, including without limitation
-   the rights to use, copy, modify, merge, publish, distribute, sublicense,
-   and/or sell copies of the Software, and to permit persons to whom the
-   Software is furnished to do so, subject to the following conditions:
-
-   The above copyright notice and this permission notice shall be included in
-   all copies or substantial portions of the Software.
-
-   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
-   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-
-   Except as contained in this notice, the name of Robert M Supnik shall not be
-   used in advertising or otherwise to promote the sale, use or other dealings
-   in this Software without prior written authorization from Robert M Supnik.
-

Copied: simh/repos/community-x86_64/LICENSE (from rev 753735, 
simh/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-11-12 20:35:41 UTC (rev 753736)
@@ -0,0 +1,24 @@
+   Original code published in 1993-2005, written by Robert M Supnik
+   Copyright (c) 1993-2005, Robert M Supnik
+
+   Permission is hereby granted, free of charge, to any person obtaining a
+   copy of this software and associated documentation files (the "Software"),
+   to deal in the Software without restriction, including without limitation
+   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+   and/or sell copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included in
+   all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+   ROBERT M SUPNIK BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
+   IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+   CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+   Except as contained in this notice, the name of Robert M Supnik shall not be
+   used in advertising or otherwise to promote the sale, use or other dealings
+   in this Software without prior written authorization from Robert M Supnik.
+

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 20:35:30 UTC (rev 753735)
+++ PKGBUILD2020-11-12 20:35:41 UTC (rev 753736)
@@ -1,39 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: waterbear 
-
-pkgname=simh
-pkgver=3.10
-#_pkgver=${pkgver//./-}
-#_pkgver=${pkgver/-/.}
-pkgrel=1
-pkgdesc="simulator for assorted historical computers, from Altair to VAX"
-arch=('x86_64')
-url="http://simh.trailing-edge.com;
-license=("BSD")
-depends=("libpcap")
-makedepends=("unzip" "linux-api-headers")
-install=simh.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simh/simh/archive/v$pkgver.tar.gz;
-   "LICENSE")

[arch-commits] Commit in simh/trunk (PKGBUILD build-fix.patch)

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:35:30
  Author: spupykin
Revision: 753735

upgpkg: simh 3.11.1-1

Added:
  simh/trunk/build-fix.patch
Modified:
  simh/trunk/PKGBUILD

-+
 PKGBUILD|   27 +--
 build-fix.patch |   12 
 2 files changed, 29 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:34:48 UTC (rev 753734)
+++ PKGBUILD2020-11-12 20:35:30 UTC (rev 753735)
@@ -2,9 +2,9 @@
 # Contributor: waterbear 
 
 pkgname=simh
-pkgver=3.10
-#_pkgver=${pkgver//./-}
-#_pkgver=${pkgver/-/.}
+pkgver=3.11.1
+_pkgver=${pkgver//./-}
+_pkgver=${_pkgver/-/.}
 pkgrel=1
 pkgdesc="simulator for assorted historical computers, from Altair to VAX"
 arch=('x86_64')
@@ -13,13 +13,20 @@
 depends=("libpcap")
 makedepends=("unzip" "linux-api-headers")
 install=simh.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/simh/simh/archive/v$pkgver.tar.gz;
-   "LICENSE")
-sha512sums=('287f68079df778910b9a1a1b9066342750fea35aa943037756d9cd929913b4c709fe50c91f402b1199f999d16ec669aa1af0539b2dba01462a4befeeeba88d27'
-
'084faf8a66c95cb337bca19a6116c916aa04fc23ec5d57d5d8c2fc168231272123a705e83f8da2bf38f404da51727a69db68ffd87b36028e0cde52b54b92b2dd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/simh/simh/archive/v${_pkgver}.tar.gz;
+   "LICENSE"
+   build-fix.patch)
+sha512sums=('7c2f81a64d3016b9a44409fc336c804c0da836317745d47594cc48c64cb57dc8f22084d9086e3f86868ec485ee56ac63301f350cee6d275e705b7c5fc82875db'
+
'084faf8a66c95cb337bca19a6116c916aa04fc23ec5d57d5d8c2fc168231272123a705e83f8da2bf38f404da51727a69db68ffd87b36028e0cde52b54b92b2dd'
+
'663a5514333653352ad6134e42eca2a8c780f4d7c140dcc30063893c7470bdafe704703eee23ea89272d04acff2cdae013781b0345c2d9e9d86fcb42c50db530')
 
+prepare() {
+  cd "$srcdir/$pkgname-${_pkgver}"
+  patch -p1 <../build-fix.patch
+}
+
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$srcdir/$pkgname-${_pkgver}"
   mkdir -p BIN
 #  find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
   make USE_TAP_NETWORK=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK 
-DUSE_TAP_NETWORK -isystem /usr/include -lpcap'
@@ -26,12 +33,12 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver/BIN"
+  cd "$srcdir/$pkgname-${_pkgver}/BIN"
   for i in *; do
 install -D $i "$pkgdir/usr/bin/simh-$i"
   done
 
-  cd "$srcdir/$pkgname-$pkgver/VAX"
+  cd "../VAX"
   mkdir -p "$pkgdir/usr/lib/simh"
   cp *.bin "$pkgdir/usr/lib/simh"
 

Added: build-fix.patch
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2020-11-12 20:35:30 UTC (rev 753735)
@@ -0,0 +1,12 @@
+diff -wbBur simh-3.11-1/PDP11/pdp11_defs.h simh-3.11-1.my/PDP11/pdp11_defs.h
+--- simh-3.11-1/PDP11/pdp11_defs.h 2020-03-14 17:43:09.0 +0300
 simh-3.11-1.my/PDP11/pdp11_defs.h  2020-11-12 23:22:59.363475165 +0300
+@@ -900,7 +900,7 @@
+ #define WrMemW(pa,d)uc15_WrMemW (pa, d)
+ #define WrMemB(pa, d)   uc15_WrMemB (pa, d)
+ 
+-uint32 uc15_memsize;
++extern uint32 uc15_memsize;
+ int32 uc15_RdMemW (int32 pa);
+ int32 uc15_RdMemB (int32 pa);
+ void uc15_WrMemW (int32 pa, int32 d);


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:17:04
  Author: spupykin
Revision: 753708

archrelease: copy trunk to community-any

Added:
  nextcloud-app-mail/repos/community-any/PKGBUILD
(from rev 753707, 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-11-12 20:16:57 UTC (rev 753707)
+++ PKGBUILD2020-11-12 20:17:04 UTC (rev 753708)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=1.5.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=('81806350de3ca05f72cc9345f3577de866d330f4395afdc194d281757ef79fb7d77676040164e292c622e5f9ceadfe2cfa69842ae42dc40f8eb19a265a20a127')
-
-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 753707, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 20:17:04 UTC (rev 753708)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=1.7.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=('c19df820b984366f239519f96d47db90fda2f6ece602ab0b509ff0f4289fef946ed8882036df18c3c893bad097f5654b02082e1613a9b91289d5e351d139c2d9')
+
+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-tasks/trunk (PKGBUILD)

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:17:09
  Author: spupykin
Revision: 753709

upgpkg: nextcloud-app-tasks 0.13.6-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:17:04 UTC (rev 753708)
+++ PKGBUILD2020-11-12 20:17:09 UTC (rev 753709)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.13.5
+pkgver=0.13.6
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!strip')
 
#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
 
source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('0d80873a2d7ad66ab07d89993551723d772337cce7eff4dc89a5fb727d33aa803774d1f4f22016788e60981fe0ed1facd56174494d194ccd1c2557fcdfb7b7b9')
+sha512sums=('6a1425645fe42f91c3ce3b7b539d5edafeb5a533d2119ae631034fe07be66711f74f32bb354745e51ee459876a8b750c230425b8fc60e8ef760e8bd4de5b0d6a')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:17:17
  Author: spupykin
Revision: 753710

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 20:17:09 UTC (rev 753709)
+++ PKGBUILD2020-11-12 20:17:17 UTC (rev 753710)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.13.5
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('0d80873a2d7ad66ab07d89993551723d772337cce7eff4dc89a5fb727d33aa803774d1f4f22016788e60981fe0ed1facd56174494d194ccd1c2557fcdfb7b7b9')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 753709, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 20:17:17 UTC (rev 753710)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.13.6
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
+sha512sums=('6a1425645fe42f91c3ce3b7b539d5edafeb5a533d2119ae631034fe07be66711f74f32bb354745e51ee459876a8b750c230425b8fc60e8ef760e8bd4de5b0d6a')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:16:41
  Author: spupykin
Revision: 753705

upgpkg: nextcloud-app-bookmarks 1:4.0.5-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:15:57 UTC (rev 753704)
+++ PKGBUILD2020-11-12 20:16:41 UTC (rev 753705)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=4.0.2
+pkgver=4.0.5
 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=('75caf344310ac72a0b18e6ba3055ddcf9c247ff4b384672c8fe5a0d551091a31')
+sha256sums=('ae7e2e47494b2fe3dabe1426eaa39d51e3d2571f6f78fc4a5046623deff8884f')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:16:57
  Author: spupykin
Revision: 753707

upgpkg: nextcloud-app-mail 1.7.0-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-11-12 20:16:52 UTC (rev 753706)
+++ PKGBUILD2020-11-12 20:16:57 UTC (rev 753707)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=1.5.0
+pkgver=1.7.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=('81806350de3ca05f72cc9345f3577de866d330f4395afdc194d281757ef79fb7d77676040164e292c622e5f9ceadfe2cfa69842ae42dc40f8eb19a265a20a127')
+sha512sums=('c19df820b984366f239519f96d47db90fda2f6ece602ab0b509ff0f4289fef946ed8882036df18c3c893bad097f5654b02082e1613a9b91289d5e351d139c2d9')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2020-11-12 Thread Sergej Pupykin via arch-commits
Date: Thursday, November 12, 2020 @ 20:16:52
  Author: spupykin
Revision: 753706

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-12 20:16:41 UTC (rev 753705)
+++ PKGBUILD2020-11-12 20:16:52 UTC (rev 753706)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=4.0.2
-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=('75caf344310ac72a0b18e6ba3055ddcf9c247ff4b384672c8fe5a0d551091a31')
-
-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 753705, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-12 20:16:52 UTC (rev 753706)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=4.0.5
+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=('ae7e2e47494b2fe3dabe1426eaa39d51e3d2571f6f78fc4a5046623deff8884f')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2020-10-30 Thread Sergej Pupykin via arch-commits
Date: Friday, October 30, 2020 @ 16:13:14
  Author: spupykin
Revision: 736760

archrelease: copy trunk to community-x86_64

Added:
  xlockmore/repos/community-x86_64/LICENSE
(from rev 736759, xlockmore/trunk/LICENSE)
  xlockmore/repos/community-x86_64/PKGBUILD
(from rev 736759, xlockmore/trunk/PKGBUILD)
  xlockmore/repos/community-x86_64/xlockmore.install
(from rev 736759, 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 2020-10-30 16:12:58 UTC (rev 736759)
+++ LICENSE 2020-10-30 16:13:14 UTC (rev 736760)
@@ -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 736759, 
xlockmore/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2020-10-30 16:13:14 UTC (rev 736760)
@@ -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
===
--- PKGBUILD2020-10-30 16:12:58 UTC (rev 736759)
+++ PKGBUILD2020-10-30 16:13:14 UTC (rev 736760)
@@ -1,41 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: dorphell 
-
-pkgname=xlockmore
-pkgver=5.65
-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=('cdc0d5b86be0a553f248ca261a043c2a043032de2b678429e4c2b0bd56449434'
-'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 736759, 
xlockmore/trunk/PKGBUILD)
===
--- PKGBUILD 

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

2020-10-30 Thread Sergej Pupykin via arch-commits
Date: Friday, October 30, 2020 @ 16:12:58
  Author: spupykin
Revision: 736759

upgpkg: xlockmore 5.66-1

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-30 16:07:01 UTC (rev 736758)
+++ PKGBUILD2020-10-30 16:12:58 UTC (rev 736759)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell 
 
 pkgname=xlockmore
-pkgver=5.65
+pkgver=5.66
 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=('cdc0d5b86be0a553f248ca261a043c2a043032de2b678429e4c2b0bd56449434'
+sha256sums=('5976a5c3662828d14522c90e06f28ddcfc8e57788fde08eb8b7a70e9ef3bab71'
 'SKIP'
 'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
 


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

2020-10-28 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 28, 2020 @ 17:29:48
  Author: spupykin
Revision: 735549

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-28 17:29:38 UTC (rev 735548)
+++ PKGBUILD2020-10-28 17:29:48 UTC (rev 735549)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=4.0.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=('4ef483da0e898c6642f9356d1ffafe7b2869676571b8b67b074362097fba1825')
-
-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 735548, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-28 17:29:48 UTC (rev 735549)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=4.0.2
+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=('75caf344310ac72a0b18e6ba3055ddcf9c247ff4b384672c8fe5a0d551091a31')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2020-10-28 Thread Sergej Pupykin via arch-commits
Date: Wednesday, October 28, 2020 @ 17:29:38
  Author: spupykin
Revision: 735548

upgpkg: nextcloud-app-bookmarks 1:4.0.2-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-28 17:29:27 UTC (rev 735547)
+++ PKGBUILD2020-10-28 17:29:38 UTC (rev 735548)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=4.0.1
+pkgver=4.0.2
 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=('4ef483da0e898c6642f9356d1ffafe7b2869676571b8b67b074362097fba1825')
+sha256sums=('75caf344310ac72a0b18e6ba3055ddcf9c247ff4b384672c8fe5a0d551091a31')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-10-27 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 27, 2020 @ 23:37:44
  Author: spupykin
Revision: 735208

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 23:37:36 UTC (rev 735207)
+++ PKGBUILD2020-10-27 23:37:44 UTC (rev 735208)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=3.4.2
-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=('1646532641ea2bc70efaba87863110d7e9d5ffaea9daf35cfe23afbf2c4242ff')
-
-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 735207, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-27 23:37:44 UTC (rev 735208)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=4.0.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=('4ef483da0e898c6642f9356d1ffafe7b2869676571b8b67b074362097fba1825')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2020-10-27 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 27, 2020 @ 23:38:07
  Author: spupykin
Revision: 735209

upgpkg: udpxy 1.0.25-1

Modified:
  udpxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 23:37:44 UTC (rev 735208)
+++ PKGBUILD2020-10-27 23:38:07 UTC (rev 735209)
@@ -4,7 +4,7 @@
 # Maintainer: Jose Riha 
 
 pkgname=udpxy
-pkgver=1.0.24.1
+pkgver=1.0.25
 _pkgver=1.0-24.1
 pkgrel=1
 pkgdesc="small-footprint UNIX/Linux daemon to relay multicast UDP traffic to 
client's TCP (HTTP) connection."


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

2020-10-27 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 27, 2020 @ 23:38:16
  Author: spupykin
Revision: 735211

archrelease: copy trunk to community-x86_64

Added:
  udpxy/repos/community-x86_64/PKGBUILD
(from rev 735209, udpxy/trunk/PKGBUILD)
  udpxy/repos/community-x86_64/udpxy.service
(from rev 735210, udpxy/trunk/udpxy.service)
Deleted:
  udpxy/repos/community-x86_64/PKGBUILD
  udpxy/repos/community-x86_64/udpxy.service

---+
 PKGBUILD  |   64 
 udpxy.service |   20 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 23:38:12 UTC (rev 735210)
+++ PKGBUILD2020-10-27 23:38:16 UTC (rev 735211)
@@ -1,32 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Konstantin Shabanov 
-# Contributor: Evka
-# Maintainer: Jose Riha 
-
-pkgname=udpxy
-pkgver=1.0.24.1
-_pkgver=1.0-24.1
-pkgrel=1
-pkgdesc="small-footprint UNIX/Linux daemon to relay multicast UDP traffic to 
client's TCP (HTTP) connection."
-arch=(x86_64)
-url="https://github.com/pcherenkov/udpxy;
-license=('GPL3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/pcherenkov/udpxy/archive/${_pkgver}.tar.gz;
-   $pkgname.service)
-sha256sums=('27e5d3d2bae29522354d1505a3cc931c96953846d68eeb25bb99fe9b0cb6cbe0'
-'8ea0c97ccd00bff2bc3b1d987d5e55b215bc4cd966623be669160445bdd5a25a')
-
-prepare() {
-  sed -e 's|-Werror||' -i udpxy-${_pkgver}/chipmunk/Makefile
-}
-
-build() {
-  cd "$srcdir"/udpxy-${_pkgver}/chipmunk
-  make PREFIX=/usr CC="gcc ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
-}
-
-package() {
-  cd "$srcdir"/udpxy-${_pkgver}/chipmunk
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -D -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: udpxy/repos/community-x86_64/PKGBUILD (from rev 735209, 
udpxy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-27 23:38:16 UTC (rev 735211)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Konstantin Shabanov 
+# Contributor: Evka
+# Maintainer: Jose Riha 
+
+pkgname=udpxy
+pkgver=1.0.25
+_pkgver=1.0-24.1
+pkgrel=1
+pkgdesc="small-footprint UNIX/Linux daemon to relay multicast UDP traffic to 
client's TCP (HTTP) connection."
+arch=(x86_64)
+url="https://github.com/pcherenkov/udpxy;
+license=('GPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/pcherenkov/udpxy/archive/${_pkgver}.tar.gz;
+   $pkgname.service)
+sha256sums=('27e5d3d2bae29522354d1505a3cc931c96953846d68eeb25bb99fe9b0cb6cbe0'
+'8ea0c97ccd00bff2bc3b1d987d5e55b215bc4cd966623be669160445bdd5a25a')
+
+prepare() {
+  sed -e 's|-Werror||' -i udpxy-${_pkgver}/chipmunk/Makefile
+}
+
+build() {
+  cd "$srcdir"/udpxy-${_pkgver}/chipmunk
+  make PREFIX=/usr CC="gcc ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+}
+
+package() {
+  cd "$srcdir"/udpxy-${_pkgver}/chipmunk
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -D -m644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+}

Deleted: udpxy.service
===
--- udpxy.service   2020-10-27 23:38:12 UTC (rev 735210)
+++ udpxy.service   2020-10-27 23:38:16 UTC (rev 735211)
@@ -1,10 +0,0 @@
-[Unit]
-Description=UDP multicast to TCP (HTTP) relay proxy
-After=network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/udpxy -T -S -p 4022 -B 256kb
-
-[Install]
-WantedBy=multi-user.target

Copied: udpxy/repos/community-x86_64/udpxy.service (from rev 735210, 
udpxy/trunk/udpxy.service)
===
--- udpxy.service   (rev 0)
+++ udpxy.service   2020-10-27 23:38:16 UTC (rev 735211)
@@ -0,0 +1,10 @@
+[Unit]
+Description=UDP multicast to TCP (HTTP) relay proxy
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/udpxy -T -S -p 4022 -B 256kb
+
+[Install]
+WantedBy=multi-user.target


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

2020-10-27 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 27, 2020 @ 23:37:02
  Author: spupykin
Revision: 735205

archrelease: copy trunk to community-x86_64

Added:
  firejail/repos/community-x86_64/PKGBUILD
(from rev 735204, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/firejail.install
(from rev 735204, firejail/trunk/firejail.install)
Deleted:
  firejail/repos/community-x86_64/PKGBUILD
  firejail/repos/community-x86_64/firejail.install

--+
 PKGBUILD |   62 ++---
 firejail.install |   10 
 2 files changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-27 23:36:56 UTC (rev 735204)
+++ PKGBUILD2020-10-27 23:37:02 UTC (rev 735205)
@@ -1,31 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.64
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(x86_64)
-license=(GPL2)
-url="https://github.com/netblue30/firejail;
-backup=('etc/firejail/login.users'
-   'etc/apparmor.d/local/firejail-local'
-   'etc/firejail/firejail.config')
-depends=('apparmor')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-install=firejail.install
-source=(https://github.com/netblue30/firejail/releases/download/${pkgver}/firejail-${pkgver}.tar.xz{,.asc})
-sha256sums=('e53bab074e6c97609a3486d2055e44094025e32b217f374c06dd9e3285e7f2fd'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --enable-apparmor
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 735204, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-27 23:37:02 UTC (rev 735205)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.64
+pkgrel=2
+pkgdesc="Linux namespaces sandbox program"
+arch=(x86_64)
+license=(GPL2)
+url="https://github.com/netblue30/firejail;
+backup=('etc/firejail/login.users'
+   'etc/apparmor.d/local/firejail-default'
+   'etc/firejail/firejail.config')
+depends=('apparmor')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+install=firejail.install
+source=(https://github.com/netblue30/firejail/releases/download/${pkgver}/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('e53bab074e6c97609a3486d2055e44094025e32b217f374c06dd9e3285e7f2fd'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-apparmor
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
+}

Deleted: firejail.install
===
--- firejail.install2020-10-27 23:36:56 UTC (rev 735204)
+++ firejail.install2020-10-27 23:37:02 UTC (rev 735205)
@@ -1,5 +0,0 @@
-# Firejail installation file
-
-post_install() {
-  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
-}

Copied: firejail/repos/community-x86_64/firejail.install (from rev 735204, 
firejail/trunk/firejail.install)
===
--- firejail.install(rev 0)
+++ firejail.install2020-10-27 23:37:02 UTC (rev 735205)
@@ -0,0 +1,5 @@
+# Firejail installation file
+
+post_install() {
+  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
+}


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

2020-10-27 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 27, 2020 @ 23:37:36
  Author: spupykin
Revision: 735207

upgpkg: nextcloud-app-bookmarks 1:4.0.1-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 23:37:12 UTC (rev 735206)
+++ PKGBUILD2020-10-27 23:37:36 UTC (rev 735207)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=3.4.2
+pkgver=4.0.1
 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=('1646532641ea2bc70efaba87863110d7e9d5ffaea9daf35cfe23afbf2c4242ff')
+sha256sums=('4ef483da0e898c6642f9356d1ffafe7b2869676571b8b67b074362097fba1825')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-10-27 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 27, 2020 @ 23:36:50
  Author: spupykin
Revision: 735203

upgpkg: firejail 0.9.64-2

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-27 23:36:26 UTC (rev 735202)
+++ PKGBUILD2020-10-27 23:36:50 UTC (rev 735203)
@@ -3,13 +3,13 @@
 
 pkgname=firejail
 pkgver=0.9.64
-pkgrel=1
+pkgrel=2
 pkgdesc="Linux namespaces sandbox program"
 arch=(x86_64)
 license=(GPL2)
 url="https://github.com/netblue30/firejail;
 backup=('etc/firejail/login.users'
-   'etc/apparmor.d/local/firejail-local'
+   'etc/apparmor.d/local/firejail-default'
'etc/firejail/firejail.config')
 depends=('apparmor')
 validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:36
  Author: spupykin
Revision: 733997

archrelease: copy trunk to community-x86_64

Added:
  ser2net/repos/community-x86_64/PKGBUILD
(from rev 733996, ser2net/trunk/PKGBUILD)
  ser2net/repos/community-x86_64/ser2net.service
(from rev 733996, ser2net/trunk/ser2net.service)
Deleted:
  ser2net/repos/community-x86_64/PKGBUILD
  ser2net/repos/community-x86_64/ser2net.service

-+
 PKGBUILD|   58 +++---
 ser2net.service |   22 ++--
 2 files changed, 40 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:04:27 UTC (rev 733996)
+++ PKGBUILD2020-10-26 17:04:36 UTC (rev 733997)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=ser2net
-pkgver=4.0
-pkgrel=3
-pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net;
-license=('GPL')
-depends=('gensio' 'libyaml')
-backup=(etc/ser2net/ser2net.yaml)
-source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
-   ser2net.service)
-sha256sums=('8673311fe3d2726c7f12094f46cdf13ec4bf3cfdcb6620d121e2c3f7d0a7bcf0'
-'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
-  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
-}

Copied: ser2net/repos/community-x86_64/PKGBUILD (from rev 733996, 
ser2net/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:04:36 UTC (rev 733997)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=ser2net
+pkgver=4.2.3
+pkgrel=1
+pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net;
+license=('GPL')
+depends=('gensio' 'libyaml')
+backup=(etc/ser2net/ser2net.yaml)
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
+   ser2net.service)
+sha256sums=('d63448d10064419f1783fbb04d0a95461d54d6b17cf50c9d33a63cbf0c732f37'
+'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ser2net.yaml "$pkgdir"/etc/ser2net/ser2net.yaml
+  install -Dm0644 "$srcdir"/ser2net.service 
"$pkgdir"/usr/lib/systemd/system/ser2net.service
+}

Deleted: ser2net.service
===
--- ser2net.service 2020-10-26 17:04:27 UTC (rev 733996)
+++ ser2net.service 2020-10-26 17:04:36 UTC (rev 733997)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Proxy that allows tcp connections to serial ports
-After=syslog.target network.target
-
-[Service]
-Type=simple
-ExecStart=/usr/bin/ser2net -n
-
-[Install]
-WantedBy=multi-user.target
-

Copied: ser2net/repos/community-x86_64/ser2net.service (from rev 733996, 
ser2net/trunk/ser2net.service)
===
--- ser2net.service (rev 0)
+++ ser2net.service 2020-10-26 17:04:36 UTC (rev 733997)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Proxy that allows tcp connections to serial ports
+After=syslog.target network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/ser2net -n
+
+[Install]
+WantedBy=multi-user.target
+


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:22
  Author: spupykin
Revision: 733995

archrelease: copy trunk to community-x86_64

Added:
  gensio/repos/community-x86_64/PKGBUILD
(from rev 733994, gensio/trunk/PKGBUILD)
Deleted:
  gensio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 17:04:14 UTC (rev 733994)
+++ PKGBUILD2020-10-26 17:04:22 UTC (rev 733995)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Shinlun Hsieh 
-
-pkgname=gensio
-pkgver=1.1
-pkgrel=2
-pkgdesc="General Stream I/O"
-arch=(x86_64)
-url="https://sourceforge.net/projects/ser2net/;
-license=('GPL')
-depends=()
-source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e3dc5a2c503abb1ce69fc35bb55440c1611087cd34d45dbdbcc93bd0a2fe0228')
-
-build() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
-  make
-}
-
-package() {
-  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
-  make DESTDIR="$pkgdir" install
-}

Copied: gensio/repos/community-x86_64/PKGBUILD (from rev 733994, 
gensio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 17:04:22 UTC (rev 733995)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Shinlun Hsieh 
+
+pkgname=gensio
+pkgver=2.1.7
+pkgrel=1
+pkgdesc="General Stream I/O"
+arch=(x86_64)
+url="https://sourceforge.net/projects/ser2net/;
+license=('GPL')
+depends=()
+source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('f0e85c9e88dd513540d7498def0714b73a7008d6d0e3bfce7c385243f5bd9a34')
+
+build() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  ./configure --prefix=/usr --sbindir=/usr/bin --with-python=no
+  make
+}
+
+package() {
+  cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}
+  make DESTDIR="$pkgdir" install
+}


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:27
  Author: spupykin
Revision: 733996

upgpkg: ser2net 4.2.3-1

Modified:
  ser2net/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:04:22 UTC (rev 733995)
+++ PKGBUILD2020-10-26 17:04:27 UTC (rev 733996)
@@ -2,8 +2,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=ser2net
-pkgver=4.0
-pkgrel=3
+pkgver=4.2.3
+pkgrel=1
 pkgdesc="A proxy that allows telnet/tcp connections to be made to serial ports"
 arch=(x86_64)
 url="https://sourceforge.net/projects/ser2net;
@@ -12,7 +12,7 @@
 backup=(etc/ser2net/ser2net.yaml)
 
source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz
ser2net.service)
-sha256sums=('8673311fe3d2726c7f12094f46cdf13ec4bf3cfdcb6620d121e2c3f7d0a7bcf0'
+sha256sums=('d63448d10064419f1783fbb04d0a95461d54d6b17cf50c9d33a63cbf0c732f37'
 'b093e1f5bf7dd826816828623a5c6858f83a9f0dcb1a9785f545b29efd1c320c')
 
 build() {


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 17:04:14
  Author: spupykin
Revision: 733994

upgpkg: gensio 2.1.7-1

Modified:
  gensio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 17:02:37 UTC (rev 733993)
+++ PKGBUILD2020-10-26 17:04:14 UTC (rev 733994)
@@ -2,8 +2,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=gensio
-pkgver=1.1
-pkgrel=2
+pkgver=2.1.7
+pkgrel=1
 pkgdesc="General Stream I/O"
 arch=(x86_64)
 url="https://sourceforge.net/projects/ser2net/;
@@ -10,7 +10,7 @@
 license=('GPL')
 depends=()
 
source=(https://downloads.sourceforge.net/sourceforge/ser2net/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('e3dc5a2c503abb1ce69fc35bb55440c1611087cd34d45dbdbcc93bd0a2fe0228')
+sha256sums=('f0e85c9e88dd513540d7498def0714b73a7008d6d0e3bfce7c385243f5bd9a34')
 
 build() {
   cd "$srcdir"/${pkgname}-${pkgver/rc/-rc}


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:52
  Author: spupykin
Revision: 733990

upgpkg: xl2tpd 1.3.16-1

Modified:
  xl2tpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:46 UTC (rev 733989)
+++ PKGBUILD2020-10-26 16:45:52 UTC (rev 733990)
@@ -2,8 +2,8 @@
 # Contributor: Hengfu 
 
 pkgname=xl2tpd
-pkgver=1.3.15
-pkgrel=2
+pkgver=1.3.16
+pkgrel=1
 pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
 arch=('x86_64')
 url="https://www.xelerance.com/services/software/xl2tpd/;
@@ -17,7 +17,7 @@
options.l2tpd
xl2tpd.service
xl2tpd.tmpfiles)
-sha256sums=('0d149bf9d2f7d838806e6a36fd7a676d03bf246d2b7869e16c945330e13b922e'
+sha256sums=('c28608b315adb25c8bf9579c1d6ab52ab47c4c43b68a5ab63c5d039196fd180f'
 '444e84a01d9c379eb5cf25584451ccd06aad48e611c557eb572ba4f220af3ad7'
 '24d5588b0c8194b7763579be75a58c88e72296145d8d223e1549454e18665ba4'
 '8295d3f7522407beafb89d92b53c29ab80d7a5b18a0d3182dd65a18d88a05590'


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:46:06
  Author: spupykin
Revision: 733991

archrelease: copy trunk to community-x86_64

Added:
  xl2tpd/repos/community-x86_64/PKGBUILD
(from rev 733990, xl2tpd/trunk/PKGBUILD)
  xl2tpd/repos/community-x86_64/options.l2tpd
(from rev 733990, xl2tpd/trunk/options.l2tpd)
  xl2tpd/repos/community-x86_64/xl2tpd.conf.client-example
(from rev 733990, xl2tpd/trunk/xl2tpd.conf.client-example)
  xl2tpd/repos/community-x86_64/xl2tpd.conf.server-example
(from rev 733990, xl2tpd/trunk/xl2tpd.conf.server-example)
  xl2tpd/repos/community-x86_64/xl2tpd.service
(from rev 733990, xl2tpd/trunk/xl2tpd.service)
  xl2tpd/repos/community-x86_64/xl2tpd.tmpfiles
(from rev 733990, xl2tpd/trunk/xl2tpd.tmpfiles)
Deleted:
  xl2tpd/repos/community-x86_64/PKGBUILD
  xl2tpd/repos/community-x86_64/options.l2tpd
  xl2tpd/repos/community-x86_64/xl2tpd.conf.client-example
  xl2tpd/repos/community-x86_64/xl2tpd.conf.server-example
  xl2tpd/repos/community-x86_64/xl2tpd.service
  xl2tpd/repos/community-x86_64/xl2tpd.tmpfiles

+
 PKGBUILD   |   88 +--
 options.l2tpd  |   48 +++
 xl2tpd.conf.client-example |   38 +-
 xl2tpd.conf.server-example |   42 ++--
 xl2tpd.service |   30 +++---
 xl2tpd.tmpfiles|2 
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:52 UTC (rev 733990)
+++ PKGBUILD2020-10-26 16:46:06 UTC (rev 733991)
@@ -1,44 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Hengfu 
-
-pkgname=xl2tpd
-pkgver=1.3.15
-pkgrel=2
-pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
-arch=('x86_64')
-url="https://www.xelerance.com/services/software/xl2tpd/;
-license=('GPL')
-depends=('ppp')
-options=(emptydirs zipman docs)
-backup=(etc/ppp/options.l2tpd)
-source=($pkgname-$pkgver.tar.gz::https://github.com/xelerance/xl2tpd/archive/v$pkgver.tar.gz
-   xl2tpd.conf.client-example
-   xl2tpd.conf.server-example
-   options.l2tpd
-   xl2tpd.service
-   xl2tpd.tmpfiles)
-sha256sums=('0d149bf9d2f7d838806e6a36fd7a676d03bf246d2b7869e16c945330e13b922e'
-'444e84a01d9c379eb5cf25584451ccd06aad48e611c557eb572ba4f220af3ad7'
-'24d5588b0c8194b7763579be75a58c88e72296145d8d223e1549454e18665ba4'
-'8295d3f7522407beafb89d92b53c29ab80d7a5b18a0d3182dd65a18d88a05590'
-'ff34172f95ae66865a0919c6fb7279c9b80114a59b5b2cf790667f35e83f86e5'
-'70ac11e6fe097ad271d878565930aa85dfa75d5cd62d6c35dd580b2ee34e660b')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr SBINDIR=/usr/bin
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr DESTDIR="$pkgdir"  
SBINDIR="$pkgdir"/usr/bin install
-
-  install -D -m0644 "$srcdir"/xl2tpd.conf.client-example 
"$pkgdir"/etc/xl2tpd/xl2tpd.conf.client-example
-  install -D -m0644 "$srcdir"/xl2tpd.conf.server-example 
"$pkgdir"/etc/xl2tpd/xl2tpd.conf.server-example
-  install -D -m0644 "$srcdir"/options.l2tpd "$pkgdir"/etc/ppp/options.l2tpd
-
-  install -Dm0644 "$srcdir"/xl2tpd.service 
"$pkgdir"/usr/lib/systemd/system/xl2tpd.service
-  install -Dm0644 "$srcdir"/xl2tpd.tmpfiles 
"$pkgdir"/usr/lib/tmpfiles.d/xl2tpd.conf
-}

Copied: xl2tpd/repos/community-x86_64/PKGBUILD (from rev 733990, 
xl2tpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:46:06 UTC (rev 733991)
@@ -0,0 +1,44 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Hengfu 
+
+pkgname=xl2tpd
+pkgver=1.3.16
+pkgrel=1
+pkgdesc="an open source implementation of the L2TP maintained by Xelerance 
Corporation"
+arch=('x86_64')
+url="https://www.xelerance.com/services/software/xl2tpd/;
+license=('GPL')
+depends=('ppp')
+options=(emptydirs zipman docs)
+backup=(etc/ppp/options.l2tpd)
+source=($pkgname-$pkgver.tar.gz::https://github.com/xelerance/xl2tpd/archive/v$pkgver.tar.gz
+   xl2tpd.conf.client-example
+   xl2tpd.conf.server-example
+   options.l2tpd
+   xl2tpd.service
+   xl2tpd.tmpfiles)
+sha256sums=('c28608b315adb25c8bf9579c1d6ab52ab47c4c43b68a5ab63c5d039196fd180f'
+'444e84a01d9c379eb5cf25584451ccd06aad48e611c557eb572ba4f220af3ad7'
+'24d5588b0c8194b7763579be75a58c88e72296145d8d223e1549454e18665ba4'
+'8295d3f7522407beafb89d92b53c29ab80d7a5b18a0d3182dd65a18d88a05590'
+'ff34172f95ae66865a0919c6fb7279c9b80114a59b5b2cf790667f35e83f86e5'
+'70ac11e6fe097ad271d878565930aa85dfa75d5cd62d6c35dd580b2ee34e660b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make KERNELSRC=/usr/src/linux-`uname -r` PREFIX=/usr 

[arch-commits] Commit in perl-authen-sasl/trunk (PKGBUILD)

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:38
  Author: spupykin
Revision: 733988

upgpkg: perl-authen-sasl 2.16-8

Modified:
  perl-authen-sasl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:04 UTC (rev 733987)
+++ PKGBUILD2020-10-26 16:45:38 UTC (rev 733988)
@@ -3,7 +3,7 @@
 
 pkgname=perl-authen-sasl
 pkgver=2.16
-pkgrel=7
+pkgrel=8
 pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
 arch=(any)
 url="https://search.cpan.org/dist/Authen-SASL;


[arch-commits] Commit in perl-authen-sasl/repos/community-any (PKGBUILD PKGBUILD)

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:46
  Author: spupykin
Revision: 733989

archrelease: copy trunk to community-any

Added:
  perl-authen-sasl/repos/community-any/PKGBUILD
(from rev 733988, perl-authen-sasl/trunk/PKGBUILD)
Deleted:
  perl-authen-sasl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:45:38 UTC (rev 733988)
+++ PKGBUILD2020-10-26 16:45:46 UTC (rev 733989)
@@ -1,26 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Charles Mauch 
-
-pkgname=perl-authen-sasl
-pkgver=2.16
-pkgrel=7
-pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
-arch=(any)
-url="https://search.cpan.org/dist/Authen-SASL;
-license=("GPL" "PerlArtistic")
-source=("https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz;)
-sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09')
-
-build() {
-  cd "$srcdir"/Authen-SASL-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "$srcdir"/Authen-SASL-$pkgver
-  make pure_install doc_install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-authen-sasl/repos/community-any/PKGBUILD (from rev 733988, 
perl-authen-sasl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:45:46 UTC (rev 733989)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Charles Mauch 
+
+pkgname=perl-authen-sasl
+pkgver=2.16
+pkgrel=8
+pkgdesc="Perl/CPAN Module Authen::SASL : SASL authentication framework"
+arch=(any)
+url="https://search.cpan.org/dist/Authen-SASL;
+license=("GPL" "PerlArtistic")
+source=("https://www.cpan.org/authors/id/G/GB/GBARR/Authen-SASL-$pkgver.tar.gz;)
+sha256sums=('6614fa7518f094f853741b63c73f3627168c5d3aca89b1d02b1016dc32854e09')
+
+build() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "$srcdir"/Authen-SASL-$pkgver
+  make pure_install doc_install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:45:04
  Author: spupykin
Revision: 733987

archrelease: copy trunk to community-x86_64

Added:
  lxcfs/repos/community-x86_64/PKGBUILD
(from rev 733986, lxcfs/trunk/PKGBUILD)
  lxcfs/repos/community-x86_64/lxcfs.service
(from rev 733986, lxcfs/trunk/lxcfs.service)
Deleted:
  lxcfs/repos/community-x86_64/PKGBUILD
  lxcfs/repos/community-x86_64/lxcfs.service

---+
 PKGBUILD  |   74 +---
 lxcfs.service |   26 +--
 2 files changed, 47 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:44:55 UTC (rev 733986)
+++ PKGBUILD2020-10-26 16:45:04 UTC (rev 733987)
@@ -1,40 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=4.0.4
-pkgrel=2
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   
"lxcfs-0001.patch::https://github.com/lxc/lxcfs/commit/7cf2b4146811fc238452e65d1cd573ea5f473970.patch;
-   "lxcfs.service")
-sha256sums=('4e75373654667f8cb0d27fea675bd2054af1773574fd3ca7594d2e6741c05996'
-'acc5993d1e64d459d297dc2c3a93c8ff510d4da0e9bf66e051fcc385ebad21cc'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-prepare() {
-patch -d "$srcdir/$pkgname-$pkgver" -p1 -i "$srcdir"/lxcfs-0001.patch
-}
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

Copied: lxcfs/repos/community-x86_64/PKGBUILD (from rev 733986, 
lxcfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:45:04 UTC (rev 733987)
@@ -0,0 +1,34 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Brauner 
+
+pkgname=lxcfs
+pkgver=4.0.6
+pkgrel=1
+pkgdesc="FUSE filesystem for LXC"
+arch=(x86_64)
+url="https://linuxcontainers.org/;
+license=('GPL')
+depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
+makedepends=('help2man')
+options=('emptydirs')
+source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
+   "lxcfs.service")
+sha256sums=('8bc4dbd3b0bd14379766993b4d5fa34c5331c0c2cc253c4d30797249f6a0096d'
+'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-pamdir=/usr/lib/security \
+--localstatedir=/var
+make
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+install -dm0755 "$pkgdir"/var/lib/lxcfs
+install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
+}

Deleted: lxcfs.service
===
--- lxcfs.service   2020-10-26 16:44:55 UTC (rev 733986)
+++ lxcfs.service   2020-10-26 16:45:04 UTC (rev 733987)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

Copied: lxcfs/repos/community-x86_64/lxcfs.service (from rev 733986, 
lxcfs/trunk/lxcfs.service)
===
--- lxcfs.service   (rev 0)
+++ lxcfs.service   2020-10-26 16:45:04 UTC (rev 733987)
@@ -0,0 +1,13 @@
+[Unit]
+Description=FUSE filesystem for LXC
+ConditionVirtualization=!container
+Before=lxc.service
+
+[Service]
+ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
+KillMode=process
+Restart=on-failure
+ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
+
+[Install]
+WantedBy=multi-user.target


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:44:55
  Author: spupykin
Revision: 733986

upgpkg: lxcfs 4.0.6-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:44:03 UTC (rev 733985)
+++ PKGBUILD2020-10-26 16:44:55 UTC (rev 733986)
@@ -2,8 +2,8 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=4.0.4
-pkgrel=2
+pkgver=4.0.6
+pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
 url="https://linuxcontainers.org/;
@@ -12,16 +12,10 @@
 makedepends=('help2man')
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   
"lxcfs-0001.patch::https://github.com/lxc/lxcfs/commit/7cf2b4146811fc238452e65d1cd573ea5f473970.patch;
"lxcfs.service")
-sha256sums=('4e75373654667f8cb0d27fea675bd2054af1773574fd3ca7594d2e6741c05996'
-'acc5993d1e64d459d297dc2c3a93c8ff510d4da0e9bf66e051fcc385ebad21cc'
+sha256sums=('8bc4dbd3b0bd14379766993b4d5fa34c5331c0c2cc253c4d30797249f6a0096d'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
-prepare() {
-patch -d "$srcdir/$pkgname-$pkgver" -p1 -i "$srcdir"/lxcfs-0001.patch
-}
-
 build() {
 cd "$srcdir/$pkgname-$pkgver"
 ./configure \


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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:44:03
  Author: spupykin
Revision: 733985

archrelease: copy trunk to community-x86_64

Added:
  lxc/repos/community-x86_64/PKGBUILD
(from rev 733984, lxc/trunk/PKGBUILD)
  lxc/repos/community-x86_64/lxc-auto.service
(from rev 733984, lxc/trunk/lxc-auto.service)
  lxc/repos/community-x86_64/lxc.service
(from rev 733984, lxc/trunk/lxc.service)
  lxc/repos/community-x86_64/lxc.tmpfiles.d
(from rev 733984, 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 |  152 ++---
 lxc-auto.service |   28 -
 lxc.service  |   28 -
 lxc.tmpfiles.d   |2 
 4 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-26 16:43:48 UTC (rev 733984)
+++ PKGBUILD2020-10-26 16:44:03 UTC (rev 733985)
@@ -1,76 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andrea Zucchelli 
-# Contributor: Daniel Micay 
-# Contributor: Jonathan Liu 
-# Contributor: Jon Nordby 
-
-pkgname=lxc
-epoch=1
-pkgver=4.0.4
-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=('3c65a8ba20ed2b66c2075dc914aa632f76d0137af707b851b62bfed7d995'
-'SKIP'
-'10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'
-'b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3')
-
-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
-}
-
-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 733984, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-26 16:44:03 UTC (rev 733985)
@@ -0,0 +1,76 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=4.0.5
+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")

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

2020-10-26 Thread Sergej Pupykin via arch-commits
Date: Monday, October 26, 2020 @ 16:43:48
  Author: spupykin
Revision: 733984

upgpkg: lxc 1:4.0.5-1

Modified:
  lxc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-26 16:39:03 UTC (rev 733983)
+++ PKGBUILD2020-10-26 16:43:48 UTC (rev 733984)
@@ -6,7 +6,7 @@
 
 pkgname=lxc
 epoch=1
-pkgver=4.0.4
+pkgver=4.0.5
 pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
@@ -26,7 +26,7 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('3c65a8ba20ed2b66c2075dc914aa632f76d0137af707b851b62bfed7d995'
+sha256sums=('af2cd616d5ab689e5d2305361c6571b5e632afd7eaab1754cca1670446a2e6a4'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
 'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'


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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:38:37
  Author: spupykin
Revision: 731701

upgpkg: glusterfs 1:8.2-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-24 20:38:03 UTC (rev 731700)
+++ PKGBUILD2020-10-24 20:38:37 UTC (rev 731701)
@@ -5,7 +5,8 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=8.1
+pkgver=8.2
+_major=${pkgver%%.*}
 pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -23,10 +24,9 @@
 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
+source=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32'
+sha256sums=('bd68e6368a4805caaa60f58395bd771517e085ccbd7f3bb12810b22aaa64c8a8'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:38:46
  Author: spupykin
Revision: 731702

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 731701, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 731701, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 731701, 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-10-24 20:38:37 UTC (rev 731701)
+++ PKGBUILD2020-10-24 20:38:46 UTC (rev 731702)
@@ -1,73 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=8.1
-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=('89bc6d9c933119924f19f2681706883eed331efe0f8a20a2e6b12a290ca00d32'
-'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 731701, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 20:38:46 UTC (rev 731702)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=8.2
+_major=${pkgver%%.*}
+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=(https://download.gluster.org/pub/gluster/glusterfs/${_major}/$pkgver/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('bd68e6368a4805caaa60f58395bd771517e085ccbd7f3bb12810b22aaa64c8a8'
+'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 \

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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:25:58
  Author: spupykin
Revision: 731669

upgpkg: nextcloud 20.0.1-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-24 20:25:37 UTC (rev 731668)
+++ PKGBUILD2020-10-24 20:25:58 UTC (rev 731669)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=20.0.0
+pkgver=20.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=('a273e0151f68567f729d9a82a7e3f124ff0f0471aa17bae6bfd83c5362d84cd8'
+sha256sums=('96c6b50e1e676e46cec82d8f8ff1abd5eef9dfa00580081b6c640612c3ff2efc'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:26:41
  Author: spupykin
Revision: 731676

archrelease: copy trunk to community-any

Added:
  perl-tidy/repos/community-any/PKGBUILD
(from rev 731674, perl-tidy/trunk/PKGBUILD)
Deleted:
  perl-tidy/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-24 20:26:39 UTC (rev 731675)
+++ PKGBUILD2020-10-24 20:26:41 UTC (rev 731676)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Firmicus 
-
-pkgname=perl-tidy
-pkgver=20200619
-pkgrel=1
-pkgdesc="Parses and beautifies perl source"
-arch=('any')
-url="https://search.cpan.org/dist/Perl-Tidy;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('03b0e1b777c95920053d37942d6398a56b746d7c78090d522371138785c8a09e')
-
-build() {
-  cd  "${srcdir}"/Perl-Tidy-$pkgver
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "${srcdir}"/Perl-Tidy-$pkgver
-
-  make install DESTDIR="${pkgdir}"
-  find "${pkgdir}" -name '.packlist' -delete
-  find "${pkgdir}" -name '*.pod' -delete
-}

Copied: perl-tidy/repos/community-any/PKGBUILD (from rev 731674, 
perl-tidy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 20:26:41 UTC (rev 731676)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Firmicus 
+
+pkgname=perl-tidy
+pkgver=20201001
+pkgrel=1
+pkgdesc="Parses and beautifies perl source"
+arch=('any')
+url="https://search.cpan.org/dist/Perl-Tidy;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
+sha256sums=('0873ebb300239d792fb8e67164b0e04bb8fb1ff153659630d321c0b4a1dc9a12')
+
+build() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "${srcdir}"/Perl-Tidy-$pkgver
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name '.packlist' -delete
+  find "${pkgdir}" -name '*.pod' -delete
+}


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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:26:21
  Author: spupykin
Revision: 731671

upgpkg: perlbrew 0.89-1

Modified:
  perlbrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-24 20:26:12 UTC (rev 731670)
+++ PKGBUILD2020-10-24 20:26:21 UTC (rev 731671)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perlbrew
-pkgver=0.87
-pkgrel=2
+pkgver=0.89
+pkgrel=1
 pkgdesc='Manage perl installations in your $HOME'
 arch=('any')
 url="https://metacpan.org/release/App-perlbrew;
@@ -14,7 +14,7 @@
   'perl-path-class' 'perl-io-all')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('e1d5c3549ea25346e03b1e0a43161e46b981047c')
+sha1sums=('5a4bde39ae4a63d260438a3ec68b7566ccb64d0f')
 
 build() {
   cd App-perlbrew-$pkgver


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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:26:29
  Author: spupykin
Revision: 731673

archrelease: copy trunk to community-any

Added:
  perlbrew/repos/community-any/PKGBUILD
(from rev 731672, perlbrew/trunk/PKGBUILD)
Deleted:
  perlbrew/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-24 20:26:23 UTC (rev 731672)
+++ PKGBUILD2020-10-24 20:26:29 UTC (rev 731673)
@@ -1,32 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=perlbrew
-pkgver=0.87
-pkgrel=2
-pkgdesc='Manage perl installations in your $HOME'
-arch=('any')
-url="https://metacpan.org/release/App-perlbrew;
-license=('MIT')
-depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
- 'perl-file-path-tiny' 'perl-local-lib')
-makedepends=('perl-module-build-tiny')
-checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
-  'perl-path-class' 'perl-io-all')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('e1d5c3549ea25346e03b1e0a43161e46b981047c')
-
-build() {
-  cd App-perlbrew-$pkgver
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
-  perl Build.PL
-  ./Build
-}
-
-package() {
-  cd App-perlbrew-$pkgver
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  ./Build install --installdirs=vendor --destdir="$pkgdir"
-  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/perlbrew/LICENSE
-}

Copied: perlbrew/repos/community-any/PKGBUILD (from rev 731672, 
perlbrew/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 20:26:29 UTC (rev 731673)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=perlbrew
+pkgver=0.89
+pkgrel=1
+pkgdesc='Manage perl installations in your $HOME'
+arch=('any')
+url="https://metacpan.org/release/App-perlbrew;
+license=('MIT')
+depends=('perl' 'perl-capture-tiny' 'perl-cpan-perl-releases' 
'perl-devel-patchperl'
+ 'perl-file-path-tiny' 'perl-local-lib')
+makedepends=('perl-module-build-tiny')
+checkdepends=('perl-test-exception' 'perl-test-output' 'perl-test-spec'
+  'perl-path-class' 'perl-io-all')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
+sha1sums=('5a4bde39ae4a63d260438a3ec68b7566ccb64d0f')
+
+build() {
+  cd App-perlbrew-$pkgver
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 MODULEBUILDRC=/dev/null
+  perl Build.PL
+  ./Build
+}
+
+package() {
+  cd App-perlbrew-$pkgver
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  ./Build install --installdirs=vendor --destdir="$pkgdir"
+  install -Dm0644 LICENSE "$pkgdir"/usr/share/licenses/perlbrew/LICENSE
+}


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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:26:12
  Author: spupykin
Revision: 731670

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 731669, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 731669, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 731669, 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-10-24 20:25:58 UTC (rev 731669)
+++ PKGBUILD2020-10-24 20:26:12 UTC (rev 731670)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=20.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'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf'
-'etc/webapps/nextcloud/config/config.php')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('a273e0151f68567f729d9a82a7e3f124ff0f0471aa17bae6bfd83c5362d84cd8'
-'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 731669, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-24 20:26:12 UTC (rev 731670)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=20.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'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf'
+'etc/webapps/nextcloud/config/config.php')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('96c6b50e1e676e46cec82d8f8ff1abd5eef9dfa00580081b6c640612c3ff2efc'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+

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

2020-10-24 Thread Sergej Pupykin via arch-commits
Date: Saturday, October 24, 2020 @ 20:26:34
  Author: spupykin
Revision: 731674

upgpkg: perl-tidy 20201001-1

Modified:
  perl-tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-24 20:26:29 UTC (rev 731673)
+++ PKGBUILD2020-10-24 20:26:34 UTC (rev 731674)
@@ -3,7 +3,7 @@
 # Contributor: Firmicus 
 
 pkgname=perl-tidy
-pkgver=20200619
+pkgver=20201001
 pkgrel=1
 pkgdesc="Parses and beautifies perl source"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('03b0e1b777c95920053d37942d6398a56b746d7c78090d522371138785c8a09e')
+sha256sums=('0873ebb300239d792fb8e67164b0e04bb8fb1ff153659630d321c0b4a1dc9a12')
 
 build() {
   cd  "${srcdir}"/Perl-Tidy-$pkgver


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

2020-10-22 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 22, 2020 @ 15:21:29
  Author: spupykin
Revision: 729237

archrelease: copy trunk to community-x86_64

Added:
  firejail/repos/community-x86_64/PKGBUILD
(from rev 729236, firejail/trunk/PKGBUILD)
  firejail/repos/community-x86_64/firejail.install
(from rev 729236, firejail/trunk/firejail.install)
Deleted:
  firejail/repos/community-x86_64/PKGBUILD
  firejail/repos/community-x86_64/firejail.install

--+
 PKGBUILD |   70 +++--
 firejail.install |   10 +++
 2 files changed, 36 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 15:21:18 UTC (rev 729236)
+++ PKGBUILD2020-10-22 15:21:29 UTC (rev 729237)
@@ -1,39 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.64rc1
-pkgrel=2
-pkgdesc="Linux namespaces sandbox program"
-arch=(x86_64)
-license=(GPL2)
-url="https://github.com/netblue30/firejail;
-backup=('etc/firejail/login.users'
-   'etc/apparmor.d/local/firejail-local'
-   'etc/firejail/firejail.config')
-depends=('apparmor')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-install=firejail.install
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc}
-   
https://github.com/netblue30/firejail/commit/bba750c73469ea315d859464ddd19e495d830a72.patch)
-sha256sums=('47ac6805199f34ebc5b46d56d2b0dfde535c5ba9cdc57ffd56165a9a6db57377'
-'SKIP'
-'8b90c00d4eb54fa5ad15d14cc260761a382c7adaed03d4c59f05ab9bef891193')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 <../bba750c73469ea315d859464ddd19e495d830a72.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --enable-apparmor
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 729236, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 15:21:29 UTC (rev 729237)
@@ -0,0 +1,31 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.64
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(x86_64)
+license=(GPL2)
+url="https://github.com/netblue30/firejail;
+backup=('etc/firejail/login.users'
+   'etc/apparmor.d/local/firejail-local'
+   'etc/firejail/firejail.config')
+depends=('apparmor')
+validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
+install=firejail.install
+source=(https://github.com/netblue30/firejail/releases/download/${pkgver}/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('e53bab074e6c97609a3486d2055e44094025e32b217f374c06dd9e3285e7f2fd'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --enable-apparmor
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+#  install -c -m 0644 etc/firejail-local 
${pkgdir}/etc/apparmor.d/local/firejail-local
+}

Deleted: firejail.install
===
--- firejail.install2020-10-22 15:21:18 UTC (rev 729236)
+++ firejail.install2020-10-22 15:21:29 UTC (rev 729237)
@@ -1,5 +0,0 @@
-# Firejail installation file
-
-post_install() {
-  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
-}

Copied: firejail/repos/community-x86_64/firejail.install (from rev 729236, 
firejail/trunk/firejail.install)
===
--- firejail.install(rev 0)
+++ firejail.install2020-10-22 15:21:29 UTC (rev 729237)
@@ -0,0 +1,5 @@
+# Firejail installation file
+
+post_install() {
+  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
+}


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

2020-10-22 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 22, 2020 @ 15:21:18
  Author: spupykin
Revision: 729236

upgpkg: firejail 0.9.64-1

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 15:18:18 UTC (rev 729235)
+++ PKGBUILD2020-10-22 15:21:18 UTC (rev 729236)
@@ -2,8 +2,8 @@
 # Maintainer: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
-pkgver=0.9.64rc1
-pkgrel=2
+pkgver=0.9.64
+pkgrel=1
 pkgdesc="Linux namespaces sandbox program"
 arch=(x86_64)
 license=(GPL2)
@@ -14,18 +14,10 @@
 depends=('apparmor')
 validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
 install=firejail.install
-#source=(${pkgname}-${pkgver}.tar.gz::https://github.com/netblue30/${pkgname}/archive/$pkgver.tar.gz)
-source=(https://sourceforge.net/projects/firejail/files/firejail/firejail-${pkgver}.tar.xz{,.asc}
-   
https://github.com/netblue30/firejail/commit/bba750c73469ea315d859464ddd19e495d830a72.patch)
-sha256sums=('47ac6805199f34ebc5b46d56d2b0dfde535c5ba9cdc57ffd56165a9a6db57377'
-'SKIP'
-'8b90c00d4eb54fa5ad15d14cc260761a382c7adaed03d4c59f05ab9bef891193')
+source=(https://github.com/netblue30/firejail/releases/download/${pkgver}/firejail-${pkgver}.tar.xz{,.asc})
+sha256sums=('e53bab074e6c97609a3486d2055e44094025e32b217f374c06dd9e3285e7f2fd'
+'SKIP')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 <../bba750c73469ea315d859464ddd19e495d830a72.patch
-}
-
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure --prefix=/usr --enable-apparmor


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

2020-10-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 22, 2020 @ 00:45:01
  Author: spupykin
Revision: 728718

upgpkg: wanderlust 20201022-1

Modified:
  wanderlust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-22 00:44:44 UTC (rev 728717)
+++ PKGBUILD2020-10-22 00:45:01 UTC (rev 728718)
@@ -2,9 +2,9 @@
 # Contributor: Norberto Lopes 
 
 pkgname=wanderlust
-pkgver=20191018
-_commit=7a919e422a48f5021576e68282703de430558879
-pkgrel=2
+pkgver=20201022
+_commit=c7043e6446a302fee41b531d2daaa388c4d833a7
+pkgrel=1
 pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
 arch=(any)
 url="https://github.com/wanderlust/wanderlust/;


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

2020-10-21 Thread Sergej Pupykin via arch-commits
Date: Thursday, October 22, 2020 @ 00:45:13
  Author: spupykin
Revision: 728719

archrelease: copy trunk to community-any

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

+
 PKGBUILD   |   58 +--
 wanderlust.install |   26 +++---
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-22 00:45:01 UTC (rev 728718)
+++ PKGBUILD2020-10-22 00:45:13 UTC (rev 728719)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Norberto Lopes 
-
-pkgname=wanderlust
-pkgver=20191018
-_commit=7a919e422a48f5021576e68282703de430558879
-pkgrel=2
-pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
-arch=(any)
-url="https://github.com/wanderlust/wanderlust/;
-license=('GPL')
-depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
-makedepends=('git')
-#optdepends=('bbdb: contact management utility')
-install=wanderlust.install
-source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
-sha256sums=('SKIP')
-
-package() {
-  cd "$srcdir"/wanderlust
-  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
-  install -dm0755 "$pkgdir"/usr/share/info
-  make all info
-  make install install-info \
-   LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
-   PIXMAPDIR="$pkgdir"$PIXMAPDIR \
-   INFODIR="$pkgdir"/usr/share/info
-  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
-}

Copied: wanderlust/repos/community-any/PKGBUILD (from rev 728718, 
wanderlust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-22 00:45:13 UTC (rev 728719)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Norberto Lopes 
+
+pkgname=wanderlust
+pkgver=20201022
+_commit=c7043e6446a302fee41b531d2daaa388c4d833a7
+pkgrel=1
+pkgdesc="Mail/News reader supporting IMAP4rev1 for emacs."
+arch=(any)
+url="https://github.com/wanderlust/wanderlust/;
+license=('GPL')
+depends=('emacs' 'emacs-apel>=10.7' 'flim' 'semi')
+makedepends=('git')
+#optdepends=('bbdb: contact management utility')
+install=wanderlust.install
+source=("wanderlust::git://github.com/wanderlust/wanderlust.git#commit=${_commit}")
+sha256sums=('SKIP')
+
+package() {
+  cd "$srcdir"/wanderlust
+  PIXMAPDIR=/usr/share/emacs/`emacs -batch -eval "(princ (format \"%d.%d\" 
emacs-major-version emacs-minor-version))"`/etc/wl/icons/
+  install -dm0755 "$pkgdir"/usr/share/info
+  make all info
+  make install install-info \
+   LISPDIR="$pkgdir"/usr/share/emacs/site-lisp \
+   PIXMAPDIR="$pkgdir"$PIXMAPDIR \
+   INFODIR="$pkgdir"/usr/share/info
+  install -m644 utils/ssl.el "$pkgdir"/usr/share/emacs/site-lisp/ssl.el
+}

Deleted: wanderlust.install
===
--- wanderlust.install  2020-10-22 00:45:01 UTC (rev 728718)
+++ wanderlust.install  2020-10-22 00:45:13 UTC (rev 728719)
@@ -1,13 +0,0 @@
-post_install () {
-cat << EOF
-==> Put this in your $HOME/.emacs file to enable Wanderlust
-
-(autoload 'wl "wl" "Wanderlust" t)
-(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
-(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
-EOF
-}
-
-post_upgrade () {
-  post_install $1
-}

Copied: wanderlust/repos/community-any/wanderlust.install (from rev 728718, 
wanderlust/trunk/wanderlust.install)
===
--- wanderlust.install  (rev 0)
+++ wanderlust.install  2020-10-22 00:45:13 UTC (rev 728719)
@@ -0,0 +1,13 @@
+post_install () {
+cat << EOF
+==> Put this in your $HOME/.emacs file to enable Wanderlust
+
+(autoload 'wl "wl" "Wanderlust" t)
+(autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
+(autoload 'wl-draft "wl-draft" "Write draft with Wanderlust." t)
+EOF
+}
+
+post_upgrade () {
+  post_install $1
+}


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

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 21:31:37
  Author: spupykin
Revision: 727726

archrelease: copy trunk to community-any

Added:
  nextcloud-app-contacts/repos/community-any/PKGBUILD
(from rev 727725, 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-10-20 21:31:26 UTC (rev 727725)
+++ PKGBUILD2020-10-20 21:31:37 UTC (rev 727726)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.4.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=('73ffd5c6599d9453bca61f5a8bd99afae412d7da2bba57a4d45931ce6d02b727')
-
-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 727725, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 21:31:37 UTC (rev 727726)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.4.1
+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=('6701588e9b4f68cbb399bc89fd55d29cb4fb11055171ca89800bbc1a92ccef94')
+
+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-tasks/trunk (PKGBUILD)

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 21:31:44
  Author: spupykin
Revision: 727727

upgpkg: nextcloud-app-tasks 0.13.5-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 21:31:37 UTC (rev 727726)
+++ PKGBUILD2020-10-20 21:31:44 UTC (rev 727727)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.13.4
+pkgver=0.13.5
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -14,7 +14,7 @@
 options=('!strip')
 
#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
 
source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('82c5cb41e11d9edb430173aea4cc31f9fe77e4f03183f59a957b4f5184232d20fb0e3d9232eab39a718ef5de21727a1f8f70eaeea7d9c1185bbc44fc1d04663e')
+sha512sums=('0d80873a2d7ad66ab07d89993551723d772337cce7eff4dc89a5fb727d33aa803774d1f4f22016788e60981fe0ed1facd56174494d194ccd1c2557fcdfb7b7b9')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 21:31:52
  Author: spupykin
Revision: 727728

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 21:31:44 UTC (rev 727727)
+++ PKGBUILD2020-10-20 21:31:52 UTC (rev 727728)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.13.4
-pkgrel=1
-pkgdesc="Enhanced task app for NextCloud"
-arch=('any')
-url="https://github.com/nextcloud/tasks;
-license=('AGPL')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
-source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
-sha512sums=('82c5cb41e11d9edb430173aea4cc31f9fe77e4f03183f59a957b4f5184232d20fb0e3d9232eab39a718ef5de21727a1f8f70eaeea7d9c1185bbc44fc1d04663e')
-
-package() {
-  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
-  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
-}

Copied: nextcloud-app-tasks/repos/community-any/PKGBUILD (from rev 727727, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 21:31:52 UTC (rev 727728)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.13.5
+pkgrel=1
+pkgdesc="Enhanced task app for NextCloud"
+arch=('any')
+url="https://github.com/nextcloud/tasks;
+license=('AGPL')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+#source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/archive/v$pkgver.tar.gz;)
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
+sha512sums=('0d80873a2d7ad66ab07d89993551723d772337cce7eff4dc89a5fb727d33aa803774d1f4f22016788e60981fe0ed1facd56174494d194ccd1c2557fcdfb7b7b9')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/tasks" "${pkgdir}/usr/share/webapps/nextcloud/apps/tasks"
+}


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

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 21:31:26
  Author: spupykin
Revision: 727725

upgpkg: nextcloud-app-contacts 3.4.1-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 21:17:41 UTC (rev 727724)
+++ PKGBUILD2020-10-20 21:31:26 UTC (rev 727725)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.4.0
+pkgver=3.4.1
 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=('73ffd5c6599d9453bca61f5a8bd99afae412d7da2bba57a4d45931ce6d02b727')
+sha256sums=('6701588e9b4f68cbb399bc89fd55d29cb4fb11055171ca89800bbc1a92ccef94')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 18:07:18
  Author: spupykin
Revision: 727645

upgpkg: rocksndiamonds-data 4.2.0.3-1

Modified:
  rocksndiamonds-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 17:59:12 UTC (rev 727644)
+++ PKGBUILD2020-10-20 18:07:18 UTC (rev 727645)
@@ -70,8 +70,9 @@
 #  cp -R rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
 
   cp -R rnd_jue-3.3.0.0/graphics/jue0 
"$pkgdir"/usr/share/rocksndiamonds/graphics/
-  mkdir -p "$pkgdir"/usr/share/rocksndiamonds/levels/jue0/
-  cp -R rnd_jue-3.3.0.0/levels/* 
"$pkgdir"/usr/share/rocksndiamonds/levels/jue0/
+  cp -R rnd_jue-3.3.0.0/levels/Contributions 
"$pkgdir"/usr/share/rocksndiamonds/levels/rnd-jue-Contributions
+  cp -R rnd_jue-3.3.0.0/levels/rnd_jue 
"$pkgdir"/usr/share/rocksndiamonds/levels/rnd-jue
+  cp -R rnd_jue-3.3.0.0/levels/Sokoban 
"$pkgdir"/usr/share/rocksndiamonds/levels/rnd-jue-Sokoban
   cp -R rnd_jue-3.3.0.0/sounds/jue0 "$pkgdir"/usr/share/rocksndiamonds/sounds/
   cp -R rnd_jue-3.3.0.0/music/jue0 "$pkgdir"/usr/share/rocksndiamonds/music/
 


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

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 18:07:38
  Author: spupykin
Revision: 727646

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 18:07:18 UTC (rev 727645)
+++ PKGBUILD2020-10-20 18:07:38 UTC (rev 727646)
@@ -1,88 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# contributor: Jacek Poplawski 
-
-pkgname=rocksndiamonds-data
-pkgver=4.2.0.3
-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/BD2K3-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/Contributions-1.2.0.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Emerald_Mine_Club-2.1.1.7z
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-needs_rnd_jue.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-standalone.zip
-   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Snake_Bite-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Sokoban-1.0.0.zip
-   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Supaplex-2.0.0.7z
-   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.artsoft.org/RELEASES/rocksndiamonds/levels/rnd-contrib-1.0.0.tar.gz
-   
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
-   https://artsoft.org/RELEASES/unix/rocksndiamonds/rnd_jue-3.3.0.0.tar.gz)
-sha256sums=('e0be33b3ff6c9b28728d6eea7cd94d9bf20fe54a0438006c85d3a7102bc595ef'
-'5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
-'6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
-'d533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'
-'a9d69fe3bfb46ff5525e713dadadfb04022b18ab76d0a0f6628e469468ca9841'
-'6beeaa42bf165acadf064852b8e15044182f4a2f665d6ed29cb473d0b75449aa'
-'6427181a7da117fd504338155d68b23084b8e3e4d03db10fe03795b7f54e6506'
-'6f6b573d89588f56cb3b326f3a42fb57277307bd709713dbef329885ac4d006d'
-'63f9d36789edca22c0f9454202f9fd21fcee89111642459b5882314f13ebdc0e'
-'81a11007cfdd21dbef2e4081674dfbad7b4a4f26e4b24b39165fcea6a90b1213'
-'6c50778224d76a0c708eddcb2a505c5a38cc57092f05bee9c4d58e2bb519a5e1'
-'bec04b0448f18f1b796972cccef736ad250b782d08fad35d1387e5b9a05d3e32'
-'c24b56399ba202ebf60bb60316e81d7996ccd02ae281a7e54f2f555e088a1ce1'
-'770d75a5926bb924c6787a6f95ee9f7af743b629ea14005ab0375b57eb488f25'
-'23f1710710eef1dcd1c490670de16d2d58dc98f3fdd9a2df186bdca590e57579'
-'a04e554fb8b6d010c73e21de090f116dad6054e43e00edc80c59c71a8a1eaa0c'
-'9594656bab084fea2ecf104e48c4dea3ccd8153f86a6ddbab04cdd0d5f6899a6')
-
-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 Supaplex "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_1995-2000 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2001 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2002 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R Contributions_2003 "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R RS_MIX_01-needs_rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R RS_MIX_01-standalone "$pkgdir"/usr/share/rocksndiamonds/levels
-
-#  cp -R rnd_jue "$pkgdir"/usr/share/rocksndiamonds/levels
-
-  cp -R rnd_jue-3.3.0.0/graphics/jue0 
"$pkgdir"/usr/share/rocksndiamonds/graphics/
-  mkdir -p 

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

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 17:03:17
  Author: spupykin
Revision: 727638

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-20 17:03:07 UTC (rev 727637)
+++ PKGBUILD2020-10-20 17:03:17 UTC (rev 727638)
@@ -1,65 +0,0 @@
-# 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
-   
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=('0f65559070b24e8a82c27e7cae40243a8dcdca9028c4c9cc75487112129854ce'
-'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 727637, 
rocksndiamonds-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-20 17:03:17 UTC (rev 727638)
@@ -0,0 +1,88 @@
+# Maintainer: Sergej Pupykin 
+# contributor: Jacek Poplawski 
+
+pkgname=rocksndiamonds-data
+pkgver=4.2.0.3
+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 rocksndiamonds-data/trunk (PKGBUILD)

2020-10-20 Thread Sergej Pupykin via arch-commits
Date: Tuesday, October 20, 2020 @ 17:03:07
  Author: spupykin
Revision: 727637

upgpkg: rocksndiamonds-data 4.2.0.3-1

Modified:
  rocksndiamonds-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-10-20 17:03:02 UTC (rev 727636)
+++ PKGBUILD2020-10-20 17:03:07 UTC (rev 727637)
@@ -2,7 +2,7 @@
 # contributor: Jacek Poplawski 
 
 pkgname=rocksndiamonds-data
-pkgver=4.1.4.1
+pkgver=4.2.0.3
 pkgrel=1
 arch=(any)
 pkgdesc='rockndiamonds game data and levels'
@@ -12,31 +12,39 @@
 makedepends=('unzip' 'p7zip')
 options=('!strip')
 
source=(https://www.artsoft.org/RELEASES/unix/rocksndiamonds/rocksndiamonds-$pkgver.tar.gz
+   https://www.artsoft.org/RELEASES/rocksndiamonds/levels/BD2K3-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/Contributions-1.2.0.zip
+   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Emerald_Mine_Club-2.1.1.7z
+   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-needs_rnd_jue.zip
+   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/RS_MIX_01-standalone.zip
+   
https://www.artsoft.org/RELEASES/rocksndiamonds/levels/Snake_Bite-1.0.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/Supaplex-2.0.0.7z
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://www.artsoft.org/RELEASES/rocksndiamonds/levels/rnd-contrib-1.0.0.tar.gz

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=('0f65559070b24e8a82c27e7cae40243a8dcdca9028c4c9cc75487112129854ce'
+   
https://artsoft.org/RELEASES/unix/rocksndiamonds/levels/rockslevels-emc-1.0.tar.gz
+   https://artsoft.org/RELEASES/unix/rocksndiamonds/rnd_jue-3.3.0.0.tar.gz)
+sha256sums=('e0be33b3ff6c9b28728d6eea7cd94d9bf20fe54a0438006c85d3a7102bc595ef'
+'5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
+'6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
 'd533dc69cd136d2bb7d76d674ab087285799191e0a516320aba8ac2368ce6dd2'
+'a9d69fe3bfb46ff5525e713dadadfb04022b18ab76d0a0f6628e469468ca9841'
+'6beeaa42bf165acadf064852b8e15044182f4a2f665d6ed29cb473d0b75449aa'
+'6427181a7da117fd504338155d68b23084b8e3e4d03db10fe03795b7f54e6506'
+'6f6b573d89588f56cb3b326f3a42fb57277307bd709713dbef329885ac4d006d'
 '63f9d36789edca22c0f9454202f9fd21fcee89111642459b5882314f13ebdc0e'
-'6f9dc48023830fbdc318d8f18013b5a7e84ab3c815ba566a4a2c46faeb65c969'
-'5fc5130c859e69d6907bff87e01ff2296d59f7376202a8aacc03e55f359fb351'
-'6f6b573d89588f56cb3b326f3a42fb57277307bd709713dbef329885ac4d006d'
+'81a11007cfdd21dbef2e4081674dfbad7b4a4f26e4b24b39165fcea6a90b1213'
 '6c50778224d76a0c708eddcb2a505c5a38cc57092f05bee9c4d58e2bb519a5e1'
 'bec04b0448f18f1b796972cccef736ad250b782d08fad35d1387e5b9a05d3e32'
-'8a8aef74b1f37b5fc3493697bfb261d3f7bb95954ba2d8ca4de74150b30e8582'
-'a9d69fe3bfb46ff5525e713dadadfb04022b18ab76d0a0f6628e469468ca9841'
+'c24b56399ba202ebf60bb60316e81d7996ccd02ae281a7e54f2f555e088a1ce1'
 '770d75a5926bb924c6787a6f95ee9f7af743b629ea14005ab0375b57eb488f25'
 '23f1710710eef1dcd1c490670de16d2d58dc98f3fdd9a2df186bdca590e57579'
-'a04e554fb8b6d010c73e21de090f116dad6054e43e00edc80c59c71a8a1eaa0c')
+'a04e554fb8b6d010c73e21de090f116dad6054e43e00edc80c59c71a8a1eaa0c'
+'9594656bab084fea2ecf104e48c4dea3ccd8153f86a6ddbab04cdd0d5f6899a6')
 
 package() {
   cd "$srcdir"/rocksndiamonds-$pkgver
@@ -50,8 +58,23 @@
   cd "$srcdir"
   cp -R levels/* "$pkgdir"/usr/share/rocksndiamonds/levels/
   cp -R Sokoban "$pkgdir"/usr/share/rocksndiamonds/levels
+  cp -R Supaplex "$pkgdir"/usr/share/rocksndiamonds/levels
   cp -R Contributions "$pkgdir"/usr/share/rocksndiamonds/levels
-  cp -R rnd_jue 

  1   2   3   4   5   6   7   8   9   10   >