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

2020-01-15 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 15, 2020 @ 20:11:53
  Author: spupykin
Revision: 552679

upgpkg: vnstat 2.5-1

Modified:
  vnstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-15 19:46:16 UTC (rev 552678)
+++ PKGBUILD2020-01-15 20:11:53 UTC (rev 552679)
@@ -3,7 +3,7 @@
 # Contributor: Thorsten Töpper 
 
 pkgname=vnstat
-pkgver=2.4
+pkgver=2.5
 pkgrel=1
 pkgdesc="A console-based network traffic monitor"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('gd: image output')
 backup=(etc/vnstat.conf)
 source=(https://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-sha256sums=('a0955999abd56d5463d257ffdccc9b1e9ad9ea504de81e64ba4c197f1245abaa')
+sha256sums=('f1bfb16911b28cb0db93341e65433da804ec178592b6728235a84b1c091d1578')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2020-01-15 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 15, 2020 @ 20:12:06
  Author: spupykin
Revision: 552680

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-15 20:11:53 UTC (rev 552679)
+++ PKGBUILD2020-01-15 20:12:06 UTC (rev 552680)
@@ -1,31 +0,0 @@
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thorsten Töpper 
-
-pkgname=vnstat
-pkgver=2.4
-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=('a0955999abd56d5463d257ffdccc9b1e9ad9ea504de81e64ba4c197f1245abaa')
-
-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 552679, 
vnstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-15 20:12:06 UTC (rev 552680)
@@ -0,0 +1,31 @@
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=2.5
+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=('f1bfb16911b28cb0db93341e65433da804ec178592b6728235a84b1c091d1578')
+
+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
+}


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:09
  Author: spupykin
Revision: 553072

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:52:54 UTC (rev 553071)
+++ PKGBUILD2020-01-18 19:53:09 UTC (rev 553072)
@@ -1,155 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jeff 'codemac' Mickey 
-# Contributor: Alexander Rødseth 
-
-pkgname=ejabberd
-pkgver=19.09.1
-pkgrel=1
-pkgdesc="Jabber server written in Erlang"
-arch=('x86_64')
-url="https://www.ejabberd.im/;
-license=("GPL")
-depends=('expat' 'openssl' 'zlib' 'erlang-nox' 'pam' 'iproute2' 
'erlang-unixodbc'
-'libyaml' 'sqlite' 'gd')
-makedepends=('git' 'rebar' 'hevea' 'texlive-bin' 'texlive-core' 
'texlive-latexextra')
-optdepends=('gsfonts: for captcha'
-   'imagemagick: for captcha')
-backup=('etc/ejabberd/ejabberd.yml'
-   'etc/ejabberd/ejabberdctl.cfg'
-   'etc/logrotate.d/ejabberd')
-options=(emptydirs)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/processone/ejabberd/archive/$pkgver.tar.gz;
-   
"base64url::git://github.com/dvv/base64url.git#commit=bf1360685da704c8453aba2268c4698c959d2ba4"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=e6bcbf9882247ad78d659fa57cd39adc3fc5bcd1"
-   
"eimp::git://github.com/processone/eimp#commit=63b3cece16f7963939115e31c80e317d42b466e9"
-   
"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"
-   
"epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b"
-   
"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=6bec600db45ed2f15363748a0b9ef33b0205a53f"
-   
"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=b7d43945123f9c03e75cc8db8f070d307ceb6d45"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=e1d12bcfa533c9bf7331c0f82a0ae9fb34e6d914"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=71198f9bb71b6959a6b78c52683b739cfdc5158c"
-   
"goldrush::git://github.com/DeadZen/goldrush.git#commit=8f1b715d36b650ec1e1f5612c00e28af6ab0de82"
-   
"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"
-   
"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
-   
"lager::git://github.com/erlang-lager/lager#commit=4ffdf0dbef53304bc0e958a00776bf0650de8c8b"
-   
"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=782b0deca875e6f21f1d1eaa88a35fcefea13cb7"
-   
"p1_acme::git://github.com/processone/p1_acme.git#commit=56aad511245207385aa567f80516e1bc3dd34378"
-   
"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=dbc31d643a7b739ebb06ffd17430c87d30bc2d06"
-   
"pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8"
-   
"rebar_elixir_plugin::git://github.com/processone/rebar_elixir_plugin#commit=10614dfef5d10b7071f7181858149259e50159f6"
-   
"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=ebbbf84af12eeb1f92726772595866be01f402a9"
-   
"stun::git://github.com/processone/stun#commit=9355154e8608cbadeddaaa00cc6b8e3176dd08a4"
-   

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:52:54
  Author: spupykin
Revision: 553071

upgpkg: ejabberd 20.01-1

Modified:
  ejabberd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:52:22 UTC (rev 553070)
+++ PKGBUILD2020-01-18 19:52:54 UTC (rev 553071)
@@ -3,7 +3,7 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ejabberd
-pkgver=19.09.1
+pkgver=20.01
 pkgrel=1
 pkgdesc="Jabber server written in Erlang"
 arch=('x86_64')
@@ -19,40 +19,40 @@
'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=bf1360685da704c8453aba2268c4698c959d2ba4"
-   
"cache_tab::git://github.com/processone/cache_tab#commit=e6bcbf9882247ad78d659fa57cd39adc3fc5bcd1"
-   
"eimp::git://github.com/processone/eimp#commit=63b3cece16f7963939115e31c80e317d42b466e9"
+   
"base64url::git://github.com/dvv/base64url.git#commit=f2c64ed8b9bebc536fad37ad97243452b674b837"
+   
"cache_tab::git://github.com/processone/cache_tab#commit=ee1b27bc64322e87b26e045779dd284dc217a998"
+   
"eimp::git://github.com/processone/eimp#commit=9585ed6dc5473454ff6f27dedd7825474a4ccf40"

"elixir::git://github.com/elixir-lang/elixir#commit=867da6f876c48279823a41a33030c95ef37379b2"

"epam::git://github.com/processone/epam#commit=7d4d359c2862bd2d0ad5f3f641bade64aed8f35b"

"eredis::git://github.com/wooga/eredis#commit=cbc013f516e464706493c01662e5e9dd82d1db01"
-   
"esip::git://github.com/processone/esip#commit=6bec600db45ed2f15363748a0b9ef33b0205a53f"
+   
"esip::git://github.com/processone/esip#commit=a58fdd16ddc02af03261f0642e789e2738d7eb5d"

"ezlib::git://github.com/processone/ezlib#commit=3bfd5bf53a6a6a58278aca354b56ab4f911a6c0d"
-   
"fast_tls::git://github.com/processone/fast_tls#commit=b7d43945123f9c03e75cc8db8f070d307ceb6d45"
-   
"fast_xml::git://github.com/processone/fast_xml#commit=e1d12bcfa533c9bf7331c0f82a0ae9fb34e6d914"
-   
"fast_yaml::git://github.com/processone/fast_yaml#commit=71198f9bb71b6959a6b78c52683b739cfdc5158c"
+   
"fast_tls::git://github.com/processone/fast_tls#commit=2ec26b6a596efa5f3be0cd2e06ec54f2779a08e7"
+   
"fast_xml::git://github.com/processone/fast_xml#commit=5f6aa4492ff8f601eb5b179e5280c8a8adf750fb"
+   
"fast_yaml::git://github.com/processone/fast_yaml#commit=e7fb1c591c7d18aba4853bc2118794ec6fa565d4"

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

"idna::git://github.com/benoitc/erlang-idna#commit=6cff72747821110169ecfac871b0c69e5064afff"

"jiffy::git://github.com/davisp/jiffy#commit=1febce3ca86c5ca5d5a3618ed3d5f125bb99e4c5"
-   
"jose::git://github.com/potatosalad/erlang-jose#commit=f8f97fb651202386c951fccfcb61d123518ba05f"
+   
"jose::git://github.com/potatosalad/erlang-jose#commit=5ad99d03c5381ec68a9576c81ed4e9312fea73e0"

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

"luerl::git://github.com/rvirding/luerl#commit=01fa43a1a5d68becfe07236a9a71505039474108"
-   
"mqtree::git://github.com/processone/mqtree#commit=782b0deca875e6f21f1d1eaa88a35fcefea13cb7"
-   
"p1_acme::git://github.com/processone/p1_acme.git#commit=56aad511245207385aa567f80516e1bc3dd34378"
-   
"p1_mysql::git://github.com/processone/p1_mysql#commit=f645a31bf042f4a5a675779b8159793b2f673db1"
+   
"mqtree::git://github.com/processone/mqtree#commit=501ad10fd43e988ba6ebc75cc732a0667e236a40"
+   
"p1_acme::git://github.com/processone/p1_acme.git#commit=0ec60cb929ba625f9c8dd8354c83588f048b4f8b"
+   
"p1_mysql::git://github.com/processone/p1_mysql#commit=b3edaa2ca29fd073dd7620ba7282c752af7ec28d"

"p1_oauth2::git://github.com/processone/p1_oauth2#commit=57434e2e07530e9026159f891059eb808b08eae3"

"p1_pgsql::git://github.com/processone/p1_pgsql#commit=7db1347e487114b128fe805e1d329336ebda803e"
-   
"p1_utils::git://github.com/processone/p1_utils#commit=dbc31d643a7b739ebb06ffd17430c87d30bc2d06"
+   
"p1_utils::git://github.com/processone/p1_utils#commit=6287a621c93a34d4f45a3844c8d1c7ef72dd0dfb"

"pkix::git://github.com/processone/pkix#commit=c204ea8dfd20473c866da0cb85691a1f77ef0bb8"

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

"sqlite3::git://github.com/processone/erlang-sqlite3#commit=cedc45a668d7630f942cab1c6f695de14b097e05"
-   
"stringprep::git://github.com/processone/stringprep#commit=ebbbf84af12eeb1f92726772595866be01f402a9"
-   
"stun::git://github.com/processone/stun#commit=9355154e8608cbadeddaaa00cc6b8e3176dd08a4"
+   

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:40
  Author: spupykin
Revision: 553074

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:53:29 UTC (rev 553073)
+++ PKGBUILD2020-01-18 19:53:40 UTC (rev 553074)
@@ -1,73 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributors:
-#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
-#   henning mueller 
-
-pkgname=glusterfs
-epoch=1
-pkgver=7.0
-pkgrel=3
-pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
-arch=(x86_64)
-url='https://www.gluster.org/'
-license=(GPL2 LGPL3)
-install=glusterfs.install
-backup=('etc/glusterfs/glusterd.vol'
-'etc/glusterfs/eventsconfig.json'
-'etc/glusterfs/gluster-rsyslog-5.8.conf'
-'etc/glusterfs/gluster-rsyslog-7.2.conf'
-'etc/glusterfs/glusterd.vol'
-'etc/glusterfs/glusterfs-georep-logrotate'
-'etc/glusterfs/glusterfs-logrotate')
-depends=(fuse python libxml2 libaio liburcu attr rpcbind)
-makedepends=(rpcsvc-proto)
-optdepends=('glib2: qemu-block'
-   'python-prettytable: gluster-georep-sshkey')
-#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
-source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
-glusterfs.sysusers)
-sha256sums=('8a872518bf9bd4dc1568f45c716bcde09e3bf7abf5b156ea90405e0fc2e9f07b'
-'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 553073, 
glusterfs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:53:40 UTC (rev 553074)
@@ -0,0 +1,73 @@
+# Maintainer: Sergej Pupykin 
+# Contributors:
+#   Andrei Antoukh - n...@niwi.be - https://www.niwi.be
+#   henning mueller 
+
+pkgname=glusterfs
+epoch=1
+pkgver=7.2
+pkgrel=1
+pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
+arch=(x86_64)
+url='https://www.gluster.org/'
+license=(GPL2 LGPL3)
+install=glusterfs.install
+backup=('etc/glusterfs/glusterd.vol'
+'etc/glusterfs/eventsconfig.json'
+'etc/glusterfs/gluster-rsyslog-5.8.conf'
+'etc/glusterfs/gluster-rsyslog-7.2.conf'
+'etc/glusterfs/glusterd.vol'
+'etc/glusterfs/glusterfs-georep-logrotate'
+'etc/glusterfs/glusterfs-logrotate')
+depends=(fuse python libxml2 libaio liburcu attr rpcbind)
+makedepends=(rpcsvc-proto)
+optdepends=('glib2: qemu-block'
+   'python-prettytable: gluster-georep-sshkey')
+#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
+source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
+glusterfs.sysusers)
+sha256sums=('8e43614967b90d64495fbe2c52230dd72572ce219507fb48bc317b1c228a06e1'
+'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--with-mountutildir=/usr/bin \
+

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:53:29
  Author: spupykin
Revision: 553073

upgpkg: glusterfs 1:7.2-1

Modified:
  glusterfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:53:09 UTC (rev 553072)
+++ PKGBUILD2020-01-18 19:53:29 UTC (rev 553073)
@@ -5,8 +5,8 @@
 
 pkgname=glusterfs
 epoch=1
-pkgver=7.0
-pkgrel=3
+pkgver=7.2
+pkgrel=1
 pkgdesc='a cluster file-system capable of scaling to several peta-bytes.'
 arch=(x86_64)
 url='https://www.gluster.org/'
@@ -26,7 +26,7 @@
 
#source=($pkgname-$pkgver.tar.gz::https://github.com/gluster/glusterfs/archive/v$pkgver.tar.gz)
 
source=(https://download.gluster.org/pub/gluster/glusterfs/LATEST/glusterfs-$pkgver.tar.gz
 glusterfs.sysusers)
-sha256sums=('8a872518bf9bd4dc1568f45c716bcde09e3bf7abf5b156ea90405e0fc2e9f07b'
+sha256sums=('8e43614967b90d64495fbe2c52230dd72572ce219507fb48bc317b1c228a06e1'
 'a470d07aedb2674adfb295b4775e490b48816b87974946da4dcf62aa0d72108a')
 
 prepare() {


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 20:05:45
  Author: spupykin
Revision: 553084

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 20:05:36 UTC (rev 553083)
+++ PKGBUILD2020-01-18 20:05:45 UTC (rev 553084)
@@ -1,25 +0,0 @@
-# Maintainer: David Runge 
-_name=spreed
-pkgname=nextcloud-app-spreed
-pkgver=7.0.2
-pkgrel=1
-# epoch needed, because of fake semver:
-# https://github.com/nextcloud/spreed/issues/1685
-epoch=1
-pkgdesc="Video & audio-conferencing using WebRTC"
-arch=('any')
-url="https://apps.nextcloud.com/apps/spreed;
-license=('AGPL3')
-depends=('nextcloud')
-source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d43e9171905620e911b593c13d99879e24434732494dfe331ffa79f62a77373933a05166a97d52cc44378fdcbdd77afc7cbe6c6267ffb558507000c924079fb1')
-
-prepare() {
-  find ${_name} -type f -exec chmod 644 {} +
-  find ${_name} -type d -exec chmod 755 {} +
-}
-
-package() {
-  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
-}

Copied: nextcloud-app-spreed/repos/community-any/PKGBUILD (from rev 553083, 
nextcloud-app-spreed/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 20:05:45 UTC (rev 553084)
@@ -0,0 +1,25 @@
+# Maintainer: David Runge 
+_name=spreed
+pkgname=nextcloud-app-spreed
+pkgver=8.0.0
+pkgrel=1
+# epoch needed, because of fake semver:
+# https://github.com/nextcloud/spreed/issues/1685
+epoch=1
+pkgdesc="Video & audio-conferencing using WebRTC"
+arch=('any')
+url="https://apps.nextcloud.com/apps/spreed;
+license=('AGPL3')
+depends=('nextcloud')
+source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
+sha512sums=('af7e4f250a9182b2bda15cb6044f48c94a3a24d6b18926315cccf78b6d6d5902953d4a240c3f2b90cbaf9b8b227cd5b4ec9c88d9abc7df4a793d2dc74f49dd55')
+
+prepare() {
+  find ${_name} -type f -exec chmod 644 {} +
+  find ${_name} -type d -exec chmod 755 {} +
+}
+
+package() {
+  install -vdm 755 "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+  cp -av "${_name}" "${pkgdir}/usr/share/webapps/nextcloud/apps/"
+}


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 20:05:36
  Author: spupykin
Revision: 553083

upgpkg: nextcloud-app-spreed 1:8.0.0-1

Modified:
  nextcloud-app-spreed/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:58:13 UTC (rev 553082)
+++ PKGBUILD2020-01-18 20:05:36 UTC (rev 553083)
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 _name=spreed
 pkgname=nextcloud-app-spreed
-pkgver=7.0.2
+pkgver=8.0.0
 pkgrel=1
 # epoch needed, because of fake semver:
 # https://github.com/nextcloud/spreed/issues/1685
@@ -12,7 +12,7 @@
 license=('AGPL3')
 depends=('nextcloud')
 
source=("https://github.com/nextcloud/${_name}/releases/download/v${pkgver}/${_name}-${pkgver}.tar.gz;)
-sha512sums=('d43e9171905620e911b593c13d99879e24434732494dfe331ffa79f62a77373933a05166a97d52cc44378fdcbdd77afc7cbe6c6267ffb558507000c924079fb1')
+sha512sums=('af7e4f250a9182b2bda15cb6044f48c94a3a24d6b18926315cccf78b6d6d5902953d4a240c3f2b90cbaf9b8b227cd5b4ec9c88d9abc7df4a793d2dc74f49dd55')
 
 prepare() {
   find ${_name} -type f -exec chmod 644 {} +


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:58:04
  Author: spupykin
Revision: 553081

upgpkg: nextcloud-app-mail 1.0.0-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:57:37 UTC (rev 553080)
+++ PKGBUILD2020-01-18 19:58:04 UTC (rev 553081)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.21.1
+pkgver=1.0.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=('63c14f821ce1e6a4b18f1403d5b35fb5075d7d931e5189f6b8083787c2ed382f56c7e0976a9717bc97f75a58a29de5d5a2ae2931f49031b939dbde5eed506222')
+sha512sums=('67662ef2a66cb3709b90445460629d82fa095f65046946bc71f3ff7d5116b5da962d98f549b2b0eb4ad0b59d9574f45c1fb2dfd8699dbf0ae5e779902ea6d062')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:57:29
  Author: spupykin
Revision: 553079

upgpkg: nextcloud-app-calendar 1:2.0.0-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:54:41 UTC (rev 553078)
+++ PKGBUILD2020-01-18 19:57:29 UTC (rev 553079)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-calendar
 epoch=1
-pkgver=1.7.2
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('4f6d67b4d06dc4b71027d3adfe69a4c88e82934612dca54c5c9ee9267132f071')
+sha256sums=('e1604a8884a5d28fb1b7c713327dc2ca33c7a2644cd68656a0208e288554835e')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:57:37
  Author: spupykin
Revision: 553080

archrelease: copy trunk to community-any

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

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

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

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


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:58:13
  Author: spupykin
Revision: 553082

archrelease: copy trunk to community-any

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

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

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


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:54:41
  Author: spupykin
Revision: 553078

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-18 19:54:29 UTC (rev 553077)
+++ PKGBUILD2020-01-18 19:54:41 UTC (rev 553078)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=17.0.2
-pkgrel=1
-pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
-arch=('any')
-url="https://nextcloud.com;
-license=('AGPL')
-depends=()
-optdepends=('php-apache: to use the Apache web server'
-'php-sqlite: to use the SQLite database backend'
-'php-pgsql: to use the PostgreSQL database backend'
-'php-ldap: LDAP authentication'
-'php-intl'
-'php-apcu'
-'mariadb: to use the MySQL database backend'
-'smbclient: to mount SAMBA shares'
-'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=('f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3'
-'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 553077, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-18 19:54:41 UTC (rev 553078)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=18.0.0
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com;
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php-mcrypt'
+'ffmpeg: file preview'
+'libreoffice: file preview')
+options=('!strip')
+backup=('etc/webapps/nextcloud/apache.example.conf')
+validpgpkeys=('28806A878AE423A28372792ED75899B9A724937A')
+source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
+'apache.example.conf'
+'nextcloud.hook')
+sha256sums=('194095a5586d84040bc455f77b8aa6c80f9a6a6dd713c9aebdad046713d4267b'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php>=7.4.0' 'php<7.5.0' 'php-gd')
+
+# install project
+   

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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 19:54:29
  Author: spupykin
Revision: 553077

upgpkg: nextcloud 18.0.0-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 19:53:58 UTC (rev 553076)
+++ PKGBUILD2020-01-18 19:54:29 UTC (rev 553077)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=17.0.2
+pkgver=18.0.0
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,13 +25,13 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3'
+sha256sums=('194095a5586d84040bc455f77b8aa6c80f9a6a6dd713c9aebdad046713d4267b'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
-depends=('php' 'php-gd')
+depends=('php>=7.4.0' 'php<7.5.0' 'php-gd')
 
 # install project
 install -d "$pkgdir"/usr/share/webapps/


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 22:42:16
  Author: spupykin
Revision: 553112

upgpkg: prosody 1:0.11.4-1

Modified:
  prosody/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-18 22:41:48 UTC (rev 553111)
+++ PKGBUILD2020-01-18 22:42:16 UTC (rev 553112)
@@ -8,7 +8,7 @@
 pkgname=prosody
 epoch=1
 pkgrel=1
-pkgver=0.11.3
+pkgver=0.11.4
 pkgdesc="Lightweight and extensible Jabber/XMPP server written in Lua"
 arch=('x86_64')
 url="https://prosody.im/;
@@ -22,13 +22,14 @@
'lua52-dbi: SQL storage support')
 install=prosody.install
 backup=('etc/prosody/prosody.cfg.lua')
-validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE')
+validpgpkeys=('32A9EDDE3609931EB98CEAC315907E8E7BDD6BFE'
+ '3E52119EF853C59678DBBF6BADED9A77B67AD329')
 source=("https://prosody.im/downloads/source/prosody-$pkgver.tar.gz"{,.asc}
 'prosody.tmpfile.d'
 'prosody.logrotated'
 'sysuser.conf'
 'prosody.service')
-sha256sums=('cfdabd6f42a9fc5db300221967c518c26bd4b6e62def721c1626894d6325bf87'
+sha256sums=('b5f26fa343c7f32f6242721d6991cb35f5d2a28d2bf59d2bc329a940523704fd'
 'SKIP'
 '0753bd9260f1cfdce6e18e01a61e320b396acfe9fca8ccf3250653bfa6af997e'
 '5a2466b73bd069fb73be97a4e23b24e4c8dd1adb7db871cb8f5ab4094c1f967f'


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

2020-01-18 Thread Sergej Pupykin via arch-commits
Date: Saturday, January 18, 2020 @ 22:42:34
  Author: spupykin
Revision: 553113

archrelease: copy trunk to community-x86_64

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

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

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

Copied: prosody/repos/community-x86_64/PKGBUILD (from rev 

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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 15:55:47
  Author: spupykin
Revision: 552512

upgpkg: unrealircd 5.0.1-1

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 15:45:33 UTC (rev 552511)
+++ PKGBUILD2020-01-14 15:55:47 UTC (rev 552512)
@@ -2,7 +2,7 @@
 # Contributor: Zerial 
 
 pkgname=unrealircd
-pkgver=5.0.0
+pkgver=5.0.1
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('x86_64')
@@ -18,7 +18,7 @@
unrealircd.tmpfiles.d
unrealircd.sysusers.d
install.pl)
-sha256sums=('3187977c5e59b32d8f1036ef23e91da4e1ad33106f66cc4b29c39f4811574858'
+sha256sums=('db7325e9b694b1c8b57fdbf1322f10ddc2bf21f7665445ead9620f6c88e48f09'
 '0a6d3c269ba5379f967b2ec035ad4c6226d42ce22ffaaf8c3e5b37ba8ee02ddd'
 '75360541bc3aec9c1241c75e0ce60214c65cb618ffe5ca77144f01651ef5ab5b'
 '9e595176e63b301476982b1456d6ed065c479ff913b6743417ab8a9efdda0e3a'


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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 14:42:31
  Author: spupykin
Revision: 552499

archrelease: copy trunk to community-x86_64

Added:
  gloox/repos/community-x86_64/PKGBUILD
(from rev 552498, gloox/trunk/PKGBUILD)
  gloox/repos/community-x86_64/build-fix.patch
(from rev 552498, gloox/trunk/build-fix.patch)
Deleted:
  gloox/repos/community-x86_64/PKGBUILD
  gloox/repos/community-x86_64/build-fix.patch

-+
 PKGBUILD|   48 
 build-fix.patch |   52 ++--
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 14:42:20 UTC (rev 552498)
+++ PKGBUILD2020-01-14 14:42:31 UTC (rev 552499)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: William Rea 
-
-pkgname=gloox
-pkgver=1.0.22
-pkgrel=1
-pkgdesc="C++ libraries for development of Jabber client/component/server"
-arch=(x86_64)
-url="http://camaya.net/gloox;
-license=("GPL")
-depends=('libidn' 'gnutls')
-source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
-sha256sums=('4ade1b14848ccfcd89a505a4fff05116c24f13cef8d02fab0ade2717117ec964')
-
-build() {
-  cd "$srcdir"/gloox-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/gloox-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gloox/repos/community-x86_64/PKGBUILD (from rev 552498, 
gloox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 14:42:31 UTC (rev 552499)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: William Rea 
+
+pkgname=gloox
+pkgver=1.0.23
+pkgrel=1
+pkgdesc="C++ libraries for development of Jabber client/component/server"
+arch=(x86_64)
+url="https://camaya.net/gloox;
+license=("GPL")
+depends=('libidn' 'gnutls')
+source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
+sha256sums=('97cb6a0c07e320ffa4a7c66e8ab06b2361086271dc87ed2398befef4e8435f8a')
+
+build() {
+  cd "$srcdir"/gloox-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/gloox-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: build-fix.patch
===
--- build-fix.patch 2020-01-14 14:42:20 UTC (rev 552498)
+++ build-fix.patch 2020-01-14 14:42:31 UTC (rev 552499)
@@ -1,26 +0,0 @@
-diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
 gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
-+++ gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
-@@ -82,6 +82,10 @@
- {
- }
- 
-+Session::Reason::~Reason()
-+{
-+}
-+
- Session::Reason::Reason( const Tag* tag )
-   : Plugin( PluginReason )
- {
-diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
 gloox-1.0.10/src/jinglesession.h   2014-04-09 02:11:31.0 +0400
-+++ gloox-1.0.10.q/src/jinglesession.h 2014-05-30 14:55:46.889980293 +0400
-@@ -147,7 +147,7 @@
- /**
-  * Virtual destructor.
-  */
--virtual ~Reason() {}
-+virtual ~Reason();
- 
- /**
-  * Returns the reason for the session termination.

Copied: gloox/repos/community-x86_64/build-fix.patch (from rev 552498, 
gloox/trunk/build-fix.patch)
===
--- build-fix.patch (rev 0)
+++ build-fix.patch 2020-01-14 14:42:31 UTC (rev 552499)
@@ -0,0 +1,26 @@
+diff -wbBur gloox-1.0.10/src/jinglesession.cpp 
gloox-1.0.10.q/src/jinglesession.cpp
+--- gloox-1.0.10/src/jinglesession.cpp 2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.cpp   2014-05-30 14:56:02.793313436 
+0400
+@@ -82,6 +82,10 @@
+ {
+ }
+ 
++Session::Reason::~Reason()
++{
++}
++
+ Session::Reason::Reason( const Tag* tag )
+   : Plugin( PluginReason )
+ {
+diff -wbBur gloox-1.0.10/src/jinglesession.h gloox-1.0.10.q/src/jinglesession.h
+--- gloox-1.0.10/src/jinglesession.h   2014-04-09 02:11:31.0 +0400
 gloox-1.0.10.q/src/jinglesession.h 2014-05-30 14:55:46.889980293 +0400
+@@ -147,7 +147,7 @@
+ /**
+  * Virtual destructor.
+  */
+-virtual ~Reason() {}
++virtual ~Reason();
+ 
+ /**
+  * Returns the reason for the session termination.


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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 14:42:20
  Author: spupykin
Revision: 552498

upgpkg: gloox 1.0.23-1

Modified:
  gloox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 14:42:12 UTC (rev 552497)
+++ PKGBUILD2020-01-14 14:42:20 UTC (rev 552498)
@@ -2,7 +2,7 @@
 # Maintainer: William Rea 
 
 pkgname=gloox
-pkgver=1.0.22
+pkgver=1.0.23
 pkgrel=1
 pkgdesc="C++ libraries for development of Jabber client/component/server"
 arch=(x86_64)
@@ -10,7 +10,7 @@
 license=("GPL")
 depends=('libidn' 'gnutls')
 source=(https://camaya.net/download/gloox-$pkgver.tar.bz2)
-sha256sums=('4ade1b14848ccfcd89a505a4fff05116c24f13cef8d02fab0ade2717117ec964')
+sha256sums=('97cb6a0c07e320ffa4a7c66e8ab06b2361086271dc87ed2398befef4e8435f8a')
 
 build() {
   cd "$srcdir"/gloox-$pkgver


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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 15:56:06
  Author: spupykin
Revision: 552513

archrelease: copy trunk to community-x86_64

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

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

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

Copied: unrealircd/repos/community-x86_64/PKGBUILD (from rev 552512, 
unrealircd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 15:56:06 UTC (rev 552513)
@@ -0,0 +1,70 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Zerial 
+
+pkgname=unrealircd
+pkgver=5.0.1
+pkgrel=1
+pkgdesc="Open Source IRC Server"
+arch=('x86_64')
+url="http://unrealircd.com;
+license=('GPL2')
+depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
+conflicts=('ircd')
+provides=('ircd')
+backup=('etc/unrealircd/unrealircd.conf')
+install=unrealircd.install
+source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
+   unrealircd.service
+   unrealircd.tmpfiles.d
+   unrealircd.sysusers.d
+   install.pl)
+sha256sums=('db7325e9b694b1c8b57fdbf1322f10ddc2bf21f7665445ead9620f6c88e48f09'
+  

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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 14:41:59
  Author: spupykin
Revision: 552496

upgpkg: cgit 1.2.2-1

Modified:
  cgit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 12:36:42 UTC (rev 552495)
+++ PKGBUILD2020-01-14 14:41:59 UTC (rev 552496)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Baumann 
 
 pkgname=cgit
-pkgver=1.2.1
+pkgver=1.2.2
 pkgrel=1
 pkgdesc="A web interface for git written in plain C"
 arch=('x86_64')
@@ -22,7 +22,7 @@
 validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
 source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
"apache.example.conf")
-sha256sums=('3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf'
+sha256sums=('3f97ce944d0f3fe0782bea3c46eafa5ff151212ea5bec31f99e5cb1775d4b236'
 'SKIP'
 '89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
 


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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 14:42:12
  Author: spupykin
Revision: 552497

archrelease: copy trunk to community-x86_64

Added:
  cgit/repos/community-x86_64/PKGBUILD
(from rev 552496, cgit/trunk/PKGBUILD)
  cgit/repos/community-x86_64/apache.example.conf
(from rev 552496, cgit/trunk/apache.example.conf)
  cgit/repos/community-x86_64/cgit.install
(from rev 552496, cgit/trunk/cgit.install)
Deleted:
  cgit/repos/community-x86_64/PKGBUILD
  cgit/repos/community-x86_64/apache.example.conf
  cgit/repos/community-x86_64/cgit.install

-+
 PKGBUILD|  100 +-
 apache.example.conf |   46 +++
 cgit.install|   10 ++---
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 14:41:59 UTC (rev 552496)
+++ PKGBUILD2020-01-14 14:42:12 UTC (rev 552497)
@@ -1,50 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Lukas Fleischer 
-# Contributor: Patrick Palka 
-# Contributor: Loui Chang 
-# Contributor: Andreas Baumann 
-
-pkgname=cgit
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="A web interface for git written in plain C"
-arch=('x86_64')
-url="http://git.zx2c4.com/cgit/;
-license=('GPL2')
-depends=('openssl' 'luajit')
-makedepends=('zlib' 'curl' 'asciidoc')
-optdepends=('groff: about page using man page syntax'
-   'python-pygments: syntax highlighting support'
-   'python-docutils: about page formatted with reStructuredText'
-   'python-markdown: about page formatted with markdown'
-   'mime-types: serve file with correct content-type header')
-install=cgit.install
-validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
-source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
-   "apache.example.conf")
-sha256sums=('3c547c146340fb16d4134326e7524bfb28ffa681284f1e3914bde1c27a9182bf'
-'SKIP'
-'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  make get-git
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  make
-  make doc-man
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr 
install install-man
-
-  install -vd "$pkgdir/var/cache/$pkgname"
-  install -vDm0644 "$srcdir/apache.example.conf" 
"$pkgdir/etc/webapps/cgit/apache.example.conf"
-  mkdir -p "$pkgdir/usr/lib/cgit"
-  mv "$pkgdir/usr/share/webapps/cgit/cgit.cgi" "$pkgdir/usr/lib/cgit"
-  ln -sf ../../../lib/cgit/cgit.cgi "$pkgdir/usr/share/webapps/cgit/cgit.cgi"
-}

Copied: cgit/repos/community-x86_64/PKGBUILD (from rev 552496, 
cgit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 14:42:12 UTC (rev 552497)
@@ -0,0 +1,50 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Lukas Fleischer 
+# Contributor: Patrick Palka 
+# Contributor: Loui Chang 
+# Contributor: Andreas Baumann 
+
+pkgname=cgit
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A web interface for git written in plain C"
+arch=('x86_64')
+url="https://git.zx2c4.com/cgit/;
+license=('GPL2')
+depends=('openssl' 'luajit')
+makedepends=('zlib' 'curl' 'asciidoc')
+optdepends=('groff: about page using man page syntax'
+   'python-pygments: syntax highlighting support'
+   'python-docutils: about page formatted with reStructuredText'
+   'python-markdown: about page formatted with markdown'
+   'mime-types: serve file with correct content-type header')
+install=cgit.install
+validpgpkeys=('AB9942E6D4A4CFC3412620A749FC7012A5DE03AE')
+source=("https://git.zx2c4.com/cgit/snapshot/cgit-$pkgver.tar."{xz,asc}
+   "apache.example.conf")
+sha256sums=('3f97ce944d0f3fe0782bea3c46eafa5ff151212ea5bec31f99e5cb1775d4b236'
+'SKIP'
+'89927d462c0504863c163eb8a210e5d65db30ee6e4300ff6a2f92460e4f20a62')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+  make get-git
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  make
+  make doc-man
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make CGIT_SCRIPT_PATH=/usr/share/webapps/cgit DESTDIR="$pkgdir" prefix=/usr 
install install-man
+
+  install -vd "$pkgdir/var/cache/$pkgname"
+  install -vDm0644 "$srcdir/apache.example.conf" 
"$pkgdir/etc/webapps/cgit/apache.example.conf"
+  mkdir -p "$pkgdir/usr/lib/cgit"
+  mv "$pkgdir/usr/share/webapps/cgit/cgit.cgi" "$pkgdir/usr/lib/cgit"
+  ln -sf ../../../lib/cgit/cgit.cgi "$pkgdir/usr/share/webapps/cgit/cgit.cgi"
+}

Deleted: apache.example.conf
===
--- apache.example.conf 2020-01-14 14:41:59 UTC (rev 552496)
+++ apache.example.conf 2020-01-14 14:42:12 UTC (rev 552497)
@@ -1,23 +0,0 @@
-ScriptAlias /cgit/ "/usr/lib/cgit/cgit.cgi/"
-
-Alias /cgit-css "/usr/share/webapps/cgit/"
-
-
-   AllowOverride None
-   

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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 14:43:15
  Author: spupykin
Revision: 552500

upgpkg: xlockmore 5.61-1

Modified:
  xlockmore/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 14:42:31 UTC (rev 552499)
+++ PKGBUILD2020-01-14 14:43:15 UTC (rev 552500)
@@ -2,7 +2,7 @@
 # Maintainer: dorphell 
 
 pkgname=xlockmore
-pkgver=5.59
+pkgver=5.61
 pkgrel=1
 pkgdesc="screen saver / locker for the X Window System"
 arch=(x86_64)
@@ -17,7 +17,7 @@
 DLAGENTS=('http::/usr/bin/curl --user-agent Firefox -fLC - --retry 3 
--retry-delay 3 -o %o %u')
 source=(http://sillycycle.com/xlock/xlockmore-$pkgver.tar.xz{,.asc}
LICENSE)
-sha256sums=('2d2a6855ecdeee4856ace76acf615d3b2e48303951bb5fd31a234e4a54615251'
+sha256sums=('6a5b1aebc1f62209b4f342497b21023b486e11412c4de7a9e71c2a7899d35c04'
 'SKIP'
 'f9f41a5590c5c3ee9780f6013d9f03c229674e8d72e086b22f07c399be0f5b39')
 


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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 14:43:27
  Author: spupykin
Revision: 552501

archrelease: copy trunk to community-x86_64

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

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

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

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

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

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

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

2020-01-20 Thread Sergej Pupykin via arch-commits
Date: Monday, January 20, 2020 @ 18:10:37
  Author: spupykin
Revision: 553234

move php-gd to optdeps

Modified:
  roundcubemail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-20 18:04:56 UTC (rev 553233)
+++ PKGBUILD2020-01-20 18:10:37 UTC (rev 553234)
@@ -7,10 +7,11 @@
 arch=('any')
 url="https://roundcube.net/;
 license=('GPL')
-depends=('php' 'php-gd')
+depends=('php')
 options=('emptydirs')
 makedepends=('php-composer' 'git')
-optdepends=('python: password change script')
+optdepends=('python: password change script'
+   'php-gd')
 backup=('etc/webapps/roundcubemail/.htaccess'
 'etc/webapps/roundcubemail/apache.conf')
 validpgpkeys=('F3E4C04BB3DB5D4215C45F7F5AB2BAA141C4F7D5')


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

2020-01-20 Thread Sergej Pupykin via arch-commits
Date: Monday, January 20, 2020 @ 18:00:58
  Author: spupykin
Revision: 553232

fix url

Modified:
  unrealircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-20 17:00:41 UTC (rev 553231)
+++ PKGBUILD2020-01-20 18:00:58 UTC (rev 553232)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Open Source IRC Server"
 arch=('x86_64')
-url="http://unrealircd.com;
+url="https://www.unrealircd.org;
 license=('GPL2')
 depends=('openssl' 'curl' 'c-ares' 'tre' 'pcre2' 'libnsl')
 conflicts=('ircd')


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

2020-01-20 Thread Sergej Pupykin via arch-commits
Date: Monday, January 20, 2020 @ 18:04:56
  Author: spupykin
Revision: 553233

add config to backup

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-20 18:00:58 UTC (rev 553232)
+++ PKGBUILD2020-01-20 18:04:56 UTC (rev 553233)
@@ -9,6 +9,7 @@
 license=(GPL2)
 url="https://github.com/netblue30/firejail;
 backup=('etc/firejail/login.users'
+   'etc/apparmor.d/local/firejail-local'
'etc/firejail/firejail.config')
 depends=('apparmor')
 validpgpkeys=('F951164995F5C4006A73411E2CCB36ADFC5849A7')


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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 11:44:40
  Author: spupykin
Revision: 553282

archrelease: copy trunk to community-any

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

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

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

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


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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 11:44:47
  Author: spupykin
Revision: 553283

upgpkg: vnstat 2.6-1

Modified:
  vnstat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 11:44:40 UTC (rev 553282)
+++ PKGBUILD2020-01-21 11:44:47 UTC (rev 553283)
@@ -3,7 +3,7 @@
 # Contributor: Thorsten Töpper 
 
 pkgname=vnstat
-pkgver=2.5
+pkgver=2.6
 pkgrel=1
 pkgdesc="A console-based network traffic monitor"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('gd: image output')
 backup=(etc/vnstat.conf)
 source=(https://humdi.net/vnstat/$pkgname-$pkgver.tar.gz)
-sha256sums=('f1bfb16911b28cb0db93341e65433da804ec178592b6728235a84b1c091d1578')
+sha256sums=('89276e0a7281943edb554b874078278ad947dc312938a2451e03eb80679f7ff7')
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver


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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 11:44:28
  Author: spupykin
Revision: 553281

upgpkg: nextcloud-app-calendar 1:2.0.1-1

Modified:
  nextcloud-app-calendar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 11:17:03 UTC (rev 553280)
+++ PKGBUILD2020-01-21 11:44:28 UTC (rev 553281)
@@ -2,7 +2,7 @@
 
 pkgname=nextcloud-app-calendar
 epoch=1
-pkgver=2.0.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=()
 options=('!strip')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/nextcloud/calendar/releases/download/v$pkgver/calendar.tar.gz;)
-sha256sums=('e1604a8884a5d28fb1b7c713327dc2ca33c7a2644cd68656a0208e288554835e')
+sha256sums=('edb6c4db7a0b48f4fdfa2b165a3cd116d5405f4133146eae7d7aa8fc68319ea6')
 
 package() {
   install -d "$pkgdir"/usr/share/webapps/nextcloud/apps


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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 11:44:55
  Author: spupykin
Revision: 553284

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 11:44:47 UTC (rev 553283)
+++ PKGBUILD2020-01-21 11:44:55 UTC (rev 553284)
@@ -1,31 +0,0 @@
-# Maintainer:  Sergej Pupykin 
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thorsten Töpper 
-
-pkgname=vnstat
-pkgver=2.5
-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=('f1bfb16911b28cb0db93341e65433da804ec178592b6728235a84b1c091d1578')
-
-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 553283, 
vnstat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 11:44:55 UTC (rev 553284)
@@ -0,0 +1,31 @@
+# Maintainer:  Sergej Pupykin 
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thorsten Töpper 
+
+pkgname=vnstat
+pkgver=2.6
+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=('89276e0a7281943edb554b874078278ad947dc312938a2451e03eb80679f7ff7')
+
+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
+}


[arch-commits] Commit in (4 files)

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 17:51:10
  Author: spupykin
Revision: 553308

quote pkg/srcdir

Modified:
  lshw/trunk/PKGBUILD
  opendkim/trunk/PKGBUILD
  perl-sgmls/trunk/PKGBUILD
  yate/trunk/PKGBUILD

---+
 lshw/trunk/PKGBUILD   |2 +-
 opendkim/trunk/PKGBUILD   |2 +-
 perl-sgmls/trunk/PKGBUILD |2 +-
 yate/trunk/PKGBUILD   |6 +++---
 4 files changed, 6 insertions(+), 6 deletions(-)

Modified: lshw/trunk/PKGBUILD
===
--- lshw/trunk/PKGBUILD 2020-01-21 17:35:20 UTC (rev 553307)
+++ lshw/trunk/PKGBUILD 2020-01-21 17:51:10 UTC (rev 553308)
@@ -19,7 +19,7 @@
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <$srcdir/fbdc6ab15f7eea0ddcd63da355356ef156dd0d96.patch
+  patch -p1 <"$srcdir"/fbdc6ab15f7eea0ddcd63da355356ef156dd0d96.patch
   sed -i 's|/usr/bin/gtk-lshw|/usr/sbin/gtk-lshw|' 
src/gui/integration/gtk-lshw.desktop
 }
 

Modified: opendkim/trunk/PKGBUILD
===
--- opendkim/trunk/PKGBUILD 2020-01-21 17:35:20 UTC (rev 553307)
+++ opendkim/trunk/PKGBUILD 2020-01-21 17:51:10 UTC (rev 553308)
@@ -29,7 +29,7 @@
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i $srcdir/openssl_1.1.0_compat.patch
+  patch -Np1 -i "$srcdir"/openssl_1.1.0_compat.patch
   autoreconf -i
 }
 

Modified: perl-sgmls/trunk/PKGBUILD
===
--- perl-sgmls/trunk/PKGBUILD   2020-01-21 17:35:20 UTC (rev 553307)
+++ perl-sgmls/trunk/PKGBUILD   2020-01-21 17:51:10 UTC (rev 553308)
@@ -47,5 +47,5 @@
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
 
# FS#51874
-   ln -sv /usr/bin/vendor_perl/sgmlspl.pl $pkgdir/usr/bin/sgmlspl
+   ln -sv /usr/bin/vendor_perl/sgmlspl.pl "$pkgdir"/usr/bin/sgmlspl
 }

Modified: yate/trunk/PKGBUILD
===
--- yate/trunk/PKGBUILD 2020-01-21 17:35:20 UTC (rev 553307)
+++ yate/trunk/PKGBUILD 2020-01-21 17:51:10 UTC (rev 553308)
@@ -91,7 +91,7 @@
 '73eab39a0ba884a4c36ca7c8f1faea4000301a0e795544b74cba78d90de5e302')
 
 build() {
-  cd $srcdir/${pkgname}
+  cd "$srcdir/${pkgname}"
   export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
   export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
   ./configure --prefix=/usr \
@@ -103,7 +103,7 @@
 }
 
 package(){
-  cd $srcdir/${pkgname}
-  make DESTDIR=$pkgdir install
+  cd "$srcdir/${pkgname}"
+  make DESTDIR="$pkgdir" install
   install -Dm0644 "$srcdir"/yate.service 
"$pkgdir"/usr/lib/systemd/system/yate.service
 }


[arch-commits] Commit in (3 files)

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 17:52:57
  Author: spupykin
Revision: 553309

remove msg()

Modified:
  awstats/trunk/PKGBUILD
  libsieve/trunk/PKGBUILD
  mcabber/trunk/PKGBUILD

-+
 awstats/trunk/PKGBUILD  |4 
 libsieve/trunk/PKGBUILD |3 ---
 mcabber/trunk/PKGBUILD  |1 -
 3 files changed, 8 deletions(-)

Modified: awstats/trunk/PKGBUILD
===
--- awstats/trunk/PKGBUILD  2020-01-21 17:51:10 UTC (rev 553308)
+++ awstats/trunk/PKGBUILD  2020-01-21 17:52:57 UTC (rev 553309)
@@ -18,10 +18,6 @@
 sha256sums=('428e6dd01807c602d75b17e64db17ca10b453bca076d9fb45434ca6be539777c'
 '18e2a1568da87540e8331982fc10f63f7c2ad8ba8fc593f3219469c6ecdef5d2')
 
-build() {
-  msg "Nothing to compile for $pkgname"
-}
-
 package() {
   _SYSCONFDIR="etc"
   _WWWROOT="usr/share/webapps/${pkgname}"

Modified: libsieve/trunk/PKGBUILD
===
--- libsieve/trunk/PKGBUILD 2020-01-21 17:51:10 UTC (rev 553308)
+++ libsieve/trunk/PKGBUILD 2020-01-21 17:52:57 UTC (rev 553309)
@@ -42,15 +42,12 @@
 ls -1 message* | while read msg; do
   if [ "$script" == "script22.sv" ]; then
 # script22.sv: syntax errors check
-msg "checking !$script $msg"
 ./example $script $msg && false || true
   else
 if [ "$script" == "script23.sv" ]; then
   # script23.sv: enotify looks unsupported or I don't know how to use 
it - skip it
-  msg "skipping $script $msg"
   true
 else
-  msg "checking $script $msg"
   ./example $script $msg
 fi
   fi

Modified: mcabber/trunk/PKGBUILD
===
--- mcabber/trunk/PKGBUILD  2020-01-21 17:51:10 UTC (rev 553308)
+++ mcabber/trunk/PKGBUILD  2020-01-21 17:52:57 UTC (rev 553309)
@@ -29,7 +29,6 @@
 
   make DESTDIR="${pkgdir}" install
   mkdir -p "${pkgdir}"/usr/share/mcabber/example
-  msg "Copying mcabberrc.example to usr/share/mcabber/example/mcabberrc"
   cp -a "${srcdir}"/$pkgname-${pkgver/_/-}/mcabberrc.example \
"${pkgdir}"/usr/share/mcabber/example/mcabberrc
 }


[arch-commits] Commit in (3 files)

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 17:54:15
  Author: spupykin
Revision: 553310

ipsec-tools

Modified:
  emacs-haskell-mode/trunk/PKGBUILD
  libmaa/trunk/PKGBUILD
Deleted:
  ipsec-tools/

---+
 emacs-haskell-mode/trunk/PKGBUILD |6 +++---
 libmaa/trunk/PKGBUILD |   16 +---
 2 files changed, 8 insertions(+), 14 deletions(-)

Modified: emacs-haskell-mode/trunk/PKGBUILD
===
--- emacs-haskell-mode/trunk/PKGBUILD   2020-01-21 17:52:57 UTC (rev 553309)
+++ emacs-haskell-mode/trunk/PKGBUILD   2020-01-21 17:54:15 UTC (rev 553310)
@@ -2,8 +2,8 @@
 # Contributor: Gleidson 
 
 pkgname=emacs-haskell-mode
-pkgver=13.20
-pkgrel=2
+pkgver=16.1
+pkgrel=1
 pkgdesc="Haskell mode package for Emacs"
 arch=(any)
 license=('GPL')
@@ -11,7 +11,7 @@
 install=emacs-haskell-mode.install
 makedepends=('emacs')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/haskell/haskell-mode/archive/v$pkgver.tar.gz)
-md5sums=('28dc2e6fb1dad0f488ceec80896f0088')
+sha256sums=('109d9a0070825745c20f590c7fd0a1d2bb873d931db5ecc7deea317ab864d43c')
 
 prepare() {
   cd "$srcdir"/haskell-mode-$pkgver

Modified: libmaa/trunk/PKGBUILD
===
--- libmaa/trunk/PKGBUILD   2020-01-21 17:52:57 UTC (rev 553309)
+++ libmaa/trunk/PKGBUILD   2020-01-21 17:54:15 UTC (rev 553310)
@@ -1,23 +1,17 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=libmaa
-pkgver=1.3.2
-pkgrel=3
+pkgver=1.4.2
+pkgrel=1
 pkgdesc="Provides many low-level data structures which are helpful for writing 
compilers"
 url="https://sourceforge.net/projects/dict/;
 license=('GPL')
 arch=('x86_64')
-depends=('glibc')
+depends=()
 makedepends=('flex')
-source=("https://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz; 
libmaa-gcc8.patch)
-sha256sums=('59a5a01e3a9036bd32160ec535d25b72e579824e391fea7079e9c40b0623b1c5'
-'7435ad846b1b3b6cb2a7473439d1e98986b83b050125c19eb263784eb2e4a2b6')
+source=("https://downloads.sourceforge.net/dict/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('63de331c97a40efe8b64534fee4b7b7df161645b92636572ad248b0f13abc0db')
 
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p2 -i ../libmaa-gcc8.patch # Fix build with GCC 8 (Debian)
-}
-
 build() {
   cd "${srcdir}/$pkgname-$pkgver"
   ./configure --prefix=/usr


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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 18:21:28
  Author: spupykin
Revision: 553312

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 553311, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 553311, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 553311, 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
===
--- PKGBUILD2020-01-21 18:21:14 UTC (rev 553311)
+++ PKGBUILD2020-01-21 18:21:28 UTC (rev 553312)
@@ -1,81 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-#pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
-pkgname=('mediawiki')
-pkgver=1.34.0
-_basever=${pkgver%.*}
-_hash=b976708
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="https://www.mediawiki.org/wiki/MediaWiki;
-# + https://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math rendering'
-   'python2'
-   'pcre: for regular expressions support'
-   'php-intl: to handle Unicode normalization'
-#  'php-mysql: for MySQL database support'
-   'php-pgsql: for PostgreSQL database support'
-   'php-sqlite: for sqlite database support'
-#  'php-apcu: for cache support'
-#  'php-xcache: for cache support'
-   'memcached: for cache support'
-   'php-gd: for thumbnails rendering'
-   'imagemagick: for thumbnails rendering'
-   'smtp-forwarder: for mail sending')
-install=mediawiki.install
-options=(!strip)
-validpgpkeys=('41B2ABE817ADD3E52BDA946F72BC1C5D23107F8A'
-  '1D98867E82982C8FE0ABC25F9B69B3109D3BB7B0'
-  'C83A8E4D3C8FEB7C8A3A1998131910E01605D9AA')
-#  
mediawiki-math-${_basever}::git+https://git.wikimedia.org/git/mediawiki/extensions/Math.git#branch=REL${_basever/./_}
-source=("https://releases.wikimedia.org/mediawiki/${_basever}/mediawiki-$pkgver.tar.gz"{,.sig}
-   
"mediawiki-math-${_basever}.tar.gz::https://codeload.github.com/wikimedia/mediawiki-extensions-Math/legacy.tar.gz/REL${_basever/./_};
-   apache.example.conf)
-sha256sums=('de24c3deafb5d81e97652900021b68af8f0cd6ccbdf577564fb0f3aca09593d1'
-'SKIP'
-'533c4f052bffafc1f1ea6b5b0a88cf363cdcfbaa6996ccb85f950635707e8e5e'
-'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 553311, 
mediawiki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 18:21:28 UTC (rev 553312)
@@ -0,0 +1,81 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgbase=mediawiki
+pkgname=('mediawiki' 'mediawiki-math')
+#pkgname=('mediawiki')
+pkgver=1.34.0
+_basever=${pkgver%.*}
+_hash=b1a022f
+pkgrel=2
+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' 'texvc')
+optdepends=('texvc: for math rendering'
+   

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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 18:21:14
  Author: spupykin
Revision: 553311

upgpkg: mediawiki 1.34.0-2

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 17:54:15 UTC (rev 553310)
+++ PKGBUILD2020-01-21 18:21:14 UTC (rev 553311)
@@ -2,12 +2,12 @@
 # Contributor: Sergej Pupykin 
 
 pkgbase=mediawiki
-#pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
-pkgname=('mediawiki')
+pkgname=('mediawiki' 'mediawiki-math')
+#pkgname=('mediawiki')
 pkgver=1.34.0
 _basever=${pkgver%.*}
-_hash=b976708
-pkgrel=1
+_hash=b1a022f
+pkgrel=2
 pkgdesc="MediaWiki engine"
 arch=('any')
 url="https://www.mediawiki.org/wiki/MediaWiki;
@@ -14,9 +14,8 @@
 # + https://www.mediawiki.org/wiki/Extension:Math
 license=("GPL")
 depends=('php')
-makedepends=('git')
+makedepends=('git' 'texvc')
 optdepends=('texvc: for math rendering'
-   'python2'
'pcre: for regular expressions support'
'php-intl: to handle Unicode normalization'
 #  'php-mysql: for MySQL database support'
@@ -77,5 +76,6 @@
   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
+  install -dm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math
   ln -s /usr/bin/texvc 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math/texvc
 }


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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 18:36:37
  Author: spupykin
Revision: 553313

rm python2 optdeps

Modified:
  bugzilla/trunk/PKGBUILD
  gogglesmm/trunk/PKGBUILD

--+
 bugzilla/trunk/PKGBUILD  |1 -
 gogglesmm/trunk/PKGBUILD |4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

Modified: bugzilla/trunk/PKGBUILD
===
--- bugzilla/trunk/PKGBUILD 2020-01-21 18:21:28 UTC (rev 553312)
+++ bugzilla/trunk/PKGBUILD 2020-01-21 18:36:37 UTC (rev 553313)
@@ -20,7 +20,6 @@
 optdepends=('perl-dbd-pg'
'perl-dbd-mysql'
 #  'perl-dbd-oracle'
-   'python2'
'ruby'
 #  'perl-class-trigger'
 #  'perl-data-objectdriver'

Modified: gogglesmm/trunk/PKGBUILD
===
--- gogglesmm/trunk/PKGBUILD2020-01-21 18:21:28 UTC (rev 553312)
+++ gogglesmm/trunk/PKGBUILD2020-01-21 18:36:37 UTC (rev 553313)
@@ -28,9 +28,9 @@
  'sqlite'
  'dbus'
  'hicolor-icon-theme')
-optdepends=('python2: import utilities'
-'libpulse: PulseAudio Output'
+optdepends=('libpulse: PulseAudio Output'
 'alsa-lib: ALSA Output')
+#'python2: import utilities'
 makedepends=('cmake'
  'pkgconfig'
  'alsa-lib'


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

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 18:40:51
  Author: spupykin
Revision: 553314

texvc is optional now

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 18:36:37 UTC (rev 553313)
+++ PKGBUILD2020-01-21 18:40:51 UTC (rev 553314)
@@ -66,8 +66,8 @@
 }
 
 package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
+  depends=('mediawiki')
+  optdepends=('texvc')
   backup=()
   pkgdesc="MediaWiki math extension"
   unset install


[arch-commits] Commit in perl-http-server-simple/trunk (PKGBUILD)

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 18:46:31
  Author: spupykin
Revision: 553315

upgpkg: perl-http-server-simple 0.52-2

Modified:
  perl-http-server-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-21 18:40:51 UTC (rev 553314)
+++ PKGBUILD2020-01-21 18:46:31 UTC (rev 553315)
@@ -3,12 +3,12 @@
 
 pkgname=perl-http-server-simple
 pkgver=0.52
-pkgrel=1
+pkgrel=2
 pkgdesc="Lightweight HTTP server"
 arch=(any)
 url="https://search.cpan.org/dist/HTTP-Server-Simple;
 license=('GPL' 'PerlArtistic')
-depends=('perl-uri')
+depends=('perl-uri' 'perl-cgi')
 options=('!emptydirs')
 
source=(https://search.cpan.org/CPAN/authors/id/B/BP/BPS/HTTP-Server-Simple-$pkgver.tar.gz)
 sha256sums=('d8939fa4f12bd6b8c043537fd0bf96b055ac3686b9cdd9fa773dca6ae679cb4c')


[arch-commits] Commit in perl-http-server-simple/repos/community-any (2 files)

2020-01-21 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 21, 2020 @ 18:46:40
  Author: spupykin
Revision: 553316

archrelease: copy trunk to community-any

Added:
  perl-http-server-simple/repos/community-any/PKGBUILD
(from rev 553315, perl-http-server-simple/trunk/PKGBUILD)
Deleted:
  perl-http-server-simple/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-21 18:46:31 UTC (rev 553315)
+++ PKGBUILD2020-01-21 18:46:40 UTC (rev 553316)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-http-server-simple
-pkgver=0.52
-pkgrel=1
-pkgdesc="Lightweight HTTP server"
-arch=(any)
-url="http://search.cpan.org/dist/HTTP-Server-Simple;
-license=('GPL' 'PerlArtistic')
-depends=('perl-uri')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/B/BP/BPS/HTTP-Server-Simple-$pkgver.tar.gz)
-sha256sums=('d8939fa4f12bd6b8c043537fd0bf96b055ac3686b9cdd9fa773dca6ae679cb4c')
-
-build() {
-  cd  "$srcdir"/HTTP-Server-Simple-$pkgver
-  PERL_USE_UNSAFE_INC=1 \
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/HTTP-Server-Simple-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-http-server-simple/repos/community-any/PKGBUILD (from rev 553315, 
perl-http-server-simple/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-21 18:46:40 UTC (rev 553316)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-http-server-simple
+pkgver=0.52
+pkgrel=2
+pkgdesc="Lightweight HTTP server"
+arch=(any)
+url="https://search.cpan.org/dist/HTTP-Server-Simple;
+license=('GPL' 'PerlArtistic')
+depends=('perl-uri' 'perl-cgi')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/B/BP/BPS/HTTP-Server-Simple-$pkgver.tar.gz)
+sha256sums=('d8939fa4f12bd6b8c043537fd0bf96b055ac3686b9cdd9fa773dca6ae679cb4c')
+
+build() {
+  cd  "$srcdir"/HTTP-Server-Simple-$pkgver
+  PERL_USE_UNSAFE_INC=1 \
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/HTTP-Server-Simple-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}


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

2020-01-10 Thread Sergej Pupykin via arch-commits
Date: Friday, January 10, 2020 @ 11:21:07
  Author: spupykin
Revision: 551595

upgpkg: shotwell 2:0.30.8-1

Modified:
  shotwell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 10:25:18 UTC (rev 551594)
+++ PKGBUILD2020-01-10 11:21:07 UTC (rev 551595)
@@ -4,7 +4,7 @@
 
 pkgname=shotwell
 epoch=2
-pkgver=0.30.7
+pkgver=0.30.8
 _basever=${pkgver%.*}
 pkgrel=1
 pkgdesc="A digital photo organizer designed for the GNOME desktop environment"
@@ -18,7 +18,7 @@
 makedepends=('intltool' 'vala>=0.17.2' 'gnome-doc-utils' 'itstool' 'meson' 
'ninja')
 # odd versions are unstable!
 
source=("https://download.gnome.org/sources/shotwell/${_basever}/shotwell-$pkgver.tar.xz;)
-sha256sums=('345d4205760d26f54033d44cf1b778ed9d3fc964de71293bfd5034ff484631d5')
+sha256sums=('722d2ed2ffc843b150490d5e346395398b0b5f40dd706034fa3a70f30e00f5b8')
 
 build() {
   arch-meson ${pkgname}-${pkgver} build


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

2020-01-10 Thread Sergej Pupykin via arch-commits
Date: Friday, January 10, 2020 @ 11:21:18
  Author: spupykin
Revision: 551596

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2020-01-10 Thread Sergej Pupykin via arch-commits
Date: Friday, January 10, 2020 @ 16:30:49
  Author: spupykin
Revision: 551707

archrelease: copy trunk to community-any

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

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

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

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


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

2020-01-10 Thread Sergej Pupykin via arch-commits
Date: Friday, January 10, 2020 @ 16:30:38
  Author: spupykin
Revision: 551706

upgpkg: perl-tidy 20200110-1

Modified:
  perl-tidy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-10 16:30:17 UTC (rev 551705)
+++ PKGBUILD2020-01-10 16:30:38 UTC (rev 551706)
@@ -3,7 +3,7 @@
 # Contributor: Firmicus 
 
 pkgname=perl-tidy
-pkgver=20191203
+pkgver=20200110
 pkgrel=1
 pkgdesc="Parses and beautifies perl source"
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('perl>=5.10.0')
 options=('!emptydirs')
 source=(https://www.cpan.org/authors/id/S/SH/SHANCOCK/Perl-Tidy-$pkgver.tar.gz)
-sha256sums=('3afe84d410e9fc4b74a5a1481e638b0b64aebc79f149a1448849ebad69234970')
+sha256sums=('c8c13ab88f42409d419993d488b8dc7cf4a02d5034d3037ca859fb93b18e8086')
 
 build() {
   cd  "${srcdir}"/Perl-Tidy-$pkgver


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

2020-01-10 Thread Sergej Pupykin via arch-commits
Date: Friday, January 10, 2020 @ 17:41:48
  Author: spupykin
Revision: 551777

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 11:32:44
  Author: spupykin
Revision: 552485

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-14 11:32:32 UTC (rev 552484)
+++ PKGBUILD2020-01-14 11:32:44 UTC (rev 552485)
@@ -1,24 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-mail
-pkgver=0.20.3
-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=('269aee6e61484cc1db234165f873c893a79ad23363bfd999fcbe7eeb08561f7158e02712794470180c049fee617fef45d975186ba9625317dafac5ea2f6b12f6')
-
-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 552484, 
nextcloud-app-mail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-14 11:32:44 UTC (rev 552485)
@@ -0,0 +1,24 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-mail
+pkgver=0.21.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=('63c14f821ce1e6a4b18f1403d5b35fb5075d7d931e5189f6b8083787c2ed382f56c7e0976a9717bc97f75a58a29de5d5a2ae2931f49031b939dbde5eed506222')
+
+prepare() {
+  sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"
+}
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -a "${srcdir}/mail" "${pkgdir}/usr/share/webapps/nextcloud/apps/mail"
+}


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

2020-01-14 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 14, 2020 @ 11:32:32
  Author: spupykin
Revision: 552484

upgpkg: nextcloud-app-mail 0.21.1-1

Modified:
  nextcloud-app-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-14 09:03:23 UTC (rev 552483)
+++ PKGBUILD2020-01-14 11:32:32 UTC (rev 552484)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-mail
-pkgver=0.20.3
+pkgver=0.21.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=('269aee6e61484cc1db234165f873c893a79ad23363bfd999fcbe7eeb08561f7158e02712794470180c049fee617fef45d975186ba9625317dafac5ea2f6b12f6')
+sha512sums=('63c14f821ce1e6a4b18f1403d5b35fb5075d7d931e5189f6b8083787c2ed382f56c7e0976a9717bc97f75a58a29de5d5a2ae2931f49031b939dbde5eed506222')
 
 prepare() {
   sed -i 's|max-version="7.0"|max-version="7.1"|' 
"${srcdir}/mail/appinfo/info.xml"


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

2020-01-03 Thread Sergej Pupykin via arch-commits
Date: Friday, January 3, 2020 @ 20:53:07
  Author: spupykin
Revision: 547751

upgpkg: nextcloud-app-notes 3.1.1-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-03 20:52:38 UTC (rev 547750)
+++ PKGBUILD2020-01-03 20:53:07 UTC (rev 547751)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Simple Notes app for Nextcloud"
 arch=('any')
@@ -13,7 +13,7 @@
 makedepends=()
 options=('!strip')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('8c0b277944c080dad9078b1557f2de3f11b1205b1a8832c28c371e43e5df208891387b8c1cbb557a00bc93a2eda32b983c5a8dc01c0d2b62e3eaacca9380cf51')
+sha512sums=('4752b456998c7afc472b18deaa5a38d0a3d099a9a27d0e5e744175ce883627fa39ec4999d181d2c31ce6ffd4ee228d32801683812d00babd484fb7e147121f40')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-01-03 Thread Sergej Pupykin via arch-commits
Date: Friday, January 3, 2020 @ 20:53:22
  Author: spupykin
Revision: 547752

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-03 20:53:07 UTC (rev 547751)
+++ PKGBUILD2020-01-03 20:53:22 UTC (rev 547752)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.1.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/${pkgver}/notes.tar.gz;)
-sha512sums=('8c0b277944c080dad9078b1557f2de3f11b1205b1a8832c28c371e43e5df208891387b8c1cbb557a00bc93a2eda32b983c5a8dc01c0d2b62e3eaacca9380cf51')
-
-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 547751, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-03 20:53:22 UTC (rev 547752)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Simple Notes app for Nextcloud"
+arch=('any')
+url="https://github.com/nextcloud/notes;
+license=('AGPL3')
+depends=('nextcloud')
+makedepends=()
+options=('!strip')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
+sha512sums=('4752b456998c7afc472b18deaa5a38d0a3d099a9a27d0e5e744175ce883627fa39ec4999d181d2c31ce6ffd4ee228d32801683812d00babd484fb7e147121f40')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:38:04
  Author: spupykin
Revision: 545878

upgpkg: phpmyadmin 5.0.0-1

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:36:45 UTC (rev 545877)
+++ PKGBUILD2020-01-01 17:38:04 UTC (rev 545878)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.9.3
+pkgver=5.0.0
 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=('b7178fefbbb373af8c9586d0f6f70ee9994301723dd3160204078dcbe4d8fa6b')
+sha256sums=('cd1c1f1473b82a4d0de298ecadc1bf40e8d9cb4b9bdf44c8813ce7638dee02f2')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:38:13
  Author: spupykin
Revision: 545879

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:38:04 UTC (rev 545878)
+++ PKGBUILD2020-01-01 17:38:13 UTC (rev 545879)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.9.3
-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=('b7178fefbbb373af8c9586d0f6f70ee9994301723dd3160204078dcbe4d8fa6b')
-
-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 545878, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:38:13 UTC (rev 545879)
@@ -0,0 +1,29 @@
+# Maintainer:
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Sergej Pupykin 
+# Contributor: tobias 
+# Contributor: Manolis Tzanidakis 
+# Contributor: Simon Lackerbauer 
+
+pkgname=phpmyadmin
+pkgver=5.0.0
+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=('cd1c1f1473b82a4d0de298ecadc1bf40e8d9cb4b9bdf44c8813ce7638dee02f2')
+
+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 gsoap/repos/community-x86_64 (6 files)

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:32:58
  Author: spupykin
Revision: 545859

archrelease: copy trunk to community-x86_64

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

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

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

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

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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:33:16
  Author: spupykin
Revision: 545861

archrelease: copy trunk to community-any

Added:
  mediawiki/repos/community-any/PKGBUILD
(from rev 545860, mediawiki/trunk/PKGBUILD)
  mediawiki/repos/community-any/apache.example.conf
(from rev 545860, mediawiki/trunk/apache.example.conf)
  mediawiki/repos/community-any/mediawiki.install
(from rev 545860, 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
===
--- PKGBUILD2020-01-01 17:33:04 UTC (rev 545860)
+++ PKGBUILD2020-01-01 17:33:16 UTC (rev 545861)
@@ -1,81 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgbase=mediawiki
-#pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
-pkgname=('mediawiki')
-pkgver=1.33.1
-_basever=${pkgver%.*}
-_hash=b976708
-pkgrel=1
-pkgdesc="MediaWiki engine"
-arch=('any')
-url="https://www.mediawiki.org/wiki/MediaWiki;
-# + https://www.mediawiki.org/wiki/Extension:Math
-license=("GPL")
-depends=('php')
-makedepends=('git')
-optdepends=('texvc: for math 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=('7d97a4cd85bfeb85b69870ffaab35fc5288e69e45cb7edea65d089f7f406a1a7'
-'SKIP'
-'f4cfde787475c285ff79be8dd26780f1506bf406390b325fa9d7eef6a4e3d576'
-'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
-
-package_mediawiki() {
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps
-  install -vdm0755 "$pkgdir"/etc/webapps/mediawiki
-  cp -a $pkgname-$pkgver "$pkgdir"/usr/share/webapps/mediawiki
-
-  install -vDm0644 "$srcdir"/apache.example.conf 
"$pkgdir"/etc/webapps/mediawiki/apache.example.conf
-
-  # move cache and images to /var
-  install -vdm0755 -o http -g http "$pkgdir"/var/cache/mediawiki
-  install -vdm0755 -o http -g http "$pkgdir"/var/lib/mediawiki
-
-  cd "$pkgdir"/usr/share/webapps/mediawiki
-
-  mv cache/.htaccess "$pkgdir"/var/cache/mediawiki/
-  rmdir cache
-  ln -sf /var/cache/mediawiki cache
-
-  mv images/* "$pkgdir"/var/lib/mediawiki/
-  mv images/.htaccess "$pkgdir"/var/lib/mediawiki/
-  rmdir images
-  ln -sf /var/lib/mediawiki images
-}
-
-package_mediawiki-math() {
-  depends=('mediawiki' 'texvc')
-  optdepends=()
-  backup=()
-  pkgdesc="MediaWiki math extension"
-  unset install
-
-  cd "$srcdir"
-  install -vdm0755 "$pkgdir"/usr/share/webapps/mediawiki/extensions
-#  cp -a mediawiki-math-${_basever} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  cp -a wikimedia-mediawiki-extensions-Math-${_hash} 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math
-  ln -s /usr/bin/texvc 
"$pkgdir"/usr/share/webapps/mediawiki/extensions/Math/math/texvc
-}

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

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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:35:32
  Author: spupykin
Revision: 545873

archrelease: copy trunk to community-any

Added:
  perl-role-tiny/repos/community-any/PKGBUILD
(from rev 545872, perl-role-tiny/trunk/PKGBUILD)
Deleted:
  perl-role-tiny/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:35:25 UTC (rev 545872)
+++ PKGBUILD2020-01-01 17:35:32 UTC (rev 545873)
@@ -1,43 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: John D Jones III 
-# Generator  : CPANPLUS::Dist::Arch 1.29
-
-pkgname='perl-role-tiny'
-pkgver=2.06
-pkgrel=2
-pkgdesc="Roles. Like a nouvelle cuisine portion size slice of Moose."
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=()
-checkdepends=('perl-test-fatal>=0.003')
-url='https://search.cpan.org/dist/Role-Tiny/'
-source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-$pkgver.tar.gz;)
-sha256sums=('cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382')
-
-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/Role-Tiny-$pkgver"
-perl Makefile.PL
-make
-  )
-}
-
-check() {
-  cd "$srcdir/Role-Tiny-$pkgver"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-  )
-}
-
-package() {
-  cd "$srcdir/Role-Tiny-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-role-tiny/repos/community-any/PKGBUILD (from rev 545872, 
perl-role-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:35:32 UTC (rev 545873)
@@ -0,0 +1,43 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: John D Jones III 
+# Generator  : CPANPLUS::Dist::Arch 1.29
+
+pkgname='perl-role-tiny'
+pkgver=2.001004
+pkgrel=1
+pkgdesc="Roles. Like a nouvelle cuisine portion size slice of Moose."
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+checkdepends=('perl-test-fatal>=0.003')
+url='https://search.cpan.org/dist/Role-Tiny/'
+source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-$pkgver.tar.gz;)
+sha256sums=('92ba5712850a74102c93c942eb6e7f62f7a4f8f483734ed289d08b324c281687')
+
+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/Role-Tiny-$pkgver"
+perl Makefile.PL
+make
+  )
+}
+
+check() {
+  cd "$srcdir/Role-Tiny-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+make test
+  )
+}
+
+package() {
+  cd "$srcdir/Role-Tiny-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:35:48
  Author: spupykin
Revision: 545875

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:35:39 UTC (rev 545874)
+++ PKGBUILD2020-01-01 17:35:48 UTC (rev 545875)
@@ -1,29 +0,0 @@
-# Maintainer:
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Sergej Pupykin 
-# Contributor: tobias 
-# Contributor: Manolis Tzanidakis 
-# Contributor: Simon Lackerbauer 
-
-pkgname=phpmyadmin
-pkgver=4.9.2
-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=('3bc3e37fefbdfcaf12fd59d6d7fdbf11ffcffe3e211155bf5b822b54a3c2043e')
-
-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 545874, 
phpmyadmin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:35:48 UTC (rev 545875)
@@ -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.3
+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=('b7178fefbbb373af8c9586d0f6f70ee9994301723dd3160204078dcbe4d8fa6b')
+
+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-moo/trunk (PKGBUILD)

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:35:10
  Author: spupykin
Revision: 545870

upgpkg: perl-moo 2.003006-1

Modified:
  perl-moo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:35:04 UTC (rev 545869)
+++ PKGBUILD2020-01-01 17:35:10 UTC (rev 545870)
@@ -2,8 +2,8 @@
 # Maintainer: Moritz Bunkus 
 
 pkgname='perl-moo'
-pkgver=2.003004
-pkgrel=2
+pkgver=2.003006
+pkgrel=1
 pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 makedepends=('perl-test-fatal>=0.003')
 url='https://metacpan.org/release/Moo'
 source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz;)
-sha256sums=('f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1')
+sha256sums=('bcb2092ab18a45005b5e2e84465ebf3a4999d8e82a43a09f5a94d859ae7f2472')
 
 build() {
   cd "$srcdir"/Moo-$pkgver


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:35:25
  Author: spupykin
Revision: 545872

upgpkg: perl-role-tiny 2.001004-1

Modified:
  perl-role-tiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:35:18 UTC (rev 545871)
+++ PKGBUILD2020-01-01 17:35:25 UTC (rev 545872)
@@ -3,8 +3,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.29
 
 pkgname='perl-role-tiny'
-pkgver=2.06
-pkgrel=2
+pkgver=2.001004
+pkgrel=1
 pkgdesc="Roles. Like a nouvelle cuisine portion size slice of Moose."
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -14,7 +14,7 @@
 checkdepends=('perl-test-fatal>=0.003')
 url='https://search.cpan.org/dist/Role-Tiny/'
 
source=("https://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Role-Tiny-$pkgver.tar.gz;)
-sha256sums=('cc73418c904a0286ecd8915eac11f5be2a8d1e17ea9cb54c9116b0340cd3e382')
+sha256sums=('92ba5712850a74102c93c942eb6e7f62f7a4f8f483734ed289d08b324c281687')
 
 build() {
   ( export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:35:18
  Author: spupykin
Revision: 545871

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:35:10 UTC (rev 545870)
+++ PKGBUILD2020-01-01 17:35:18 UTC (rev 545871)
@@ -1,39 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Moritz Bunkus 
-
-pkgname='perl-moo'
-pkgver=2.003004
-pkgrel=2
-pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-class-method-modifiers>=1.1' 
'perl-devel-globaldestruction>=0.11' 'perl-import-into>=1.002'
- 'perl-module-runtime>=0.014' 'perl-role-tiny>=2' 'perl-sub-quote')
-makedepends=('perl-test-fatal>=0.003')
-url='https://metacpan.org/release/Moo'
-source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz;)
-sha256sums=('f8bbb625f8e963eabe05cff9048fdd72bdd26777404ff2c40bc690f558be91e1')
-
-build() {
-  cd "$srcdir"/Moo-$pkgver
-  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
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir"/Moo-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-#  make test
-}
-
-package() {
-  cd "$srcdir"/Moo-$pkgver
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-moo/repos/community-any/PKGBUILD (from rev 545870, 
perl-moo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:35:18 UTC (rev 545871)
@@ -0,0 +1,39 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Moritz Bunkus 
+
+pkgname='perl-moo'
+pkgver=2.003006
+pkgrel=1
+pkgdesc="Minimalist Object Orientation (with Moose compatiblity)"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-class-method-modifiers>=1.1' 
'perl-devel-globaldestruction>=0.11' 'perl-import-into>=1.002'
+ 'perl-module-runtime>=0.014' 'perl-role-tiny>=2' 'perl-sub-quote')
+makedepends=('perl-test-fatal>=0.003')
+url='https://metacpan.org/release/Moo'
+source=("https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-${pkgver}.tar.gz;)
+sha256sums=('bcb2092ab18a45005b5e2e84465ebf3a4999d8e82a43a09f5a94d859ae7f2472')
+
+build() {
+  cd "$srcdir"/Moo-$pkgver
+  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
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir"/Moo-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+#  make test
+}
+
+package() {
+  cd "$srcdir"/Moo-$pkgver
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}


[arch-commits] Commit in perl-cpan-perl-releases/repos/community-any (2 files)

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:35:04
  Author: spupykin
Revision: 545869

archrelease: copy trunk to community-any

Added:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD
(from rev 545868, perl-cpan-perl-releases/trunk/PKGBUILD)
Deleted:
  perl-cpan-perl-releases/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:34:55 UTC (rev 545868)
+++ PKGBUILD2020-01-01 17:35:04 UTC (rev 545869)
@@ -1,29 +0,0 @@
-# Maintainer: 
-
-pkgname=perl-cpan-perl-releases
-pkgver=3.16
-pkgrel=5
-pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
-arch=('any')
-url="https://metacpan.org/release/CPAN-Perl-Releases;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-sha256sums=('59065fccd8502a65fbe3bf03ad8e4ca0ba689261a7cfc089cf4fb2a81f2df06f')
-
-build() {
-  cd CPAN-Perl-Releases-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd CPAN-Perl-Releases-$pkgver
-  make test
-}
-
-package() {
-  cd CPAN-Perl-Releases-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-cpan-perl-releases/repos/community-any/PKGBUILD (from rev 545868, 
perl-cpan-perl-releases/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:35:04 UTC (rev 545869)
@@ -0,0 +1,29 @@
+# Maintainer: 
+
+pkgname=perl-cpan-perl-releases
+pkgver=5.20191220
+pkgrel=1
+pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
+arch=('any')
+url="https://metacpan.org/release/CPAN-Perl-Releases;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
+sha256sums=('b18c182e78b34c70dd0980429f1d31c068ccae27364256b2cb233263ab539d09')
+
+build() {
+  cd CPAN-Perl-Releases-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd CPAN-Perl-Releases-$pkgver
+  make test
+}
+
+package() {
+  cd CPAN-Perl-Releases-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:35:39
  Author: spupykin
Revision: 545874

upgpkg: phpmyadmin 4.9.3-1

Modified:
  phpmyadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:35:32 UTC (rev 545873)
+++ PKGBUILD2020-01-01 17:35:39 UTC (rev 545874)
@@ -6,7 +6,7 @@
 # Contributor: Simon Lackerbauer 
 
 pkgname=phpmyadmin
-pkgver=4.9.2
+pkgver=4.9.3
 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=('3bc3e37fefbdfcaf12fd59d6d7fdbf11ffcffe3e211155bf5b822b54a3c2043e')
+sha256sums=('b7178fefbbb373af8c9586d0f6f70ee9994301723dd3160204078dcbe4d8fa6b')
 
 package() {
   _instdir="$pkgdir"/usr/share/webapps/phpMyAdmin


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:34:55
  Author: spupykin
Revision: 545868

upgpkg: perl-cpan-perl-releases 5.20191220-1

Modified:
  perl-cpan-perl-releases/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:34:49 UTC (rev 545867)
+++ PKGBUILD2020-01-01 17:34:55 UTC (rev 545868)
@@ -1,8 +1,8 @@
 # Maintainer: 
 
 pkgname=perl-cpan-perl-releases
-pkgver=3.16
-pkgrel=5
+pkgver=5.20191220
+pkgrel=1
 pkgdesc='Mapping Perl releases on CPAN to the location of the tarballs'
 arch=('any')
 url="https://metacpan.org/release/CPAN-Perl-Releases;
@@ -10,7 +10,7 @@
 depends=('perl')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/B/BI/BINGOS/CPAN-Perl-Releases-$pkgver.tar.gz;)
-sha256sums=('59065fccd8502a65fbe3bf03ad8e4ca0ba689261a7cfc089cf4fb2a81f2df06f')
+sha256sums=('b18c182e78b34c70dd0980429f1d31c068ccae27364256b2cb233263ab539d09')
 
 build() {
   cd CPAN-Perl-Releases-$pkgver


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:33:04
  Author: spupykin
Revision: 545860

upgpkg: mediawiki 1.34.0-1

Modified:
  mediawiki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:32:58 UTC (rev 545859)
+++ PKGBUILD2020-01-01 17:33:04 UTC (rev 545860)
@@ -4,7 +4,7 @@
 pkgbase=mediawiki
 #pkgname=('mediawiki' 'mediawiki-math') # temporary disabled math
 pkgname=('mediawiki')
-pkgver=1.33.1
+pkgver=1.34.0
 _basever=${pkgver%.*}
 _hash=b976708
 pkgrel=1
@@ -37,9 +37,9 @@
 
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=('7d97a4cd85bfeb85b69870ffaab35fc5288e69e45cb7edea65d089f7f406a1a7'
+sha256sums=('de24c3deafb5d81e97652900021b68af8f0cd6ccbdf577564fb0f3aca09593d1'
 'SKIP'
-'f4cfde787475c285ff79be8dd26780f1506bf406390b325fa9d7eef6a4e3d576'
+'533c4f052bffafc1f1ea6b5b0a88cf363cdcfbaa6996ccb85f950635707e8e5e'
 'cfeff68331e930b6a93f166c12666ac59a84aa24334f94520eff3f988f37ce2b')
 
 package_mediawiki() {


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:33:30
  Author: spupykin
Revision: 545862

upgpkg: nextcloud 17.0.2-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:33:16 UTC (rev 545861)
+++ PKGBUILD2020-01-01 17:33:30 UTC (rev 545862)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=17.0.1
+pkgver=17.0.2
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('773e0ee526c2bbc359c012783b3ec65f3b0119a8821bcbacfba2b84ed8bf2b4b'
+sha256sums=('f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:33:43
  Author: spupykin
Revision: 545863

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:33:30 UTC (rev 545862)
+++ PKGBUILD2020-01-01 17:33:43 UTC (rev 545863)
@@ -1,57 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=nextcloud
-pkgver=17.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=('773e0ee526c2bbc359c012783b3ec65f3b0119a8821bcbacfba2b84ed8bf2b4b'
-'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 545862, 
nextcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:33:43 UTC (rev 545863)
@@ -0,0 +1,57 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=17.0.2
+pkgrel=1
+pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
+arch=('any')
+url="https://nextcloud.com;
+license=('AGPL')
+depends=()
+optdepends=('php-apache: to use the Apache web server'
+'php-sqlite: to use the SQLite database backend'
+'php-pgsql: to use the PostgreSQL database backend'
+'php-ldap: LDAP authentication'
+'php-intl'
+'php-apcu'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'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=('f32596ffc057ef88a5e92a71016fc8685f57f518bfd8f97d1d9b4ae73d553de3'
+'SKIP'
+'30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php' 'php-gd')
+
+# install project
+install -d 

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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:34:23
  Author: spupykin
Revision: 545864

upgpkg: nextcloud-app-notes 3.1.0-1

Modified:
  nextcloud-app-notes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:33:43 UTC (rev 545863)
+++ PKGBUILD2020-01-01 17:34:23 UTC (rev 545864)
@@ -3,7 +3,7 @@
 # Contributor: David Runge 
 
 pkgname=nextcloud-app-notes
-pkgver=3.0.3
+pkgver=3.1.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/${pkgver}/notes.tar.gz;)
-sha512sums=('7e50b16d467cc270433fa992e52672afa1cf048b406b15211d2ea9d696b5d1688f9033015005c0e027760a1e69f943fe2238b672bde6a17dc9f01c64ac4ae5a5')
+sha512sums=('8c0b277944c080dad9078b1557f2de3f11b1205b1a8832c28c371e43e5df208891387b8c1cbb557a00bc93a2eda32b983c5a8dc01c0d2b62e3eaacca9380cf51')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:34:31
  Author: spupykin
Revision: 545865

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:34:23 UTC (rev 545864)
+++ PKGBUILD2020-01-01 17:34:31 UTC (rev 545865)
@@ -1,21 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: David Runge 
-# Contributor: David Runge 
-
-pkgname=nextcloud-app-notes
-pkgver=3.0.3
-pkgrel=1
-pkgdesc="Simple Notes app for Nextcloud"
-arch=('any')
-url="https://github.com/nextcloud/notes;
-license=('AGPL3')
-depends=('nextcloud')
-makedepends=()
-options=('!strip')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/nextcloud/notes/releases/download/${pkgver}/notes.tar.gz;)
-sha512sums=('7e50b16d467cc270433fa992e52672afa1cf048b406b15211d2ea9d696b5d1688f9033015005c0e027760a1e69f943fe2238b672bde6a17dc9f01c64ac4ae5a5')
-
-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 545864, 
nextcloud-app-notes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:34:31 UTC (rev 545865)
@@ -0,0 +1,21 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: David Runge 
+# Contributor: David Runge 
+
+pkgname=nextcloud-app-notes
+pkgver=3.1.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/${pkgver}/notes.tar.gz;)
+sha512sums=('8c0b277944c080dad9078b1557f2de3f11b1205b1a8832c28c371e43e5df208891387b8c1cbb557a00bc93a2eda32b983c5a8dc01c0d2b62e3eaacca9380cf51')
+
+package() {
+  install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"
+  cp -R "${srcdir}/notes" "${pkgdir}/usr/share/webapps/nextcloud/apps/notes"
+}


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:32:09
  Author: spupykin
Revision: 545854

upgpkg: drupal 8.8.1-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:16:43 UTC (rev 545853)
+++ PKGBUILD2020-01-01 17:32:09 UTC (rev 545854)
@@ -2,7 +2,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.8.0
+pkgver=8.8.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=('5924759f1a997e1d30fe2165ea53f9ef44d3f4a5739f580e08a4c6c76245a607')
+sha256sums=('f03eddb7dddbb7d9a7bef4ab1c1e1cabecd4c4b312e278a7e9646006349dbfa4')
 
 package() {
   depends=('php' 'php-gd')


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:34:49
  Author: spupykin
Revision: 545867

archrelease: copy trunk to community-any

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

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

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

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


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:34:39
  Author: spupykin
Revision: 545866

upgpkg: perlbrew 0.87-1

Modified:
  perlbrew/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:34:31 UTC (rev 545865)
+++ PKGBUILD2020-01-01 17:34:39 UTC (rev 545866)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=perlbrew
-pkgver=0.86
-pkgrel=2
+pkgver=0.87
+pkgrel=1
 pkgdesc='Manage perl installations in your $HOME'
 arch=('any')
 url="https://metacpan.org/release/App-perlbrew;
@@ -14,7 +14,7 @@
   'perl-path-class' 'perl-io-all')
 options=('!emptydirs')
 
source=("https://search.cpan.org/CPAN/authors/id/G/GU/GUGOD/App-perlbrew-$pkgver.tar.gz;)
-sha1sums=('521962b3a9016ab35a23c34625d01f548b052107')
+sha1sums=('e1d5c3549ea25346e03b1e0a43161e46b981047c')
 
 build() {
   cd App-perlbrew-$pkgver


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:32:22
  Author: spupykin
Revision: 545855

archrelease: copy trunk to community-any

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

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

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

Deleted: drupal.install
===
--- drupal.install  2020-01-01 17:32:09 UTC (rev 545854)
+++ drupal.install  2020-01-01 17:32:22 UTC (rev 545855)
@@ -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 545854, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2020-01-01 17:32:22 UTC (rev 545855)
@@ -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 firejail/trunk (PKGBUILD)

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:32:29
  Author: spupykin
Revision: 545856

upgpkg: firejail 0.9.62-1

Modified:
  firejail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-01-01 17:32:22 UTC (rev 545855)
+++ PKGBUILD2020-01-01 17:32:29 UTC (rev 545856)
@@ -2,7 +2,7 @@
 # Maintainer: ajs124 < aur AT ajs124 DOT de >
 
 pkgname=firejail
-pkgver=0.9.60
+pkgver=0.9.62
 pkgrel=1
 pkgdesc="Linux namespaces sandbox program"
 arch=(x86_64)
@@ -15,7 +15,7 @@
 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'
+sha256sums=('0568081ce950c5240e1b2fca7014b798f589657249e17283a14e20e41f8d5ae0'
 'SKIP')
 
 build() {


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

2020-01-01 Thread Sergej Pupykin via arch-commits
Date: Wednesday, January 1, 2020 @ 17:32:39
  Author: spupykin
Revision: 545857

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-01 17:32:29 UTC (rev 545856)
+++ PKGBUILD2020-01-01 17:32:39 UTC (rev 545857)
@@ -1,33 +0,0 @@
-# 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/PKGBUILD (from rev 545856, 
firejail/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-01 17:32:39 UTC (rev 545857)
@@ -0,0 +1,33 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: ajs124 < aur AT ajs124 DOT de >
+
+pkgname=firejail
+pkgver=0.9.62
+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=('0568081ce950c5240e1b2fca7014b798f589657249e17283a14e20e41f8d5ae0'
+'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
+}
+

Deleted: firejail.install
===
--- firejail.install2020-01-01 17:32:29 UTC (rev 545856)
+++ firejail.install2020-01-01 17:32:39 UTC (rev 545857)
@@ -1,5 +0,0 @@
-# Firejail installation file
-
-post_install() {
-  echo "In order to use the apparmor integration with firejail, install the 
apparmor package and run as root: 'apparmor_parser -r 
/etc/apparmor.d/firejail-default'"
-}

Copied: firejail/repos/community-x86_64/firejail.install (from rev 545856, 
firejail/trunk/firejail.install)
===
--- firejail.install(rev 0)
+++ firejail.install2020-01-01 17:32:39 UTC (rev 545857)
@@ -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 tigervnc/trunk (PKGBUILD)

2019-12-27 Thread Sergej Pupykin via arch-commits
Date: Friday, December 27, 2019 @ 09:19:49
  Author: spupykin
Revision: 542967

upgpkg: tigervnc 1.10.1-1

Modified:
  tigervnc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-12-27 06:35:48 UTC (rev 542966)
+++ PKGBUILD2019-12-27 09:19:49 UTC (rev 542967)
@@ -2,9 +2,9 @@
 # Maintainer: Uroš Vampl 
 
 pkgname=tigervnc
-pkgver=1.9.0
-pkgrel=3
-_xorgver=1.20.5
+pkgver=1.10.1
+pkgrel=1
+_xorgver=1.20.6
 pkgdesc="Suite of VNC servers and clients. Based on the VNC 4 branch of 
TightVNC."
 arch=('x86_64')
 url="http://www.tigervnc.org;
@@ -12,10 +12,8 @@
 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'
+makedepends=('cmake' 'nasm' 'xorg-font-util' 'xorg-util-macros'
+'xtrans' 'xorgproto'
 'mesa' 'imagemagick' 'java-environment=8')
 optdepends=('mesa: for OpenGL functionality in Xvnc')
 conflicts=('tightvnc')
@@ -23,8 +21,8 @@

ftp://ftp.freedesktop.org/pub/xorg/individual/xserver/xorg-server-${_xorgver}.tar.bz2
vncserver.service
vncviewer.desktop)
-sha256sums=('f15ced8500ec56356c3bf271f52e58ed83729118361c7103eab64a618441f740'
-'a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d'
+sha256sums=('19fcc80d7d35dd58115262e53cac87d8903180261d94c2a6b0c19224f50b58c4'
+'6316146304e6e8a36d5904987ae2917b5d5b195dc9fc63d67f7aca137e5a51d1'
 '80f8fc7598d05e645ae73bc3371bbdededf07136a9f024ce6ebbfe469335b16e'
 '2ada7da1a926d78f11d2dd8ec376ac5877d2ce2bbb57a99526c13d8fcae6ddd7')
 
@@ -58,6 +56,7 @@
 package() {
   cd "$srcdir"/${pkgname}-${pkgver}
   make DESTDIR="$pkgdir" install
+  install -Dm0644 java/VncViewer.jar 
"${pkgdir}"/usr/share/vnc/classes/VncViewer.jar
   cd unix/xserver/hw/vnc
   make DESTDIR="$pkgdir" install
   install -Dm0644 
"$srcdir"/${pkgname}-${pkgver}/contrib/systemd/user/vncserver@.service \


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

2019-12-27 Thread Sergej Pupykin via arch-commits
Date: Friday, December 27, 2019 @ 09:20:04
  Author: spupykin
Revision: 542968

archrelease: copy trunk to community-x86_64

Added:
  tigervnc/repos/community-x86_64/PKGBUILD
(from rev 542967, tigervnc/trunk/PKGBUILD)
  tigervnc/repos/community-x86_64/vncserver.service
(from rev 542967, tigervnc/trunk/vncserver.service)
  tigervnc/repos/community-x86_64/vncviewer.desktop
(from rev 542967, 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  |  133 +---
 vncserver.service |   58 +++---
 vncviewer.desktop |   18 +++
 3 files changed, 104 insertions(+), 105 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-12-27 09:19:49 UTC (rev 542967)
+++ PKGBUILD2019-12-27 09:20:04 UTC (rev 542968)
@@ -1,67 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Uroš Vampl 
-
-pkgname=tigervnc
-pkgver=1.9.0
-pkgrel=3
-_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 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'
-'a81d8243f37e75a03d4f8c55f96d0bc25802be6ec45c3bfa5cb614c6d01bac9d'
-'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 542967, 
tigervnc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-12-27 09:20:04 UTC (rev 542968)
@@ -0,0 +1,66 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Uroš Vampl 
+
+pkgname=tigervnc
+pkgver=1.10.1
+pkgrel=1
+_xorgver=1.20.6
+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'
+'xtrans' 'xorgproto'
+'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
+   

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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:45:09
  Author: spupykin
Revision: 594087

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  218 -
 yate.service |   28 +++
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 05:45:01 UTC (rev 594086)
+++ PKGBUILD2020-03-11 05:45:09 UTC (rev 594087)
@@ -1,109 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Yuval Adam  PGP-Key: 271386AA2EB7672F
-# Contributor: Yejun Yang 
-# Contributor: Biru Ionut 
-
-pkgname=yate
-pkgver=6.1.0
-pkgrel=3
-pkgdesc="Next-generation telephony engine"
-arch=('x86_64')
-url="http://www.yate.ro/;
-license=('GPL')
-backup=('etc/yate/accfile.conf'
-   'etc/yate/amrnbcodec.conf'
-   'etc/yate/analog.conf'
-   'etc/yate/cache.conf'
-   'etc/yate/callcounters.conf'
-   'etc/yate/callfork.conf'
-   'etc/yate/camel_map.conf'
-   'etc/yate/ccongestion.conf'
-   'etc/yate/cdrbuild.conf'
-   'etc/yate/cdrfile.conf'
-   'etc/yate/ciscosm.conf'
-   'etc/yate/clustering.conf'
-   'etc/yate/cpuload.conf'
-   'etc/yate/dbpbx.conf'
-   'etc/yate/dsoundchan.conf'
-   'etc/yate/dummyradio.conf'
-   'etc/yate/enumroute.conf'
-   'etc/yate/eventlogs.conf'
-   'etc/yate/extmodule.conf'
-   'etc/yate/fileinfo.conf'
-   'etc/yate/filetransfer.conf'
-   'etc/yate/gvoice.conf'
-   'etc/yate/h323chan.conf'
-   'etc/yate/heartbeat.conf'
-   'etc/yate/isupmangler.conf'
-   'etc/yate/jabberclient.conf'
-   'etc/yate/jabberserver.conf'
-   'etc/yate/javascript.conf'
-   'etc/yate/jbfeatures.conf'
-   'etc/yate/lateroute.conf'
-   'etc/yate/lksctp.conf'
-   'etc/yate/mgcpca.conf'
-   'etc/yate/mgcpgw.conf'
-   'etc/yate/moh.conf'
-   'etc/yate/monitoring.conf'
-   'etc/yate/mux.conf'
-   'etc/yate/mysqldb.conf'
-   'etc/yate/openssl.conf'
-   'etc/yate/pbxassist.conf'
-   'etc/yate/pgsqldb.conf'
-   'etc/yate/presence.conf'
-   'etc/yate/providers.conf'
-   'etc/yate/queues.conf'
-   'etc/yate/queuesnotify.conf'
-   'etc/yate/radiotest.conf'
-   'etc/yate/regexroute.conf'
-   'etc/yate/regfile.conf'
-   'etc/yate/register.conf'
-   'etc/yate/rmanager.conf'
-   'etc/yate/sigtransport.conf'
-   'etc/yate/sip_cnam_lnp.conf'
-   'etc/yate/sipfeatures.conf'
-   'etc/yate/sqlitedb.conf'
-   'etc/yate/ss7_lnp_ansi.conf'
-   'etc/yate/subscription.conf'
-   'etc/yate/tdmcard.conf'
-   'etc/yate/tonegen.conf'
-   'etc/yate/users.conf'
-   'etc/yate/wpcard.conf'
-   'etc/yate/yate.conf'
-   'etc/yate/yate-qt4.conf'
-   'etc/yate/ybladerf.conf'
-   'etc/yate/yiaxchan.conf'
-   'etc/yate/yjinglechan.conf'
-   'etc/yate/yradius.conf'
-   'etc/yate/yrtpchan.conf'
-   'etc/yate/ysigchan.conf'
-   'etc/yate/ysipchan.conf'
-   'etc/yate/ysnmpagent.conf'
-   'etc/yate/ysockschan.conf'
-   'etc/yate/ystunchan.conf'
-   'etc/yate/zapcard.conf'
-   'etc/yate/zlibcompress.conf')
-depends=('speex' 'gsm' 'postgresql-libs' 'mariadb-libs' 'alsa-lib' 
'openssl-1.0' 'sqlite')
-options=(!makeflags)
-source=("http://yate.null.ro/tarballs/yate6/yate-${pkgver}-1.tar.gz;
-   "yate.service")
-sha256sums=('ed88519c8e2f63eec0d699bc6ed8831854af9b32b654b3d7e7c2697b528aa377'
-'73eab39a0ba884a4c36ca7c8f1faea4000301a0e795544b74cba78d90de5e302')
-
-build() {
-  cd $srcdir/${pkgname}
-  export LDFLAGS="${LDFLAGS//-Wl,--as-needed}"
-  export PKG_CONFIG_PATH=/usr/lib/openssl-1.0/pkgconfig
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --with-libpq \
-  --with-mysql \
-  --without-openh323
-  make
-}
-
-package(){
-  cd $srcdir/${pkgname}
-  make DESTDIR=$pkgdir install
-  install -Dm0644 "$srcdir"/yate.service 
"$pkgdir"/usr/lib/systemd/system/yate.service
-}

Copied: yate/repos/community-x86_64/PKGBUILD (from rev 594086, 
yate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 05:45:09 UTC (rev 594087)
@@ -0,0 +1,109 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Yuval Adam  PGP-Key: 271386AA2EB7672F
+# Contributor: Yejun Yang 
+# Contributor: Biru Ionut 
+
+pkgname=yate
+pkgver=6.2.0
+pkgrel=1
+pkgdesc="Next-generation telephony engine"
+arch=('x86_64')
+url="http://www.yate.ro/;
+license=('GPL')
+backup=('etc/yate/accfile.conf'
+   'etc/yate/amrnbcodec.conf'
+   

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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:44:38
  Author: spupykin
Revision: 594084

upgpkg: recoll 1.26.5-1

Modified:
  recoll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 05:39:31 UTC (rev 594083)
+++ PKGBUILD2020-03-11 05:44:38 UTC (rev 594084)
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=recoll
-pkgver=1.26.2
+pkgver=1.26.5
 pkgrel=1
 pkgdesc="Full text search tool based on Xapian backend"
 arch=('x86_64')
@@ -30,7 +30,7 @@
 'python-pychm: CHM filter'
'aspell-en: English stemming support')
 source=("https://www.lesbonscomptes.com/$pkgname/$pkgname-${pkgver/_/}.tar.gz;)
-sha256sums=('d3392a727d5c5b7258c94d85af48af31bf77379a05b671da74a9fc80c375ce18')
+sha256sums=('ed57d2e681a3644c9be5705b1305af42ebb4bda1576ef36ab1e77abb3a48572e')
 
 prepare() {
   cd "$srcdir/$pkgname-${pkgver/_/}"


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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:44:45
  Author: spupykin
Revision: 594085

archrelease: copy trunk to community-x86_64

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

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

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

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


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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:45:01
  Author: spupykin
Revision: 594086

upgpkg: yate 6.2.0-1

Modified:
  yate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 05:44:45 UTC (rev 594085)
+++ PKGBUILD2020-03-11 05:45:01 UTC (rev 594086)
@@ -4,8 +4,8 @@
 # Contributor: Biru Ionut 
 
 pkgname=yate
-pkgver=6.1.0
-pkgrel=3
+pkgver=6.2.0
+pkgrel=1
 pkgdesc="Next-generation telephony engine"
 arch=('x86_64')
 url="http://www.yate.ro/;
@@ -87,7 +87,7 @@
 options=(!makeflags)
 source=("http://yate.null.ro/tarballs/yate6/yate-${pkgver}-1.tar.gz;
"yate.service")
-sha256sums=('ed88519c8e2f63eec0d699bc6ed8831854af9b32b654b3d7e7c2697b528aa377'
+sha256sums=('962dda8f46b414fa8cd86286dcf018c023bf11cba0396e5d7467a6c827e7cbfb'
 '73eab39a0ba884a4c36ca7c8f1faea4000301a0e795544b74cba78d90de5e302')
 
 build() {


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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:36:32
  Author: spupykin
Revision: 594081

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 05:36:21 UTC (rev 594080)
+++ PKGBUILD2020-03-11 05:36:32 UTC (rev 594081)
@@ -1,34 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Christian Brauner 
-
-pkgname=lxcfs
-pkgver=3.1.2
-pkgrel=1
-pkgdesc="FUSE filesystem for LXC"
-arch=(x86_64)
-url="https://linuxcontainers.org/;
-license=('GPL')
-depends=('lxc' 'libnih' 'fuse2' 'dbus-glib')
-makedepends=('help2man')
-options=('emptydirs')
-source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
-   "lxcfs.service")
-sha256sums=('f165ac6c2c149280e546b0eeca25a5b472036a58878e8c2799eb36e7ebd6b51a'
-'3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---with-pamdir=/usr/lib/security \
---localstatedir=/var
-make
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make DESTDIR="$pkgdir/" install
-install -dm0755 "$pkgdir"/var/lib/lxcfs
-install -Dm0644 "$srcdir"/lxcfs.service 
"$pkgdir"/usr/lib/systemd/system/lxcfs.service
-}

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

Deleted: lxcfs.service
===
--- lxcfs.service   2020-03-11 05:36:21 UTC (rev 594080)
+++ lxcfs.service   2020-03-11 05:36:32 UTC (rev 594081)
@@ -1,13 +0,0 @@
-[Unit]
-Description=FUSE filesystem for LXC
-ConditionVirtualization=!container
-Before=lxc.service
-
-[Service]
-ExecStart=/usr/bin/lxcfs /var/lib/lxcfs
-KillMode=process
-Restart=on-failure
-ExecStopPost=-/bin/fusermount -u /var/lib/lxcfs
-
-[Install]
-WantedBy=multi-user.target

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


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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:36:21
  Author: spupykin
Revision: 594080

upgpkg: lxcfs 4.0.0-1

Modified:
  lxcfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 05:17:17 UTC (rev 594079)
+++ PKGBUILD2020-03-11 05:36:21 UTC (rev 594080)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Brauner 
 
 pkgname=lxcfs
-pkgver=3.1.2
+pkgver=4.0.0
 pkgrel=1
 pkgdesc="FUSE filesystem for LXC"
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=('emptydirs')
 source=("https://linuxcontainers.org/downloads/lxcfs/lxcfs-$pkgver.tar.gz;
"lxcfs.service")
-sha256sums=('f165ac6c2c149280e546b0eeca25a5b472036a58878e8c2799eb36e7ebd6b51a'
+sha256sums=('e0028bb9b02f2ffa20db161986d14a237860364ee8f96a8c4f2fc2116e5e'
 '3549e83ebbd6ec5934be0c3137b0dbb1101cec098bc49d135fea29f733b9e2a1')
 
 build() {


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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:39:31
  Author: spupykin
Revision: 594083

archrelease: copy trunk to community-x86_64

Added:
  openvswitch/repos/community-x86_64/PKGBUILD
(from rev 594082, openvswitch/trunk/PKGBUILD)
  openvswitch/repos/community-x86_64/openvswitch.install
(from rev 594082, openvswitch/trunk/openvswitch.install)
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
(from rev 594082, openvswitch/trunk/openvswitch.tmpfiles)
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
(from rev 594082, openvswitch/trunk/ovs-vswitchd.service)
  openvswitch/repos/community-x86_64/ovsdb-server.service
(from rev 594082, openvswitch/trunk/ovsdb-server.service)
Deleted:
  openvswitch/repos/community-x86_64/PKGBUILD
  openvswitch/repos/community-x86_64/openvswitch.install
  openvswitch/repos/community-x86_64/openvswitch.tmpfiles
  openvswitch/repos/community-x86_64/ovs-vswitchd.service
  openvswitch/repos/community-x86_64/ovsdb-server.service

--+
 PKGBUILD |  106 -
 openvswitch.install  |   26 ++--
 openvswitch.tmpfiles |2 
 ovs-vswitchd.service |   30 ++---
 ovsdb-server.service |   14 +++---
 5 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 05:39:19 UTC (rev 594082)
+++ PKGBUILD2020-03-11 05:39:31 UTC (rev 594083)
@@ -1,53 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Pedro Martinez-Julia (pedr...@um.es)
-# Contributor: Matt Monaco 
-
-pkgname=openvswitch
-pkgver=2.12.0
-pkgrel=1
-pkgdesc="Production Quality, Multilayer Open Virtual Switch"
-url="http://openvswitch.org;
-license=('APACHE')
-arch=(x86_64)
-install=openvswitch.install
-source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
-   openvswitch.tmpfiles
-   ovsdb-server.service
-   ovs-vswitchd.service)
-depends=('openssl' 'libcap-ng')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('13fd42703180b4b1146c7e97926d09225485868cc2fbbd58dc0c421b4b8fe8f8'
-'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
-'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
-'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i \
--e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
-Makefile.am
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./boot.sh
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-rundir=/run/openvswitch \
---sbindir=/usr/bin \
-PYTHON=/usr/bin/python2
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 "$srcdir"/openvswitch.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/openvswitch.conf"
-  install -Dm0644 "$srcdir"/ovsdb-server.service 
"$pkgdir/usr/lib/systemd/system/ovsdb-server.service"
-  install -Dm0644 "$srcdir"/ovs-vswitchd.service 
"$pkgdir/usr/lib/systemd/system/ovs-vswitchd.service"
-  install -dm0755 "$pkgdir/etc/openvswitch"
-  rm -rf "$pkgdir"/run
-}

Copied: openvswitch/repos/community-x86_64/PKGBUILD (from rev 594082, 
openvswitch/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 05:39:31 UTC (rev 594083)
@@ -0,0 +1,53 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Pedro Martinez-Julia (pedr...@um.es)
+# Contributor: Matt Monaco 
+
+pkgname=openvswitch
+pkgver=2.13.0
+pkgrel=1
+pkgdesc="Production Quality, Multilayer Open Virtual Switch"
+url="http://openvswitch.org;
+license=('APACHE')
+arch=(x86_64)
+install=openvswitch.install
+source=("http://openvswitch.org/releases/openvswitch-$pkgver.tar.gz;
+   openvswitch.tmpfiles
+   ovsdb-server.service
+   ovs-vswitchd.service)
+depends=('openssl' 'libcap-ng')
+makedepends=('python-six')
+optdepends=('python-six')
+sha256sums=('dd5f727427e36cab22bdeae61529d8c8fccacc53d968cfa7658f7f935ddda531'
+'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
+'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
+'679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i \
+-e 
's|$(sysconfdir)/bash_completion.d|/usr/share/bash-completion/completions|g' \
+Makefile.am
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./boot.sh
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--with-rundir=/run/openvswitch \
+--sbindir=/usr/bin \
+PYTHON=/usr/bin/python2
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 

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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:39:19
  Author: spupykin
Revision: 594082

upgpkg: openvswitch 2.13.0-1

Modified:
  openvswitch/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 05:36:32 UTC (rev 594081)
+++ PKGBUILD2020-03-11 05:39:19 UTC (rev 594082)
@@ -3,7 +3,7 @@
 # Contributor: Matt Monaco 
 
 pkgname=openvswitch
-pkgver=2.12.0
+pkgver=2.13.0
 pkgrel=1
 pkgdesc="Production Quality, Multilayer Open Virtual Switch"
 url="http://openvswitch.org;
@@ -15,9 +15,9 @@
ovsdb-server.service
ovs-vswitchd.service)
 depends=('openssl' 'libcap-ng')
-makedepends=('python2-six')
-optdepends=('python2-six')
-sha256sums=('13fd42703180b4b1146c7e97926d09225485868cc2fbbd58dc0c421b4b8fe8f8'
+makedepends=('python-six')
+optdepends=('python-six')
+sha256sums=('dd5f727427e36cab22bdeae61529d8c8fccacc53d968cfa7658f7f935ddda531'
 'e8dc21e50fc886bfd6aa55991bdb3cb66907e11b071045452bb12de01a3ecbd9'
 'fa2412b81c77921418131a4f6fd38956f50ffcc7b908ec91f94d3607a05d060b'
 '679c8f03b78bba03237c6135f1bd7711430248e8477202c8b0de4ff4828b9f61')


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

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:54:27
  Author: spupykin
Revision: 594091

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 05:54:21 UTC (rev 594090)
+++ PKGBUILD2020-03-11 05:54:27 UTC (rev 594091)
@@ -1,22 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Maintainer: Jonas Heinrich 
-# Contributor: Jonas Heinrich 
-
-pkgname=nextcloud-app-tasks
-pkgver=0.11.3
-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/$pkgver/tasks.tar.gz;)
-sha512sums=('ce3bd5f0901eb46b7923b94b38f274379f0bbf751d32346f7f1a59da4fd4ee260e8161637df28a412f385831a1997fb2be2348e26a436106d75a4e99470a917d')
-
-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 594090, 
nextcloud-app-tasks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 05:54:27 UTC (rev 594091)
@@ -0,0 +1,22 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: Jonas Heinrich 
+# Contributor: Jonas Heinrich 
+
+pkgname=nextcloud-app-tasks
+pkgver=0.12.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=('bf5edb7bba5331e2461bcaffd316ab8d52211f8dddb2dd1bc1ae1659ad0d512d134451cad145cdeda0de4c1f7242b3092bea219b876285a0a614cbf43f2563be')
+
+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)

2020-03-10 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 05:54:20
  Author: spupykin
Revision: 594089

upgpkg: nextcloud-app-tasks 0.12.1-1

Modified:
  nextcloud-app-tasks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 05:53:41 UTC (rev 594088)
+++ PKGBUILD2020-03-11 05:54:20 UTC (rev 594089)
@@ -3,7 +3,7 @@
 # Contributor: Jonas Heinrich 
 
 pkgname=nextcloud-app-tasks
-pkgver=0.11.3
+pkgver=0.12.1
 pkgrel=1
 pkgdesc="Enhanced task app for NextCloud"
 arch=('any')
@@ -13,8 +13,8 @@
 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/$pkgver/tasks.tar.gz;)
-sha512sums=('ce3bd5f0901eb46b7923b94b38f274379f0bbf751d32346f7f1a59da4fd4ee260e8161637df28a412f385831a1997fb2be2348e26a436106d75a4e99470a917d')
+source=("tasks-${pkgver}.tar.gz::https://github.com/nextcloud/tasks/releases/download/v$pkgver/tasks.tar.gz;)
+sha512sums=('bf5edb7bba5331e2461bcaffd316ab8d52211f8dddb2dd1bc1ae1659ad0d512d134451cad145cdeda0de4c1f7242b3092bea219b876285a0a614cbf43f2563be')
 
 package() {
   install -d "${pkgdir}/usr/share/webapps/nextcloud/apps"


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:35:06
  Author: spupykin
Revision: 594179

archrelease: copy trunk to community-x86_64

Added:
  sarg/repos/community-x86_64/PKGBUILD
(from rev 594178, sarg/trunk/PKGBUILD)
Deleted:
  sarg/repos/community-x86_64/PKGBUILD
  sarg/repos/community-x86_64/fix-sizes.patch

-+
 PKGBUILD|   84 +-
 fix-sizes.patch |   45 
 2 files changed, 40 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 11:34:53 UTC (rev 594178)
+++ PKGBUILD2020-03-11 11:35:06 UTC (rev 594179)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: JJDaNiMoTh 
-# Contributor: Tino Reichardt 
-
-pkgname=sarg
-pkgver=2.3.11
-pkgrel=1
-pkgdesc="Squid Analysis Report Generator"
-arch=('x86_64')
-url="http://sarg.sourceforge.net;
-license=('GPL')
-depends=('gd' 'libldap')
-makedepends=('cmake')
-backup=('etc/sarg/css.tpl'
-   'etc/sarg/exclude_codes'
-   'etc/sarg/sarg.conf'
-   'etc/sarg/user_limit_block')
-source=(https://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz
-   fix-sizes.patch)
-sha256sums=('d0f8fbefb5fdc716e75c778525d96ac9eef622d3de94da8d70e2bdc7ab81daa2'
-'6034552698c55e012047feebc47640768202202f9cda8b1af1503e83722746f3')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/fix-sizes.patch
-}
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-  export CFLAGS="$CFLAGS -Wno-error"
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSYSCONFDIR=/etc/sarg \
--DMANDIR=/usr/share/man/man1 \
-.
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-  mkdir -p "$pkgdir"/usr/share/sarg "$pkgdir"/etc
-  make DESTDIR="$pkgdir" install
-}

Copied: sarg/repos/community-x86_64/PKGBUILD (from rev 594178, 
sarg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 11:35:06 UTC (rev 594179)
@@ -0,0 +1,40 @@
+# Maintainer: Sergej Pupykin 
+# Maintainer: JJDaNiMoTh 
+# Contributor: Tino Reichardt 
+
+pkgname=sarg
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="Squid Analysis Report Generator"
+arch=('x86_64')
+url="http://sarg.sourceforge.net;
+license=('GPL')
+depends=('gd' 'libldap')
+makedepends=('cmake')
+backup=('etc/sarg/css.tpl'
+   'etc/sarg/exclude_codes'
+   'etc/sarg/sarg.conf'
+   'etc/sarg/user_limit_block')
+source=(https://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4ca0f41f6467673b4c65c6798b44a8886f08180c055eb11c37a96dfc28cb5c3')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver
+  sed -i 's|filelist.c|filelist.c fileobject.c|' CMakeLists.txt
+}
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSYSCONFDIR=/etc/sarg \
+-DMANDIR=/usr/share/man/man1 \
+.
+  make C_FLAGS="-Wno-error"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  mkdir -p "$pkgdir"/usr/share/sarg "$pkgdir"/etc
+  make DESTDIR="$pkgdir" install
+}

Deleted: fix-sizes.patch
===
--- fix-sizes.patch 2020-03-11 11:34:53 UTC (rev 594178)
+++ fix-sizes.patch 2020-03-11 11:35:06 UTC (rev 594179)
@@ -1,45 +0,0 @@
-diff -wbBur sarg-2.3.11/index.c sarg-2.3.11.my/index.c
 sarg-2.3.11/index.c2018-01-14 21:00:22.0 +0300
-+++ sarg-2.3.11.my/index.c 2018-02-19 12:20:15.896203347 +0300
-@@ -208,7 +208,7 @@
-   m1=month / 16;
-   if(month % 16 != 0) {
-   m2=month % 16;
--  sprintf(monthnum,"%02d-%02d",m1,m2);
-+  sprintf(monthnum,"%02u-%02u",(unsigned 
int)m1,(unsigned int)m2);
-   sprintf(monthname1,"%02d",m1);
-   sprintf(monthname2,"%02d",m2);
-   name_month(monthname1,sizeof(monthname1));
-@@ -269,7 +269,7 @@
-   d1=day / 32;
-   if(day % 32 != 0) {
-   d2=day % 32;
--  sprintf(daynum,"%02d-%02d",d1,d2);
-+  sprintf(daynum,"%02u-%02u",(unsigned 
int)d1,(unsigned int)d2);
-   } else {
-   sprintf(daynum,"%02d",d1);
-   }
-diff -wbBur sarg-2.3.11/report.c sarg-2.3.11.my/report.c
 sarg-2.3.11/report.c   2018-01-14 21:00:23.0 +0300
-+++ sarg-2.3.11.my/report.c2018-02-19 12:18:45.151207192 +0300
-@@ -54,7 +54,7 @@
-   char accsmart[MAXLEN];
-   char crc2[MAXLEN/2 -1];
-   char siteind[MAX_TRUNCATED_URL];
--  char arqtt[256];
-+  char arqtt[267];
-   char 

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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:15:00
  Author: spupykin
Revision: 594166

upgpkg: liblockfile 1.16_1.1-1

Modified:
  liblockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 11:08:44 UTC (rev 594165)
+++ PKGBUILD2020-03-11 11:15:00 UTC (rev 594166)
@@ -2,8 +2,8 @@
 # Contributor: Andreas Wagner 
 
 pkgname=liblockfile
-pkgver=1.14_1.1
-_basever=1.14
+pkgver=1.16_1.1
+_basever=1.16
 pkgrel=1
 pkgdesc="a library with NFS-safe locking functions"
 arch=('x86_64')
@@ -12,12 +12,12 @@
 depends=('glibc')
 makedepends=()
 
source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
-   
http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
-sha256sums=('ab40d4a3e8cbc204f7e87fea637a4e4ddf9a1149aaa0a723a4267febd0b1d060'
-'3514c293b3d48d1cbffb8ba3bef14337ec0483182c2aef3653566243a2717dd6')
+   
http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.xz)
+sha256sums=('cf6e3828ced3fcc7e5ed36b7dabdf9e0e3ba55a973dab8ed212fb86afc901c69'
+'73043ba68ccded64e677da413972d1e71b3c4400bb87a9d3738469c6730e7cfe')
 
 build() {
-  cd "$srcdir"/$pkgname
+  cd "$srcdir"/$pkgname-${_basever}
   for p in `cat ../debian/patches/series` ; do
 patch -p1 < ../debian/patches/$p
   done
@@ -26,7 +26,7 @@
 }
 
 package() {
-  cd "$srcdir"/$pkgname
+  cd "$srcdir"/$pkgname-${_basever}
   mkdir -p "$pkgdir"/usr/{lib,bin,include,share/man/man1,share/man/man3}
   make install prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man
 }


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:15:31
  Author: spupykin
Revision: 594168

upgpkg: libzdb 3.2.1-1

Modified:
  libzdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 11:15:16 UTC (rev 594167)
+++ PKGBUILD2020-03-11 11:15:31 UTC (rev 594168)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=libzdb
-pkgver=3.2
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Zild Database Library"
 arch=('x86_64')
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=('postgresql-libs' 'sqlite' 'mariadb-libs')
 source=(https://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-sha256sums=('005ddf4b29c6db622e16303298c2f914dfd82590111cea7cfd09b4acf46cf4f2')
+sha256sums=('b9a7b59a0a9f53dc87ce1b5a919f21b8cd6448c04a9157bccef1e3c1dffd3ff1')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:15:44
  Author: spupykin
Revision: 594169

archrelease: copy trunk to community-x86_64

Added:
  libzdb/repos/community-x86_64/PKGBUILD
(from rev 594168, libzdb/trunk/PKGBUILD)
Deleted:
  libzdb/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 11:15:31 UTC (rev 594168)
+++ PKGBUILD2020-03-11 11:15:44 UTC (rev 594169)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=libzdb
-pkgver=3.2
-pkgrel=1
-pkgdesc="Zild Database Library"
-arch=('x86_64')
-url="http://www.tildeslash.com/libzdb/;
-license=('GPL')
-depends=('postgresql-libs' 'sqlite' 'mariadb-libs')
-source=(http://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
-sha256sums=('005ddf4b29c6db622e16303298c2f914dfd82590111cea7cfd09b4acf46cf4f2')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i '1,1i#include ' test/zdbpp.cpp
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: libzdb/repos/community-x86_64/PKGBUILD (from rev 594168, 
libzdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 11:15:44 UTC (rev 594169)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=libzdb
+pkgver=3.2.1
+pkgrel=1
+pkgdesc="Zild Database Library"
+arch=('x86_64')
+url="https://www.tildeslash.com/libzdb/;
+license=('GPL')
+depends=('postgresql-libs' 'sqlite' 'mariadb-libs')
+source=(https://www.tildeslash.com/libzdb/dist/libzdb-$pkgver.tar.gz)
+sha256sums=('b9a7b59a0a9f53dc87ce1b5a919f21b8cd6448c04a9157bccef1e3c1dffd3ff1')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '1,1i#include ' test/zdbpp.cpp
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:15:16
  Author: spupykin
Revision: 594167

archrelease: copy trunk to community-x86_64

Added:
  liblockfile/repos/community-x86_64/PKGBUILD
(from rev 594166, liblockfile/trunk/PKGBUILD)
Deleted:
  liblockfile/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 11:15:00 UTC (rev 594166)
+++ PKGBUILD2020-03-11 11:15:16 UTC (rev 594167)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=liblockfile
-pkgver=1.14_1.1
-_basever=1.14
-pkgrel=1
-pkgdesc="a library with NFS-safe locking functions"
-arch=('x86_64')
-license=('GPL')
-url="http://packages.debian.org/unstable/libs/liblockfile1;
-depends=('glibc')
-makedepends=()
-source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
-   
http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.bz2)
-sha256sums=('ab40d4a3e8cbc204f7e87fea637a4e4ddf9a1149aaa0a723a4267febd0b1d060'
-'3514c293b3d48d1cbffb8ba3bef14337ec0483182c2aef3653566243a2717dd6')
-
-build() {
-  cd "$srcdir"/$pkgname
-  for p in `cat ../debian/patches/series` ; do
-patch -p1 < ../debian/patches/$p
-  done
-  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr 
--mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  mkdir -p "$pkgdir"/usr/{lib,bin,include,share/man/man1,share/man/man3}
-  make install prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man
-}

Copied: liblockfile/repos/community-x86_64/PKGBUILD (from rev 594166, 
liblockfile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 11:15:16 UTC (rev 594167)
@@ -0,0 +1,32 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=liblockfile
+pkgver=1.16_1.1
+_basever=1.16
+pkgrel=1
+pkgdesc="a library with NFS-safe locking functions"
+arch=('x86_64')
+license=('GPL')
+url="https://packages.debian.org/unstable/libs/liblockfile1;
+depends=('glibc')
+makedepends=()
+source=(http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${_basever}.orig.tar.gz
+   
http://ftp.debian.org/debian/pool/main/libl/$pkgname/${pkgname}_${pkgver/_/-}.debian.tar.xz)
+sha256sums=('cf6e3828ced3fcc7e5ed36b7dabdf9e0e3ba55a973dab8ed212fb86afc901c69'
+'73043ba68ccded64e677da413972d1e71b3c4400bb87a9d3738469c6730e7cfe')
+
+build() {
+  cd "$srcdir"/$pkgname-${_basever}
+  for p in `cat ../debian/patches/series` ; do
+patch -p1 < ../debian/patches/$p
+  done
+  LDCONFIG=/usr/bin/true ./configure --enable-shared --prefix=/usr 
--mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${_basever}
+  mkdir -p "$pkgdir"/usr/{lib,bin,include,share/man/man1,share/man/man3}
+  make install prefix="$pkgdir"/usr mandir="$pkgdir"/usr/share/man
+}


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:16:13
  Author: spupykin
Revision: 594171

archrelease: copy trunk to community-x86_64

Added:
  opensips/repos/community-x86_64/PKGBUILD
(from rev 594170, opensips/trunk/PKGBUILD)
  opensips/repos/community-x86_64/opensips.install
(from rev 594170, opensips/trunk/opensips.install)
  opensips/repos/community-x86_64/opensips.service
(from rev 594170, opensips/trunk/opensips.service)
Deleted:
  opensips/repos/community-x86_64/PKGBUILD
  opensips/repos/community-x86_64/opensips.install
  opensips/repos/community-x86_64/opensips.service

--+
 PKGBUILD |  150 ++---
 opensips.install |6 +-
 opensips.service |   22 +++
 3 files changed, 89 insertions(+), 89 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 11:15:53 UTC (rev 594170)
+++ PKGBUILD2020-03-11 11:16:13 UTC (rev 594171)
@@ -1,75 +0,0 @@
-# Maintainer: Sergej Pupykin 
-
-pkgname=opensips
-pkgver=3.0.1
-pkgrel=1
-pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
-url="https://www.opensips.org;
-depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
-makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
-'lynx' 'libxslt' 'libmicrohttpd')
-optdepends=('postgresql-libs'
-   'unixodbc'
-   'libldap'
-   'mariadb-libs'
-   'libsasl'
-   'python2'
-   'pcre')
-backup=("etc/opensips/opensips.cfg"
-   "etc/opensips/osipsconsolerc"
-   "etc/opensips/opensipsctlrc")
-arch=('x86_64')
-license=('GPL')
-install=opensips.install
-options=('!emptydirs' 'zipman' '!makeflags' 'docs')
-source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
-   opensips.service)
-sha256sums=('068f363f6df77381244ecaeafa58fe261025be9928b72cad19618ca7877ef403'
-'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
-
-prepare() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  # python2 fix
-  for file in $(find . -name '*.py' -print); do
-sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
-sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
-  done
-
-  sed -i 's|sbin|bin|g' Makefile
-  sed -i 's|bin-dir = sbin/|bin-dir = bin/|' Makefile.defs
-}
-
-_modules="ldap db_mysql db_postgres db_unixodbc presence presence_xml h350 
proto_tls tlsops tls_mgm db_http httpd tm rr"
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   LIBDIR=lib PREFIX=/usr
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver/
-
-  make \
-   include_modules="${_modules}" \
-   BASEDIR="$pkgdir" PREFIX=/usr LIBDIR=lib install
-
-  # Conforms to the arch packaging standards 
(https://wiki.archlinux.org/index.php/Arch_Packaging_Standards)
-  mkdir -p "$pkgdir"/etc/
-  mv "$pkgdir"/usr/etc/opensips/ "$pkgdir"/etc/
-  sed -i 
's#mpath=".*lib/opensips/modules/"#mpath="/usr/lib/opensips/modules/"#' 
"$pkgdir"/etc/opensips/opensips.cfg
-
-  # fix bad paths
-  cd "$pkgdir"/usr/share
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  mv "$pkgdir"/usr/sbin "$pkgdir"/usr/bin
-
-  cd "$pkgdir"/etc
-  find -type f -exec sed -i "s#"$pkgdir"##" {} \;
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: opensips/repos/community-x86_64/PKGBUILD (from rev 594170, 
opensips/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 11:16:13 UTC (rev 594171)
@@ -0,0 +1,75 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=opensips
+pkgver=3.0.2
+pkgrel=1
+pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
+url="https://www.opensips.org;
+depends=('gcc-libs' 'openssl' 'db' 'attr' 'libxml2')
+makedepends=('postgresql-libs>=8.4.1' 'unixodbc' 'libldap>=2.4.18' 
'libmariadbclient'
+'lynx' 'libxslt' 'libmicrohttpd')
+optdepends=('postgresql-libs'
+   'unixodbc'
+   'libldap'
+   'mariadb-libs'
+   'libsasl'
+   'python2'
+   'pcre')
+backup=("etc/opensips/opensips.cfg"
+   "etc/opensips/osipsconsolerc"
+   "etc/opensips/opensipsctlrc")
+arch=('x86_64')
+license=('GPL')
+install=opensips.install
+options=('!emptydirs' 'zipman' '!makeflags' 'docs')
+source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
+   opensips.service)
+sha256sums=('b780ee14288fad9145f7943f09a0de1bb8414598a511dec826d5fad86c869dcc'
+'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
+
+prepare() {
+  cd "$srcdir"/$pkgname-$pkgver/
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 

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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:15:53
  Author: spupykin
Revision: 594170

upgpkg: opensips 3.0.2-1

Modified:
  opensips/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 11:15:44 UTC (rev 594169)
+++ PKGBUILD2020-03-11 11:15:53 UTC (rev 594170)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=opensips
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc="An Open Source SIP Server able to act as a SIP proxy, registrar, 
location server, redirect server ..."
 url="https://www.opensips.org;
@@ -24,7 +24,7 @@
 options=('!emptydirs' 'zipman' '!makeflags' 'docs')
 source=(https://opensips.org/pub/opensips/${pkgver}/opensips-${pkgver}.tar.gz
opensips.service)
-sha256sums=('068f363f6df77381244ecaeafa58fe261025be9928b72cad19618ca7877ef403'
+sha256sums=('b780ee14288fad9145f7943f09a0de1bb8414598a511dec826d5fad86c869dcc'
 'c2fec4be085b108db10834fa9832e98d696c2de6408f85f96cf89c13bf6be819')
 
 prepare() {


[arch-commits] Commit in sarg/trunk (PKGBUILD fix-sizes.patch)

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:34:53
  Author: spupykin
Revision: 594178

upgpkg: sarg 2.4.0-1

Modified:
  sarg/trunk/PKGBUILD
Deleted:
  sarg/trunk/fix-sizes.patch

-+
 PKGBUILD|   13 +
 fix-sizes.patch |   45 -
 2 files changed, 5 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 11:32:34 UTC (rev 594177)
+++ PKGBUILD2020-03-11 11:34:53 UTC (rev 594178)
@@ -3,7 +3,7 @@
 # Contributor: Tino Reichardt 
 
 pkgname=sarg
-pkgver=2.3.11
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="Squid Analysis Report Generator"
 arch=('x86_64')
@@ -15,25 +15,22 @@
'etc/sarg/exclude_codes'
'etc/sarg/sarg.conf'
'etc/sarg/user_limit_block')
-source=(https://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz
-   fix-sizes.patch)
-sha256sums=('d0f8fbefb5fdc716e75c778525d96ac9eef622d3de94da8d70e2bdc7ab81daa2'
-'6034552698c55e012047feebc47640768202202f9cda8b1af1503e83722746f3')
+source=(https://downloads.sourceforge.net/sourceforge/sarg/$pkgname-$pkgver.tar.gz)
+sha256sums=('b4ca0f41f6467673b4c65c6798b44a8886f08180c055eb11c37a96dfc28cb5c3')
 
 prepare() {
   cd "$srcdir"/$pkgname-$pkgver
-  patch -p1 <"$srcdir"/fix-sizes.patch
+  sed -i 's|filelist.c|filelist.c fileobject.c|' CMakeLists.txt
 }
 
 build() {
   cd "$srcdir"/$pkgname-$pkgver
-  export CFLAGS="$CFLAGS -Wno-error"
   cmake \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DSYSCONFDIR=/etc/sarg \
 -DMANDIR=/usr/share/man/man1 \
 .
-  make
+  make C_FLAGS="-Wno-error"
 }
 
 package() {

Deleted: fix-sizes.patch
===
--- fix-sizes.patch 2020-03-11 11:32:34 UTC (rev 594177)
+++ fix-sizes.patch 2020-03-11 11:34:53 UTC (rev 594178)
@@ -1,45 +0,0 @@
-diff -wbBur sarg-2.3.11/index.c sarg-2.3.11.my/index.c
 sarg-2.3.11/index.c2018-01-14 21:00:22.0 +0300
-+++ sarg-2.3.11.my/index.c 2018-02-19 12:20:15.896203347 +0300
-@@ -208,7 +208,7 @@
-   m1=month / 16;
-   if(month % 16 != 0) {
-   m2=month % 16;
--  sprintf(monthnum,"%02d-%02d",m1,m2);
-+  sprintf(monthnum,"%02u-%02u",(unsigned 
int)m1,(unsigned int)m2);
-   sprintf(monthname1,"%02d",m1);
-   sprintf(monthname2,"%02d",m2);
-   name_month(monthname1,sizeof(monthname1));
-@@ -269,7 +269,7 @@
-   d1=day / 32;
-   if(day % 32 != 0) {
-   d2=day % 32;
--  sprintf(daynum,"%02d-%02d",d1,d2);
-+  sprintf(daynum,"%02u-%02u",(unsigned 
int)d1,(unsigned int)d2);
-   } else {
-   sprintf(daynum,"%02d",d1);
-   }
-diff -wbBur sarg-2.3.11/report.c sarg-2.3.11.my/report.c
 sarg-2.3.11/report.c   2018-01-14 21:00:23.0 +0300
-+++ sarg-2.3.11.my/report.c2018-02-19 12:18:45.151207192 +0300
-@@ -54,7 +54,7 @@
-   char accsmart[MAXLEN];
-   char crc2[MAXLEN/2 -1];
-   char siteind[MAX_TRUNCATED_URL];
--  char arqtt[256];
-+  char arqtt[267];
-   char *oldurltt=NULL;
-   char oldaccdiatt[11],oldacchoratt[9];
-   char tmp3[MAXLEN];
-diff -wbBur sarg-2.3.11/userinfo.c sarg-2.3.11.my/userinfo.c
 sarg-2.3.11/userinfo.c 2013-06-01 22:02:04.0 +0400
-+++ sarg-2.3.11.my/userinfo.c  2018-02-19 12:21:16.103200796 +0300
-@@ -67,7 +67,7 @@
-   int skip;
-   int flen;
-   int count, clen;
--  char cstr[9];
-+  char cstr[11];
- 
-   last=NULL;
-   for (group=first_user_group ; group ; group=group->next) {


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:17:19
  Author: spupykin
Revision: 594174

upgpkg: xsel 1.2.0.20190821-1

Modified:
  xsel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 11:17:11 UTC (rev 594173)
+++ PKGBUILD2020-03-11 11:17:19 UTC (rev 594174)
@@ -2,9 +2,9 @@
 # Contributor: Sergej Pupykin 
 
 pkgname=xsel
-pkgver=1.2.0.20160929
-_commit=aa7f57eed805adb09e9c59c8ea841870e8206b81
-pkgrel=2
+pkgver=1.2.0.20190821
+_commit=ef01f3c72a195dbce682184c842b81b17d7d7ad1
+pkgrel=1
 pkgdesc="XSel is a command-line program for getting and setting the contents 
of the X selection"
 arch=(x86_64)
 url="http://www.vergenet.net/~conrad/software/xsel/;


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:16:57
  Author: spupykin
Revision: 594172

upgpkg: unifdef 2.12-1

Modified:
  unifdef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 11:16:13 UTC (rev 594171)
+++ PKGBUILD2020-03-11 11:16:57 UTC (rev 594172)
@@ -1,8 +1,8 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=unifdef
-pkgver=2.11
-pkgrel=2
+pkgver=2.12
+pkgrel=1
 pkgdesc="Remove #ifdef'ed lines"
 arch=(x86_64)
 url="https://dotat.at/prog/unifdef/;
@@ -9,7 +9,7 @@
 license=('GPL')
 depends=()
 source=("https://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
+sha256sums=('fba564a24db7b97ebe9329713ac970627b902e5e9e8b14e19e024eb6e278d10b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:17:34
  Author: spupykin
Revision: 594175

archrelease: copy trunk to community-x86_64

Added:
  xsel/repos/community-x86_64/PKGBUILD
(from rev 594174, xsel/trunk/PKGBUILD)
Deleted:
  xsel/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 11:17:19 UTC (rev 594174)
+++ PKGBUILD2020-03-11 11:17:34 UTC (rev 594175)
@@ -1,30 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-pkgname=xsel
-pkgver=1.2.0.20160929
-_commit=aa7f57eed805adb09e9c59c8ea841870e8206b81
-pkgrel=2
-pkgdesc="XSel is a command-line program for getting and setting the contents 
of the X selection"
-arch=(x86_64)
-url="http://www.vergenet.net/~conrad/software/xsel/;
-license=("custom")
-depends=('libx11')
-makedepends=('libxt' 'git')
-#source=(http://www.vergenet.net/~conrad/software/xsel/download/$pkgname-$pkgver.tar.gz)
-source=("git://github.com/kfish/xsel.git#commit=${_commit}")
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  touch README
-  [ -x configure ] && ./configure --prefix=/usr || ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  make DESTDIR="$pkgdir" install
-  mkdir -p "$pkgdir"/usr/share/licenses/xsel/
-  install -D -m0644 COPYING "$pkgdir"/usr/share/licenses/xsel/COPYING
-}

Copied: xsel/repos/community-x86_64/PKGBUILD (from rev 594174, 
xsel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 11:17:34 UTC (rev 594175)
@@ -0,0 +1,30 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+pkgname=xsel
+pkgver=1.2.0.20190821
+_commit=ef01f3c72a195dbce682184c842b81b17d7d7ad1
+pkgrel=1
+pkgdesc="XSel is a command-line program for getting and setting the contents 
of the X selection"
+arch=(x86_64)
+url="http://www.vergenet.net/~conrad/software/xsel/;
+license=("custom")
+depends=('libx11')
+makedepends=('libxt' 'git')
+#source=(http://www.vergenet.net/~conrad/software/xsel/download/$pkgname-$pkgver.tar.gz)
+source=("git://github.com/kfish/xsel.git#commit=${_commit}")
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  touch README
+  [ -x configure ] && ./configure --prefix=/usr || ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  make DESTDIR="$pkgdir" install
+  mkdir -p "$pkgdir"/usr/share/licenses/xsel/
+  install -D -m0644 COPYING "$pkgdir"/usr/share/licenses/xsel/COPYING
+}


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 11:17:11
  Author: spupykin
Revision: 594173

archrelease: copy trunk to community-x86_64

Added:
  unifdef/repos/community-x86_64/PKGBUILD
(from rev 594172, unifdef/trunk/PKGBUILD)
Deleted:
  unifdef/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-11 11:16:57 UTC (rev 594172)
+++ PKGBUILD2020-03-11 11:17:11 UTC (rev 594173)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=unifdef
-pkgver=2.11
-pkgrel=2
-pkgdesc="Remove #ifdef'ed lines"
-arch=(x86_64)
-url="http://dotat.at/prog/unifdef/;
-license=('GPL')
-depends=()
-source=("https://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
-sha256sums=('e8483c05857a10cf2d5e45b9e8af867d95991fab0f9d3d8984840b810e132d98')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make clean
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
-  install -m 0755 unifdef "$pkgdir"/usr/bin/
-  install -m 0755 unifdefall.sh "$pkgdir"/usr/bin/unifdefall
-  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
-}

Copied: unifdef/repos/community-x86_64/PKGBUILD (from rev 594172, 
unifdef/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-11 11:17:11 UTC (rev 594173)
@@ -0,0 +1,26 @@
+# Maintainer: Sergej Pupykin 
+
+pkgname=unifdef
+pkgver=2.12
+pkgrel=1
+pkgdesc="Remove #ifdef'ed lines"
+arch=(x86_64)
+url="https://dotat.at/prog/unifdef/;
+license=('GPL')
+depends=()
+source=("https://dotat.at/prog/unifdef/unifdef-$pkgver.tar.gz;)
+sha256sums=('fba564a24db7b97ebe9329713ac970627b902e5e9e8b14e19e024eb6e278d10b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make clean
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  mkdir -p "$pkgdir"/usr/bin "$pkgdir"/usr/share/man/man1
+  install -m 0755 unifdef "$pkgdir"/usr/bin/
+  install -m 0755 unifdefall.sh "$pkgdir"/usr/bin/unifdefall
+  install -m 0644 unifdef.1 "$pkgdir"/usr/share/man/man1/
+}


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 16:43:30
  Author: spupykin
Revision: 594397

upgpkg: nextcloud 18.0.2-1

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2020-03-11 16:43:21 UTC (rev 594396)
+++ PKGBUILD2020-03-11 16:43:30 UTC (rev 594397)
@@ -1,7 +1,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=nextcloud
-pkgver=18.0.1
+pkgver=18.0.2
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=('any')
@@ -25,7 +25,7 @@
 
source=("https://download.nextcloud.com/server/releases/nextcloud-${pkgver}.tar.bz2"{,.asc}
 'apache.example.conf'
 'nextcloud.hook')
-sha256sums=('770faf34b8f0d81273623daed4d64ec7919c38dfeb07328b613058addbed19c0'
+sha256sums=('d033660923dd27106ec64bff0e3afa2f595bd1b9661b7ea7882a1a33006ecb81'
 'SKIP'
 '30a8ad62b0dc9523ca7f0387b1f0483d196c1e011ec7e3a5b98e7d33c721d4bf'
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')


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

2020-03-11 Thread Sergej Pupykin via arch-commits
Date: Wednesday, March 11, 2020 @ 16:43:45
  Author: spupykin
Revision: 594398

archrelease: copy trunk to community-any

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

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

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

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

2020-04-16 Thread Sergej Pupykin via arch-commits
Date: Friday, April 17, 2020 @ 00:51:56
  Author: spupykin
Revision: 615390

upgpkg: lxc 1:4.0.2-1

Modified:
  lxc/trunk/PKGBUILD
  lxc/trunk/lxc.service

-+
 PKGBUILD|6 +++---
 lxc.service |3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2020-04-17 00:44:26 UTC (rev 615389)
+++ PKGBUILD2020-04-17 00:51:56 UTC (rev 615390)
@@ -6,7 +6,7 @@
 
 pkgname=lxc
 epoch=1
-pkgver=4.0.1
+pkgver=4.0.2
 pkgrel=1
 pkgdesc="Linux Containers"
 arch=('x86_64')
@@ -26,10 +26,10 @@
"lxc.tmpfiles.d"
"lxc.service"
"lxc-auto.service")
-sha256sums=('70bbaac1df097f32ee5493a5e67a52365f7cdda28529f40197d6160bbec4139d'
+sha256sums=('ca336dcdf303fea5ff231d89a9b6278b061c4cffb14f0db0a71a15bdd95a5cb0'
 'SKIP'
 '10e4f661872f773bf3122a2f9f2cb13344fea86a4ab72beecb4213be4325c479'
-'711fb84c87b143cb0098e095fdebb040b15f553a854efbe846a00100bdb9ae88'
+'bbe7e0447bc3bf5f75f312c34d647f5218024731628a5e8633b1ea1801ebe16b'
 'b31f8d6b301ab9901b43f2696bcd0babb32b96e4a59fab63a2d642e43bf26bb3')
 
 prepare() {

Modified: lxc.service
===
--- lxc.service 2020-04-17 00:44:26 UTC (rev 615389)
+++ lxc.service 2020-04-17 00:51:56 UTC (rev 615390)
@@ -4,7 +4,8 @@
 
 [Service]
 Type=forking
-ExecStart=/usr/bin/lxc-start -d -n %i
+ExecStart=/usr/bin/lxc-start -d -n %i -p /run/lxc-%i.pid
+PIDFile=/run/lxc-%i.pid
 ExecStop=/usr/bin/lxc-stop -n %i
 Delegate=true
 TasksMax=32768


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

2020-04-16 Thread Sergej Pupykin via arch-commits
Date: Friday, April 17, 2020 @ 00:52:12
  Author: spupykin
Revision: 615391

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |  152 ++---
 lxc-auto.service |   28 -
 lxc.service  |   27 -
 lxc.tmpfiles.d   |2 
 4 files changed, 105 insertions(+), 104 deletions(-)

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

Copied: lxc/repos/community-x86_64/PKGBUILD (from rev 615390, 
lxc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-04-17 00:52:12 UTC (rev 615391)
@@ -0,0 +1,76 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Andrea Zucchelli 
+# Contributor: Daniel Micay 
+# Contributor: Jonathan Liu 
+# Contributor: Jon Nordby 
+
+pkgname=lxc
+epoch=1
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="Linux Containers"
+arch=('x86_64')
+url="https://linuxcontainers.org;
+depends=('bash' 'perl' 'libseccomp' 'libcap' 'python' 'rsync' 'wget')
+makedepends=('docbook2x' 'lua' 'python-setuptools' 'apparmor')
+optdepends=('dnsmasq: lxc-net.service'
+   'lua'
+   'lua-filesystem: lxc-top'
+   'lua-alt-getopt: lxc-top')
+license=('LGPL')
+options=('emptydirs')
+backup=('etc/lxc/default.conf'
+   'etc/default/lxc')
+validpgpkeys=('602F567663E593BCBD14F338C638974D64792D67')
+source=("https://linuxcontainers.org/downloads/$pkgname-${pkgver}.tar.gz"{,.asc}
+   "lxc.tmpfiles.d"
+   "lxc.service"
+   "lxc-auto.service")

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