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

2019-06-24 Thread Sergej Pupykin via arch-commits
Date: Monday, June 24, 2019 @ 15:04:49
  Author: spupykin
Revision: 483568

upgpkg: mailutils 3.7-1

Modified:
  mailutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 15:04:41 UTC (rev 483567)
+++ PKGBUILD2019-06-24 15:04:49 UTC (rev 483568)
@@ -2,7 +2,7 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=mailutils
-pkgver=3.6
+pkgver=3.7
 pkgrel=1
 pkgdesc="MUA command line tool (mailx)"
 arch=(x86_64)
@@ -14,7 +14,7 @@
 validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
 source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
 fix-build-mb-len-max.patch)
-sha512sums=('f3167f8ad48042da6257568bcea8e9e9a91af0f716edc43e54f797aaf5d401c0ad0b6af42bedd0f6b3a83a9df68d8632471f97e02282e6d5ce2151ebf7ecf00d'
+sha512sums=('022de745b571298dd7879a72f1844a87fcf31c254b95ec88a8574d8101110ab9792cb4efbc33ec759fe53d68f7d2c00629071b80fdbb2ad639685c2886409990'
 'SKIP'
 
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
 


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

2019-06-24 Thread Sergej Pupykin via arch-commits
Date: Monday, June 24, 2019 @ 15:04:59
  Author: spupykin
Revision: 483569

archrelease: copy trunk to community-x86_64

Added:
  mailutils/repos/community-x86_64/PKGBUILD
(from rev 483568, mailutils/trunk/PKGBUILD)
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch
(from rev 483568, mailutils/trunk/fix-build-mb-len-max.patch)
Deleted:
  mailutils/repos/community-x86_64/PKGBUILD
  mailutils/repos/community-x86_64/fix-build-mb-len-max.patch

+
 PKGBUILD   |   98 +--
 fix-build-mb-len-max.patch |   28 ++--
 2 files changed, 63 insertions(+), 63 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 15:04:49 UTC (rev 483568)
+++ PKGBUILD2019-06-24 15:04:59 UTC (rev 483569)
@@ -1,49 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=mailutils
-pkgver=3.6
-pkgrel=1
-pkgdesc="MUA command line tool (mailx)"
-arch=(x86_64)
-url="http://www.gnu.org/software/mailutils/;
-license=('GPL')
-depends=('libldap' 'pam' 'gnutls' 'gsasl')
-makedepends=('emacs')
-options=(!emptydirs)
-validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
-source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
-fix-build-mb-len-max.patch)
-sha512sums=('f3167f8ad48042da6257568bcea8e9e9a91af0f716edc43e54f797aaf5d401c0ad0b6af42bedd0f6b3a83a9df68d8632471f97e02282e6d5ce2151ebf7ecf00d'
-'SKIP'
-
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
-
-prepare() {
-  cd "$srcdir/mailutils-$pkgver"
-  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
-  # (patch from github.com/NixOS/nixpkgs)
-  patch -Np1 -i ../fix-build-mb-len-max.patch
-}
-
-build() {
-  cd "$srcdir/mailutils-$pkgver"
-  ./configure \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/$pkgname \
-   --sysconfdir=/etc \
-   --with-gdbm \
-   --with-gnutls \
-   --disable-python \
-   --without-guile
-  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
-}
-
-package() {
-  cd "$srcdir/mailutils-$pkgver"
-  make -j1 DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/share/info/dir
-  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
-  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
-  chown -R root:root "$pkgdir"
-}

Copied: mailutils/repos/community-x86_64/PKGBUILD (from rev 483568, 
mailutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 15:04:59 UTC (rev 483569)
@@ -0,0 +1,49 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=mailutils
+pkgver=3.7
+pkgrel=1
+pkgdesc="MUA command line tool (mailx)"
+arch=(x86_64)
+url="https://www.gnu.org/software/mailutils/;
+license=('GPL')
+depends=('libldap' 'pam' 'gnutls' 'gsasl')
+makedepends=('emacs')
+options=(!emptydirs)
+validpgpkeys=('325F650C4C2B6AD58807327A3602B07F55D0C732')
+source=(https://ftp.gnu.org/gnu/mailutils/mailutils-$pkgver.tar.bz2{,.sig}
+fix-build-mb-len-max.patch)
+sha512sums=('022de745b571298dd7879a72f1844a87fcf31c254b95ec88a8574d8101110ab9792cb4efbc33ec759fe53d68f7d2c00629071b80fdbb2ad639685c2886409990'
+'SKIP'
+
'48248bfae1cc3b80c3decfcb99f803b65fd0d068f6c09625eb5e3763b3184090d7bd97fa3bc916b3e2e8c737b2bd501aa25482a96aceb555c08307b54c2a24a8')
+
+prepare() {
+  cd "$srcdir/mailutils-$pkgver"
+  # Include limits.h in frm/frm.h so it doesn't misdefine MB_LEN_MAX to 4
+  # (patch from github.com/NixOS/nixpkgs)
+  patch -Np1 -i ../fix-build-mb-len-max.patch
+}
+
+build() {
+  cd "$srcdir/mailutils-$pkgver"
+  ./configure \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --libexecdir=/usr/lib/$pkgname \
+   --sysconfdir=/etc \
+   --with-gdbm \
+   --with-gnutls \
+   --disable-python \
+   --without-guile
+  make CFLAGS="$CFLAGS -O2" || make CFLAGS="$CFLAGS -O2" LDFLAGS="-L`pwd`/lib 
-lmutcpwrap -ltinfo"
+}
+
+package() {
+  cd "$srcdir/mailutils-$pkgver"
+  make -j1 DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/share/info/dir
+  mv "$pkgdir"/usr/bin/mail "$pkgdir"/usr/bin/gnu-mail
+  mv "$pkgdir"/usr/share/man/man1/mail.1 
"$pkgdir"/usr/share/man/man1/gnu-mail.1
+  chown -R root:root "$pkgdir"
+}

Deleted: fix-build-mb-len-max.patch
===
--- fix-build-mb-len-max.patch  2019-06-24 15:04:49 UTC (rev 483568)
+++ fix-build-mb-len-max.patch  2019-06-24 15:04:59 UTC (rev 483569)
@@ -1,14 +0,0 @@
-diff --git a/frm/frm.h b/frm/frm.h
-index 178b87d54..7931faada 100644
 a/frm/frm.h
-+++ b/frm/frm.h
-@@ -34,6 +34,9 @@
- #ifdef HAVE_ICONV_H
- # include 
- #endif

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

2019-06-24 Thread Sergej Pupykin via arch-commits
Date: Monday, June 24, 2019 @ 15:04:41
  Author: spupykin
Revision: 483567

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 483566, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 483566, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 483566, 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   |  145 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 77 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-24 15:04:25 UTC (rev 483566)
+++ PKGBUILD2019-06-24 15:04:41 UTC (rev 483567)
@@ -1,72 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=6.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')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('32ac75c883cdf18e081893ce5210b2331f1ee9ba25e3f3f56136d9878b194dc7'
-'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 483566, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-24 15:04:41 UTC (rev 483567)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=6.3
+pkgrel=1
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='https://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block'
+   'python-prettytable: gluster-georep-sshkey')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('64f809c9255d6552477999357644a798f20744c93ea3679c27bed74feb469fc5'
+'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 glusterfs/trunk (PKGBUILD)

2019-06-24 Thread Sergej Pupykin via arch-commits
Date: Monday, June 24, 2019 @ 15:04:25
  Author: spupykin
Revision: 483566

upgpkg: glusterfs 1:6.3-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-24 14:23:22 UTC (rev 483565)
+++ PKGBUILD2019-06-24 15:04:25 UTC (rev 483566)
@@ -5,7 +5,7 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=6.1
+pkgver=6.3
 pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -26,7 +26,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('32ac75c883cdf18e081893ce5210b2331f1ee9ba25e3f3f56136d9878b194dc7'
+sha256sums=('64f809c9255d6552477999357644a798f20744c93ea3679c27bed74feb469fc5'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2019-06-20 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 20, 2019 @ 13:57:39
  Author: spupykin
Revision: 482491

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-20 13:57:26 UTC (rev 482490)
+++ PKGBUILD2019-06-20 13:57:39 UTC (rev 482491)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=1.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=('8184403aa14226cf507c1ccd4e6ebea0b731e5ba2de7ece5faceb147c50978d8')
-
-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 482490, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-20 13:57:39 UTC (rev 482491)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=1.0.6
+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=('d5d5e7ae44de451d86b70c73bb9af2b27cb09fda1c1315fdb5cf5150b2552d3f')
+
+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)

2019-06-20 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 20, 2019 @ 13:57:26
  Author: spupykin
Revision: 482490

upgpkg: nextcloud-app-bookmarks 1:1.0.6-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-20 13:48:16 UTC (rev 482489)
+++ PKGBUILD2019-06-20 13:57:26 UTC (rev 482490)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=1.0.5
+pkgver=1.0.6
 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=('8184403aa14226cf507c1ccd4e6ebea0b731e5ba2de7ece5faceb147c50978d8')
+sha256sums=('d5d5e7ae44de451d86b70c73bb9af2b27cb09fda1c1315fdb5cf5150b2552d3f')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:47:06
  Author: spupykin
Revision: 481987

[anki] add python-jsonschema to deps

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:46:31 UTC (rev 481986)
+++ PKGBUILD2019-06-17 13:47:06 UTC (rev 481987)
@@ -6,26 +6,22 @@
 
 pkgname=anki
 pkgver=2.1.13
-pkgrel=2
-
+pkgrel=3
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/;
 arch=('any')
 license=('AGPL3')
-
 depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
  'python-pyqt5' 'python-pyqtwebengine' 'python-requests' 
'python-send2trash'
  'python-decorator' 'python-markdown' 'python-jsonschema' 
'python-distro'
- 'desktop-file-utils')
+ 'python-jsonschema' 'desktop-file-utils')
 optdepends=('lame: record sound'
 'mpv: play sound. prefered over mplayer'
 'mplayer: play sound')
-
 source=(https://apps.ankiweb.net/downloads/current/anki-$pkgver-source.tgz)
 sha256sums=('8166eebc54575aa55eeff0886ffec3228b3c377885abf9cc18561b7a01cb8edb')
 
 package() {
   cd anki-$pkgver
-
   make DESTDIR="$pkgdir" PREFIX=/usr install
 }


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:46:31
  Author: spupykin
Revision: 481986

[prosody] add documentation link to .service

Modified:
  prosody/trunk/prosody.service

-+
 prosody.service |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: prosody.service
===
--- prosody.service 2019-06-17 13:40:25 UTC (rev 481985)
+++ prosody.service 2019-06-17 13:46:31 UTC (rev 481986)
@@ -1,6 +1,8 @@
 [Unit]
 Description=XMPP (Jabber) Server
 After=network.target
+Documentation=https://prosody.im/doc
+Documentation=https://wiki.archlinux.org/index.php/Prosody
 
 [Service]
 Type=forking
@@ -11,4 +13,3 @@
 
 [Install]
 WantedBy=multi-user.target
-


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:40:25
  Author: spupykin
Revision: 481985

archrelease: copy trunk to community-x86_64

Added:
  sshguard/repos/community-x86_64/ChangeLog
(from rev 481984, sshguard/trunk/ChangeLog)
  sshguard/repos/community-x86_64/PKGBUILD
(from rev 481984, sshguard/trunk/PKGBUILD)
  sshguard/repos/community-x86_64/sshguard.service
(from rev 481984, sshguard/trunk/sshguard.service)
  sshguard/repos/community-x86_64/tmpfile.conf
(from rev 481984, sshguard/trunk/tmpfile.conf)
Deleted:
  sshguard/repos/community-x86_64/ChangeLog
  sshguard/repos/community-x86_64/PKGBUILD
  sshguard/repos/community-x86_64/sshguard.service
  sshguard/repos/community-x86_64/tmpfile.conf

--+
 ChangeLog|6 +--
 PKGBUILD |   96 ++---
 sshguard.service |   32 -
 tmpfile.conf |2 -
 4 files changed, 68 insertions(+), 68 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2019-06-17 13:40:11 UTC (rev 481984)
+++ ChangeLog   2019-06-17 13:40:25 UTC (rev 481985)
@@ -1,3 +0,0 @@
-2007-06-28 tardo 
-* Built for x86_64
-

Copied: sshguard/repos/community-x86_64/ChangeLog (from rev 481984, 
sshguard/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2019-06-17 13:40:25 UTC (rev 481985)
@@ -0,0 +1,3 @@
+2007-06-28 tardo 
+* Built for x86_64
+

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 13:40:11 UTC (rev 481984)
+++ PKGBUILD2019-06-17 13:40:25 UTC (rev 481985)
@@ -1,48 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=sshguard
-pkgver=2.3.1
-pkgrel=1
-pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
-arch=('x86_64')
-url="http://www.sshguard.net/;
-license=('GPL')
-depends=('iptables')
-backup=('etc/sshguard.conf')
-source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
-"tmpfile.conf"
-"sshguard.service")
-sha256sums=('769055e26df78f4bca34c9a7acf265dfa224c055b33ced47f53d55bf659d20a2'
-'cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f'
-'ba5b8774be772cdd66508d9b421f102f60243d759d24ad58dffcf9eaab10')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i 's|tables.target|tables.service|g' examples/sshguard.service
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libexecdir=/usr/lib/sshguard \
---with-firewall=iptables
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir/tmpfile.conf" 
"$pkgdir/usr/lib/tmpfiles.d/sshguard.conf"
-  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
-  install -dm0755 "$pkgdir/usr/share/doc/" "$pkgdir/etc"
-  cat <"$pkgdir"/etc/sshguard.conf
-LOGREADER="LANG=C /usr/bin/journalctl -afb -p info -n1 -t sshd -o cat"
-BLACKLIST_FILE=120:/var/db/sshguard/blacklist.db
-BACKEND="/usr/lib/sshguard/sshg-fw-iptables"
-EOF
-  cp -a examples "$pkgdir/usr/share/doc/sshguard"
-}

Copied: sshguard/repos/community-x86_64/PKGBUILD (from rev 481984, 
sshguard/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 13:40:25 UTC (rev 481985)
@@ -0,0 +1,48 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=sshguard
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
+arch=('x86_64')
+url="https://www.sshguard.net/;
+license=('GPL')
+depends=('iptables')
+backup=('etc/sshguard.conf')
+source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
+"tmpfile.conf"
+"sshguard.service")
+sha256sums=('065ca4091b3a96802714b560dbbc3d9f0e67574e99e2b6e8857aa1027d17d6c0'
+'cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f'
+'ba5b8774be772cdd66508d9b421f102f60243d759d24ad58dffcf9eaab10')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i 's|tables.target|tables.service|g' examples/sshguard.service
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/sshguard \
+--with-firewall=iptables
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 "$srcdir/tmpfile.conf" 
"$pkgdir/usr/lib/tmpfiles.d/sshguard.conf"
+  install -Dm0644 "$srcdir/sshguard.service" 
"$pkgdir/usr/lib/systemd/system/sshguard.service"
+  install -dm0755 

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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:39:40
  Author: spupykin
Revision: 481980

upgpkg: perl-devel-patchperl 1.64-1

Modified:
  perl-devel-patchperl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:39:35 UTC (rev 481979)
+++ PKGBUILD2019-06-17 13:39:40 UTC (rev 481980)
@@ -1,8 +1,8 @@
 # Maintainer:
 
 pkgname=perl-devel-patchperl
-pkgver=1.52
-pkgrel=2
+pkgver=1.64
+pkgrel=1
 pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
 arch=('any')
 url="https://search.cpan.org/dist/Devel-PatchPerl/;
@@ -10,7 +10,7 @@
 depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-sha256sums=('4e69fb6f5f3add09915e6252ed6b3ff96f5ba60feb816e1aca2dfafef4c0d647')
+sha256sums=('9b2c5d26e0068306309d058f384adf916c0d8d54be1e0806664ca6052a01d499')
 
 build() {
   cd Devel-PatchPerl-$pkgver


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:40:11
  Author: spupykin
Revision: 481984

upgpkg: sshguard 2.4.0-1

Modified:
  sshguard/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:40:04 UTC (rev 481983)
+++ PKGBUILD2019-06-17 13:40:11 UTC (rev 481984)
@@ -2,7 +2,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=sshguard
-pkgver=2.3.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Brute force detector for SSH, Exim, VSFTPD and more. Blocks by ip 
with iptables"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 
source=("https://downloads.sourceforge.net/sourceforge/sshguard/sshguard-$pkgver.tar.gz;
 "tmpfile.conf"
 "sshguard.service")
-sha256sums=('769055e26df78f4bca34c9a7acf265dfa224c055b33ced47f53d55bf659d20a2'
+sha256sums=('065ca4091b3a96802714b560dbbc3d9f0e67574e99e2b6e8857aa1027d17d6c0'
 'cd2ba683f25a650a29dd465ec7eb507826af46822d1a1ea6116a052c77c4148f'
 'ba5b8774be772cdd66508d9b421f102f60243d759d24ad58dffcf9eaab10')
 


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:39:50
  Author: spupykin
Revision: 481981

archrelease: copy trunk to community-any

Added:
  perl-devel-patchperl/repos/community-any/PKGBUILD
(from rev 481980, perl-devel-patchperl/trunk/PKGBUILD)
Deleted:
  perl-devel-patchperl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 13:39:40 UTC (rev 481980)
+++ PKGBUILD2019-06-17 13:39:50 UTC (rev 481981)
@@ -1,30 +0,0 @@
-# Maintainer:
-
-pkgname=perl-devel-patchperl
-pkgver=1.52
-pkgrel=2
-pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
-arch=('any')
-url="https://search.cpan.org/dist/Devel-PatchPerl/;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
-options=('!emptydirs')
-source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
-sha256sums=('4e69fb6f5f3add09915e6252ed6b3ff96f5ba60feb816e1aca2dfafef4c0d647')
-
-build() {
-  cd Devel-PatchPerl-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Devel-PatchPerl-$pkgver
-  make test
-}
-
-package() {
-  cd Devel-PatchPerl-$pkgver
-  make install DESTDIR="$pkgdir"
-}
-

Copied: perl-devel-patchperl/repos/community-any/PKGBUILD (from rev 481980, 
perl-devel-patchperl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 13:39:50 UTC (rev 481981)
@@ -0,0 +1,30 @@
+# Maintainer:
+
+pkgname=perl-devel-patchperl
+pkgver=1.64
+pkgrel=1
+pkgdesc="Patch perl source a la Devel::PPPort's buildperl.pl"
+arch=('any')
+url="https://search.cpan.org/dist/Devel-PatchPerl/;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-file-pushd' 'perl-module-pluggable')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/Devel-PatchPerl-$pkgver.tar.gz;)
+sha256sums=('9b2c5d26e0068306309d058f384adf916c0d8d54be1e0806664ca6052a01d499')
+
+build() {
+  cd Devel-PatchPerl-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Devel-PatchPerl-$pkgver
+  make test
+}
+
+package() {
+  cd Devel-PatchPerl-$pkgver
+  make install DESTDIR="$pkgdir"
+}
+


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:40:04
  Author: spupykin
Revision: 481983

archrelease: copy trunk to community-any

Added:
  perl-file-nfslock/repos/community-any/PKGBUILD
(from rev 481982, perl-file-nfslock/trunk/PKGBUILD)
Deleted:
  perl-file-nfslock/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 13:39:55 UTC (rev 481982)
+++ PKGBUILD2019-06-17 13:40:04 UTC (rev 481983)
@@ -1,29 +0,0 @@
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Maintainer: Chris Brannon 
-# Contributor: François Charette 
-
-pkgname=perl-file-nfslock
-pkgver=1.27
-pkgrel=3
-pkgdesc="NFS compatible (safe) locking utility"
-arch=('any')
-url="http://search.cpan.org/dist/File-NFSLock;
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(https://www.cpan.org/authors/id/B/BB/BBB/File-NFSLock-$pkgver.tar.gz) 
-sha256sums=('0f41d6cfeaa44987221b38e31fa6862933ccc390bb11037b5828f9b52a1b1042')
-
-build() {
-  cd  "$srcdir/File-NFSLock-$pkgver"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
-  PERL_USE_UNSAFE_INC=1 \
-  make || return 1
-}
-
-package() {
-  cd  "$srcdir/File-NFSLock-$pkgver"
-  make install DESTDIR="$pkgdir" || return 1
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-file-nfslock/repos/community-any/PKGBUILD (from rev 481982, 
perl-file-nfslock/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 13:40:04 UTC (rev 481983)
@@ -0,0 +1,29 @@
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: Chris Brannon 
+# Contributor: François Charette 
+
+pkgname=perl-file-nfslock
+pkgver=1.29
+pkgrel=1
+pkgdesc="NFS compatible (safe) locking utility"
+arch=('any')
+url="https://search.cpan.org/dist/File-NFSLock;
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/B/BB/BBB/File-NFSLock-$pkgver.tar.gz) 
+sha256sums=('61d41599b481164edf9b8becabbef2d23f622a9727f6c18365e92b5782d4fa37')
+
+build() {
+  cd  "$srcdir/File-NFSLock-$pkgver"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1 
+  PERL_USE_UNSAFE_INC=1 \
+  make || return 1
+}
+
+package() {
+  cd  "$srcdir/File-NFSLock-$pkgver"
+  make install DESTDIR="$pkgdir" || return 1
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:39:55
  Author: spupykin
Revision: 481982

upgpkg: perl-file-nfslock 1.29-1

Modified:
  perl-file-nfslock/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:39:50 UTC (rev 481981)
+++ PKGBUILD2019-06-17 13:39:55 UTC (rev 481982)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-file-nfslock
-pkgver=1.27
-pkgrel=3
+pkgver=1.29
+pkgrel=1
 pkgdesc="NFS compatible (safe) locking utility"
 arch=('any')
 url="https://search.cpan.org/dist/File-NFSLock;
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(https://www.cpan.org/authors/id/B/BB/BBB/File-NFSLock-$pkgver.tar.gz) 
-sha256sums=('0f41d6cfeaa44987221b38e31fa6862933ccc390bb11037b5828f9b52a1b1042')
+sha256sums=('61d41599b481164edf9b8becabbef2d23f622a9727f6c18365e92b5782d4fa37')
 
 build() {
   cd  "$srcdir/File-NFSLock-$pkgver"


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:39:11
  Author: spupykin
Revision: 481976

upgpkg: nextcloud-app-contacts 3.1.3-1

Modified:
  nextcloud-app-contacts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:38:57 UTC (rev 481975)
+++ PKGBUILD2019-06-17 13:39:11 UTC (rev 481976)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud-app-contacts
-pkgver=3.1.1
+pkgver=3.1.3
 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=('fbc4f3b7936aba9ef61710c86d70650c1746b8a7df7f29b0a964dd70c528d6e1')
+sha256sums=('c66ff52d41262e209397a7b47843bce03aeed7f1d097590d89db70ffd678ad65')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:39:35
  Author: spupykin
Revision: 481979

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 13:39:26 UTC (rev 481978)
+++ PKGBUILD2019-06-17 13:39:35 UTC (rev 481979)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=2.6.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=('e048ec91962913b1e8b2f5823cd20e3fe8467338f209870b94758b0234a78586635e04f84a468d349ea1fc4888ea911c7a147d446d7db2f803b83124a6ede843')
-
-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 481978, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 13:39:35 UTC (rev 481979)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=3.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=('95d861b076fa9a1dd78ca604dbcf0e8bb34cba38e401278f2336d51137ba0689076798c8a5966b0f4ccfb2ffe0c7720bb23af934ab370e6a35e8b7fbfbd7fa84')
+
+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-contacts/repos/community-any (2 files)

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:39:19
  Author: spupykin
Revision: 481977

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 13:39:11 UTC (rev 481976)
+++ PKGBUILD2019-06-17 13:39:19 UTC (rev 481977)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-contacts
-pkgver=3.1.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=('fbc4f3b7936aba9ef61710c86d70650c1746b8a7df7f29b0a964dd70c528d6e1')
-
-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 481976, 
nextcloud-app-contacts/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 13:39:19 UTC (rev 481977)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-contacts
+pkgver=3.1.3
+pkgrel=1
+pkgdesc="Contacts app for nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/contacts/;
+license=('GPL')
+depends=('nextcloud')
+options=('!strip')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/contacts/releases/download/v$pkgver/contacts.tar.gz;)
+sha256sums=('c66ff52d41262e209397a7b47843bce03aeed7f1d097590d89db70ffd678ad65')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/contacts "$pkgdir"/usr/share/webapps/nextcloud/apps/contacts
+}


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:39:26
  Author: spupykin
Revision: 481978

upgpkg: nextcloud-app-notes 3.0.0-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:39:19 UTC (rev 481977)
+++ PKGBUILD2019-06-17 13:39:26 UTC (rev 481978)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=2.6.0
+pkgver=3.0.0
 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=('e048ec91962913b1e8b2f5823cd20e3fe8467338f209870b94758b0234a78586635e04f84a468d349ea1fc4888ea911c7a147d446d7db2f803b83124a6ede843')
+sha512sums=('95d861b076fa9a1dd78ca604dbcf0e8bb34cba38e401278f2336d51137ba0689076798c8a5966b0f4ccfb2ffe0c7720bb23af934ab370e6a35e8b7fbfbd7fa84')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:38:57
  Author: spupykin
Revision: 481975

archrelease: copy trunk to community-any

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

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

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

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

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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:38:43
  Author: spupykin
Revision: 481974

upgpkg: mediawiki 1.32.2-1

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:38:20 UTC (rev 481973)
+++ PKGBUILD2019-06-17 13:38:43 UTC (rev 481974)
@@ -4,7 +4,7 @@
 pkgbase=mediawiki
 #pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
 pkgname=('mediawiki')
-pkgver=1.32.1
+pkgver=1.32.2
 _basever=${pkgver%.*}
 _hash=b976708
 pkgrel=1
@@ -37,7 +37,7 @@
 
source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-sha256sums=('f02100d59449f41507a3a66a47168ef4c805a323bf46354a59b763a7a3bf7bc3'
+sha256sums=('f9cdbfe0c51af7d5b5d364ec0251a6e369a361b606245d9af13ed31825a34b7f'
 'SKIP'
 '0b3d73dc00f6785eb6e78ad4d7338e98dcc501352c347d06a395c321e15eaa50'
 'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:38:20
  Author: spupykin
Revision: 481973

archrelease: copy trunk to community-x86_64

Added:
  libunibreak/repos/community-x86_64/PKGBUILD
(from rev 481972, libunibreak/trunk/PKGBUILD)
Deleted:
  libunibreak/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-17 13:38:10 UTC (rev 481972)
+++ PKGBUILD2019-06-17 13:38:20 UTC (rev 481973)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Orivej Desh 
-
-pkgname=libunibreak
-pkgver=4.1
-pkgrel=1
-pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
-arch=("x86_64")
-url="https://github.com/adah1972/libunibreak/;
-license=("custom:zlib/libpng")
-depends=()
-replaces=('liblinebreak')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-sha256sums=('34e9eb2ce2567c07b2b79a388f2ac9e1c0794de457664f8497eaf174c9b371c9')
-
-build() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  ./bootstrap
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
-  make DESTDIR="$pkgdir" install
-  rm -f "$pkgdir"/usr/lib/*.a
-  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: libunibreak/repos/community-x86_64/PKGBUILD (from rev 481972, 
libunibreak/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-17 13:38:20 UTC (rev 481973)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Orivej Desh 
+
+pkgname=libunibreak
+pkgver=4.2
+pkgrel=1
+pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
+arch=("x86_64")
+url="https://github.com/adah1972/libunibreak/;
+license=("custom:zlib/libpng")
+depends=()
+replaces=('liblinebreak')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
+sha256sums=('f479351c3a93d9d03599dd4bca95902dab916f12791b0cdcc168e96829150087')
+
+build() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  ./bootstrap
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"
+  make DESTDIR="$pkgdir" install
+  rm -f "$pkgdir"/usr/lib/*.a
+  install -Dm644 LICENCE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-06-17 Thread Sergej Pupykin via arch-commits
Date: Monday, June 17, 2019 @ 13:38:10
  Author: spupykin
Revision: 481972

upgpkg: libunibreak 4.2-1

Modified:
  libunibreak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-17 13:26:12 UTC (rev 481971)
+++ PKGBUILD2019-06-17 13:38:10 UTC (rev 481972)
@@ -2,7 +2,7 @@
 # Contributor: Orivej Desh 
 
 pkgname=libunibreak
-pkgver=4.1
+pkgver=4.2
 pkgrel=1
 pkgdesc="An implementation of the line breaking algorithm as described in 
Unicode 5.2.0 Standard Annex 14, Revision 24"
 arch=("x86_64")
@@ -11,7 +11,7 @@
 depends=()
 replaces=('liblinebreak')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/adah1972/libunibreak/archive/libunibreak_${pkgver//./_}.tar.gz;)
-sha256sums=('34e9eb2ce2567c07b2b79a388f2ac9e1c0794de457664f8497eaf174c9b371c9')
+sha256sums=('f479351c3a93d9d03599dd4bca95902dab916f12791b0cdcc168e96829150087')
 
 build() {
   cd "$srcdir/libunibreak-libunibreak_${pkgver//./_}"


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

2019-06-07 Thread Sergej Pupykin via arch-commits
Date: Friday, June 7, 2019 @ 13:13:32
  Author: spupykin
Revision: 478169

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-07 13:13:22 UTC (rev 478168)
+++ PKGBUILD2019-06-07 13:13:32 UTC (rev 478169)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=1.0.3
-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=('6edef0c6924fa9315d3aad6846ae03d6da454b7554232a77c4c7084661cb7009')
-
-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 478168, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-07 13:13:32 UTC (rev 478169)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=1.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=('8184403aa14226cf507c1ccd4e6ebea0b731e5ba2de7ece5faceb147c50978d8')
+
+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)

2019-06-07 Thread Sergej Pupykin via arch-commits
Date: Friday, June 7, 2019 @ 13:13:22
  Author: spupykin
Revision: 478168

upgpkg: nextcloud-app-bookmarks 1:1.0.5-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-07 12:20:33 UTC (rev 478167)
+++ PKGBUILD2019-06-07 13:13:22 UTC (rev 478168)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=1.0.3
+pkgver=1.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=('6edef0c6924fa9315d3aad6846ae03d6da454b7554232a77c4c7084661cb7009')
+sha256sums=('8184403aa14226cf507c1ccd4e6ebea0b731e5ba2de7ece5faceb147c50978d8')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:27:24
  Author: spupykin
Revision: 477445

upgpkg: tigervnc 1.9.0-2

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 11:26:13 UTC (rev 477444)
+++ PKGBUILD2019-06-06 11:27:24 UTC (rev 477445)
@@ -3,8 +3,8 @@
 
 pkgname=tigervnc
 pkgver=1.9.0
-pkgrel=1
-_xorgver=1.20.0
+pkgrel=2
+_xorgver=1.20.5
 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
 arch=('x86_64')
 url="http://www.tigervnc.org;
@@ -24,7 +24,7 @@
vncserver.service
vncviewer.desktop)
 sha256sums=('f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740'
-'9d967d185f05709274ee0c4f861a4672463986e550ca05725ce27974f550d3e6'
+'a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d'
 '80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
 '2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7')
 


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:27:35
  Author: spupykin
Revision: 477446

archrelease: copy trunk to community-x86_64

Added:
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 477445, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 477445, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 477445, tigervnc/trunk/vncviewer.desktop)
Deleted:
  tigervnc/repos/community-x86_64/PKGBUILD
  tigervnc/repos/community-x86_64/vncserver.service
  tigervnc/repos/community-x86_64/vncviewer.desktop

---+
 PKGBUILD  |  134 ++--
 vncserver.service |   58 +++---
 vncviewer.desktop |   18 +++---
 3 files changed, 105 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:27:24 UTC (rev 477445)
+++ PKGBUILD2019-06-06 11:27:35 UTC (rev 477446)
@@ -1,67 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Uroš Vampl 
-
-pkgname=tigervnc
-pkgver=1.9.0
-pkgrel=1
-_xorgver=1.20.0
-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')
-makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
-'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
-'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
-'xtrans' 'glproto' 'dri2proto' 'dri3proto' 'presentproto'
-'mesa' 'imagemagick' 'java-environment=8')
-optdepends=('mesa: for OpenGL functionality in Xvnc')
-conflicts=('tightvnc')
-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
-   vncserver.service
-   vncviewer.desktop)
-sha256sums=('f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740'
-'9d967d185f05709274ee0c4f861a4672463986e550ca05725ce27974f550d3e6'
-'80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
-'2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7')
-
-prepare() {
-  cd "$srcdir"/${pkgname}-${pkgver}
-  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 \
--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
-  cd unix/xserver/hw/vnc
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 
"$srcdir"/${pkgname}-${pkgver}/contrib/systemd/user/vncserver@.service \
-"$pkgdir"/usr/lib/systemd/user/vncserver@.service
-  install -Dm0644 "$srcdir"/vncserver.service 
"$pkgdir"/usr/lib/systemd/system/vncserver.service
-  install -Dm0644 "$srcdir"/vncviewer.desktop 
"$pkgdir"/usr/share/applications/vncviewer.desktop
-}

Copied: tigervnc/repos/community-x86_64/PKGBUILD (from rev 477445, 
tigervnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:27:35 UTC (rev 477446)
@@ -0,0 +1,67 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Uroš Vampl 
+
+pkgname=tigervnc
+pkgver=1.9.0
+pkgrel=2
+_xorgver=1.20.5
+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')
+makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros' 'bigreqsproto'
+'compositeproto' 'damageproto' 'randrproto' 'resourceproto'
+'scrnsaverproto' 'videoproto' 'xcmiscproto' 'xf86vidmodeproto'
+'xtrans' 'glproto' 'dri2proto' 'dri3proto' 'presentproto'
+'mesa' 'imagemagick' 'java-environment=8')
+optdepends=('mesa: for OpenGL 

[arch-commits] Commit in perl-sub-quote/repos/community-staging-any (2 files)

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:26:13
  Author: spupykin
Revision: 477444

archrelease: copy trunk to community-staging-any

Added:
  perl-sub-quote/repos/community-staging-any/PKGBUILD
(from rev 477443, perl-sub-quote/trunk/PKGBUILD)
Deleted:
  perl-sub-quote/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:26:04 UTC (rev 477443)
+++ PKGBUILD2019-06-06 11:26:13 UTC (rev 477444)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.005001
-pkgrel=2
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='https://search.cpan.org/dist/Sub-Quote'
-source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('d6ab4f0775def015367a05e02024b403f991b2be11d774f3d235fe7e9bdbba07')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Sub-Quote-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-staging-any/PKGBUILD (from rev 477443, 
perl-sub-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:26:13 UTC (rev 477444)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.006003
+pkgrel=2
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='https://search.cpan.org/dist/Sub-Quote'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
+sha256sums=('be1f3a6f773f351f203cdc8f614803ac492b77d15fd68d5b1f0cd3884be18176')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Sub-Quote-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:26:04
  Author: spupykin
Revision: 477443

upgpkg: perl-sub-quote 2.006003-2

Modified:
  perl-sub-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 11:23:15 UTC (rev 477442)
+++ PKGBUILD2019-06-06 11:26:04 UTC (rev 477443)
@@ -1,6 +1,6 @@
 pkgname=perl-sub-quote
 pkgver=2.006003
-pkgrel=1
+pkgrel=2
 pkgdesc="efficient generation of subroutines via string eval"
 arch=('any')
 license=('PerlArtistic' 'GPL')


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:23:15
  Author: spupykin
Revision: 477442

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:23:05 UTC (rev 477441)
+++ PKGBUILD2019-06-06 11:23:15 UTC (rev 477442)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.006003
-pkgrel=1
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='https://search.cpan.org/dist/Sub-Quote'
-source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('be1f3a6f773f351f203cdc8f614803ac492b77d15fd68d5b1f0cd3884be18176')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Sub-Quote-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-any/PKGBUILD (from rev 477441, 
perl-sub-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:23:15 UTC (rev 477442)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.006003
+pkgrel=1
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='https://search.cpan.org/dist/Sub-Quote'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
+sha256sums=('be1f3a6f773f351f203cdc8f614803ac492b77d15fd68d5b1f0cd3884be18176')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Sub-Quote-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:23:05
  Author: spupykin
Revision: 477441

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   63 +++--
 firejail.install |5 
 2 files changed, 38 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:22:55 UTC (rev 477440)
+++ PKGBUILD2019-06-06 11:23:05 UTC (rev 477441)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: ajs124 < aur AT ajs124 DOT de >
-
-pkgname=firejail
-pkgver=0.9.58.2
-pkgrel=1
-pkgdesc="Linux namespaces sandbox program"
-arch=(x86_64)
-license=(GPL2)
-url="https://github.com/netblue30/firejail;
-backup=('etc/firejail/login.users'
-   'etc/firejail/firejail.config')
-validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')
-#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})
-sha256sums=('5d2227dcc5407d801762455912a85fd65a3c79559606858be025bff0ca026432'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   # fix build
-   export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: firejail/repos/community-x86_64/PKGBUILD (from rev 477440, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:23:05 UTC (rev 477441)
@@ -0,0 +1,33 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.60
+pkgrel=1
+pkgdesc="Linux namespaces sandbox program"
+arch=(x86_64)
+license=(GPL2)
+url="https://github.com/netblue30/firejail;
+backup=('etc/firejail/login.users'
+   '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})
+sha256sums=('508fd69f90ba58959d5e82e10a488f96f6dcf918c054872991aa2f0e08d082d7'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   # fix build
+#  export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
+   ./configure --prefix=/usr --enable-apparmor
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+

Copied: firejail/repos/community-x86_64/firejail.install (from rev 477440, 
firejail/trunk/firejail.install)
===
--- firejail.install(rev 0)
+++ firejail.install2019-06-06 11:23:05 UTC (rev 477441)
@@ -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 firejail.install)

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:22:55
  Author: spupykin
Revision: 477440

upgpkg: firejail 0.9.60-1

Added:
  firejail/trunk/firejail.install
Modified:
  firejail/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++
 firejail.install |5 +
 2 files changed, 12 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 11:15:33 UTC (rev 477439)
+++ PKGBUILD2019-06-06 11:22:55 UTC (rev 477440)
@@ -2,7 +2,7 @@
 # Maintainer: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
-pkgver=0.9.58.2
+pkgver=0.9.60
 pkgrel=1
 pkgdesc="Linux namespaces sandbox program"
 arch=(x86_64)
@@ -10,17 +10,19 @@
 url="https://github.com/netblue30/firejail;
 backup=('etc/firejail/login.users'
'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})
-sha256sums=('5d2227dcc5407d801762455912a85fd65a3c79559606858be025bff0ca026432'
+sha256sums=('508fd69f90ba58959d5e82e10a488f96f6dcf918c054872991aa2f0e08d082d7'
 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
# fix build
-   export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
-   ./configure --prefix=/usr
+#  export CFLAGS="${CFLAGS/-fsanitize=undefined/}"
+   ./configure --prefix=/usr --enable-apparmor
make
 }
 
@@ -28,3 +30,4 @@
cd "${srcdir}/${pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
 }
+

Added: firejail.install
===
--- firejail.install(rev 0)
+++ firejail.install2019-06-06 11:22:55 UTC (rev 477440)
@@ -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 python2-application/repos/community-any (PKGBUILD PKGBUILD)

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:15:33
  Author: spupykin
Revision: 477439

archrelease: copy trunk to community-any

Added:
  python2-application/repos/community-any/PKGBUILD
(from rev 477438, python2-application/trunk/PKGBUILD)
Deleted:
  python2-application/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:15:25 UTC (rev 477438)
+++ PKGBUILD2019-06-06 11:15:33 UTC (rev 477439)
@@ -1,18 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=python2-application
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="a collection of modules that are useful when building python 
applications"
-arch=(any)
-#url="http://ag-projects.com;
-url="http://pypi.python.org/pypi/python-application/;
-license=('GPL')
-depends=('python2')
-source=(https://pypi.python.org/packages/40/47/006915103251dffb38e9fdda08b2edf4b321c36eba884e42ed9ba00d0bd9/python-application-$pkgver.tar.gz)
-sha256sums=('da5d49a84d3137219cd4df11d4310dbc8d885e3af25cc25314a99a7ec2799622')
-
-package() {
-  cd "$srcdir"/python-application-$pkgver
-  python2 setup.py install --root="$pkgdir"
-}

Copied: python2-application/repos/community-any/PKGBUILD (from rev 477438, 
python2-application/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:15:33 UTC (rev 477439)
@@ -0,0 +1,18 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=python2-application
+pkgver=2.7.0
+pkgrel=1
+pkgdesc="a collection of modules that are useful when building python 
applications"
+arch=(any)
+#url="https://ag-projects.com;
+url="https://pypi.python.org/pypi/python-application/;
+license=('GPL')
+depends=('python2')
+source=(https://pypi.python.org/packages/1f/90/d9e0a579873e211d097a33a96e0f0749e7fb009b0eda30eb7587f39ee834/python-application-$pkgver.tar.gz)
+sha256sums=('b1ff78d79403c1b044e5d7b14842663e0ada0b2b3575957de207fb306f936dd3')
+
+package() {
+  cd "$srcdir"/python-application-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:15:25
  Author: spupykin
Revision: 477438

upgpkg: python2-application 2.7.0-1

Modified:
  python2-application/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 11:14:43 UTC (rev 477437)
+++ PKGBUILD2019-06-06 11:15:25 UTC (rev 477438)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=python2-application
-pkgver=2.5.0
+pkgver=2.7.0
 pkgrel=1
 pkgdesc="a collection of modules that are useful when building python 
applications"
 arch=(any)
@@ -9,8 +9,8 @@
 url="https://pypi.python.org/pypi/python-application/;
 license=('GPL')
 depends=('python2')
-source=(https://pypi.python.org/packages/40/47/006915103251dffb38e9fdda08b2edf4b321c36eba884e42ed9ba00d0bd9/python-application-$pkgver.tar.gz)
-sha256sums=('da5d49a84d3137219cd4df11d4310dbc8d885e3af25cc25314a99a7ec2799622')
+source=(https://pypi.python.org/packages/1f/90/d9e0a579873e211d097a33a96e0f0749e7fb009b0eda30eb7587f39ee834/python-application-$pkgver.tar.gz)
+sha256sums=('b1ff78d79403c1b044e5d7b14842663e0ada0b2b3575957de207fb306f936dd3')
 
 package() {
   cd "$srcdir"/python-application-$pkgver


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:14:35
  Author: spupykin
Revision: 477436

upgpkg: phpmyadmin 4.9.0.1-1

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 11:14:27 UTC (rev 477435)
+++ PKGBUILD2019-06-06 11:14:35 UTC (rev 477436)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.8.5
+pkgver=4.9.0.1
 pkgrel=1
 pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
 arch=('any')
@@ -15,7 +15,7 @@
 depends=('mysql-clients' 'php')
 backup=(etc/webapps/phpmyadmin/config.inc.php)
 
source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('d7ab5df4e464d7ba17bf2a42da7d7f26dad45c34bf321ac8ae7d2ed748413913')
+sha256sums=('e3de59f913c095433c8f6466f8826dfde09b097cfac78b665ddef9ddc03b0ed6')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:14:43
  Author: spupykin
Revision: 477437

archrelease: copy trunk to community-any

Added:
  phpmyadmin/repos/community-any/PKGBUILD
(from rev 477436, phpmyadmin/trunk/PKGBUILD)
Deleted:
  phpmyadmin/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:14:35 UTC (rev 477436)
+++ PKGBUILD2019-06-06 11:14:43 UTC (rev 477437)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.8.5
-pkgrel=1
-pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
-arch=('any')
-url='http://www.phpmyadmin.net'
-license=('GPL')
-depends=('mysql-clients' 'php')
-backup=(etc/webapps/phpmyadmin/config.inc.php)
-source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
-sha256sums=('d7ab5df4e464d7ba17bf2a42da7d7f26dad45c34bf321ac8ae7d2ed748413913')
-
-package() {
-  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
-  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
-  cd "$_instdir"
-
-  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
-
-  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
-  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
-}

Copied: phpmyadmin/repos/community-any/PKGBUILD (from rev 477436, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:14:43 UTC (rev 477437)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=4.9.0.1
+pkgrel=1
+pkgdesc='PHP and hence web-based tool to administrate MySQL over the WWW'
+arch=('any')
+url='https://www.phpmyadmin.net'
+license=('GPL')
+depends=('mysql-clients' 'php')
+backup=(etc/webapps/phpmyadmin/config.inc.php)
+source=(https://files.phpmyadmin.net/phpMyAdmin/$pkgver/phpMyAdmin-$pkgver-all-languages.tar.xz)
+sha256sums=('e3de59f913c095433c8f6466f8826dfde09b097cfac78b665ddef9ddc03b0ed6')
+
+package() {
+  _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin
+  mkdir -p "$_instdir" "$pkgdir"/etc/webapps/phpmyadmin
+  cd "$_instdir"
+
+  cp -ra "$srcdir"/phpMyAdmin-$pkgver-all-languages/* .
+
+  ln -s /etc/webapps/phpmyadmin/config.inc.php "$_instdir"/config.inc.php
+  cp "$_instdir"/config.sample.inc.php 
"$pkgdir"/etc/webapps/phpmyadmin/config.inc.php
+}


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:14:27
  Author: spupykin
Revision: 477435

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-06-06 11:14:19 UTC (rev 477434)
+++ PKGBUILD2019-06-06 11:14:27 UTC (rev 477435)
@@ -1,39 +0,0 @@
-pkgname=perl-sub-quote
-pkgver=2.005001
-pkgrel=1
-pkgdesc="efficient generation of subroutines via string eval"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-test-fatal>=0.010')
-url='http://search.cpan.org/dist/Sub-Quote'
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('d6ab4f0775def015367a05e02024b403f991b2be11d774f3d235fe7e9bdbba07')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Sub-Quote-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Sub-Quote-$pkgver"
-  make install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sub-quote/repos/community-any/PKGBUILD (from rev 477434, 
perl-sub-quote/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-06-06 11:14:27 UTC (rev 477435)
@@ -0,0 +1,39 @@
+pkgname=perl-sub-quote
+pkgver=2.006003
+pkgrel=1
+pkgdesc="efficient generation of subroutines via string eval"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-test-fatal>=0.010')
+url='https://search.cpan.org/dist/Sub-Quote'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
+sha256sums=('be1f3a6f773f351f203cdc8f614803ac492b77d15fd68d5b1f0cd3884be18176')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Sub-Quote-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Sub-Quote-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:14:19
  Author: spupykin
Revision: 477434

upgpkg: perl-sub-quote 2.006003-1

Modified:
  perl-sub-quote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 11:14:09 UTC (rev 477433)
+++ PKGBUILD2019-06-06 11:14:19 UTC (rev 477434)
@@ -1,6 +1,6 @@
 pkgname=perl-sub-quote
-pkgver=2.005001
-pkgrel=2
+pkgver=2.006003
+pkgrel=1
 pkgdesc="efficient generation of subroutines via string eval"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -9,7 +9,7 @@
 makedepends=('perl-test-fatal>=0.010')
 url='https://search.cpan.org/dist/Sub-Quote'
 
source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Sub-Quote-$pkgver.tar.gz;)
-sha256sums=('d6ab4f0775def015367a05e02024b403f991b2be11d774f3d235fe7e9bdbba07')
+sha256sums=('be1f3a6f773f351f203cdc8f614803ac492b77d15fd68d5b1f0cd3884be18176')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:13:26
  Author: spupykin
Revision: 477431

archrelease: copy trunk to community-any

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

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

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

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

Deleted: drupal.install
===
--- drupal.install  2019-06-06 11:13:14 UTC (rev 477430)
+++ drupal.install  2019-06-06 11:13:26 UTC (rev 477431)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 477430, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-06-06 11:13:26 UTC (rev 477431)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-06-06 Thread Sergej Pupykin via arch-commits
Date: Thursday, June 6, 2019 @ 11:13:14
  Author: spupykin
Revision: 477430

upgpkg: drupal 8.7.3-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-06-06 10:58:43 UTC (rev 477429)
+++ PKGBUILD2019-06-06 11:13:14 UTC (rev 477430)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.7.2
+pkgver=8.7.3
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('0c16350261bc65b9354329b4e8732a5ad3c16dc683959f945016f7cfcbcef171')
+sha256sums=('a2968aa92a4dc7254fce325fc7d5b31b47714df5209e949588b79e4b32cf1ea0')
 
 package() {
   depends=('php' 'php-gd')


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

2019-05-27 Thread Sergej Pupykin via arch-commits
Date: Monday, May 27, 2019 @ 07:07:26
  Author: spupykin
Revision: 470999

upgpkg: ejabberd 19.05-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-27 06:56:42 UTC (rev 470998)
+++ PKGBUILD2019-05-27 07:07:26 UTC (rev 470999)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=19.02
+pkgver=19.05
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -20,38 +20,38 @@
 options=(emptydirs)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;

"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=16ad27d77a312eee9acd8ee4bd7d9991e7b4214a"
-   
"eimp::git://github.com/processone/eimp#commit=04c3702936a421cee3cb04f02b85bb7ac035e678"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=a10eb026440bdccf59b273b7a7792b028dc279f5"
+   
"eimp::git://github.com/processone/eimp#commit=0924df3f795535e715b4bc0a2587f9e1caf4a6f5"

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

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=24ba44e9e29f62a8fbb8581d0eb09318e0068565"
-   
"ezlib::git://github.com/processone/ezlib#commit=dbdebfd4f6800d3cc081e5e2b5ff8a92cac0b3d6"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=e4a3a5cd08431c704bcef377ac4b014caa256c22"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=2a93fc265fca2aacc2f5b91defd7b465e9b43db9"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=ec44eb8c1128a8d531a0c608581b4a9b2f6557ef"
+   
"esip::git://github.com/processone/esip#commit=d6517445c415524a4213653f05df6e836e7335da"
+   
"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=0778ab79490888ce54f616c3ecd2fedca96b437f"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=db54601682cbe38ba0b63f6d24d47e59a12a24c0"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=765415be8e12368cf42264f6b5537a796fefe6ce"

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

"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"

"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=69b4ada2341b8ab2cf5c8e464ac936e5e4a9f62b"
+   
"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"

"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=a499a0768c45359027dbf394a3fe373f7a268d07"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=973b7d8c1f0679321bc3169870c053b8ffaac5e1"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=93ca4c6be5d14e5833d3ab0f6bec0c77c13be16d"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=49a3776a6b5238e03c61b51bdcf6924b4f808ceb"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=ae4fac3d3ad9cedeaaae23a75519a4cdf7bb8152"
-   
"pkix::git://github.com/processone/pkix#commit=69eff06cdbe12323a3bf6c06eee3d0edb88236ab"
+   
"mqtree::git://github.com/processone/mqtree#commit=8516a873810ae10c377c11603177a3998d0bf91c"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1"
+   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"
+   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=e732b797de1f206811b4854a6fcec1e01bb68f45"
+   
"pkix::git://github.com/processone/pkix#commit=dc1c3fdc2d8d3bec05111fb3d76d6f3122e30bdc"

"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"

"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"


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

2019-05-27 Thread Sergej Pupykin via arch-commits
Date: Monday, May 27, 2019 @ 07:07:40
  Author: spupykin
Revision: 471000

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-27 07:07:26 UTC (rev 470999)
+++ PKGBUILD2019-05-27 07:07:40 UTC (rev 471000)
@@ -1,153 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=19.02
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="http://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-   'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=16ad27d77a312eee9acd8ee4bd7d9991e7b4214a"
-   
"eimp::git://github.com/processone/eimp#commit=04c3702936a421cee3cb04f02b85bb7ac035e678"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=22bc52f63189b5df2db4f214208162bea8f83bfe"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=24ba44e9e29f62a8fbb8581d0eb09318e0068565"
-   
"ezlib::git://github.com/processone/ezlib#commit=dbdebfd4f6800d3cc081e5e2b5ff8a92cac0b3d6"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=e4a3a5cd08431c704bcef377ac4b014caa256c22"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=2a93fc265fca2aacc2f5b91defd7b465e9b43db9"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=ec44eb8c1128a8d531a0c608581b4a9b2f6557ef"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"hamcrest::git://github.com/basho/hamcrest-erlang.git#commit=ad3dbab419762fc2d5821abb88b989da006b85c6"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=69b4ada2341b8ab2cf5c8e464ac936e5e4a9f62b"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=a499a0768c45359027dbf394a3fe373f7a268d07"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=973b7d8c1f0679321bc3169870c053b8ffaac5e1"
-   
"p1_oauth2::git://github.com/processone/p1_oauth2#commit=93ca4c6be5d14e5833d3ab0f6bec0c77c13be16d"
-   
"p1_pgsql::git://github.com/processone/p1_pgsql#commit=49a3776a6b5238e03c61b51bdcf6924b4f808ceb"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=ae4fac3d3ad9cedeaaae23a75519a4cdf7bb8152"
-   
"pkix::git://github.com/processone/pkix#commit=69eff06cdbe12323a3bf6c06eee3d0edb88236ab"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"riakc::git://github.com/processone/riak-erlang-client#commit=63db9859cf478cc67d4149940a5a9eae8c5ca3bc"
-   
"riak_pb::git://github.com/basho/riak_pb#commit=08771aba2ce4935b715d32d1b92555efdc3da994"
-   
"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=eadb0c7021d79ae79a69884fc12ae4c6147debba"
-   
"stun::git://github.com/processone/stun#commit=279e239d3412db98662193d9ea81c9f187f2bb91"
-  

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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:38:19
  Author: spupykin
Revision: 469566

archrelease: copy trunk to community-any

Added:
  perl-email-sender/repos/community-any/PKGBUILD
(from rev 469565, perl-email-sender/trunk/PKGBUILD)
Deleted:
  perl-email-sender/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-24 08:38:10 UTC (rev 469565)
+++ PKGBUILD2019-05-24 08:38:19 UTC (rev 469566)
@@ -1,44 +0,0 @@
-# Contributor: John D Jones III AKA jnbek 
-# Generator  : CPANPLUS::Dist::Arch 1.30
-
-pkgname='perl-email-sender'
-pkgver=1.300031
-pkgrel=4
-pkgdesc="a library for sending email"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-capture-tiny>=0.08' 'perl-email-abstract>=3.006' 
'perl-email-address'
-'perl-email-simple>=1.998' 'perl-list-moreutils' 'perl-module-runtime'
-'perl-moo>=1.08' 'perl-moox-types-mooselike>=0.15' 
'perl-sub-exporter'
-'perl-throwable' 'perl-try-tiny' 'perl-mro-compat')
-makedepends=()
-url='http://search.cpan.org/dist/Email-Sender/'
-source=("http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Sender-$pkgver.tar.gz;)
-sha256sums=('c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-  MODULEBUILDRC=/dev/null
-
-cd "$srcdir/Email-Sender-$pkgver"
-/usr/bin/perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Email-Sender-$pkgver"
-#  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-#make test
-#  )
-}
-
-package() {
-  cd "$srcdir/Email-Sender-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-email-sender/repos/community-any/PKGBUILD (from rev 469565, 
perl-email-sender/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-24 08:38:19 UTC (rev 469566)
@@ -0,0 +1,45 @@
+# Contributor: John D Jones III AKA jnbek 
+# Generator  : CPANPLUS::Dist::Arch 1.30
+
+pkgname='perl-email-sender'
+pkgver=1.300031
+pkgrel=5
+pkgdesc="a library for sending email"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-capture-tiny>=0.08' 'perl-email-abstract>=3.006' 
'perl-email-address'
+'perl-email-simple>=1.998' 'perl-list-moreutils' 'perl-module-runtime'
+'perl-moo>=1.08' 'perl-moox-types-mooselike>=0.15' 
'perl-sub-exporter'
+'perl-throwable' 'perl-try-tiny' 'perl-mro-compat')
+makedepends=()
+optdepends=('perl-authen-sasl')
+url='https://search.cpan.org/dist/Email-Sender/'
+source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Sender-$pkgver.tar.gz;)
+sha256sums=('c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+  PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+  MODULEBUILDRC=/dev/null
+
+cd "$srcdir/Email-Sender-$pkgver"
+/usr/bin/perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Email-Sender-$pkgver"
+#  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+#make test
+#  )
+}
+
+package() {
+  cd "$srcdir/Email-Sender-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:38:10
  Author: spupykin
Revision: 469565

upgpkg: perl-email-sender 1.300031-5

Modified:
  perl-email-sender/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 08:37:36 UTC (rev 469564)
+++ PKGBUILD2019-05-24 08:38:10 UTC (rev 469565)
@@ -3,7 +3,7 @@
 
 pkgname='perl-email-sender'
 pkgver=1.300031
-pkgrel=4
+pkgrel=5
 pkgdesc="a library for sending email"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,6 +13,7 @@
 'perl-moo>=1.08' 'perl-moox-types-mooselike>=0.15' 
'perl-sub-exporter'
 'perl-throwable' 'perl-try-tiny' 'perl-mro-compat')
 makedepends=()
+optdepends=('perl-authen-sasl')
 url='https://search.cpan.org/dist/Email-Sender/'
 
source=("https://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Email-Sender-$pkgver.tar.gz;)
 sha256sums=('c412372938510283d8c850127895e09c2b670f892e1c3992fd54c0c1a9064f14')


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:37:36
  Author: spupykin
Revision: 469564

FS#60965 - [glusterfs] some helper scripts depend on python-prettytable

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 08:36:10 UTC (rev 469563)
+++ PKGBUILD2019-05-24 08:37:36 UTC (rev 469564)
@@ -21,7 +21,8 @@
 'etc/glusterfs/glusterfs-logrotate')
 depends=(fuse python libxml2 libaio liburcu attr rpcbind)
 makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block')
+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://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:48
  Author: spupykin
Revision: 469556

upgpkg: gsoap 2.8.84-1

Modified:
  gsoap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 08:00:41 UTC (rev 469555)
+++ PKGBUILD2019-05-24 08:00:48 UTC (rev 469556)
@@ -3,7 +3,7 @@
 # Contributor: Lee.MaRS 
 
 pkgname=gsoap
-pkgver=2.8.83
+pkgver=2.8.84
 pkgrel=1
 pkgdesc="Offers an XML language binding to ease the development of SOAP/XML 
Web services in C and C/C++"
 url="https://www.cs.fsu.edu/~engelen/soap.html;
@@ -15,7 +15,7 @@
 source=("https://prdownloads.sourceforge.net/gsoap2/${pkgname}_${pkgver}.zip;
'0001-no-xlocale.patch'
'LICENSE')
-sha256sums=('879ab40d40e379add9d3526c0592f891eaea16f7487be160157dbc40216e1633'
+sha256sums=('4e9d13a6fb641ab076de94590452fb2e8339f7a6a58be8f0dc640b274495ed87'
 '4058a13b4ac5b26c4a1a5e6363390b47652a02ef29cab835de6720ddb516e405'
 '0457ad7ae5599c7ee2e30f94d685dfd1a39cc9a9e3937aef1417d1752dfc6eb3')
 


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:58
  Author: spupykin
Revision: 469557

archrelease: copy trunk to community-x86_64

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

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

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

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

Deleted: LICENSE
===
--- LICENSE 2019-05-24 08:00:48 UTC (rev 469556)
+++ LICENSE 2019-05-24 08:00:58 UTC (rev 469557)
@@ -1,163 +0,0 @@
-gSOAP Public License
-Version 1.3a
-The gSOAP public license is derived from the Mozilla Public License (MPL1.1). 
The sections that were deleted from the original MPL1.1 text are 1.0.1, 
2.1.(c),(d), 2.2.(c),(d), 8.2.(b), 10, and 11. Section 3.8 was added. The 
modified sections are 2.1.(b), 2.2.(b), 3.2 (simplified), 3.5 (deleted the last 
sentence), and 3.6 (simplified).
-1  DEFINITIONS.
-
-1.0.1.
-1.1. "Contributor"
-means each entity that creates 

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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:41
  Author: spupykin
Revision: 469555

archrelease: copy trunk to community-any

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

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

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

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

Deleted: drupal.install
===
--- drupal.install  2019-05-24 08:00:30 UTC (rev 469554)
+++ drupal.install  2019-05-24 08:00:41 UTC (rev 469555)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 469554, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-05-24 08:00:41 UTC (rev 469555)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-05-24 Thread Sergej Pupykin via arch-commits
Date: Friday, May 24, 2019 @ 08:00:30
  Author: spupykin
Revision: 469554

upgpkg: drupal 8.7.2-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-24 07:55:24 UTC (rev 469553)
+++ PKGBUILD2019-05-24 08:00:30 UTC (rev 469554)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.7.1
+pkgver=8.7.2
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('0740de22a7a415b3892f2942b5023e3f570601b428c43e0302a075027b704570')
+sha256sums=('0c16350261bc65b9354329b4e8732a5ad3c16dc683959f945016f7cfcbcef171')
 
 package() {
   depends=('php' 'php-gd')


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

2019-05-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, May 21, 2019 @ 16:35:41
  Author: spupykin
Revision: 468222

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-21 16:35:31 UTC (rev 468221)
+++ PKGBUILD2019-05-21 16:35:41 UTC (rev 468222)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.15.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=('d3cb0e1616c99d855fcc06769b61085175a38d67042231f2a59310b4934662d187e4c31d011a4f176599f9ea22de1532ac0329139c7dcad8241ba89c0b306599')
-
-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 468221, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-21 16:35:41 UTC (rev 468222)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=0.15.1
+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=('63294b74e46da160ef2f4d3940f4e375c395a0f371bc7fb9ee2e700d69fda93ce33e2b49b1d294ef51bca50dfe8e11030e68d1aa47441472120c499033ad2763')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


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

2019-05-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, May 21, 2019 @ 16:35:31
  Author: spupykin
Revision: 468221

upgpkg: nextcloud-app-mail 0.15.1-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-21 14:42:16 UTC (rev 468220)
+++ PKGBUILD2019-05-21 16:35:31 UTC (rev 468221)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.15.0
+pkgver=0.15.1
 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=('d3cb0e1616c99d855fcc06769b61085175a38d67042231f2a59310b4934662d187e4c31d011a4f176599f9ea22de1532ac0329139c7dcad8241ba89c0b306599')
+sha512sums=('63294b74e46da160ef2f4d3940f4e375c395a0f371bc7fb9ee2e700d69fda93ce33e2b49b1d294ef51bca50dfe8e11030e68d1aa47441472120c499033ad2763')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:53
  Author: spupykin
Revision: 468129

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:45 UTC (rev 468128)
+++ PKGBUILD2019-05-20 19:15:53 UTC (rev 468129)
@@ -1,45 +0,0 @@
-# Maintainer: Robin Broda 
-# Contributor: Michael Lass 
-# Contributor: Justin Dray 
-# Contributor: Patrick McCarty 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Thomas S Hatch 
-# Contributor: Michael P 
-# Contributor: Matt Heagney 
-
-pkgname=multipath-tools
-pkgver=0.8.1
-pkgrel=1
-pkgdesc='Multipath tools for Linux (including kpartx)'
-arch=('x86_64')
-url='http://christophe.varoqui.free.fr/'
-license=('GPL2')
-depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
-makedepends=('git')
-source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
-sha256sums=('SKIP')
-
-prepare() {
-  cd "${pkgname}"
-
-  # Fix systemd version detection in Makefile
-  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
-
-  # Fix bindir in Makefile
-  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
-}
-
-build() {
-  cd "${pkgname}"
-
-  make
-}
-
-package() {
-  cd "${pkgname}"
-
-  make DESTDIR="${pkgdir}" \
-   exec_prefix="/usr" \
-   LIB="/usr/lib" \
-   install
-}

Copied: multipath-tools/repos/community-x86_64/PKGBUILD (from rev 468128, 
multipath-tools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:53 UTC (rev 468129)
@@ -0,0 +1,45 @@
+# Maintainer: Robin Broda 
+# Contributor: Michael Lass 
+# Contributor: Justin Dray 
+# Contributor: Patrick McCarty 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Thomas S Hatch 
+# Contributor: Michael P 
+# Contributor: Matt Heagney 
+
+pkgname=multipath-tools
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Multipath tools for Linux (including kpartx)'
+arch=('x86_64')
+url='http://christophe.varoqui.free.fr/'
+license=('GPL2')
+depends=('libaio' 'device-mapper' 'json-c' 'liburcu' 'systemd-libs')
+makedepends=('git')
+source=("multipath-tools::git+https://git.opensvc.com/multipath-tools/.git#tag=${pkgver};)
+sha256sums=('SKIP')
+
+prepare() {
+  cd "${pkgname}"
+
+  # Fix systemd version detection in Makefile
+  sed -i 's/sed -n .*$/head -n1 | cut -d" " -f2\)/g' Makefile.inc
+
+  # Fix bindir in Makefile
+  sed -i 's|$(exec_prefix)/sbin|$(exec_prefix)/bin|g' Makefile.inc
+}
+
+build() {
+  cd "${pkgname}"
+
+  make
+}
+
+package() {
+  cd "${pkgname}"
+
+  make DESTDIR="${pkgdir}" \
+   exec_prefix="/usr" \
+   LIB="/usr/lib" \
+   install
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:58
  Author: spupykin
Revision: 468130

upgpkg: netsniff-ng 0.6.5-4

Modified:
  netsniff-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:53 UTC (rev 468129)
+++ PKGBUILD2019-05-20 19:15:58 UTC (rev 468130)
@@ -3,7 +3,7 @@
 
 pkgname=netsniff-ng
 pkgver=0.6.5
-pkgrel=2
+pkgrel=4
 pkgdesc='High performance Linux network sniffer for packet inspection'
 arch=('x86_64')
 url='http://netsniff-ng.org/'


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:16:05
  Author: spupykin
Revision: 468131

archrelease: copy trunk to community-x86_64

Added:
  netsniff-ng/repos/community-x86_64/PKGBUILD
(from rev 468130, netsniff-ng/trunk/PKGBUILD)
Deleted:
  netsniff-ng/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:58 UTC (rev 468130)
+++ PKGBUILD2019-05-20 19:16:05 UTC (rev 468131)
@@ -1,30 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Can Celasun 
-
-pkgname=netsniff-ng
-pkgver=0.6.5
-pkgrel=2
-pkgdesc='High performance Linux network sniffer for packet inspection'
-arch=('x86_64')
-url='http://netsniff-ng.org/'
-license=('GPL2')
-depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
- 'libcli' 'libcli.so' 'libnet' 'libsodium')
-makedepends=('cmake' 'flex' 'bison')
-source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
-sha512sums=('75c5cb2ecaac892d0e394d5dc364cd866c02427d50ead4669e58b719dabf1e4fc4237b190e8e8661329cbd580976b572d534286f484d1d00140dc2bf623cdc92'
-'SKIP')
-validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

-
-build() {
-  cd ${pkgname}-${pkgver}
-  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
-  make DISTRO=1 all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
-}
-
-# vim: ts=2 sw=2 et:

Copied: netsniff-ng/repos/community-x86_64/PKGBUILD (from rev 468130, 
netsniff-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:16:05 UTC (rev 468131)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Can Celasun 
+
+pkgname=netsniff-ng
+pkgver=0.6.5
+pkgrel=4
+pkgdesc='High performance Linux network sniffer for packet inspection'
+arch=('x86_64')
+url='http://netsniff-ng.org/'
+license=('GPL2')
+depends=('ncurses' 'geoip' 'zlib' 'libnetfilter_conntrack' 'libpcap' 'liburcu' 
'libnl'
+ 'libcli' 'libcli.so' 'libnet' 'libsodium')
+makedepends=('cmake' 'flex' 'bison')
+source=(http://pub.netsniff-ng.org/netsniff-ng/netsniff-ng-${pkgver}.tar.gz{,.sign})
+sha512sums=('75c5cb2ecaac892d0e394d5dc364cd866c02427d50ead4669e58b719dabf1e4fc4237b190e8e8661329cbd580976b572d534286f484d1d00140dc2bf623cdc92'
+'SKIP')
+validpgpkeys=('C3DE742283C246F2D7887AB4236B0FE9B5510F47')  # Tobias Klauser 

+
+build() {
+  cd ${pkgname}-${pkgver}
+  NACL_INC_DIR=/usr/include/sodium NACL_LIB=sodium ./configure --prefix=/usr
+  make DISTRO=1 all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" SBINDIR=/usr/bin install_all
+}
+
+# vim: ts=2 sw=2 et:


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:40
  Author: spupykin
Revision: 468127

archrelease: copy trunk to community-x86_64

Added:
  lttng-ust/repos/community-x86_64/PKGBUILD
(from rev 468126, lttng-ust/trunk/PKGBUILD)
Deleted:
  lttng-ust/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:33 UTC (rev 468126)
+++ PKGBUILD2019-05-20 19:15:40 UTC (rev 468127)
@@ -1,50 +0,0 @@
-# Maintainer: Thore Bödecker 
-# Contributor: Philippe Proulx 
-# Contributor: Manuel Mendez 
-
-pkgbase='lttng-ust'
-pkgname=('lttng-ust' 'python-lttngust')
-pkgver=2.10.3
-pkgrel=2
-arch=('x86_64')
-url="https://lttng.org/;
-license=('LGPL2.1' 'GPL2' 'MIT')
-makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'liburcu>=0.7.2' 
'util-linux')
-source=("https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.asc})
-sha512sums=('6f646de3a12dbad096014f3069c3e702fb54b824b78770e777f6f877c76ffc48fae863b10c432bff1bba29caafdb5b76cb2b9cb88eb7340d5121300d2c0ff65d'
-'SKIP')
-validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-# build lttng-ust
-PYTHON="/usr/bin/python" ./configure \
---prefix='/usr' \
---enable-man-pages
-make
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-make check
-}
-
-package_lttng-ust() {
-pkgdesc="LTTng user space tracing libraries for LTTng"
-depends=('liburcu>=0.7.2' 'util-linux' 'python')
-optdepends=('babeltrace: trace viewer')
-cd "${srcdir}/${pkgbase}-${pkgver}"
-make DESTDIR="${pkgdir}" install
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-lttngust() {
-pkgdesc='LTTng-UST Python Bindings'
-depends=('lttng-ust' 'python')
-cd "${srcdir}/${pkgbase}-${pkgver}/python-lttngust"
-make DESTDIR="${pkgdir}" PYTHON="/usr/bin/python" install
-
-cd "${srcdir}/${pkgbase}-${pkgver}"
-install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: lttng-ust/repos/community-x86_64/PKGBUILD (from rev 468126, 
lttng-ust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:40 UTC (rev 468127)
@@ -0,0 +1,50 @@
+# Maintainer: Thore Bödecker 
+# Contributor: Philippe Proulx 
+# Contributor: Manuel Mendez 
+
+pkgbase='lttng-ust'
+pkgname=('lttng-ust' 'python-lttngust')
+pkgver=2.10.3
+pkgrel=3
+arch=('x86_64')
+url="https://lttng.org/;
+license=('LGPL2.1' 'GPL2' 'MIT')
+makedepends=('asciidoc' 'xmlto' 'libxml2' 'python' 'liburcu>=0.7.2' 
'util-linux')
+source=("https://lttng.org/files/${pkgbase}/${pkgbase}-${pkgver}.tar.bz2"{,.asc})
+sha512sums=('6f646de3a12dbad096014f3069c3e702fb54b824b78770e777f6f877c76ffc48fae863b10c432bff1bba29caafdb5b76cb2b9cb88eb7340d5121300d2c0ff65d'
+'SKIP')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+# build lttng-ust
+PYTHON="/usr/bin/python" ./configure \
+--prefix='/usr' \
+--enable-man-pages
+make
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+make check
+}
+
+package_lttng-ust() {
+pkgdesc="LTTng user space tracing libraries for LTTng"
+depends=('liburcu>=0.7.2' 'util-linux' 'python')
+optdepends=('babeltrace: trace viewer')
+cd "${srcdir}/${pkgbase}-${pkgver}"
+make DESTDIR="${pkgdir}" install
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-lttngust() {
+pkgdesc='LTTng-UST Python Bindings'
+depends=('lttng-ust' 'python')
+cd "${srcdir}/${pkgbase}-${pkgver}/python-lttngust"
+make DESTDIR="${pkgdir}" PYTHON="/usr/bin/python" install
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:45
  Author: spupykin
Revision: 468128

upgpkg: multipath-tools 0.8.1-2

Modified:
  multipath-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:40 UTC (rev 468127)
+++ PKGBUILD2019-05-20 19:15:45 UTC (rev 468128)
@@ -9,7 +9,7 @@
 
 pkgname=multipath-tools
 pkgver=0.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Multipath tools for Linux (including kpartx)'
 arch=('x86_64')
 url='http://christophe.varoqui.free.fr/'


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:33
  Author: spupykin
Revision: 468126

upgpkg: lttng-ust 2.10.3-3

Modified:
  lttng-ust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:28 UTC (rev 468125)
+++ PKGBUILD2019-05-20 19:15:33 UTC (rev 468126)
@@ -5,7 +5,7 @@
 pkgbase='lttng-ust'
 pkgname=('lttng-ust' 'python-lttngust')
 pkgver=2.10.3
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://lttng.org/;
 license=('LGPL2.1' 'GPL2' 'MIT')


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:28
  Author: spupykin
Revision: 468125

archrelease: copy trunk to community-x86_64

Added:
  liburcu/repos/community-x86_64/PKGBUILD
(from rev 468124, liburcu/trunk/PKGBUILD)
Deleted:
  liburcu/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:21 UTC (rev 468124)
+++ PKGBUILD2019-05-20 19:15:28 UTC (rev 468125)
@@ -1,27 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Babeux 
-# Contributor: Yggdrasil 
-
-pkgname=liburcu
-pkgver=0.10.2
-pkgrel=1
-pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
-arch=('x86_64')
-url="http://lttng.org/urcu;
-license=('LGPL2.1')
-validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
-source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
-depends=()
-sha1sums=('70ac938acdc738bee7e2e1f462a7991a25ba2439'
-  'SKIP')
-
-build() {
-cd "$srcdir"/userspace-rcu-${pkgver}
-./configure --prefix=/usr
-make
-}
-
-package() {
-cd "$srcdir"/userspace-rcu-${pkgver}
-make install DESTDIR="$pkgdir"
-}

Copied: liburcu/repos/community-x86_64/PKGBUILD (from rev 468124, 
liburcu/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:28 UTC (rev 468125)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Christian Babeux 
+# Contributor: Yggdrasil 
+
+pkgname=liburcu
+pkgver=0.11.0
+pkgrel=1
+pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
+arch=('x86_64')
+url="http://lttng.org/urcu;
+license=('LGPL2.1')
+validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
+source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
+depends=()
+sha1sums=('b3d5cd4e1a8d9c51bd7945be606bd1dcaf9bdfab'
+  'SKIP')
+
+build() {
+cd "$srcdir"/userspace-rcu-${pkgver}
+./configure --prefix=/usr
+make
+}
+
+package() {
+cd "$srcdir"/userspace-rcu-${pkgver}
+make install DESTDIR="$pkgdir"
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:14
  Author: spupykin
Revision: 468123

archrelease: copy trunk to community-x86_64

Added:
  knot/repos/community-x86_64/PKGBUILD
(from rev 468122, knot/trunk/PKGBUILD)
Deleted:
  knot/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:07 UTC (rev 468122)
+++ PKGBUILD2019-05-20 19:15:14 UTC (rev 468123)
@@ -1,61 +0,0 @@
-# Maintainer: Bruno Pagani 
-# Contributor: Ondřej Surý 
-# Contributor: Julian Brost 
-# Contributor: Oleander Reis 
-# Contributor: Otto Sabart 
-
-pkgname=knot
-pkgver=2.8.1
-pkgrel=1
-pkgdesc="High-performance authoritative-only DNS server"
-arch=(x86_64)
-url="https://www.knot-dns.cz/;
-license=(GPL3)
-depends=(libedit gnutls liburcu lmdb
- libidn2 systemd libcap-ng
- fstrm protobuf-c libmaxminddb)
-backup=('etc/knot/knot.conf')
-source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=(b21bf03e5cb6804df4e0e8b3898446349e86ddae5bf110edaf240d0ad1e2a2c6 
SKIP)
-validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

-
-build() {
-cd ${pkgname}-${pkgver}
-
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var/lib \
---libexecdir=/usr/lib/knot \
---with-rundir=/run/knot \
---with-storage=/var/lib/knot \
---enable-recvmmsg \
---enable-dnstap \
---enable-systemd \
---enable-reuseport \
---disable-silent-rules
-
-make
-}
-
-check() {
-cd ${pkgname}-${pkgver}
-make check
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-
-# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
-rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
-
-rm "${pkgdir}"/etc/knot/example.com.zone
-mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
-
-install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
-install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
-install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
-}

Copied: knot/repos/community-x86_64/PKGBUILD (from rev 468122, 
knot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:14 UTC (rev 468123)
@@ -0,0 +1,61 @@
+# Maintainer: Bruno Pagani 
+# Contributor: Ondřej Surý 
+# Contributor: Julian Brost 
+# Contributor: Oleander Reis 
+# Contributor: Otto Sabart 
+
+pkgname=knot
+pkgver=2.8.1
+pkgrel=2
+pkgdesc="High-performance authoritative-only DNS server"
+arch=(x86_64)
+url="https://www.knot-dns.cz/;
+license=(GPL3)
+depends=(libedit gnutls liburcu lmdb
+ libidn2 systemd libcap-ng
+ fstrm protobuf-c libmaxminddb)
+backup=('etc/knot/knot.conf')
+source=("https://secure.nic.cz/files/knot-dns/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=(b21bf03e5cb6804df4e0e8b3898446349e86ddae5bf110edaf240d0ad1e2a2c6 
SKIP)
+validpgpkeys=(742FA4E95829B6C5EAC6B85710BB7AF6FEBBD6AB) # Daniel Salzman 

+
+build() {
+cd ${pkgname}-${pkgver}
+
+./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var/lib \
+--libexecdir=/usr/lib/knot \
+--with-rundir=/run/knot \
+--with-storage=/var/lib/knot \
+--enable-recvmmsg \
+--enable-dnstap \
+--enable-systemd \
+--enable-reuseport \
+--disable-silent-rules
+
+make
+}
+
+check() {
+cd ${pkgname}-${pkgver}
+make check
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+make DESTDIR="${pkgdir}" install
+
+# Don’t keep those empty dir, manage them with systemd-tmpfiles instead
+rmdir "${pkgdir}"/{var/{lib/{knot/,},},run/{knot/,}}
+
+rm "${pkgdir}"/etc/knot/example.com.zone
+mv "${pkgdir}"/etc/knot/{knot.sample.conf,knot.conf}
+
+install -Dm644 distro/common/knot.service -t 
"${pkgdir}"/usr/lib/systemd/system/
+install -Dm644 distro/arch/knot.tmpfiles.arch 
"${pkgdir}"/usr/lib/tmpfiles.d/${pkgname}.conf
+install -Dm644 distro/arch/knot.sysusers 
"${pkgdir}"/usr/lib/sysusers.d/${pkgname}.conf
+}


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:21
  Author: spupykin
Revision: 468124

upgpkg: liburcu 0.11.0-1

Modified:
  liburcu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:14 UTC (rev 468123)
+++ PKGBUILD2019-05-20 19:15:21 UTC (rev 468124)
@@ -3,7 +3,7 @@
 # Contributor: Yggdrasil 
 
 pkgname=liburcu
-pkgver=0.10.2
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="LGPLv2.1 userspace RCU (read-copy-update) library"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 validpgpkeys=('2A0B4ED915F2D3FA45F5B16217280A9781186ACF')
 source=(https://lttng.org/files/urcu/userspace-rcu-${pkgver}.tar.bz2{,.asc})
 depends=()
-sha1sums=('70ac938acdc738bee7e2e1f462a7991a25ba2439'
+sha1sums=('b3d5cd4e1a8d9c51bd7945be606bd1dcaf9bdfab'
   'SKIP')
 
 build() {


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:14:50
  Author: spupykin
Revision: 468120

upgpkg: glusterfs 1:6.1-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
+++ PKGBUILD2019-05-20 19:14:50 UTC (rev 468120)
@@ -5,7 +5,7 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=6.0
+pkgver=6.1
 pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
@@ -25,7 +25,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('9892746c44e4ab85412f6f4948ef9731232238e4628454a1a74a55482ceaf0d5'
+sha256sums=('32ac75c883cdf18e081893ce5210b2331f1ee9ba25e3f3f56136d9878b194dc7'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:07
  Author: spupykin
Revision: 468122

upgpkg: knot 2.8.1-2

Modified:
  knot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 19:15:00 UTC (rev 468121)
+++ PKGBUILD2019-05-20 19:15:07 UTC (rev 468122)
@@ -6,7 +6,7 @@
 
 pkgname=knot
 pkgver=2.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="High-performance authoritative-only DNS server"
 arch=(x86_64)
 url="https://www.knot-dns.cz/;


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:15:00
  Author: spupykin
Revision: 468121

archrelease: copy trunk to community-x86_64

Added:
  glusterfs/repos/community-x86_64/PKGBUILD
(from rev 468120, glusterfs/trunk/PKGBUILD)
  glusterfs/repos/community-x86_64/glusterfs.install
(from rev 468120, glusterfs/trunk/glusterfs.install)
  glusterfs/repos/community-x86_64/glusterfs.sysusers
(from rev 468120, 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   |  144 +--
 glusterfs.install  |6 +-
 glusterfs.sysusers |2 
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:14:50 UTC (rev 468120)
+++ PKGBUILD2019-05-20 19:15:00 UTC (rev 468121)
@@ -1,72 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - http://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=6.0
-pkgrel=1
-pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='http://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')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('9892746c44e4ab85412f6f4948ef9731232238e4628454a1a74a55482ceaf0d5'
-'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 468120, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:15:00 UTC (rev 468121)
@@ -0,0 +1,72 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=6.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')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://bits.gluster.org/pub/gluster/glusterfs/src/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('32ac75c883cdf18e081893ce5210b2331f1ee9ba25e3f3f56136d9878b194dc7'
+'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 \
+

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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:14:45
  Author: spupykin
Revision: 468119

archrelease: copy trunk to community-x86_64

Added:
  gdnsd/repos/community-x86_64/PKGBUILD
(from rev 468118, gdnsd/trunk/PKGBUILD)
  gdnsd/repos/community-x86_64/gdnsd.sysusers
(from rev 468118, gdnsd/trunk/gdnsd.sysusers)
Deleted:
  gdnsd/repos/community-x86_64/PKGBUILD
  gdnsd/repos/community-x86_64/gdnsd.sysusers

+
 PKGBUILD   |   96 +++
 gdnsd.sysusers |4 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-20 19:14:34 UTC (rev 468118)
+++ PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
@@ -1,48 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daichi Shinozaki 
-
-pkgname=gdnsd
-pkgver=3.0.0
-pkgrel=1
-pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
-arch=('x86_64')
-url="http://gdnsd.org/;
-license=('GPL3')
-depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
-makedepends=('ragel')
-checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww' 'perl-net-dns')
-source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
-gdnsd.sysusers)
-md5sums=('d733929703b963b77964669c5ce6d2d6'
- '046488b1a1b36294a2a559aacbe71782')
-
-prepare() {
-cd "$pkgname-$pkgver"
-autoreconf -vif
-}
-
-build() {
-cd "$pkgname-$pkgver"
-./configure \
-   --prefix=/usr \
-  --sbindir=/usr/bin \
-  --localstatedir=/ \
-  --libexecdir=/usr/lib \
-  --sysconfdir=/etc \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  
-make
-}
-
-check() {
-cd "$pkgname-$pkgver"
-make -k check
-}
-
-package() {
-cd "$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-rm -rf "$pkgdir"/{lib,run}
-
-install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
-}

Copied: gdnsd/repos/community-x86_64/PKGBUILD (from rev 468118, 
gdnsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-20 19:14:45 UTC (rev 468119)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+# Contributor: Daichi Shinozaki 
+
+pkgname=gdnsd
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
+arch=('x86_64')
+url="http://gdnsd.org/;
+license=('GPL3')
+depends=('libev' 'libmaxminddb' 'libsodium' 'libunwind' 'liburcu')
+makedepends=('ragel')
+checkdepends=('perl-socket6' 'perl-io-socket-inet6' 'perl-http-daemon' 
'perl-libwww' 'perl-net-dns')
+source=("https://github.com/$pkgname/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz;
+gdnsd.sysusers)
+md5sums=('d733929703b963b77964669c5ce6d2d6'
+ '046488b1a1b36294a2a559aacbe71782')
+
+prepare() {
+cd "$pkgname-$pkgver"
+autoreconf -vif
+}
+
+build() {
+cd "$pkgname-$pkgver"
+./configure \
+   --prefix=/usr \
+  --sbindir=/usr/bin \
+  --localstatedir=/ \
+  --libexecdir=/usr/lib \
+  --sysconfdir=/etc \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system
+  
+make
+}
+
+check() {
+cd "$pkgname-$pkgver"
+make -k check
+}
+
+package() {
+cd "$pkgname-$pkgver"
+make DESTDIR="$pkgdir/" install
+rm -rf "$pkgdir"/{lib,run}
+
+install -Dm644 ../gdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/gdnsd.conf"
+}

Deleted: gdnsd.sysusers
===
--- gdnsd.sysusers  2019-05-20 19:14:34 UTC (rev 468118)
+++ gdnsd.sysusers  2019-05-20 19:14:45 UTC (rev 468119)
@@ -1,2 +0,0 @@
-u gdnsd - "gdnsd" /etc/gdnsd
-g gdnsd -
\ No newline at end of file

Copied: gdnsd/repos/community-x86_64/gdnsd.sysusers (from rev 468118, 
gdnsd/trunk/gdnsd.sysusers)
===
--- gdnsd.sysusers  (rev 0)
+++ gdnsd.sysusers  2019-05-20 19:14:45 UTC (rev 468119)
@@ -0,0 +1,2 @@
+u gdnsd - "gdnsd" /etc/gdnsd
+g gdnsd -
\ No newline at end of file


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

2019-05-20 Thread Sergej Pupykin via arch-commits
Date: Monday, May 20, 2019 @ 19:14:34
  Author: spupykin
Revision: 468118

upgpkg: gdnsd 3.0.0-2

Modified:
  gdnsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-20 18:00:24 UTC (rev 468117)
+++ PKGBUILD2019-05-20 19:14:34 UTC (rev 468118)
@@ -3,7 +3,7 @@
 
 pkgname=gdnsd
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="an Authoritative-only DNS server which does geographic balancing, 
redirection, weighting, and service-state-conscious failover at the DNS layer"
 arch=('x86_64')
 url="http://gdnsd.org/;


[arch-commits] Commit in schroot/repos/community-x86_64 (16 files)

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:50:26
  Author: spupykin
Revision: 467726

archrelease: copy trunk to community-x86_64

Added:
  schroot/repos/community-x86_64/PKGBUILD
(from rev 467725, schroot/trunk/PKGBUILD)
  schroot/repos/community-x86_64/arch32-config
(from rev 467725, schroot/trunk/arch32-config)
  schroot/repos/community-x86_64/arch32-copyfiles
(from rev 467725, schroot/trunk/arch32-copyfiles)
  schroot/repos/community-x86_64/arch32-example
(from rev 467725, schroot/trunk/arch32-example)
  schroot/repos/community-x86_64/arch32-mount
(from rev 467725, schroot/trunk/arch32-mount)
  schroot/repos/community-x86_64/arch32-nssdatabases
(from rev 467725, schroot/trunk/arch32-nssdatabases)
  schroot/repos/community-x86_64/pam.d.schroot.patch
(from rev 467725, schroot/trunk/pam.d.schroot.patch)
  schroot/repos/community-x86_64/schroot-cppunit.patch
(from rev 467725, schroot/trunk/schroot-cppunit.patch)
Deleted:
  schroot/repos/community-x86_64/PKGBUILD
  schroot/repos/community-x86_64/arch32-config
  schroot/repos/community-x86_64/arch32-copyfiles
  schroot/repos/community-x86_64/arch32-example
  schroot/repos/community-x86_64/arch32-mount
  schroot/repos/community-x86_64/arch32-nssdatabases
  schroot/repos/community-x86_64/pam.d.schroot.patch
  schroot/repos/community-x86_64/schroot-cppunit.patch

---+
 PKGBUILD  |  168 
 arch32-config |   22 +++---
 arch32-copyfiles  |   12 +--
 arch32-example|   20 ++---
 arch32-mount  |   24 +++---
 arch32-nssdatabases   |   12 +--
 pam.d.schroot.patch   |   33 +
 schroot-cppunit.patch |   22 +++---
 8 files changed, 158 insertions(+), 155 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:50:10 UTC (rev 467725)
+++ PKGBUILD2019-05-17 15:50:26 UTC (rev 467726)
@@ -1,84 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=schroot
-pkgver=1.6.10
-pkgrel=21
-pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
-url="http://packages.qa.debian.org/s/schroot.html;
-license=('GPL3')
-depends=('pam' 'lockdev' 'boost-libs' 'e2fsprogs')
-makedepends=('boost' 'cppunit')
-optdepends=('btrfs-progs-unstable' 'lvm2')
-arch=('x86_64')
-conflicts=('dchroot')
-replaces=('dchroot')
-provides=('schroot' 'sbuild' 'dchroot')
-backup=('etc/schroot/schroot.conf'
-   'etc/schroot/arch32/config'
-   'etc/schroot/arch32/copyfiles'
-   'etc/schroot/arch32/mount'
-   'etc/schroot/arch32/nssdatabases')
-source=("http://http.debian.net/debian/pool/main/s/$pkgname/${pkgname}_${pkgver}.orig.tar.xz;
-   
"http://http.debian.net/debian/pool/main/s/schroot/schroot_$pkgver-3+deb9u1.debian.tar.xz;
-   'arch32-example'
-   'arch32-config'
-   'arch32-copyfiles'
-   'arch32-mount'
-   'arch32-nssdatabases'
-   'pam.d.schroot.patch'
-   'schroot-cppunit.patch')
-md5sums=('f8ec667831487f4b12e094bc0dc9bbe3'
- '467f67cfc9596ddf301bd26968935d29'
- '54239847f89b9a4772910415bde6276a'
- '5a3f7b839c7e0b8933748da7c5b6385b'
- 'ddb2f09c02b24dab777110f9808472e1'
- 'f0d5d5b5e34a860f6f90b5628c680f46'
- 'af1da6edd8c8c0dafeeb2c2c4e0c840b'
- 'a8d77cac806a0a9adef3f93cdbeb280a'
- '4c744c38b1541359de5696c65a508e5e')
-
-prepare() {
-   cd ${pkgname}-${pkgver}
-   cat "$srcdir"/debian/patches/series | while read p; do
-   patch -p1 -i "$srcdir"/debian/patches/$p
-   done
-# fix configure with cppunit 1.4
-   patch -p1 -i ../schroot-cppunit.patch
-   ./bootstrap
-}
-
-build() {
-   cd ${pkgname}-${pkgver}
-   export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --enable-dchroot \
-   --enable-lvm-snapshot \
-   --enable-btrfs-snapshot \
-   
--with-bash-completion-dir=/usr/share/bash-completion/completions/ \
-   BTRFS=/sbin/btrfs \
-   BTRFSCTL=/sbin/btrfsctl \
-   LVCREATE=/sbin/lvcreate \
-   LVREMOVE=/sbin/lvremove
-   # --enable-csbuild
-   make
-}
-
-check() {
-   cd ${pkgname}-${pkgver}
-#  make -k check
-}
-
-package() {
-   cd ${pkgname}-${pkgver}
-   make DESTDIR="$pkgdir" install
-   install -dm 755 "$pkgdir"/etc/schroot/arch32
-   install -m 644 "$srcdir"/arch32-{config,mount,copyfiles,nssdatabases} 
"$pkgdir"/etc/schroot/arch32
-   rename 'arch32-' '' "$pkgdir"/etc/schroot/arch32/*
-   install -m 644 "$srcdir"/arch32-example 
"$pkgdir"/etc/schroot/chroot.d/arch32.conf.example
-   patch -i "$srcdir"/pam.d.schroot.patch 

[arch-commits] Commit in schroot/trunk (PKGBUILD pam.d.schroot.patch)

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:50:10
  Author: spupykin
Revision: 467725

upgpkg: schroot 1.6.10-22

Modified:
  schroot/trunk/PKGBUILD
  schroot/trunk/pam.d.schroot.patch

-+
 PKGBUILD|4 ++--
 pam.d.schroot.patch |5 -
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:59 UTC (rev 467724)
+++ PKGBUILD2019-05-17 15:50:10 UTC (rev 467725)
@@ -3,7 +3,7 @@
 
 pkgname=schroot
 pkgver=1.6.10
-pkgrel=21
+pkgrel=22
 pkgdesc="Allows users to execute shell commands under different root 
filesystems. (Successor to dchroot)."
 url="http://packages.qa.debian.org/s/schroot.html;
 license=('GPL3')
@@ -35,7 +35,7 @@
  'ddb2f09c02b24dab777110f9808472e1'
  'f0d5d5b5e34a860f6f90b5628c680f46'
  'af1da6edd8c8c0dafeeb2c2c4e0c840b'
- 'a8d77cac806a0a9adef3f93cdbeb280a'
+ '8010bec7317174c3b10468c87cd2d35b'
  '4c744c38b1541359de5696c65a508e5e')
 
 prepare() {

Modified: pam.d.schroot.patch
===
--- pam.d.schroot.patch 2019-05-17 15:42:59 UTC (rev 467724)
+++ pam.d.schroot.patch 2019-05-17 15:50:10 UTC (rev 467725)
@@ -1,4 +1,4 @@
-@@ -23,13 +23,6 @@
+@@ -23,13 +23,9 @@
  # time restrainst on schroot usage.
  # accountrequisite  pam_time.so
  
@@ -9,6 +9,9 @@
 -@include common-account
 -@include common-session
 -
++account required pam_unix.so
++session required pam_unix.so
++
  # Sets up user limits, please uncomment and read /etc/security/limits.conf
  # to enable this functionality.
  # sessionrequired   pam_limits.so


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:59
  Author: spupykin
Revision: 467724

archrelease: copy trunk to community-x86_64

Added:
  luadbi/repos/community-x86_64/PKGBUILD
(from rev 467723, luadbi/trunk/PKGBUILD)
Deleted:
  luadbi/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:37 UTC (rev 467723)
+++ PKGBUILD2019-05-17 15:42:59 UTC (rev 467724)
@@ -1,54 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Robert Knauer 
-
-pkgbase=luadbi
-pkgname=(lua51-dbi lua52-dbi lua-dbi)
-pkgver=0.7.1
-pkgrel=3
-pkgdesc="Database interface library for Lua"
-arch=('x86_64')
-url="https://github.com/mwild1/luadbi;
-license=('MIT')
-makedepends=('sqlite3' 'mariadb-libs' 'postgresql' 'lua' 'lua52' 'lua51')
-optdepends=('sqlite3: sqlite3 Support'
-'postgresql-libs: postgresql Support'
-'mariadb-libs: mysql Support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
-sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
-
-prepare() {
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
-  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
-}
-
-build() {
-  cd "$srcdir"/luadbi51-$pkgver
-  make free LUA_V=5.1
-
-  cd "$srcdir"/luadbi52-$pkgver
-  make free LUA_V=5.2
-
-  cd "$srcdir"/luadbi-$pkgver
-  make free LUA_V=5.3
-}
-
-package_lua51-dbi() {
-  depends=('lua51')
-  cd "$srcdir"/luadbi51-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.1
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua52-dbi() {
-  depends=('lua52')
-  cd "$srcdir"/luadbi52-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.2
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-package_lua-dbi() {
-  depends=('lua')
-  cd "$srcdir"/luadbi-$pkgver
-  make install_free DESTDIR="$pkgdir" LUA_V=5.3
-  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: luadbi/repos/community-x86_64/PKGBUILD (from rev 467723, 
luadbi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 15:42:59 UTC (rev 467724)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Robert Knauer 
+
+pkgbase=luadbi
+pkgname=(lua51-dbi lua52-dbi lua-dbi)
+pkgver=0.7.2
+pkgrel=1
+pkgdesc="Database interface library for Lua"
+arch=('x86_64')
+url="https://github.com/mwild1/luadbi;
+license=('MIT')
+makedepends=('sqlite3' 'mariadb-libs' 'postgresql' 'lua' 'lua52' 'lua51')
+optdepends=('sqlite3: sqlite3 Support'
+'postgresql-libs: postgresql Support'
+'mariadb-libs: mysql Support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
+sha1sums=('da56d2bcfdaed0fd3f309799dcfde74b77008476')
+
+prepare() {
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver
+  cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi52-$pkgver
+}
+
+build() {
+  cd "$srcdir"/luadbi51-$pkgver
+  make free LUA_V=5.1
+
+  cd "$srcdir"/luadbi52-$pkgver
+  make free LUA_V=5.2
+
+  cd "$srcdir"/luadbi-$pkgver
+  make free LUA_V=5.3
+}
+
+package_lua51-dbi() {
+  depends=('lua51')
+  cd "$srcdir"/luadbi51-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.1
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua52-dbi() {
+  depends=('lua52')
+  cd "$srcdir"/luadbi52-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.2
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+package_lua-dbi() {
+  depends=('lua')
+  cd "$srcdir"/luadbi-$pkgver
+  make install_free DESTDIR="$pkgdir" LUA_V=5.3
+  install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:28
  Author: spupykin
Revision: 467722

upgpkg: uucp 1.07-6

Modified:
  uucp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:14 UTC (rev 467721)
+++ PKGBUILD2019-05-17 15:42:28 UTC (rev 467722)
@@ -3,7 +3,7 @@
 
 pkgname=uucp
 pkgver=1.07
-pkgrel=5
+pkgrel=6
 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
 arch=(x86_64)
 url="https://www.gnu.org/software/uucp/uucp.html;
@@ -34,4 +34,7 @@
   install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys
   install -D -m644 sample/port "$pkgdir"/etc/uucp/port
   mv "$pkgdir"/usr/info "$pkgdir"/usr/share/
+
+  sed -i 's|\$\*|"$@"|' "$pkgdir"/usr/bin/{uuto,uusched}
+  chmod u+w "$pkgdir"/usr/bin/*
 }


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:03
  Author: spupykin
Revision: 467720

upgpkg: simh 3.9.0-4

Modified:
  simh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:39:45 UTC (rev 467719)
+++ PKGBUILD2019-05-17 15:42:03 UTC (rev 467720)
@@ -4,13 +4,13 @@
 pkgname=simh
 pkgver=3.9.0
 _pkgver=39-0
-pkgrel=3
+pkgrel=4
 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")
+makedepends=("unzip" "linux-api-headers")
 install=simh.install
 source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip;
"LICENSE")
@@ -21,7 +21,7 @@
   cd "$srcdir"
   mkdir -p BIN
   find VAX -type f -exec sed -i 's/SIM_INLINE//' {} +
-  make USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK -isystem /usr/include -lpcap'
+  make USE_TAP_NETWORK=1 USE_NETWORK=1 NETWORK_OPT='-DUSE_NETWORK 
-DUSE_TAP_NETWORK -isystem /usr/include -lpcap'
 }
 
 package() {


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:37
  Author: spupykin
Revision: 467723

archrelease: copy trunk to community-x86_64

Added:
  uucp/repos/community-x86_64/PKGBUILD
(from rev 467722, uucp/trunk/PKGBUILD)
Deleted:
  uucp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:42:28 UTC (rev 467722)
+++ PKGBUILD2019-05-17 15:42:37 UTC (rev 467723)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Jick Nan 
-
-pkgname=uucp
-pkgver=1.07
-pkgrel=5
-pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
-arch=(x86_64)
-url="http://www.gnu.org/software/uucp/uucp.html;
-license=('GPL')
-makedepends=('wget' 'sed' 'grep')
-backup=('etc/uucp/config'
-   'etc/uucp/port'
-   'etc/uucp/sys')
-source=(https://ftp.gnu.org/gnu/uucp/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  sed -i 's|${CC-cc} -E|${CC-cc} -E -O2|g' configure
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-newconfigdir=/etc/uucp --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 sample/config "$pkgdir"/etc/uucp/config
-  install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys
-  install -D -m644 sample/port "$pkgdir"/etc/uucp/port
-  mv "$pkgdir"/usr/info "$pkgdir"/usr/share/
-}

Copied: uucp/repos/community-x86_64/PKGBUILD (from rev 467722, 
uucp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 15:42:37 UTC (rev 467723)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jick Nan 
+
+pkgname=uucp
+pkgver=1.07
+pkgrel=6
+pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP 
used on the GNU system"
+arch=(x86_64)
+url="https://www.gnu.org/software/uucp/uucp.html;
+license=('GPL')
+makedepends=('wget' 'sed' 'grep')
+backup=('etc/uucp/config'
+   'etc/uucp/port'
+   'etc/uucp/sys')
+source=(https://ftp.gnu.org/gnu/uucp/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('060c15bfba6cfd1171ad81f782789032113e199a5aded8f8e0c1c5bd1385b62c')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  sed -i 's|${CC-cc} -E|${CC-cc} -E -O2|g' configure
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man 
--with-newconfigdir=/etc/uucp --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 sample/config "$pkgdir"/etc/uucp/config
+  install -D -m644 sample/sys1 "$pkgdir"/etc/uucp/sys
+  install -D -m644 sample/port "$pkgdir"/etc/uucp/port
+  mv "$pkgdir"/usr/info "$pkgdir"/usr/share/
+
+  sed -i 's|\$\*|"$@"|' "$pkgdir"/usr/bin/{uuto,uusched}
+  chmod u+w "$pkgdir"/usr/bin/*
+}


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:42:14
  Author: spupykin
Revision: 467721

archrelease: copy trunk to community-x86_64

Added:
  simh/repos/community-x86_64/LICENSE
(from rev 467720, simh/trunk/LICENSE)
  simh/repos/community-x86_64/PKGBUILD
(from rev 467720, simh/trunk/PKGBUILD)
  simh/repos/community-x86_64/simh.install
(from rev 467720, 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 |   77 -
 simh.install |   46 +-
 3 files changed, 85 insertions(+), 86 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2019-05-17 15:42:03 UTC (rev 467720)
+++ LICENSE 2019-05-17 15:42:14 UTC (rev 467721)
@@ -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 467720, 
simh/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2019-05-17 15:42:14 UTC (rev 467721)
@@ -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
===
--- PKGBUILD2019-05-17 15:42:03 UTC (rev 467720)
+++ PKGBUILD2019-05-17 15:42:14 UTC (rev 467721)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: waterbear 
-
-pkgname=simh
-pkgver=3.9.0
-_pkgver=39-0
-pkgrel=3
-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")
-install=simh.install
-source=("http://simh.trailing-edge.com/sources/simhv${_pkgver}.zip;
-   "LICENSE")
-sha512sums=('5e8cbf92e980b7cb40d68ff60a266f70c0bef0eecdc169a8077ae72a6a71fe12a7be5c62bd033ca36727e2cb8f266a5a6f8a5ed6dd509afbf0a9d7b618f1a4f6'
-

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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:39:45
  Author: spupykin
Revision: 467719

upgpkg: luadbi 0.7.2-1

Modified:
  luadbi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:38:32 UTC (rev 467718)
+++ PKGBUILD2019-05-17 15:39:45 UTC (rev 467719)
@@ -3,8 +3,8 @@
 
 pkgbase=luadbi
 pkgname=(lua51-dbi lua52-dbi lua-dbi)
-pkgver=0.7.1
-pkgrel=3
+pkgver=0.7.2
+pkgrel=1
 pkgdesc="Database interface library for Lua"
 arch=('x86_64')
 url="https://github.com/mwild1/luadbi;
@@ -14,7 +14,7 @@
 'postgresql-libs: postgresql Support'
 'mariadb-libs: mysql Support')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mwild1/luadbi/archive/v$pkgver.tar.gz;)
-sha1sums=('992c322b09e8a109c45aae938c14303a6b28720c')
+sha1sums=('da56d2bcfdaed0fd3f309799dcfde74b77008476')
 
 prepare() {
   cp -r "$srcdir"/luadbi-$pkgver "$srcdir"/luadbi51-$pkgver


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:38:32
  Author: spupykin
Revision: 467718

archrelease: copy trunk to community-x86_64

Added:
  freerdp/repos/community-x86_64/PKGBUILD
(from rev 467717, freerdp/trunk/PKGBUILD)
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch
(from rev 467717, freerdp/trunk/fix_nla-8cd156a-backport.patch)
Deleted:
  freerdp/repos/community-x86_64/PKGBUILD
  freerdp/repos/community-x86_64/fix_nla-8cd156a-backport.patch

+
 PKGBUILD   |  107 +++
 fix_nla-8cd156a-backport.patch |   96 +-
 2 files changed, 102 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-17 15:38:19 UTC (rev 467717)
+++ PKGBUILD2019-05-17 15:38:32 UTC (rev 467718)
@@ -1,53 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Stijn Segers 
-
-pkgname=freerdp
-epoch=1
-pkgver=2.0.0_rc4
-#_commit=6001cb710dc67eb8811362b7bf383754257a902b
-_pkgver=${pkgver/_/-}
-_pkgver=${_pkgver/+/-}
-pkgrel=3
-pkgdesc="Free RDP client"
-arch=('x86_64')
-url="http://freerdp.sourceforge.net;
-license=('GPL')
-depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
-'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
-'libxrender' 'libxfixes' 'gst-plugins-base-libs' 'dbus-glib'
-'libxkbcommon')
-makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
-'xmlto' 'docbook-xsl' 'git')
-provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
-  'libwinpr2.so')
-#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
-source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
-   fix_nla-8cd156a-backport.patch)
-sha256sums=('3406f3bfab63f81c1533029a5bf73949ff60f22f6e155c5a08005b8b8afe6d49'
-'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
-
-prepare() {
- cd "$srcdir"/FreeRDP-${_pkgver}
-# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
-}
-
-build() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_INSTALL_LIBDIR=lib \
-   -DWITH_PULSE=ON \
-   -DWITH_CUPS=ON \
-   -DWITH_CHANNELS=ON \
-   -DWITH_CLIENT_CHANNELS=ON \
-   -DWITH_SERVER_CHANNELS=ON \
-   -DWITH_WAYLAND=ON \
-   -DCHANNEL_URBDRC_CLIENT=ON \
-   .
-  make
-}
-
-package() {
-  cd "$srcdir"/FreeRDP-${_pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: freerdp/repos/community-x86_64/PKGBUILD (from rev 467717, 
freerdp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-17 15:38:32 UTC (rev 467718)
@@ -0,0 +1,54 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Stijn Segers 
+
+pkgname=freerdp
+epoch=1
+pkgver=2.0.0_rc4
+#_commit=6001cb710dc67eb8811362b7bf383754257a902b
+_pkgver=${pkgver/_/-}
+_pkgver=${_pkgver/+/-}
+pkgrel=4
+pkgdesc="Free RDP client"
+arch=('x86_64')
+url="http://freerdp.sourceforge.net;
+license=('GPL')
+depends=('openssl' 'libxcursor' 'libcups' 'alsa-lib' 'libxext' 'libxdamage'
+'ffmpeg' 'libxkbfile' 'libxinerama' 'libxv' 'libpulse' 'libxkbfile'
+'libxrender' 'libxfixes' 'gst-plugins-base-libs' 'dbus-glib'
+'libxkbcommon')
+makedepends=('krb5' 'cmake' 'damageproto' 'fixesproto' 'renderproto'
+'xmlto' 'docbook-xsl' 'git')
+provides=('libwinpr-tools2.so' 'libfreerdp-client2.so' 'libfreerdp2.so'
+  'libwinpr2.so')
+#source=("FreeRDP-${_pkgver}::git://github.com/FreeRDP/FreeRDP.git#commit=${_commit}")
+source=($pkgname-$pkgver.tar.gz::https://github.com/FreeRDP/FreeRDP/archive/${pkgver/_/-}.tar.gz
+   fix_nla-8cd156a-backport.patch)
+sha256sums=('3406f3bfab63f81c1533029a5bf73949ff60f22f6e155c5a08005b8b8afe6d49'
+'2d449e0c1adee1ef131501e1613fc4c59fd122ca866d09f52eeff61236de81e4')
+
+prepare() {
+ cd "$srcdir"/FreeRDP-${_pkgver}
+# patch -Np1 -i "${srcdir}/fix_nla-8cd156a-backport.patch"
+}
+
+build() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_INSTALL_LIBDIR=lib \
+   -DWITH_PULSE=ON \
+   -DWITH_CUPS=ON \
+   -DWITH_CHANNELS=ON \
+   -DWITH_CLIENT_CHANNELS=ON \
+   -DWITH_SERVER_CHANNELS=ON \
+   -DWITH_WAYLAND=ON \
+   -DCHANNEL_URBDRC_CLIENT=ON \
+   -DWITH_SERVER=ON \
+   .
+  make
+}
+
+package() {
+  cd "$srcdir"/FreeRDP-${_pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: fix_nla-8cd156a-backport.patch
===
--- fix_nla-8cd156a-backport.patch  2019-05-17 15:38:19 UTC (rev 467717)
+++ fix_nla-8cd156a-backport.patch  2019-05-17 15:38:32 UTC (rev 467718)
@@ -1,48 +0,0 @@
-From: Bernhard Miklautz 

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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:38:19
  Author: spupykin
Revision: 467717

upgpkg: freerdp 1:2.0.0_rc4-4

Modified:
  freerdp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:37:28 UTC (rev 467716)
+++ PKGBUILD2019-05-17 15:38:19 UTC (rev 467717)
@@ -7,7 +7,7 @@
 #_commit=6001cb710dc67eb8811362b7bf383754257a902b
 _pkgver=${pkgver/_/-}
 _pkgver=${_pkgver/+/-}
-pkgrel=3
+pkgrel=4
 pkgdesc="Free RDP client"
 arch=('x86_64')
 url="http://freerdp.sourceforge.net;
@@ -43,6 +43,7 @@
-DWITH_SERVER_CHANNELS=ON \
-DWITH_WAYLAND=ON \
-DCHANNEL_URBDRC_CLIENT=ON \
+   -DWITH_SERVER=ON \
.
   make
 }


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

2019-05-17 Thread Sergej Pupykin via arch-commits
Date: Friday, May 17, 2019 @ 15:37:28
  Author: spupykin
Revision: 467716

remove lua-bitop optdep

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-17 15:15:02 UTC (rev 467715)
+++ PKGBUILD2019-05-17 15:37:28 UTC (rev 467716)
@@ -18,7 +18,6 @@
 conflicts=('prosody')
 provides=('prosody')
 optdepends=('lua52-sec: TLS encryption support'
-   'lua52-bitop: websocket support'
 #  'lua52-event: libevent support'
'lua52-dbi: SQL storage support')
 install=prosody.install


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

2019-05-16 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 16, 2019 @ 10:53:02
  Author: spupykin
Revision: 467504

archrelease: copy trunk to community-any

Added:
  nextcloud/repos/community-any/PKGBUILD
(from rev 467503, nextcloud/trunk/PKGBUILD)
  nextcloud/repos/community-any/apache.example.conf
(from rev 467503, nextcloud/trunk/apache.example.conf)
  nextcloud/repos/community-any/nextcloud.hook
(from rev 467503, 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
===
--- PKGBUILD2019-05-16 10:52:48 UTC (rev 467503)
+++ PKGBUILD2019-05-16 10:53:02 UTC (rev 467504)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=16.0.0
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'php-mcrypt'
-'ffmpeg: file preview'
-'libreoffice: file preview')
-options=('!strip')
-backup=('etc/webapps/nextcloud/apache.example.conf')
-validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
-source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
-'apache.example.conf'
-'nextcloud.hook')
-sha256sums=('4532f7028b1d9bf060f75ac4fbbde52a59ecd9c9155f3178a038d3cf3609402e'
-'SKIP'
-'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
-'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
-
-package() {
-depends=('php' '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 467503, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-16 10:53:02 UTC (rev 467504)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=16.0.1
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com;
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('a80ce586e9e930b2fba69707311e575346cd4dc4402e84678c730f9930d78aee'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d 

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

2019-05-16 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 16, 2019 @ 10:52:48
  Author: spupykin
Revision: 467503

upgpkg: nextcloud 16.0.1-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-16 05:38:57 UTC (rev 467502)
+++ PKGBUILD2019-05-16 10:52:48 UTC (rev 467503)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=16.0.0
+pkgver=16.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=('4532f7028b1d9bf060f75ac4fbbde52a59ecd9c9155f3178a038d3cf3609402e'
+sha256sums=('a80ce586e9e930b2fba69707311e575346cd4dc4402e84678c730f9930d78aee'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2019-05-13 Thread Sergej Pupykin via arch-commits
Date: Monday, May 13, 2019 @ 14:42:33
  Author: spupykin
Revision: 467143

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-13 14:41:57 UTC (rev 467142)
+++ PKGBUILD2019-05-13 14:42:33 UTC (rev 467143)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.14.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=('1a84345c103791cb509053388f7646d7443566c025b32e406703ab94a38b2dff66c47a795245d5c846c459634ccbb476ebf93ab1bae10d6ab7bed0c07c8fcb50')
-
-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 467142, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-13 14:42:33 UTC (rev 467143)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=0.15.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=('d3cb0e1616c99d855fcc06769b61085175a38d67042231f2a59310b4934662d187e4c31d011a4f176599f9ea22de1532ac0329139c7dcad8241ba89c0b306599')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


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

2019-05-13 Thread Sergej Pupykin via arch-commits
Date: Monday, May 13, 2019 @ 14:41:57
  Author: spupykin
Revision: 467142

upgpkg: nextcloud-app-mail 0.15.0-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-13 14:41:20 UTC (rev 467141)
+++ PKGBUILD2019-05-13 14:41:57 UTC (rev 467142)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.14.0
+pkgver=0.15.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=('1a84345c103791cb509053388f7646d7443566c025b32e406703ab94a38b2dff66c47a795245d5c846c459634ccbb476ebf93ab1bae10d6ab7bed0c07c8fcb50')
+sha512sums=('d3cb0e1616c99d855fcc06769b61085175a38d67042231f2a59310b4934662d187e4c31d011a4f176599f9ea22de1532ac0329139c7dcad8241ba89c0b306599')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2019-05-13 Thread Sergej Pupykin via arch-commits
Date: Monday, May 13, 2019 @ 11:41:06
  Author: spupykin
Revision: 467127

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-13 11:40:29 UTC (rev 467126)
+++ PKGBUILD2019-05-13 11:41:06 UTC (rev 467127)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.10.0
-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=('5fce04563bed252fbd10a57c43bb59dde08a8b7133ad0fd501e6939103a7be104e755c05eea9cdaa10834d4e4146e2ac2fc9093d65cb543152179c460ccdca63')
-
-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 467126, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-13 11:41:06 UTC (rev 467127)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.10.1
+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=('ba51a1e453891942b5aa6e043c4e49268a17f27eacb85ca727333273b0c0ac7a2a22bdb5ec56574b2d3c7a80a3aa1b7fc3519d5d1a3a8aa747107497580b11c7')
+
+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-tasks/trunk (PKGBUILD)

2019-05-13 Thread Sergej Pupykin via arch-commits
Date: Monday, May 13, 2019 @ 11:40:29
  Author: spupykin
Revision: 467126

upgpkg: nextcloud-app-tasks 0.10.1-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-13 07:22:18 UTC (rev 467125)
+++ PKGBUILD2019-05-13 11:40:29 UTC (rev 467126)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.10.0
+pkgver=0.10.1
 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=('5fce04563bed252fbd10a57c43bb59dde08a8b7133ad0fd501e6939103a7be104e755c05eea9cdaa10834d4e4146e2ac2fc9093d65cb543152179c460ccdca63')
+sha512sums=('ba51a1e453891942b5aa6e043c4e49268a17f27eacb85ca727333273b0c0ac7a2a22bdb5ec56574b2d3c7a80a3aa1b7fc3519d5d1a3a8aa747107497580b11c7')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:31:46
  Author: spupykin
Revision: 463358

archrelease: copy trunk to community-x86_64

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

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

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

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

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:31:17
  Author: spupykin
Revision: 463354

upgpkg: nextcloud-app-tasks 0.10.0-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 21:31:12 UTC (rev 463353)
+++ PKGBUILD2019-05-08 21:31:17 UTC (rev 463354)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.9.8
+pkgver=0.10.0
 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=('a7990762d290b85d1db85b6127d6f2f68c94043bcb7233cbea896f74027b0677aa845ef2b29e21a0592cea3d81c574639e95216cb63feb08f66b191f99cbbcf4')
+sha512sums=('5fce04563bed252fbd10a57c43bb59dde08a8b7133ad0fd501e6939103a7be104e755c05eea9cdaa10834d4e4146e2ac2fc9093d65cb543152179c460ccdca63')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:31:25
  Author: spupykin
Revision: 463355

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-08 21:31:17 UTC (rev 463354)
+++ PKGBUILD2019-05-08 21:31:25 UTC (rev 463355)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.9.8
-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=('a7990762d290b85d1db85b6127d6f2f68c94043bcb7233cbea896f74027b0677aa845ef2b29e21a0592cea3d81c574639e95216cb63feb08f66b191f99cbbcf4')
-
-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 463354, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-08 21:31:25 UTC (rev 463355)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.10.0
+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=('5fce04563bed252fbd10a57c43bb59dde08a8b7133ad0fd501e6939103a7be104e755c05eea9cdaa10834d4e4146e2ac2fc9093d65cb543152179c460ccdca63')
+
+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/repos/community-any (2 files)

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:31:12
  Author: spupykin
Revision: 463353

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-08 21:31:07 UTC (rev 463352)
+++ PKGBUILD2019-05-08 21:31:12 UTC (rev 463353)
@@ -1,20 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud-app-bookmarks
-epoch=1
-pkgver=1.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=('d74951d309c8e896ca12263cdc0125cf5fc03fb0791cbc814a55e50bda1001de')
-
-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 463352, 
nextcloud-app-bookmarks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-08 21:31:12 UTC (rev 463353)
@@ -0,0 +1,20 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud-app-bookmarks
+epoch=1
+pkgver=1.0.3
+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=('6edef0c6924fa9315d3aad6846ae03d6da454b7554232a77c4c7084661cb7009')
+
+package() {
+  install -d "$pkgdir"/usr/share/webapps/nextcloud/apps
+  cp -a "$srcdir"/bookmarks 
"$pkgdir"/usr/share/webapps/nextcloud/apps/bookmarks
+}


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

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:31:32
  Author: spupykin
Revision: 463356

upgpkg: squid 4.7-1

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 21:31:25 UTC (rev 463355)
+++ PKGBUILD2019-05-08 21:31:32 UTC (rev 463356)
@@ -4,7 +4,7 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=4.6
+pkgver=4.7
 pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64')
@@ -25,7 +25,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-sha256sums=('015bade5d3a4905142c4c605df5c4216471e3d8338079955e0e44b0ae0303d41'
+sha256sums=('a29cf65f77ab70a8b1cf47e6fe1d2975ec9d04d2446d54669a5afd2aee5e354e'
 'SKIP'
 '11fb388f8679fd6461e0de006810ea608a3686fffda16904b0ed71f412be499c'
 '495f54e51f6ec1e4dce87090d76718aea1eb37559c4439d876dd39598163062a'


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

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:31:04
  Author: spupykin
Revision: 463351

upgpkg: nextcloud-app-bookmarks 1:1.0.3-1

Modified:
  nextcloud-app-bookmarks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 21:30:57 UTC (rev 463350)
+++ PKGBUILD2019-05-08 21:31:04 UTC (rev 463351)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=1.0.2
+pkgver=1.0.3
 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=('d74951d309c8e896ca12263cdc0125cf5fc03fb0791cbc814a55e50bda1001de')
+sha256sums=('6edef0c6924fa9315d3aad6846ae03d6da454b7554232a77c4c7084661cb7009')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:30:43
  Author: spupykin
Revision: 463348

upgpkg: drupal 8.7.1-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-08 21:30:27 UTC (rev 463347)
+++ PKGBUILD2019-05-08 21:30:43 UTC (rev 463348)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.7.0
+pkgver=8.7.1
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('fa59c87eb83fb39b90946f965885cbb4fa3cd64f16708380390bb78d49da39f2')
+sha256sums=('0740de22a7a415b3892f2942b5023e3f570601b428c43e0302a075027b704570')
 
 package() {
   depends=('php' 'php-gd')


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

2019-05-08 Thread Sergej Pupykin via arch-commits
Date: Wednesday, May 8, 2019 @ 21:30:57
  Author: spupykin
Revision: 463349

archrelease: copy trunk to community-any

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

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

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

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

Deleted: drupal.install
===
--- drupal.install  2019-05-08 21:30:43 UTC (rev 463348)
+++ drupal.install  2019-05-08 21:30:57 UTC (rev 463349)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 463348, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-05-08 21:30:57 UTC (rev 463349)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-05-07 Thread Sergej Pupykin via arch-commits
Date: Tuesday, May 7, 2019 @ 08:52:47
  Author: spupykin
Revision: 461895

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-07 08:52:36 UTC (rev 461894)
+++ PKGBUILD2019-05-07 08:52:47 UTC (rev 461895)
@@ -1,38 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonathan Wiersma 
-# Contributor: Jonathan Wiersma 
-# Contributor: sracker 
-
-pkgname=xdebug
-pkgver=2.7.1
-pkgrel=1
-pkgdesc="PHP debugging extension"
-arch=('x86_64')
-url="https://www.xdebug.org;
-license=('GPL')
-depends=('php')
-backup=('etc/php/conf.d/xdebug.ini')
-source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
-   'xdebug.ini')
-sha256sums=('b7e9d1453975e0217667c82a9e68d4aabb307b18e8f2f70432f70d75907f24c3'
-'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 461894, 
xdebug/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-07 08:52:47 UTC (rev 461895)
@@ -0,0 +1,38 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonathan Wiersma 
+# Contributor: Jonathan Wiersma 
+# Contributor: sracker 
+
+pkgname=xdebug
+pkgver=2.7.2
+pkgrel=1
+pkgdesc="PHP debugging extension"
+arch=('x86_64')
+url="https://www.xdebug.org;
+license=('GPL')
+depends=('php')
+backup=('etc/php/conf.d/xdebug.ini')
+source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
+   'xdebug.ini')
+sha256sums=('b0f3283aa185c23fcd0137c3aaa58554d330995ef7a3421e983e8d018b05a4a6'
+'7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  phpize
+  ./configure --prefix=/usr --enable-xdebug
+  make
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}/debugclient
+  install -D -m 755 debugclient "$pkgdir"/usr/bin/debugclient
+
+  cd "$srcdir"/$pkgname-${pkgver/rc/RC}
+  make INSTALL_ROOT="$pkgdir" install
+  install -D -m 644 "$srcdir"/xdebug.ini "$pkgdir"/etc/php/conf.d/xdebug.ini
+}

Deleted: xdebug.ini
===
--- xdebug.ini  2019-05-07 08:52:36 UTC (rev 461894)
+++ xdebug.ini  2019-05-07 08:52:47 UTC (rev 461895)
@@ -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 461894, 
xdebug/trunk/xdebug.ini)
===
--- xdebug.ini  (rev 0)
+++ xdebug.ini  2019-05-07 08:52:47 UTC (rev 461895)
@@ -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)

2019-05-07 Thread Sergej Pupykin via arch-commits
Date: Tuesday, May 7, 2019 @ 08:52:36
  Author: spupykin
Revision: 461894

upgpkg: xdebug 2.7.2-1

Modified:
  xdebug/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-07 08:20:03 UTC (rev 461893)
+++ PKGBUILD2019-05-07 08:52:36 UTC (rev 461894)
@@ -4,7 +4,7 @@
 # Contributor: sracker 
 
 pkgname=xdebug
-pkgver=2.7.1
+pkgver=2.7.2
 pkgrel=1
 pkgdesc="PHP debugging extension"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 backup=('etc/php/conf.d/xdebug.ini')
 source=("https://xdebug.org/files/$pkgname-${pkgver/rc/RC}.tgz;
'xdebug.ini')
-sha256sums=('b7e9d1453975e0217667c82a9e68d4aabb307b18e8f2f70432f70d75907f24c3'
+sha256sums=('b0f3283aa185c23fcd0137c3aaa58554d330995ef7a3421e983e8d018b05a4a6'
 '7c66883dc2ade69069ef84e30188b25630748aa9c8b0dd123727c00505421205')
 
 build() {


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

2019-05-06 Thread Sergej Pupykin via arch-commits
Date: Monday, May 6, 2019 @ 13:51:39
  Author: spupykin
Revision: 460935

archrelease: copy trunk to community-any

Added:
  python2-gnutls/repos/community-any/PKGBUILD
(from rev 460934, python2-gnutls/trunk/PKGBUILD)
  python2-gnutls/repos/community-any/libraryfunctions.patch
(from rev 460934, python2-gnutls/trunk/libraryfunctions.patch)
  python2-gnutls/repos/community-any/libraryinit.patch
(from rev 460934, python2-gnutls/trunk/libraryinit.patch)
Deleted:
  python2-gnutls/repos/community-any/PKGBUILD
  python2-gnutls/repos/community-any/libraryfunctions.patch
  python2-gnutls/repos/community-any/libraryinit.patch

+
 PKGBUILD   |   58 +--
 libraryfunctions.patch |  726 +++
 libraryinit.patch  |   24 -
 3 files changed, 404 insertions(+), 404 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-06 13:51:27 UTC (rev 460934)
+++ PKGBUILD2019-05-06 13:51:39 UTC (rev 460935)
@@ -1,29 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Hugo Doria 
-# Contributor: N3RD3X 
-
-pkgname=python2-gnutls
-pkgver=3.0.0
-pkgrel=2
-pkgdesc="Python wrapper for the GNUTLS library"
-arch=('any')
-url="http://cheeseshop.python.org/pypi/python-gnutls;
-depends=('python2' 'gnutls' 'libgcrypt')
-license=('LGPL')
-source=(https://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
-   libraryinit.patch
-   libraryfunctions.patch)
-sha256sums=('6c1274c9f5c0c8c18d050134d6aa2bff3dbf59349fe5485f447fff5c24eb2dfb'
-'d288e90fae55652aada402a4e3c60b797df01a0da6ecc500a3a26b903c821d2b'
-'8443ae32fdbfc4c1880bf5e1a1d9cc71077d6ee5c5d52f01a9c9c4c291ae64d9')
-
-prepare() {
-  cd "$srcdir"/python-gnutls-${pkgver}
-#  patch -p1 <"$srcdir"/libraryinit.patch
-#  patch -p1 <"$srcdir"/libraryfunctions.patch
-}
-
-package() {
-  cd "$srcdir"/python-gnutls-${pkgver}
-  python2 setup.py install --root="$pkgdir"
-}

Copied: python2-gnutls/repos/community-any/PKGBUILD (from rev 460934, 
python2-gnutls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-06 13:51:39 UTC (rev 460935)
@@ -0,0 +1,29 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Hugo Doria 
+# Contributor: N3RD3X 
+
+pkgname=python2-gnutls
+pkgver=3.1.2
+pkgrel=1
+pkgdesc="Python wrapper for the GNUTLS library"
+arch=('any')
+url="https://cheeseshop.python.org/pypi/python-gnutls;
+depends=('python2' 'gnutls' 'libgcrypt')
+license=('LGPL')
+source=(https://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
+   libraryinit.patch
+   libraryfunctions.patch)
+sha256sums=('28748e02a8035c31826152944e41217ebcc58ab7793ae5a22850cd23d3cfbbbe'
+'d288e90fae55652aada402a4e3c60b797df01a0da6ecc500a3a26b903c821d2b'
+'8443ae32fdbfc4c1880bf5e1a1d9cc71077d6ee5c5d52f01a9c9c4c291ae64d9')
+
+prepare() {
+  cd "$srcdir"/python-gnutls-${pkgver}
+#  patch -p1 <"$srcdir"/libraryinit.patch
+#  patch -p1 <"$srcdir"/libraryfunctions.patch
+}
+
+package() {
+  cd "$srcdir"/python-gnutls-${pkgver}
+  python2 setup.py install --root="$pkgdir"
+}

Deleted: libraryfunctions.patch
===
--- libraryfunctions.patch  2019-05-06 13:51:27 UTC (rev 460934)
+++ libraryfunctions.patch  2019-05-06 13:51:39 UTC (rev 460935)
@@ -1,363 +0,0 @@
-diff -wbBur python-gnutls-2.0.1.org/gnutls/connection.py 
python-gnutls-2.0.1/gnutls/connection.py
 python-gnutls-2.0.1.org/gnutls/connection.py   2014-07-02 
15:19:26.0 +0400
-+++ python-gnutls-2.0.1/gnutls/connection.py   2015-04-20 20:23:20.288498813 
+0300
-@@ -24,22 +24,22 @@
- from gnutls.library.constants import GNUTLS_A_CERTIFICATE_EXPIRED, 
GNUTLS_A_CERTIFICATE_REVOKED
- from gnutls.library.constants import GNUTLS_NAME_DNS
- from gnutls.library.types import gnutls_certificate_credentials_t, 
gnutls_session_t, gnutls_x509_crt_t
--from gnutls.library.types import 
gnutls_certificate_server_retrieve_function
-+from gnutls.library.types import gnutls_certificate_retrieve_function2
- from gnutls.library.functions import *
- 
- 
--@gnutls_certificate_server_retrieve_function
--def _retrieve_server_certificate(c_session, retr_st):
-+@gnutls_certificate_retrieve_function2
-+def _retrieve_server_certificate(c_session, a, b, c, d, retr2_st):
- session = PyObj_FromPtr(gnutls_session_get_ptr(c_session))
- identity = session.credentials.select_server_identity(session)
--retr_st.contents.type = GNUTLS_CRT_X509
--retr_st.contents.deinit_all = 0
-+retr2_st.contents.cert_type = GNUTLS_CRT_X509
-+retr2_st.contents.deinit_all = 0
- if identity is None:
--retr_st.contents.ncerts = 0
-+retr2_st.contents.ncerts = 0
- else:
--retr_st.contents.ncerts = 1
--

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

2019-05-06 Thread Sergej Pupykin via arch-commits
Date: Monday, May 6, 2019 @ 13:51:27
  Author: spupykin
Revision: 460934

upgpkg: python2-gnutls 3.1.2-1

Modified:
  python2-gnutls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 13:51:14 UTC (rev 460933)
+++ PKGBUILD2019-05-06 13:51:27 UTC (rev 460934)
@@ -3,8 +3,8 @@
 # Contributor: N3RD3X 
 
 pkgname=python2-gnutls
-pkgver=3.0.0
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 pkgdesc="Python wrapper for the GNUTLS library"
 arch=('any')
 url="https://cheeseshop.python.org/pypi/python-gnutls;
@@ -13,7 +13,7 @@
 
source=(https://pypi.python.org/packages/source/p/python-gnutls/python-gnutls-${pkgver}.tar.gz
libraryinit.patch
libraryfunctions.patch)
-sha256sums=('6c1274c9f5c0c8c18d050134d6aa2bff3dbf59349fe5485f447fff5c24eb2dfb'
+sha256sums=('28748e02a8035c31826152944e41217ebcc58ab7793ae5a22850cd23d3cfbbbe'
 'd288e90fae55652aada402a4e3c60b797df01a0da6ecc500a3a26b903c821d2b'
 '8443ae32fdbfc4c1880bf5e1a1d9cc71077d6ee5c5d52f01a9c9c4c291ae64d9')
 


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

2019-05-06 Thread Sergej Pupykin via arch-commits
Date: Monday, May 6, 2019 @ 13:51:14
  Author: spupykin
Revision: 460933

archrelease: copy trunk to community-any

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

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

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

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

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

2019-05-06 Thread Sergej Pupykin via arch-commits
Date: Monday, May 6, 2019 @ 13:51:00
  Author: spupykin
Revision: 460932

upgpkg: mediawiki 1.32.1-1

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-06 13:50:59 UTC (rev 460931)
+++ PKGBUILD2019-05-06 13:51:00 UTC (rev 460932)
@@ -4,7 +4,7 @@
 pkgbase=mediawiki
 #pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
 pkgname=('mediawiki')
-pkgver=1.32.0
+pkgver=1.32.1
 _basever=${pkgver%.*}
 _hash=b976708
 pkgrel=1
@@ -37,7 +37,7 @@
 
source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}

"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
apache.example.conf)
-sha256sums=('d29b635dd41aea62bd05229c7c7942d4b0aa38aee457f8dc7302b6e59acb721b'
+sha256sums=('f02100d59449f41507a3a66a47168ef4c805a323bf46354a59b763a7a3bf7bc3'
 'SKIP'
 '0b3d73dc00f6785eb6e78ad4d7338e98dcc501352c347d06a395c321e15eaa50'
 'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')


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

2019-05-02 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 2, 2019 @ 21:38:34
  Author: spupykin
Revision: 457817

archrelease: copy trunk to community-x86_64

Added:
  notion/repos/community-x86_64/ChangleLog
(from rev 457816, notion/trunk/ChangleLog)
  notion/repos/community-x86_64/PKGBUILD
(from rev 457816, notion/trunk/PKGBUILD)
Deleted:
  notion/repos/community-x86_64/ChangleLog
  notion/repos/community-x86_64/PKGBUILD

+
 ChangleLog |   10 +-
 PKGBUILD   |  211 +--
 2 files changed, 110 insertions(+), 111 deletions(-)

Deleted: ChangleLog
===
--- ChangleLog  2019-05-02 21:38:22 UTC (rev 457816)
+++ ChangleLog  2019-05-02 21:38:34 UTC (rev 457817)
@@ -1,5 +0,0 @@
-2011-09-14 Sergej Pupykin 
-
-   * 20110914-1 :
-   Add contrib/ to /usr/share/notion/contrib
-   Add mod_*.lua to /etc/notion/

Copied: notion/repos/community-x86_64/ChangleLog (from rev 457816, 
notion/trunk/ChangleLog)
===
--- ChangleLog  (rev 0)
+++ ChangleLog  2019-05-02 21:38:34 UTC (rev 457817)
@@ -0,0 +1,5 @@
+2011-09-14 Sergej Pupykin 
+
+   * 20110914-1 :
+   Add contrib/ to /usr/share/notion/contrib
+   Add mod_*.lua to /etc/notion/

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-02 21:38:22 UTC (rev 457816)
+++ PKGBUILD2019-05-02 21:38:34 UTC (rev 457817)
@@ -1,106 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
-# Contributor: aunoor
-
-pkgname=notion
-pkgver=20170201
-pkgrel=2
-_commit=23f6aced2f8211ae11927bb255d86e8079d1ee11
-_commit_doc=2d11977104e2be712bbf2dd24cec7c708a841124
-pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="http://sourceforge.net/projects/notion/;
-arch=('x86_64')
-license=('custom:LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
-optdepends=('libxinerama' 'libxrandr')
-makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
-'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
-backup=("etc/notion/cfg_defaults.lua"
-   "etc/notion/cfg_dock.lua"
-   "etc/notion/cfg_kludges.lua"
-   "etc/notion/cfg_layouts.lua"
-   "etc/notion/cfg_menu.lua"
-   "etc/notion/cfg_notion.lua"
-   "etc/notion/cfg_notioncore.lua"
-   "etc/notion/cfg_query.lua"
-   "etc/notion/cfg_sp.lua"
-   "etc/notion/cfg_statusbar.lua"
-   "etc/notion/cfg_tiling.lua"
-   "etc/notion/cfg_xrandr.lua"
-   "etc/notion/look.lua"
-   "etc/notion/look_brownsteel.lua"
-   "etc/notion/look_clean.lua"
-   "etc/notion/look_cleanios.lua"
-   "etc/notion/look_cleanviolet.lua"
-   "etc/notion/look_dusky.lua"
-   "etc/notion/look_greenlight.lua"
-   "etc/notion/look_greyviolet.lua"
-   "etc/notion/look_ios.lua"
-   "etc/notion/look_newviolet.lua"
-   "etc/notion/look_simpleblue.lua"
-   "etc/notion/lookcommon_clean.lua"
-   "etc/notion/lookcommon_emboss.lua"
-   "etc/notion/mod_xinerama.lua"
-   "etc/notion/statusbar_xkbgroup.lua"
-   "etc/notion/test_xinerama.lua"
-   "etc/notion/xkbbell.lua"
-   "etc/notion/xkbion.lua")
-provides=('libtu' 'libextl')
-changelog=ChangleLog
-source=("notion::git://github.com/raboof/notion#commit=${_commit}"
-   
"notion-doc::git://github.com/raboof/notion-doc.git#commit=${_commit_doc}")
-sha256sums=('SKIP'
-'SKIP')
-
-prepare() {
-  cd "$srcdir"
-  cat >notion/build/lua-detect.mk <"$pkgdir"/usr/share/xsessions/notion.desktop <
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+pkgver=20190501
+pkgrel=1
+_commit=5e820d514837e12b8753a1afe9b5dd1033f449da
+_commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
+pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
+url="http://notion.sourceforge.net;
+arch=('x86_64')
+license=('custom:LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
+optdepends=('libxinerama' 'libxrandr')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+backup=("etc/notion/cfg_defaults.lua"
+   "etc/notion/cfg_dock.lua"
+   "etc/notion/cfg_kludges.lua"
+   "etc/notion/cfg_layouts.lua"
+   "etc/notion/cfg_menu.lua"
+   "etc/notion/cfg_notion.lua"
+   "etc/notion/cfg_notioncore.lua"
+   "etc/notion/cfg_query.lua"
+   "etc/notion/cfg_sp.lua"
+   "etc/notion/cfg_statusbar.lua"
+   "etc/notion/cfg_tiling.lua"
+   "etc/notion/cfg_xrandr.lua"
+   "etc/notion/look.lua"
+   "etc/notion/look_brownsteel.lua"
+   "etc/notion/look_clean.lua"
+   "etc/notion/look_cleanios.lua"
+   "etc/notion/look_cleanviolet.lua"
+   "etc/notion/look_dusky.lua"
+   "etc/notion/look_greenlight.lua"
+   

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

2019-05-02 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 2, 2019 @ 21:38:10
  Author: spupykin
Revision: 457815

archrelease: copy trunk to community-any

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

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

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

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

Deleted: drupal.install
===
--- drupal.install  2019-05-02 21:37:58 UTC (rev 457814)
+++ drupal.install  2019-05-02 21:38:10 UTC (rev 457815)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 457814, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2019-05-02 21:38:10 UTC (rev 457815)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


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

2019-05-02 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 2, 2019 @ 21:38:22
  Author: spupykin
Revision: 457816

upgpkg: notion 20190501-1

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-02 21:38:10 UTC (rev 457815)
+++ PKGBUILD2019-05-02 21:38:22 UTC (rev 457816)
@@ -3,15 +3,15 @@
 # Contributor: aunoor
 
 pkgname=notion
-pkgver=20170201
-pkgrel=2
-_commit=23f6aced2f8211ae11927bb255d86e8079d1ee11
-_commit_doc=2d11977104e2be712bbf2dd24cec7c708a841124
+pkgver=20190501
+pkgrel=1
+_commit=5e820d514837e12b8753a1afe9b5dd1033f449da
+_commit_doc=4875ffc1c4f8ba1d7ebe77fc3aceacc872e74c07
 pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="https://sourceforge.net/projects/notion/;
+url="http://notion.sourceforge.net;
 arch=('x86_64')
 license=('custom:LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm' 'freetype2')
 optdepends=('libxinerama' 'libxrandr')
 makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
 'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
@@ -61,8 +61,7 @@
 LUA  := $(which lua)
 LUAC := $(which luac)
 EOF
-  sed -i 's|return \(lua_sethook.*\)|\1 return 0;|g' notion/libextl/luaextl.c
-  sed -i 's|mkdir|mkdir -p|g' notion-doc/Makefile
+  sed -i '/Skipping dvi and ps because/d' notion-doc/Makefile
 }
 
 build() {
@@ -75,7 +74,7 @@
 
 package() {
   cd "$srcdir"/notion
-  make DESTDIR="$pkgdir" LUA_VERSION=5.2 PREFIX=/usr ETCDIR=/etc/notion install
+  make DESTDIR="$pkgdir" LUA_VERSION=5.3 PREFIX=/usr ETCDIR=/etc/notion install
 
   # doc
   cd "$srcdir"/notion-doc


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

2019-05-02 Thread Sergej Pupykin via arch-commits
Date: Thursday, May 2, 2019 @ 21:37:58
  Author: spupykin
Revision: 457814

upgpkg: drupal 8.7.0-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-05-02 20:50:27 UTC (rev 457813)
+++ PKGBUILD2019-05-02 21:37:58 UTC (rev 457814)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.6.15
+pkgver=8.7.0
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -13,7 +13,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://ftp.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('bb8df681222d7341c6951ea983199e90f53d2ace811230db5f534f5d2d13f204')
+sha256sums=('fa59c87eb83fb39b90946f965885cbb4fa3cd64f16708380390bb78d49da39f2')
 
 package() {
   depends=('php' 'php-gd')


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

2019-04-30 Thread Sergej Pupykin via arch-commits
Date: Tuesday, April 30, 2019 @ 10:44:38
  Author: spupykin
Revision: 456747

archrelease: copy trunk to community-x86_64

Added:
  vnstat/repos/community-x86_64/PKGBUILD
(from rev 456746, vnstat/trunk/PKGBUILD)
Deleted:
  vnstat/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-30 10:44:26 UTC (rev 456746)
+++ PKGBUILD2019-04-30 10:44:38 UTC (rev 456747)
@@ -1,31 +0,0 @@
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thorsten Töpper 
-
-pkgname=vnstat
-pkgver=2.1
-pkgrel=1
-pkgdesc="A console-based network traffic monitor"
-arch=('x86_64')
-url="http://humdi.net/vnstat/;
-license=('GPL')
-depends=('bash' 'sqlite')
-makedepends=('gd')
-optdepends=('gd: image output')
-backup=(etc/vnstat.conf)
-source=(http://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-sha256sums=('d12cc8deb3d6ecac59a6554efce5df9e80e750f4de2b48b56e66b8f496e9607a')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/bin
-  make DESTDIR="$pkgdir" install
-  install -Dm0755 examples/vnstat.cgi 
"$pkgdir"/usr/share/doc/vnstat/examples/vnstat.cgi
-  install -Dm0644 examples/systemd/vnstat.service 
"$pkgdir"/usr/lib/systemd/system/vnstat.service
-}

Copied: vnstat/repos/community-x86_64/PKGBUILD (from rev 456746, 
vnstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-30 10:44:38 UTC (rev 456747)
@@ -0,0 +1,31 @@
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=2.2
+pkgrel=1
+pkgdesc="A console-based network traffic monitor"
+arch=('x86_64')
+url="https://humdi.net/vnstat/;
+license=('GPL')
+depends=('bash' 'sqlite')
+makedepends=('gd')
+optdepends=('gd: image output')
+backup=(etc/vnstat.conf)
+source=(https://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
+sha256sums=('c60a7bc35e0247b0d2e628d8fc39427f2482e844c2c7b9cdbfc814463310e02c')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/bin
+  make DESTDIR="$pkgdir" install
+  install -Dm0755 examples/vnstat.cgi 
"$pkgdir"/usr/share/doc/vnstat/examples/vnstat.cgi
+  install -Dm0644 examples/systemd/vnstat.service 
"$pkgdir"/usr/lib/systemd/system/vnstat.service
+}


<    5   6   7   8   9   10   11   12   13   14   >