[arch-commits] Commit in opensmtpd/trunk (3 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 01:25:20
  Author: eschwartz
Revision: 280800

upgpkg: opensmtpd 6.0.2p1-7

migrate to systemd-sysusers

Added:
  opensmtpd/trunk/opensmtpd.sysusers
Modified:
  opensmtpd/trunk/PKGBUILD
Deleted:
  opensmtpd/trunk/opensmtpd.install

+
 PKGBUILD   |   10 ++
 opensmtpd.install  |   26 --
 opensmtpd.sysusers |4 
 3 files changed, 10 insertions(+), 30 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 00:59:57 UTC (rev 280799)
+++ PKGBUILD2018-01-10 01:25:20 UTC (rev 280800)
@@ -4,10 +4,10 @@
 
 pkgname=opensmtpd
 pkgver=6.0.2p1
-pkgrel=6
+pkgrel=7
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('x86_64')
-url='http://www.opensmtpd.org/'
+url='https://www.opensmtpd.org/'
 license=('custom')
 depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
 provides=('smtp-server' 'smtp-forwarder')
@@ -14,11 +14,12 @@
 conflicts=('smtp-server' 'smtp-forwarder')
 backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
 options=('emptydirs')
-install=opensmtpd.install
 source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
+'opensmtpd.sysusers'
 'smtpd.service'
 'smtpd.socket')
 sha256sums=('2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac'
+'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
 'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
 '32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
 
@@ -58,10 +59,11 @@
   ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/newaliases"
   ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/makemap"
 
-  # install license and systemd unit files
+  # install license, systemd unit files, sysusers
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
   install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
   install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
+  install -Dm644 "$srcdir/opensmtpd.sysusers" 
"$pkgdir/usr/lib/sysusers.d/opensmtpd.conf"
 
   # install an empty aliases file (used by the default config)
   install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"

Deleted: opensmtpd.install
===
--- opensmtpd.install   2018-01-10 00:59:57 UTC (rev 280799)
+++ opensmtpd.install   2018-01-10 01:25:20 UTC (rev 280800)
@@ -1,26 +0,0 @@
-# arg 1:  the new package version
-post_install() {
-  # create users
-  getent group smtpq >/dev/null || groupadd  -r smtpq
-  getent passwd smtpd >/dev/null || useradd -c "SMTP Daemon" -d /var/empty -u 
91 -g 1 -s /bin/nologin smtpd
-  getent passwd smtpq >/dev/null || useradd -c "SMTPD Queue" -d /var/empty -u 
92 -g smtpq -s/bin/nologin smtpq
-  :
-}
-
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  post_install "$1"
-  if (( $(vercmp $2 5.3.3p1-1) < 0 )); then
-echo 'Configuration files have been moved to /etc/smtpd.'
-echo 'New users have been added.'
-echo 'Check your configuration!'
-  elif (( $(vercmp $2 5.4) < 0 )); then
-echo 'User smtpf is no more required. It will be removed!'
-echo 'Check your configuration!'
-userdel -f smtpf
-  fi
-  :
-}
-
-# vim:set ts=2 sw=2 et:

Added: opensmtpd.sysusers
===
--- opensmtpd.sysusers  (rev 0)
+++ opensmtpd.sysusers  2018-01-10 01:25:20 UTC (rev 280800)
@@ -0,0 +1,4 @@
+u smtpd 91 "SMTP Daemon" -
+u smtpq 92 "SMTP Queue"  -
+
+m smtpd root


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 01:25:58
  Author: eschwartz
Revision: 280801

archrelease: copy trunk to community-x86_64

Added:
  opensmtpd/repos/community-x86_64/PKGBUILD
(from rev 280800, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-x86_64/opensmtpd.sysusers
(from rev 280800, opensmtpd/trunk/opensmtpd.sysusers)
  opensmtpd/repos/community-x86_64/smtpd.service
(from rev 280800, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-x86_64/smtpd.socket
(from rev 280800, opensmtpd/trunk/smtpd.socket)
Deleted:
  opensmtpd/repos/community-x86_64/PKGBUILD
  opensmtpd/repos/community-x86_64/opensmtpd.install
  opensmtpd/repos/community-x86_64/smtpd.service
  opensmtpd/repos/community-x86_64/smtpd.socket

+
 PKGBUILD   |  138 +--
 opensmtpd.install  |   26 -
 opensmtpd.sysusers |4 +
 smtpd.service  |   22 
 smtpd.socket   |   16 ++---
 5 files changed, 93 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 01:25:20 UTC (rev 280800)
+++ PKGBUILD2018-01-10 01:25:58 UTC (rev 280801)
@@ -1,68 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Sébastien Luttringer
-# Contributor: parchd 
-
-pkgname=opensmtpd
-pkgver=6.0.2p1
-pkgrel=6
-pkgdesc='Free implementation of the server-side SMTP protocol'
-arch=('i686' 'x86_64')
-url='http://www.opensmtpd.org/'
-license=('custom')
-depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
-provides=('smtp-server' 'smtp-forwarder')
-conflicts=('smtp-server' 'smtp-forwarder')
-backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
-options=('emptydirs')
-install=opensmtpd.install
-source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
-'smtpd.service'
-'smtpd.socket')
-sha256sums=('2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac'
-'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
-'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
-
-prepare() {
-  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc/smtpd \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/smtpd \
---with-path-mbox=/var/spool/mail \
---with-path-empty=/var/empty \
---with-path-socket=/run \
---with-path-CAfile=/etc/ssl/certs/ca-certificates.crt \
---with-user-smtpd=smtpd \
---with-user-queue=smtpq \
---with-group-queue=smtpq \
---with-auth-pam \
---with-libssl='/usr/lib/openssl-1.0' \
---with-cflags='-I/usr/include/openssl-1.0'
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/sendmail"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/mailq"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/newaliases"
-  ln -s /usr/bin/smtpctl "$pkgdir/usr/bin/makemap"
-
-  # install license and systemd unit files
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
-  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
-
-  # install an empty aliases file (used by the default config)
-  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
-}

Copied: opensmtpd/repos/community-x86_64/PKGBUILD (from rev 280800, 
opensmtpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 01:25:58 UTC (rev 280801)
@@ -0,0 +1,70 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sébastien Luttringer
+# Contributor: parchd 
+
+pkgname=opensmtpd
+pkgver=6.0.2p1
+pkgrel=7
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('x86_64')
+url='https://www.opensmtpd.org/'
+license=('custom')
+depends=('libasr' 'libevent' 'openssl-1.0' 'pam')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+options=('emptydirs')
+source=("https://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz;
+'opensmtpd.sysusers'
+'smtpd.service'
+'smtpd.socket')
+sha256sums=('2af9b6d08784c7e546bf124bb61e311a6aa0c9835507710a76f5c242383190ac'
+'b38b64f1457b7227d55585edc711cce525e089516d16b093e6c44387380e6b13'
+'abf5baeb2a87c60d668ad18ea41cc08cab7a4f76339dd6df05de15cdaadaf922'
+'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
+
+prepare() {
+  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+

[arch-commits] Commit in spice-gtk (3 files)

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 00:59:57
  Author: bgyorgy
Revision: 280799

archrelease: copy trunk to community-x86_64

Added:
  spice-gtk/repos/
  spice-gtk/repos/community-x86_64/
  spice-gtk/repos/community-x86_64/PKGBUILD
(from rev 280798, spice-gtk/trunk/PKGBUILD)

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

Copied: spice-gtk/repos/community-x86_64/PKGBUILD (from rev 280798, 
spice-gtk/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-01-10 00:59:57 UTC (rev 280799)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk
+pkgver=0.34
+pkgrel=1
+pkgdesc="GTK+ client library for SPICE"
+arch=('x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=('celt0.5.1' 'gtk3' 'libcacard' 'libjpeg-turbo' 'libpulse' 'opus' 
'phodav' 'usbredir')
+makedepends=('gobject-introspection' 'spice-protocol' 'usbutils'  'vala')
+provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
+replaces=('spice-glib' 'spice-gtk3')
+source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-vala --with-coroutine=gthread
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (5 files)

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 00:59:47
  Author: bgyorgy
Revision: 280798

Merge spice-glib and spice-gtk3 into spice-gtk

Added:
  spice-gtk/
  spice-gtk/trunk/
  spice-gtk/trunk/PKGBUILD
Deleted:
  spice-glib/
  spice-gtk3/

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

Added: spice-gtk/trunk/PKGBUILD
===
--- spice-gtk/trunk/PKGBUILD(rev 0)
+++ spice-gtk/trunk/PKGBUILD2018-01-10 00:59:47 UTC (rev 280798)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Sergej Pupykin 
+# Contributor: Stefano Facchini 
+# Contributor: Jonathan Lestrelin 
+# Contributor: Lucio Zara 
+
+pkgname=spice-gtk
+pkgver=0.34
+pkgrel=1
+pkgdesc="GTK+ client library for SPICE"
+arch=('x86_64')
+url="https://www.spice-space.org;
+license=('LGPL2.1')
+depends=('celt0.5.1' 'gtk3' 'libcacard' 'libjpeg-turbo' 'libpulse' 'opus' 
'phodav' 'usbredir')
+makedepends=('gobject-introspection' 'spice-protocol' 'usbutils'  'vala')
+provides=("spice-glib=$pkgver" "spice-gtk3=$pkgver")
+replaces=('spice-glib' 'spice-gtk3')
+source=("https://www.spice-space.org/download/gtk/$pkgname-$pkgver.tar.bz2;)
+sha256sums=('e9720e01165f8451c9f3f58ad50e3afb990993b81cc2db86b3661b7ac5b976ee')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --enable-vala --with-coroutine=gthread
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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


[arch-commits] Commit in phodav (3 files)

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 00:29:36
  Author: bgyorgy
Revision: 280795

archrelease: copy trunk to community-x86_64

Added:
  phodav/repos/
  phodav/repos/community-x86_64/
  phodav/repos/community-x86_64/PKGBUILD
(from rev 280794, phodav/trunk/PKGBUILD)

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

Copied: phodav/repos/community-x86_64/PKGBUILD (from rev 280794, 
phodav/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-01-10 00:29:36 UTC (rev 280795)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=phodav
+pkgver=2.2
+pkgrel=2
+pkgdesc="WebDav server implementation using libsoup (RFC 4918)"
+arch=('x86_64')
+url="http://wiki.gnome.org/$pkgname;
+license=('LGPL2.1')
+depends=('avahi' 'libsoup')
+makedepends=('asciidoc' 'intltool' 'xmlto')
+backup=('etc/conf.d/spice-webdavd')
+source=("http://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('080305dc9e804562f200ffc8c7d345c76754fce9cb01489dddb1b2c52c0557c1')
+
+prepare() {
+   cd $pkgname-$pkgver
+   sed -i 's|/etc/sysconfig/spice-webdavd|/etc/conf.d/spice-webdavd|
+   s|/usr/sbin/spice-webdavd|/usr/bin/spice-webdavd|' 
data/spice-webdavd.service
+}
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   install -dm755 "$pkgdir/etc/conf.d/"
+   echo 'SPICE_WEBDAVD_EXTRA_ARGS=""' > "$pkgdir/etc/conf.d/spice-webdavd"
+}


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 00:29:13
  Author: bgyorgy
Revision: 280794

Add phodav, a new dependency for spice-gtk

Added:
  phodav/
  phodav/trunk/
  phodav/trunk/PKGBUILD

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

Added: phodav/trunk/PKGBUILD
===
--- phodav/trunk/PKGBUILD   (rev 0)
+++ phodav/trunk/PKGBUILD   2018-01-10 00:29:13 UTC (rev 280794)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=phodav
+pkgver=2.2
+pkgrel=2
+pkgdesc="WebDav server implementation using libsoup (RFC 4918)"
+arch=('x86_64')
+url="http://wiki.gnome.org/$pkgname;
+license=('LGPL2.1')
+depends=('avahi' 'libsoup')
+makedepends=('asciidoc' 'intltool' 'xmlto')
+backup=('etc/conf.d/spice-webdavd')
+source=("http://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+sha256sums=('080305dc9e804562f200ffc8c7d345c76754fce9cb01489dddb1b2c52c0557c1')
+
+prepare() {
+   cd $pkgname-$pkgver
+   sed -i 's|/etc/sysconfig/spice-webdavd|/etc/conf.d/spice-webdavd|
+   s|/usr/sbin/spice-webdavd|/usr/bin/spice-webdavd|' 
data/spice-webdavd.service
+}
+
+build() {
+   cd $pkgname-$pkgver
+   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--sbindir=/usr/bin
+   make
+}
+
+package() {
+   cd $pkgname-$pkgver
+   make DESTDIR="$pkgdir" install
+
+   install -dm755 "$pkgdir/etc/conf.d/"
+   echo 'SPICE_WEBDAVD_EXTRA_ARGS=""' > "$pkgdir/etc/conf.d/spice-webdavd"
+}


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


[arch-commits] Commit in systemd/repos (14 files)

2018-01-09 Thread Christian Hesse via arch-commits
Date: Tuesday, January 9, 2018 @ 23:45:33
  Author: eworm
Revision: 314307

archrelease: copy trunk to testing-x86_64

Added:
  systemd/repos/testing-x86_64/
  systemd/repos/testing-x86_64/PKGBUILD
(from rev 314306, systemd/trunk/PKGBUILD)
  systemd/repos/testing-x86_64/arch.conf
(from rev 314306, systemd/trunk/arch.conf)
  systemd/repos/testing-x86_64/initcpio-hook-udev
(from rev 314306, systemd/trunk/initcpio-hook-udev)
  systemd/repos/testing-x86_64/initcpio-install-systemd
(from rev 314306, systemd/trunk/initcpio-install-systemd)
  systemd/repos/testing-x86_64/initcpio-install-udev
(from rev 314306, systemd/trunk/initcpio-install-udev)
  systemd/repos/testing-x86_64/loader.conf
(from rev 314306, systemd/trunk/loader.conf)
  systemd/repos/testing-x86_64/splash-arch.bmp
(from rev 314306, systemd/trunk/splash-arch.bmp)
  systemd/repos/testing-x86_64/systemd-hwdb.hook
(from rev 314306, systemd/trunk/systemd-hwdb.hook)
  systemd/repos/testing-x86_64/systemd-sysusers.hook
(from rev 314306, systemd/trunk/systemd-sysusers.hook)
  systemd/repos/testing-x86_64/systemd-tmpfiles.hook
(from rev 314306, systemd/trunk/systemd-tmpfiles.hook)
  systemd/repos/testing-x86_64/systemd-update.hook
(from rev 314306, systemd/trunk/systemd-update.hook)
  systemd/repos/testing-x86_64/systemd-user.pam
(from rev 314306, systemd/trunk/systemd-user.pam)
  systemd/repos/testing-x86_64/systemd.install
(from rev 314306, systemd/trunk/systemd.install)

--+
 PKGBUILD |  268 +
 arch.conf|7 +
 initcpio-hook-udev   |   22 +++
 initcpio-install-systemd |  198 +
 initcpio-install-udev|   29 
 loader.conf  |1 
 systemd-hwdb.hook|   11 +
 systemd-sysusers.hook|   11 +
 systemd-tmpfiles.hook|   11 +
 systemd-update.hook  |   11 +
 systemd-user.pam |5 
 systemd.install  |   99 
 12 files changed, 673 insertions(+)

Copied: systemd/repos/testing-x86_64/PKGBUILD (from rev 314306, 
systemd/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-01-09 23:45:33 UTC (rev 314307)
@@ -0,0 +1,268 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dave Reisner 
+# Maintainer: Tom Gundersen 
+
+pkgbase=systemd
+pkgname=('systemd' 'libsystemd' 'systemd-sysvcompat')
+# latest commit on stable branch
+_commit='a1b2c92d8290c76a29ccd0887a92ac064e1bb5a1'
+# Bump this to latest major release for signed tag verification,
+# the commit count is handled by pkgver() function.
+pkgver=236.0
+pkgrel=3
+arch=('x86_64')
+url="https://www.github.com/systemd/systemd;
+makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
+ 'intltool' 'iptables' 'kmod' 'libcap' 'libidn' 'libgcrypt'
+ 'libmicrohttpd' 'libxslt' 'util-linux' 'linux-api-headers'
+ 'python-lxml' 'quota-tools' 'shadow' 'gnu-efi-libs' 'git'
+ 'meson' 'libseccomp')
+options=('strip')
+validpgpkeys=('63CDA1E5D3FC22B998D20DD6327F26951A015CC4')  # Lennart 
Poettering 
+source=('git://github.com/systemd/systemd-stable.git'
+'git://github.com/systemd/systemd.git' # pull in for tags, backports & 
reverts
+'initcpio-hook-udev'
+'initcpio-install-systemd'
+'initcpio-install-udev'
+'arch.conf'
+'loader.conf'
+'splash-arch.bmp'
+'systemd-user.pam'
+'systemd-hwdb.hook'
+'systemd-sysusers.hook'
+'systemd-tmpfiles.hook'
+'systemd-update.hook')
+sha512sums=('SKIP'
+'SKIP'
+
'f0d933e8c6064ed830dec54049b0a01e27be87203208f6ae982f10fb4eddc7258cb2919d594cbfb9a33e74c3510cfd682f3416ba8e804387ab87d1a217eb4b73'
+
'86d7cacd7536b1069c8208de7ec81e7f0f18a19fc2b06fabe90db4700623eb3540b75121080d325672d92e26912632ae4f93fd3c0bb48eb3e5eedd88352c'
+
'a25b28af2e8c516c3a2eec4e64b8c7f70c21f974af4a955a4a9d45fd3e3ff0d2a98b4419fe425d47152d5acae77d64e69d8d014a7209524b75a81b0edb10bf3a'
+
'61032d29241b74a0f28446f8cf1be0e8ec46d0847a61dadb2a4f096e8686d5f57fe5c72bcf386003f6520bc4b5856c32d63bf3efe7eb0bc0deefc9f68159e648'
+
'c416e2121df83067376bcaacb58c05b01990f4614ad9de657d74b6da3efa441af251d13bf21e3f0f71ddcb4c9ea658b81da3d915667dc5c309c87ec32a1cb5a5'
+
'5a1d78b5170da5abe3d18fdf9f2c3a4d78f15ba7d1ee9ec2708c4c9c2e28973469bc19386f70b3cf32ffafbe4fcc4303e5ebbd6d5187a1df3314ae0965b25e75'
+
'b90c99d768dc2a4f020ba854edf45ccf1b86a09d2f66e475de21fe589ff7e32c33ef4aa0876d7f1864491488fd7edb2682fc0d68e83a6d4890a0778dc2d6fe19'
+

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

2018-01-09 Thread Christian Hesse via arch-commits
Date: Tuesday, January 9, 2018 @ 23:45:15
  Author: eworm
Revision: 314306

upgpkg: systemd 236.0-3

fix systemd-networkd crash (FS#56957)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:41:15 UTC (rev 314305)
+++ PKGBUILD2018-01-09 23:45:15 UTC (rev 314306)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=236.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://www.github.com/systemd/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -50,6 +50,9 @@
 _backports=(
   # cryptsetup-generator: Don't mistake NULL input as OOM (#7688) 
   'aff0b1fa7bf2ca60fd5ffdf7ea25184d576cf61d'
+
+  # networkd: call link_set_routing_policy_rule before setting routes (#7815)
+  '27c34f732e7767b5cdc90fe7ad03ae0ea625671c'
 )
 
 _reverts=(


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 23:33:34
  Author: eschwartz
Revision: 280793

archrelease: copy trunk to community-x86_64

Added:
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 280792, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 280792, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/openntpd.sysusers
(from rev 280792, openntpd/trunk/openntpd.sysusers)
Deleted:
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/openntpd.install
  openntpd/repos/community-x86_64/openntpd.service

---+
 PKGBUILD  |  112 ++--
 openntpd.install  |7 ---
 openntpd.service  |   22 +-
 openntpd.sysusers |1 
 4 files changed, 69 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 23:33:02 UTC (rev 280792)
+++ PKGBUILD2018-01-09 23:33:34 UTC (rev 280793)
@@ -1,55 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Mark Rosenstand 
-# Contributor: Giorgio Lando  (adjtimex patch)
-# Contributor: Alexander Rødseth 
-
-pkgname=openntpd
-pkgver=6.2p3
-pkgrel=1
-pkgdesc='Free, easy to use implementation of the Network Time Protocol'
-url='http://www.openntpd.org/'
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('openssl')
-conflicts=('ntp')
-backup=('etc/ntpd.conf')
-install=${pkgname}.install
-source=(https://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
-openntpd.service)
-sha512sums=('56a04bfd8b161b365607673ac80086ff53ae943938fa49bf52edbc541432eca30730a46a4af581fe26ce3bbceb144cb25982a38959b7a3f9304c727fe60f9f50'
-'SKIP'
-
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
-validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-privsep-user=ntp \
---localstatedir=/var \
---with-adjtimex
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rmdir "${pkgdir}/var/run"
-  install -d "${pkgdir}/var/lib/ntp"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 "${srcdir}/openntpd.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-
-  install -d "${pkgdir}/usr/lib/systemd/ntp-units.d"
-  echo ${pkgname}.service > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openntpd/repos/community-x86_64/PKGBUILD (from rev 280792, 
openntpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 23:33:34 UTC (rev 280793)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Mark Rosenstand 
+# Contributor: Giorgio Lando  (adjtimex patch)
+# Contributor: Alexander Rødseth 
+
+pkgname=openntpd
+pkgver=6.2p3
+pkgrel=2
+pkgdesc='Free, easy to use implementation of the Network Time Protocol'
+url='http://www.openntpd.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('openssl')
+conflicts=('ntp')
+backup=('etc/ntpd.conf')
+source=(https://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
+openntpd.sysusers
+openntpd.service)
+sha512sums=('56a04bfd8b161b365607673ac80086ff53ae943938fa49bf52edbc541432eca30730a46a4af581fe26ce3bbceb144cb25982a38959b7a3f9304c727fe60f9f50'
+'SKIP'
+
'b6bb4f39eb435ce6c3314ea4a31430a1f8b70898d17d1fe07fa487bec0e79c022b004d3c11366f0f994546f454e5418caf5b3d7e6e1a205598d2bc8140417f7a'
+
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
+validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-privsep-user=ntp \
+--localstatedir=/var \
+--with-adjtimex
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rmdir "${pkgdir}/var/run"
+  install -d "${pkgdir}/var/lib/ntp"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 "${srcdir}/openntpd.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  

[arch-commits] Commit in openntpd/trunk (PKGBUILD openntpd.install openntpd.sysusers)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 23:33:02
  Author: eschwartz
Revision: 280792

upgpkg: openntpd 6.2p3-2

migrate to systemd-sysusers

Added:
  openntpd/trunk/openntpd.sysusers
Modified:
  openntpd/trunk/PKGBUILD
Deleted:
  openntpd/trunk/openntpd.install

---+
 PKGBUILD  |6 --
 openntpd.install  |7 ---
 openntpd.sysusers |1 +
 3 files changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 23:07:47 UTC (rev 280791)
+++ PKGBUILD2018-01-09 23:33:02 UTC (rev 280792)
@@ -6,7 +6,7 @@
 
 pkgname=openntpd
 pkgver=6.2p3
-pkgrel=1
+pkgrel=2
 pkgdesc='Free, easy to use implementation of the Network Time Protocol'
 url='http://www.openntpd.org/'
 arch=('x86_64')
@@ -14,11 +14,12 @@
 depends=('openssl')
 conflicts=('ntp')
 backup=('etc/ntpd.conf')
-install=${pkgname}.install
 
source=(https://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
+openntpd.sysusers
 openntpd.service)
 
sha512sums=('56a04bfd8b161b365607673ac80086ff53ae943938fa49bf52edbc541432eca30730a46a4af581fe26ce3bbceb144cb25982a38959b7a3f9304c727fe60f9f50'
 'SKIP'
+
'b6bb4f39eb435ce6c3314ea4a31430a1f8b70898d17d1fe07fa487bec0e79c022b004d3c11366f0f994546f454e5418caf5b3d7e6e1a205598d2bc8140417f7a'
 
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
 validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 

 
@@ -47,6 +48,7 @@
   install -d "${pkgdir}/var/lib/ntp"
   install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 "${srcdir}/openntpd.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 "${srcdir}/openntpd.sysusers" -t 
"${pkgdir}/usr/lib/sysusers.d/openntpd.conf"
 
   install -d "${pkgdir}/usr/lib/systemd/ntp-units.d"
   echo ${pkgname}.service > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"

Deleted: openntpd.install
===
--- openntpd.install2018-01-09 23:07:47 UTC (rev 280791)
+++ openntpd.install2018-01-09 23:33:02 UTC (rev 280792)
@@ -1,7 +0,0 @@
-post_install() {
-  getent group ntp &>/dev/null || groupadd -g 87 ntp >/dev/null
-  getent passwd ntp &>/dev/null || useradd -u 87 -g ntp -d /var/lib/ntp \
--c 'Network Time Protocol' -s /usr/bin/nologin ntp >/dev/null
-}
-
-# vim: ts=2 sw=2 et ft=sh

Added: openntpd.sysusers
===
--- openntpd.sysusers   (rev 0)
+++ openntpd.sysusers   2018-01-09 23:33:02 UTC (rev 280792)
@@ -0,0 +1 @@
+u ntp 87 "Network Time Protocol" /var/lib/ntp


[arch-commits] Commit in powerdns/trunk (PKGBUILD sysusers.conf)

2018-01-09 Thread Levente Polyak via arch-commits
Date: Tuesday, January 9, 2018 @ 23:07:40
  Author: anthraxx
Revision: 280790

upgpkg: powerdns 4.1.0-1

Added:
  powerdns/trunk/sysusers.conf
Modified:
  powerdns/trunk/PKGBUILD

---+
 PKGBUILD  |   75 +---
 sysusers.conf |1 
 2 files changed, 30 insertions(+), 46 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 23:02:36 UTC (rev 280789)
+++ PKGBUILD2018-01-09 23:07:40 UTC (rev 280790)
@@ -3,54 +3,43 @@
 # Contributor: Jan de Groot 
 # Contributor: Kevin Mihelich 
 # Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
 
 pkgname=powerdns
-pkgver=4.0.5
-pkgrel=3
+pkgver=4.1.0
+pkgrel=1
 pkgdesc='Authoritative DNS server'
-url='http://www.powerdns.com/'
+url='https://www.powerdns.com/'
 arch=('x86_64')
 license=('GPL2')
-depends=('boost-libs' 'libsodium' 'systemd' 'lua' 'openssl' 'protobuf' 
'sqlite')
-makedepends=('boost' 'setconf' 'libmariadbclient' 'postgresql-libs' 'lua' 
'libldap'
- 'sqlite' 'geoip' 'yaml-cpp' 'pkg-config')
-optdepends=('libmariadbclient: MariaDB/MySQL backend'
+depends=('boost-libs' 'botan' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx' 
'pkg-config'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'libmariadbclient: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
 'postgresql-libs: PostgreSQL backend'
-'libldap: LDAP backend'
-'geoip: GeoIP backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
 'yaml-cpp: GeoIP backend')
 provides=('pdns')
 conflicts=('pdns')
 backup=('etc/powerdns/pdns.conf')
-source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc})
-sha512sums=('4b0fa932c1d9caf35b988916447aa21c64ebe2a58bdd84417cf09321a21b264cf1057206dc6993a45a3b591eb1dfa49463710c06b6bdfaf6fb17ae6dec6086d9'
-'SKIP')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('4b2b42f4893f8aac3cf07a6c8a3c999cb728a5907a710f1a5c9c8d08377ecb63e202e5eececbefc069c8f1d97a29b2aa607da7cf2bcc6335a7418e409e77'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
 validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Winkels, Erik 

   '16E12866B7738C73976A57436FFC33439B0D04DF') # Pieter Lexis 

 
 prepare() {
   cd pdns-${pkgver}
-  # Default settings
-  for keyvalue in \
-allow-recursion=127.0.0.1 \
-chroot=/var/empty \
-config-dir=/etc/powerdns \
-daemon=no \
-distributor-threads=3 \
-guardian=no \
-local-port=53 \
-loglevel=3 \
-module-dir=/usr/lib/powerdns \
-setgid=nobody \
-setuid=nobody \
-socket-dir=/var/run \
-webserver=no
-  do
-setconf -a pdns.conf "${keyvalue}"
-  done
-
-  # Using simple so we can bind it to a chroot
-  sed 's|notify|simple|' -i pdns/pdns.service.in
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
 }
 
 build() {
@@ -58,16 +47,12 @@
   ./configure \
 --prefix=/usr \
 --sysconfdir=/etc/powerdns \
---libexecdir=/usr/lib \
---libdir=/usr/lib \
---mandir=/usr/share/man \
+--sbindir=/usr/bin \
 --with-modules='' \
---with-dynmodules="bind gmysql geoip gpgsql gsqlite3 ldap lua pipe random 
remote" \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
 --docdir=/usr/share/doc/powerdns \
---sbindir=/usr/bin \
---bindir=/usr/bin \
---with-sqlite3 \
 --enable-libsodium \
+--enable-botan \
 --enable-tools \
 --disable-dependency-tracking \
 --disable-silent-rules \
@@ -82,13 +67,11 @@
 }
 
 package() {
-  cd pdns-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  # apply defaults to generated pdns.conf
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
   mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
-  cat pdns.conf >> "${pkgdir}/etc/powerdns/pdns.conf"
-  # adjust modules dir to match pkgname
-  mv "${pkgdir}/usr/lib/"{pdns,powerdns}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," 

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

2018-01-09 Thread Levente Polyak via arch-commits
Date: Tuesday, January 9, 2018 @ 23:07:47
  Author: anthraxx
Revision: 280791

archrelease: copy trunk to community-testing-x86_64

Added:
  powerdns/repos/community-testing-x86_64/
  powerdns/repos/community-testing-x86_64/PKGBUILD
(from rev 280790, powerdns/trunk/PKGBUILD)
  powerdns/repos/community-testing-x86_64/sysusers.conf
(from rev 280790, powerdns/trunk/sysusers.conf)

---+
 PKGBUILD  |   77 
 sysusers.conf |1 
 2 files changed, 78 insertions(+)

Copied: powerdns/repos/community-testing-x86_64/PKGBUILD (from rev 280790, 
powerdns/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-01-09 23:07:47 UTC (rev 280791)
@@ -0,0 +1,77 @@
+# Maintainer: Levente Polyak 
+# Contributor: Alexander Rødseth 
+# Contributor: Jan de Groot 
+# Contributor: Kevin Mihelich 
+# Contributor: Remi Gacogne 
+# Contributor: Pieter Lexis 
+
+pkgname=powerdns
+pkgver=4.1.0
+pkgrel=1
+pkgdesc='Authoritative DNS server'
+url='https://www.powerdns.com/'
+arch=('x86_64')
+license=('GPL2')
+depends=('boost-libs' 'botan' 'libsodium' 'luajit' 'openssl' 'protobuf'
+ 'sqlite' 'systemd' 'lua')
+makedepends=('boost' 'geoip' 'libldap' 'libmariadbclient' 'opendbx' 
'pkg-config'
+ 'postgresql-libs' 'tinycdb' 'unixodbc' 'yaml-cpp')
+optdepends=('geoip: GeoIP backend'
+'libmariadbclient: MariaDB/MySQL and MyDNS backend'
+'libldap: LDAP backend'
+'opendbx: OpenDBX backend'
+'postgresql-libs: PostgreSQL backend'
+'unixodbc: ODBC backend'
+'tinycdb: TinyDNS backend'
+'yaml-cpp: GeoIP backend')
+provides=('pdns')
+conflicts=('pdns')
+backup=('etc/powerdns/pdns.conf')
+source=(https://downloads.powerdns.com/releases/pdns-${pkgver}.tar.bz2{,.asc}
+sysusers.conf)
+sha512sums=('4b2b42f4893f8aac3cf07a6c8a3c999cb728a5907a710f1a5c9c8d08377ecb63e202e5eececbefc069c8f1d97a29b2aa607da7cf2bcc6335a7418e409e77'
+'SKIP'
+
'522bde8b76367db6edd461fca8f81d50304a4d764addf33774b3e2c5c93a9e72d93993f54ddd4ee887ceeccf70280aceea3ffaf6370d26310e0a7ebbbf61f26a')
+validpgpkeys=('B76CD4671C0968BAA87DE61C5E50715BF2FFE1A7'  # Winkels, Erik 

+  '16E12866B7738C73976A57436FFC33439B0D04DF') # Pieter Lexis 

+
+prepare() {
+  cd pdns-${pkgver}
+  # Patch the Makefile.in's so /powerdns is used instead of /pdns (for e.g. 
$LIBDIR)
+  # This allows for running pdns_server without setting `module-dir` in the 
config.
+  find . -name 'Makefile.in' -exec sed -i 's,pkglibdir = 
\$(libdir)/@PACKAGE@,pkglibdir = $(libdir)/powerdns,' {} \;
+}
+
+build() {
+  cd pdns-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/powerdns \
+--sbindir=/usr/bin \
+--with-modules='' \
+--with-dynmodules="bind geoip gmysql godbc gpgsql gsqlite3 ldap lua mydns 
opendbx pipe random remote tinydns" \
+--docdir=/usr/share/doc/powerdns \
+--enable-libsodium \
+--enable-botan \
+--enable-tools \
+--disable-dependency-tracking \
+--disable-silent-rules \
+--enable-reproducible \
+--enable-unit-tests \
+--enable-systemd
+  make
+}
+
+check() {
+  make -C pdns-${pkgver} check
+}
+
+package() {
+  make -C pdns-${pkgver} DESTDIR="${pkgdir}" install
+  install -D -m644 sysusers.conf "${pkgdir}/usr/lib/sysusers.d/${pkgname}.conf"
+  mv "${pkgdir}/etc/powerdns/pdns.conf"{-dist,}
+  # Ensure we run as the powerdns user
+  sed -i "s,^# \(set.id=\),\1${pkgname}," "${pkgdir}/etc/powerdns/pdns.conf"
+}
+
+# vim: ts=2 sw=2 et:

Copied: powerdns/repos/community-testing-x86_64/sysusers.conf (from rev 280790, 
powerdns/trunk/sysusers.conf)
===
--- community-testing-x86_64/sysusers.conf  (rev 0)
+++ community-testing-x86_64/sysusers.conf  2018-01-09 23:07:47 UTC (rev 
280791)
@@ -0,0 +1 @@
+u powerdns - "PowerDNS Authoritative Server" -


[arch-commits] Commit in pdnsd/trunk (4 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 22:52:51
  Author: eschwartz
Revision: 280785

upgpkg: pdnsd 1.2.9.a-13

migrate to systemd-sysusers/systemd-tmpfiles
Drop unnecessarily hardcoded uid.

Added:
  pdnsd/trunk/pdnsd.sysusers
  pdnsd/trunk/pdnsd.tmpfiles
Modified:
  pdnsd/trunk/PKGBUILD
Deleted:
  pdnsd/trunk/pdnsd.install

+
 PKGBUILD   |   16 ++--
 pdnsd.install  |   25 -
 pdnsd.sysusers |1 +
 pdnsd.tmpfiles |2 ++
 4 files changed, 13 insertions(+), 31 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 22:35:17 UTC (rev 280784)
+++ PKGBUILD2018-01-09 22:52:51 UTC (rev 280785)
@@ -6,18 +6,20 @@
 pkgname=pdnsd
 pkgver=1.2.9.a
 _pkgver=${pkgver/.a/a}
-pkgrel=12
+pkgrel=13
 pkgdesc="Proxy DNS server with permanent caching"
 arch=(x86_64)
 url="http://members.home.nl/p.a.rombouts/pdnsd/;
 license=('GPL')
 depends=('glibc')
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-
http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz.asc
-   service)
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz{,.asc}
+pdnsd.sysusers
+pdnsd.tmpfiles
+service)
 
sha512sums=('4fde296642306aa986ddb7cad0b5991bcd397656d93ef4962706276848c7fa62c664a40198e807d029637f116e8000c237d98b91cbbfec5c08b134d8bb3adf81'
 'SKIP'
+
'6ebedaa481a8b9f8a0263d42fba06a74933f23593dc9fc0745e4036e0cfe40e208a414fb92a32a15382aff572950e07e93dfa4b896600cebe10f70a15f4fc6f6'
+
'dbd30b02c8cc21531133573e10704e02ceea5d5cee18c96542398a815ea8b1292aa025664f0cd2c10d248578058e0afb9b0215f6c421a501c2555940d56d4373'
 
'ae278f8899f90ded9eaf814af620207b8a255149a12a1debe00cf9b60339153c6f81cb5c51b84af944f4d89f2f332481cf281a47dd4651e31e77302b21cb5e77')
 validpgpkeys=(21EC7442EE80FB0594E317612C4C1357A484EE22)
 
@@ -31,10 +33,12 @@
   cd "$srcdir/$pkgname-$_pkgver"
   make DESTDIR="$pkgdir" install
   install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+  install -Dm0644 ../pdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/pdnsd.conf"
+  install -Dm0644 ../pdnsd.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/pdnsd.conf"
 
   install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
   sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
   mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
 
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
+  rm -r "$pkgdir"/{etc,var}
 }

Deleted: pdnsd.install
===
--- pdnsd.install   2018-01-09 22:35:17 UTC (rev 280784)
+++ pdnsd.install   2018-01-09 22:52:51 UTC (rev 280785)
@@ -1,25 +0,0 @@
-post_install() {
-  getent group pdnsd &>/dev/null || groupadd -r -g 184 pdnsd >/dev/null
-  getent passwd pdnsd &>/dev/null || useradd -r -u 184 -g pdnsd -d 
/var/cache/pdnsd -c 'Proxy DNS server' -s /bin/nologin pdnsd >/dev/null
-  true
-}
-
-post_upgrade() {
-  if [[ $(vercmp $2 1.2.9.a-6) -le 0 ]]; then
-echo Stopping pdnsd service in order to modify the user/group.
-systemctl stop pdnsd
-
-# in case the user/group were already created as recommended by the wiki
-userdel pdnsd &>/dev/null
-groupdel pdnsd &>/dev/null
-
-post_install
-chown -R 184:184 /var/cache/pdnsd
-
-echo You may now restart the pdnsd service.
-  fi
-
-  if [[ $(vercmp $2 1.2.9.a-10) -le 0 ]]; then
-echo "Default config is in usr/share/doc/pdnsd/, restore your .pacsave or 
copy default one"
-  fi
-}

Added: pdnsd.sysusers
===
--- pdnsd.sysusers  (rev 0)
+++ pdnsd.sysusers  2018-01-09 22:52:51 UTC (rev 280785)
@@ -0,0 +1 @@
+u pdnsd - "Proxy DNS server" /var/cache/pdnsd

Added: pdnsd.tmpfiles
===
--- pdnsd.tmpfiles  (rev 0)
+++ pdnsd.tmpfiles  2018-01-09 22:52:51 UTC (rev 280785)
@@ -0,0 +1,2 @@
+d /var/cache/pdnsd 0750 pdnsd pdnsd - -
+f /var/cache/pdnsd/pdnsd.cache 0640 pdnsd pdnsd - -


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 22:53:20
  Author: eschwartz
Revision: 280786

archrelease: copy trunk to community-x86_64

Added:
  pdnsd/repos/community-x86_64/PKGBUILD
(from rev 280785, pdnsd/trunk/PKGBUILD)
  pdnsd/repos/community-x86_64/pdnsd.sysusers
(from rev 280785, pdnsd/trunk/pdnsd.sysusers)
  pdnsd/repos/community-x86_64/pdnsd.tmpfiles
(from rev 280785, pdnsd/trunk/pdnsd.tmpfiles)
  pdnsd/repos/community-x86_64/service
(from rev 280785, pdnsd/trunk/service)
Deleted:
  pdnsd/repos/community-x86_64/PKGBUILD
  pdnsd/repos/community-x86_64/pdnsd.install
  pdnsd/repos/community-x86_64/service

+
 PKGBUILD   |   84 ---
 pdnsd.install  |   25 
 pdnsd.sysusers |1 
 pdnsd.tmpfiles |2 +
 service|   20 ++---
 5 files changed, 57 insertions(+), 75 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 22:52:51 UTC (rev 280785)
+++ PKGBUILD2018-01-09 22:53:20 UTC (rev 280786)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Daniel Micay 
-# Contributor: Henrik Nymann Jensen 
-
-pkgname=pdnsd
-pkgver=1.2.9.a
-_pkgver=${pkgver/.a/a}
-pkgrel=12
-pkgdesc="Proxy DNS server with permanent caching"
-arch=(i686 x86_64)
-url="http://members.home.nl/p.a.rombouts/pdnsd/;
-license=('GPL')
-depends=('glibc')
-install=${pkgname}.install
-source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz
-
http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz.asc
-   service)
-sha512sums=('4fde296642306aa986ddb7cad0b5991bcd397656d93ef4962706276848c7fa62c664a40198e807d029637f116e8000c237d98b91cbbfec5c08b134d8bb3adf81'
-'SKIP'
-
'ae278f8899f90ded9eaf814af620207b8a255149a12a1debe00cf9b60339153c6f81cb5c51b84af944f4d89f2f332481cf281a47dd4651e31e77302b21cb5e77')
-validpgpkeys=(21EC7442EE80FB0594E317612C4C1357A484EE22)
-
-build() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$_pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
-
-  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
-  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
-  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
-
-  chown -R 184:184 "$pkgdir/var/cache/pdnsd"
-}

Copied: pdnsd/repos/community-x86_64/PKGBUILD (from rev 280785, 
pdnsd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 22:53:20 UTC (rev 280786)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Daniel Micay 
+# Contributor: Henrik Nymann Jensen 
+
+pkgname=pdnsd
+pkgver=1.2.9.a
+_pkgver=${pkgver/.a/a}
+pkgrel=13
+pkgdesc="Proxy DNS server with permanent caching"
+arch=(x86_64)
+url="http://members.home.nl/p.a.rombouts/pdnsd/;
+license=('GPL')
+depends=('glibc')
+source=(http://members.home.nl/p.a.rombouts/pdnsd/releases/pdnsd-$_pkgver-par.tar.gz{,.asc}
+pdnsd.sysusers
+pdnsd.tmpfiles
+service)
+sha512sums=('4fde296642306aa986ddb7cad0b5991bcd397656d93ef4962706276848c7fa62c664a40198e807d029637f116e8000c237d98b91cbbfec5c08b134d8bb3adf81'
+'SKIP'
+
'6ebedaa481a8b9f8a0263d42fba06a74933f23593dc9fc0745e4036e0cfe40e208a414fb92a32a15382aff572950e07e93dfa4b896600cebe10f70a15f4fc6f6'
+
'dbd30b02c8cc21531133573e10704e02ceea5d5cee18c96542398a815ea8b1292aa025664f0cd2c10d248578058e0afb9b0215f6c421a501c2555940d56d4373'
+
'ae278f8899f90ded9eaf814af620207b8a255149a12a1debe00cf9b60339153c6f81cb5c51b84af944f4d89f2f332481cf281a47dd4651e31e77302b21cb5e77')
+validpgpkeys=(21EC7442EE80FB0594E317612C4C1357A484EE22)
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$_pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm0644 ../service "$pkgdir/usr/lib/systemd/system/pdnsd.service"
+  install -Dm0644 ../pdnsd.sysusers "$pkgdir/usr/lib/sysusers.d/pdnsd.conf"
+  install -Dm0644 ../pdnsd.tmpfiles "$pkgdir/usr/lib/tmpfiles.d/pdnsd.conf"
+
+  install -dm0755 "$pkgdir/usr/share/doc/pdnsd"
+  sed -i 's/"nobody"/"pdnsd"/' "$pkgdir/etc/pdnsd.conf.sample"
+  mv "$pkgdir/etc/pdnsd.conf.sample" "$pkgdir/usr/share/doc/pdnsd/pdnsd.conf"
+
+  rm -r "$pkgdir"/{etc,var}
+}

Deleted: pdnsd.install
===
--- pdnsd.install   2018-01-09 22:52:51 UTC (rev 280785)
+++ pdnsd.install   2018-01-09 

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

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 22:35:17
  Author: bgyorgy
Revision: 280784

archrelease: copy trunk to community-x86_64

Added:
  uget/repos/community-x86_64/PKGBUILD
(from rev 280783, uget/trunk/PKGBUILD)
Deleted:
  uget/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 22:34:56 UTC (rev 280783)
+++ PKGBUILD2018-01-09 22:35:17 UTC (rev 280784)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=uget
-pkgver=2.0.10
-pkgrel=1
-pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
-arch=('i686' 'x86_64')
-url="http://ugetdm.com/;
-license=('LGPL')
-depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
-makedepends=('intltool')
-optdepends=('aria2: alternative backend')
-source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('0a758be8554efbaf7d7468f897b528532198ff812906d824aab7f7817cd48dfe')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: uget/repos/community-x86_64/PKGBUILD (from rev 280783, 
uget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 22:35:17 UTC (rev 280784)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=uget
+pkgver=2.2.0
+pkgrel=1
+pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
+arch=('x86_64')
+url="http://ugetdm.com/;
+license=('LGPL')
+depends=('libnotify' 'gtk3' 'gstreamer' 'curl')
+makedepends=('intltool')
+optdepends=('aria2: alternative backend')
+source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
+sha256sums=('552c325a82eed30e5e95428a3fb1ddeb41e1cf6da57eb4a2b4bb37cb44aee265')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 22:34:56
  Author: bgyorgy
Revision: 280783

upgpkg: uget 2.2.0-1

Update to new version

Modified:
  uget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 22:08:27 UTC (rev 280782)
+++ PKGBUILD2018-01-09 22:34:56 UTC (rev 280783)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=uget
-pkgver=2.0.10
+pkgver=2.2.0
 pkgrel=1
 pkgdesc="GTK+ download manager featuring download classification and HTML 
import"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 makedepends=('intltool')
 optdepends=('aria2: alternative backend')
 source=(https://downloads.sourceforge.net/urlget/$pkgname-$pkgver.tar.gz)
-sha256sums=('0a758be8554efbaf7d7468f897b528532198ff812906d824aab7f7817cd48dfe')
+sha256sums=('552c325a82eed30e5e95428a3fb1ddeb41e1cf6da57eb4a2b4bb37cb44aee265')
 
 build() {
   cd $pkgname-$pkgver


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

2018-01-09 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 9, 2018 @ 22:08:27
  Author: mtorromeo
Revision: 280782

archrelease: copy trunk to community-x86_64

Added:
  percona-server/repos/community-x86_64/PKGBUILD
(from rev 280781, percona-server/trunk/PKGBUILD)
  percona-server/repos/community-x86_64/my.cnf
(from rev 280781, percona-server/trunk/my.cnf)
  percona-server/repos/community-x86_64/mysql-user.conf
(from rev 280781, percona-server/trunk/mysql-user.conf)
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch
(from rev 280781, percona-server/trunk/rocksdb-systemlibs.patch)
Deleted:
  percona-server/repos/community-x86_64/PKGBUILD
  percona-server/repos/community-x86_64/my.cnf
  percona-server/repos/community-x86_64/mysql-user.conf
  percona-server/repos/community-x86_64/rocksdb-systemlibs.patch

--+
 PKGBUILD |  348 ++---
 my.cnf   |   76 -
 mysql-user.conf  |2 
 rocksdb-systemlibs.patch |   98 ++--
 4 files changed, 262 insertions(+), 262 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 22:08:06 UTC (rev 280781)
+++ PKGBUILD2018-01-09 22:08:27 UTC (rev 280782)
@@ -1,174 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgbase=percona-server
-pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.20_18
-_boost_ver=1.59.0
-_pkgver=${pkgver/_/-}
-_myver=${pkgver/_rel*}
-pkgrel=1
-arch=('x86_64')
-makedepends=('cmake' 'zlib' 'lz4' 'zstd' 'libaio' 'systemd-tools' 'valgrind' 
'pam' 'numactl' 'jemalloc' 'openssl')
-license=('GPL')
-url="https://www.percona.com/software/mysql-database/percona-server;
-source=("https://www.percona.com/downloads/Percona-Server-${pkgver%.*_*}/Percona-Server-$_pkgver/source/tarball/percona-server-$_pkgver.tar.gz;
-
"http://jenkins.percona.com/downloads/boost/boost_${_boost_ver//./_}.tar.gz;
-'my.cnf'
-'mysql-user.conf'
-'rocksdb-systemlibs.patch')
-sha256sums=('ebbdf859d571562b9c9614c29355dd73adb9021b67108edd46b67063039a28af'
-'47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
-'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
-'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'
-'aef17e069ea417dad053594d0dd919b2daf75cf5ae10da3743c3e293ccd533bf')
-
-prepare() {
-   cd $pkgbase-$_pkgver
-   rm -v sql/sql_yacc.{cc,h}
-
-   sed 's/${fullhostname}/"archbuild"/' -i 
storage/tokudb/PerconaFT/cmake_modules/TokuSetupCTest.cmake
-   sed 's/-Werror//g' -i \
-   storage/tokudb/PerconaFT/cmake_modules/TokuSetupCompiler.cmake \
-   plugin/tokudb-backup-plugin/Percona-TokuBackup/backup/CMakeLists.txt
-
-   patch -p1 -i "$srcdir"/rocksdb-systemlibs.patch
-}
-
-build() {
-   rm -rf build
-   mkdir build
-   cd build
-
-   cmake ../$pkgbase-$_pkgver \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_CONFIG=mysql_release \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DSYSCONFDIR=/etc/mysql \
-   -DMYSQL_DATADIR=/var/lib/mysql \
-   -DMYSQL_UNIX_ADDR=/run/mysqld/mysqld.sock \
-   -DDEFAULT_CHARSET=utf8 \
-   -DDEFAULT_COLLATION=utf8_general_ci \
-   -DENABLED_LOCAL_INFILE=ON \
-   -DINSTALL_INFODIR=share/mysql/docs \
-   -DINSTALL_MANDIR=share/man \
-   -DINSTALL_PLUGINDIR=lib/mysql/plugin \
-   -DINSTALL_SCRIPTDIR=bin \
-   -DINSTALL_INCLUDEDIR=include/perconaserver \
-   -DINSTALL_DOCREADMEDIR=share/mysql \
-   -DINSTALL_SUPPORTFILESDIR=share/mysql \
-   -DINSTALL_MYSQLSHAREDIR=share/mysql \
-   -DINSTALL_DOCDIR=share/mysql/docs \
-   -DINSTALL_SHAREDIR=share/mysql \
-   -DWITH_ZLIB=system \
--DWITH_LZ4=system \
-   -DWITH_SSL=system \
-   -DWITH_LIBWRAP=OFF \
-   -DCMAKE_EXE_LINKER_FLAGS='-ljemalloc' \
-   -DWITH_UNIT_TESTS=OFF \
-   -DWITH_PAM=ON \
-   -DWITH_EXTRA_CHARSETS=complex \
-   -DWITH_EMBEDDED_SERVER=ON \
-   -DWITH_EMBEDDED_SHARED_LIBRARY=ON \
-   -DWITH_INNODB_MEMCACHED=ON \
-   -DWITH_INNOBASE_STORAGE_ENGINE=ON \
-   -DWITH_PARTITION_STORAGE_ENGINE=ON \
-   -DWITH_PERFSCHEMA_STORAGE_ENGINE=ON \
-   -DWITH_ARCHIVE_STORAGE_ENGINE=ON \
-   -DWITH_BLACKHOLE_STORAGE_ENGINE=ON \
-   -DWITH_FEDERATED_STORAGE_ENGINE=OFF \
-   -DWITH_EXAMPLE_STORAGE_ENGINE=OFF \
-   -DWITH_ROCKSDB=1 \
-   -DWITH_SYSTEMD=1 \
-   -DCMAKE_C_FLAGS="-fPIC $CFLAGS -fno-strict-aliasing 
-DBIG_JOINS=1 

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

2018-01-09 Thread Massimiliano Torromeo via arch-commits
Date: Tuesday, January 9, 2018 @ 22:08:06
  Author: mtorromeo
Revision: 280781

upgpkg: percona-server 5.7.20_19-1

Modified:
  percona-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 22:07:10 UTC (rev 280780)
+++ PKGBUILD2018-01-09 22:08:06 UTC (rev 280781)
@@ -3,7 +3,7 @@
 
 pkgbase=percona-server
 pkgname=('libperconaserverclient' 'percona-server-clients' 'percona-server')
-pkgver=5.7.20_18
+pkgver=5.7.20_19
 _boost_ver=1.59.0
 _pkgver=${pkgver/_/-}
 _myver=${pkgver/_rel*}
@@ -17,7 +17,7 @@
 'my.cnf'
 'mysql-user.conf'
 'rocksdb-systemlibs.patch')
-sha256sums=('ebbdf859d571562b9c9614c29355dd73adb9021b67108edd46b67063039a28af'
+sha256sums=('17f06c07165954e7eacc3ba2cac0e1d4ba65b0b568f2437298d3c17a6a0940fd'
 '47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac'
 'ae451839c368f0db25a63bb0a6a890194897a8e74818bd4245140933c29e5f83'
 'e638a2657085f15b6728f43c1fd6aa551b27608fbf6b435e33afd3606a0cfb0e'


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

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 22:07:05
  Author: bgyorgy
Revision: 280779

upgpkg: nautilus-python 1.2.1-2

Build gtk-doc

Modified:
  nautilus-python/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 21:48:48 UTC (rev 280778)
+++ PKGBUILD2018-01-09 22:07:05 UTC (rev 280779)
@@ -5,12 +5,13 @@
 pkgbase=nautilus-python
 pkgname=('python-nautilus' 'python2-nautilus')
 pkgver=1.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Python bindings for the Nautilus Extension API"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/NautilusPython;
 license=('GPL')
 depends=('nautilus' 'python-gobject' 'python2-gobject')
+makedepends=('gtk-doc')
 
source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
 sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
 
@@ -23,7 +24,7 @@
   # Python 3 version
   [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
   cd python3
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc \
   PYTHON=python3
   make
 
@@ -31,7 +32,7 @@
   # Python 2 version
   [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
   cd python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc \
   PYTHON=python2
   make
 }


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

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 22:07:10
  Author: bgyorgy
Revision: 280780

archrelease: copy trunk to community-x86_64

Added:
  nautilus-python/repos/community-x86_64/PKGBUILD
(from rev 280779, nautilus-python/trunk/PKGBUILD)
Deleted:
  nautilus-python/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 22:07:05 UTC (rev 280779)
+++ PKGBUILD2018-01-09 22:07:10 UTC (rev 280780)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Giorgio Gilestro 
-
-pkgbase=nautilus-python
-pkgname=('python-nautilus' 'python2-nautilus')
-pkgver=1.2.1
-pkgrel=1
-pkgdesc="Python bindings for the Nautilus Extension API"
-arch=('x86_64')
-url="https://wiki.gnome.org/Projects/NautilusPython;
-license=('GPL')
-depends=('nautilus' 'python-gobject' 'python2-gobject')
-source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
-sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
-
-prepare() {
-  cd $pkgbase-$pkgver
-  autoreconf -fi
-}
-
-build() {
-  # Python 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
-  cd python3
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  PYTHON=python3
-  make
-
-  cd "$srcdir"
-  # Python 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
-  cd python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
-  PYTHON=python2
-  make
-}
-
-package_python-nautilus() {
-  pkgdesc="Python 3 bindings for the Nautilus Extension API"
-  depends=('nautilus' 'python-gobject')
-  conflicts=('python2-nautilus')
-
-  cd python3
-  make DESTDIR="$pkgdir" install
-}
-
-package_python2-nautilus() {
-  pkgdesc="Python 2 bindings for the Nautilus Extension API"
-  depends=('nautilus' 'python2-gobject')
-  conflicts=('python-nautilus')
-
-  cd python2
-  make DESTDIR="$pkgdir" install
-}

Copied: nautilus-python/repos/community-x86_64/PKGBUILD (from rev 280779, 
nautilus-python/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 22:07:10 UTC (rev 280780)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Giorgio Gilestro 
+
+pkgbase=nautilus-python
+pkgname=('python-nautilus' 'python2-nautilus')
+pkgver=1.2.1
+pkgrel=2
+pkgdesc="Python bindings for the Nautilus Extension API"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/NautilusPython;
+license=('GPL')
+depends=('nautilus' 'python-gobject' 'python2-gobject')
+makedepends=('gtk-doc')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  # Python 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
+  cd python3
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc \
+  PYTHON=python3
+  make
+
+  cd "$srcdir"
+  # Python 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
+  cd python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--enable-gtk-doc \
+  PYTHON=python2
+  make
+}
+
+package_python-nautilus() {
+  pkgdesc="Python 3 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python-gobject')
+  conflicts=('python2-nautilus')
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-nautilus() {
+  pkgdesc="Python 2 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python2-gobject')
+  conflicts=('python-nautilus')
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in nautilus-python (3 files)

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 21:48:48
  Author: bgyorgy
Revision: 280778

archrelease: copy trunk to community-x86_64

Added:
  nautilus-python/repos/
  nautilus-python/repos/community-x86_64/
  nautilus-python/repos/community-x86_64/PKGBUILD
(from rev 280777, nautilus-python/trunk/PKGBUILD)

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

Copied: nautilus-python/repos/community-x86_64/PKGBUILD (from rev 280777, 
nautilus-python/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2018-01-09 21:48:48 UTC (rev 280778)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Giorgio Gilestro 
+
+pkgbase=nautilus-python
+pkgname=('python-nautilus' 'python2-nautilus')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Python bindings for the Nautilus Extension API"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/NautilusPython;
+license=('GPL')
+depends=('nautilus' 'python-gobject' 'python2-gobject')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  # Python 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
+  cd python3
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=python3
+  make
+
+  cd "$srcdir"
+  # Python 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
+  cd python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=python2
+  make
+}
+
+package_python-nautilus() {
+  pkgdesc="Python 3 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python-gobject')
+  conflicts=('python2-nautilus')
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-nautilus() {
+  pkgdesc="Python 2 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python2-gobject')
+  conflicts=('python-nautilus')
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in (4 files)

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 21:48:29
  Author: bgyorgy
Revision: 280777

Rename python2-nautilus base package to nautilus-python

Added:
  nautilus-python/
  nautilus-python/trunk/
  nautilus-python/trunk/PKGBUILD
Deleted:
  python2-nautilus/

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

Added: nautilus-python/trunk/PKGBUILD
===
--- nautilus-python/trunk/PKGBUILD  (rev 0)
+++ nautilus-python/trunk/PKGBUILD  2018-01-09 21:48:29 UTC (rev 280777)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Giorgio Gilestro 
+
+pkgbase=nautilus-python
+pkgname=('python-nautilus' 'python2-nautilus')
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="Python bindings for the Nautilus Extension API"
+arch=('x86_64')
+url="https://wiki.gnome.org/Projects/NautilusPython;
+license=('GPL')
+depends=('nautilus' 'python-gobject' 'python2-gobject')
+source=(https://download.gnome.org/sources/$pkgbase/${pkgver%.*}/$pkgbase-$pkgver.tar.xz)
+sha256sums=('36f98a8cc191b4ffcbcd7835eb80f99f39095b221c0ab65b4c84a859f9a9b10f')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  autoreconf -fi
+}
+
+build() {
+  # Python 3 version
+  [ -d gtk3 ] || cp -r $pkgbase-$pkgver python3
+  cd python3
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=python3
+  make
+
+  cd "$srcdir"
+  # Python 2 version
+  [ -d gtk2 ] || cp -r $pkgbase-$pkgver python2
+  cd python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  PYTHON=python2
+  make
+}
+
+package_python-nautilus() {
+  pkgdesc="Python 3 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python-gobject')
+  conflicts=('python2-nautilus')
+
+  cd python3
+  make DESTDIR="$pkgdir" install
+}
+
+package_python2-nautilus() {
+  pkgdesc="Python 2 bindings for the Nautilus Extension API"
+  depends=('nautilus' 'python2-gobject')
+  conflicts=('python-nautilus')
+
+  cd python2
+  make DESTDIR="$pkgdir" install
+}


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


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

2018-01-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 9, 2018 @ 21:30:06
  Author: arojas
Revision: 280775

archrelease: copy trunk to community-x86_64

Added:
  kstars/repos/community-x86_64/PKGBUILD
(from rev 280774, kstars/trunk/PKGBUILD)
Deleted:
  kstars/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 21:29:09 UTC (rev 280774)
+++ PKGBUILD2018-01-09 21:30:06 UTC (rev 280775)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Antonio Rojas 
-# Contributor: Andrea Scarpino 
-
-pkgname=kstars
-pkgver=2.8.9
-pkgrel=1
-epoch=1
-pkgdesc="Desktop Planetarium"
-url="https://kde.org/applications/education/kstars/;
-arch=(x86_64)
-license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi 
hicolor-icon-theme)
-makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
-optdepends=('xplanet: XPlanet support')
-source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b4b5618f9febb3f5558804f2df773ad1bbd7d4b51605c7a24435ad179981f098'
-'SKIP')
-validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../$pkgname-$pkgver \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_TESTING=OFF \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=lib
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install
-}

Copied: kstars/repos/community-x86_64/PKGBUILD (from rev 280774, 
kstars/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 21:30:06 UTC (rev 280775)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+# Contributor: Andrea Scarpino 
+
+pkgname=kstars
+pkgver=2.9.0
+pkgrel=1
+epoch=1
+pkgdesc="Desktop Planetarium"
+url="https://kde.org/applications/education/kstars/;
+arch=(x86_64)
+license=(GPL LGPL FDL)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
hicolor-icon-theme)
+makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
+optdepends=('xplanet: XPlanet support')
+source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('f280d537ed957f90e79b8048ce528f30faf31185c9e648ea93eb8e25657eaee8'
+'SKIP')
+validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_TESTING=OFF \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=lib
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-09 Thread Antonio Rojas via arch-commits
Date: Tuesday, January 9, 2018 @ 21:29:09
  Author: arojas
Revision: 280774

Update to 2.9.0

Modified:
  kstars/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 21:01:56 UTC (rev 280773)
+++ PKGBUILD2018-01-09 21:29:09 UTC (rev 280774)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kstars
-pkgver=2.8.9
+pkgver=2.9.0
 pkgrel=1
 epoch=1
 pkgdesc="Desktop Planetarium"
@@ -11,11 +11,11 @@
 url="https://kde.org/applications/education/kstars/;
 arch=(x86_64)
 license=(GPL LGPL FDL)
-depends=(wcslib libraw kplotting knewstuff knotifyconfig libindi 
hicolor-icon-theme)
+depends=(wcslib libraw kplotting knewstuff knotifyconfig qt5-datavis3d libindi 
hicolor-icon-theme)
 makedepends=(extra-cmake-modules python kdoctools eigen xplanet)
 optdepends=('xplanet: XPlanet support')
 
source=("https://download.kde.org/stable/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('b4b5618f9febb3f5558804f2df773ad1bbd7d4b51605c7a24435ad179981f098'
+sha256sums=('f280d537ed957f90e79b8048ce528f30faf31185c9e648ea93eb8e25657eaee8'
 'SKIP')
 validpgpkeys=(259D9FCEE9175351965633696D9CE2AEE028C4F3) # Jasem Mutlaq 

 


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

2018-01-09 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 9, 2018 @ 21:01:56
  Author: bisson
Revision: 280773

archrelease: copy trunk to community-any

Added:
  tclap/repos/community-any/PKGBUILD
(from rev 280772, tclap/trunk/PKGBUILD)
Deleted:
  tclap/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 21:01:13 UTC (rev 280772)
+++ PKGBUILD2018-01-09 21:01:56 UTC (rev 280773)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Sébastien Piccand 
-
-pkgname=tclap
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="A small, flexible library that provides a simple interface for 
defining and accessing command line arguments"
-arch=('any')
-url="http://tclap.sourceforge.net/;
-license=('MIT')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tclap/repos/community-any/PKGBUILD (from rev 280772, 
tclap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 21:01:56 UTC (rev 280773)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Sébastien Piccand 
+
+pkgname=tclap
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Small, flexible library that provides a simple interface for defining 
and accessing command line arguments'
+url='http://tclap.sourceforge.net/'
+arch=('any')
+license=('MIT')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e07cb13a6849b21189865f74e447d373b325d577')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+ install -D -m644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-01-09 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, January 9, 2018 @ 21:01:13
  Author: bisson
Revision: 280772

upstream update

Modified:
  tclap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:53:20 UTC (rev 280771)
+++ PKGBUILD2018-01-09 21:01:13 UTC (rev 280772)
@@ -3,14 +3,14 @@
 # Contributor: Sébastien Piccand 
 
 pkgname=tclap
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="A small, flexible library that provides a simple interface for 
defining and accessing command line arguments"
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Small, flexible library that provides a simple interface for defining 
and accessing command line arguments'
+url='http://tclap.sourceforge.net/'
 arch=('any')
-url="http://tclap.sourceforge.net/;
 license=('MIT')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('eb0521d029bf3b1cc0dcaa7e42abf82a')
+source=(https://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('e07cb13a6849b21189865f74e447d373b325d577')
 
 build() {
  cd "${srcdir}/${pkgname}-${pkgver}"


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:53:20
  Author: eschwartz
Revision: 280771

archrelease: copy trunk to community-x86_64

Added:
  castget/repos/community-x86_64/PKGBUILD
(from rev 280770, castget/trunk/PKGBUILD)
  castget/repos/community-x86_64/castget.changelog
(from rev 280770, castget/trunk/castget.changelog)
Deleted:
  castget/repos/community-x86_64/PKGBUILD
  castget/repos/community-x86_64/castget.changelog

---+
 PKGBUILD  |   58 ++--
 castget.changelog |   34 +++---
 2 files changed, 47 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:52:52 UTC (rev 280770)
+++ PKGBUILD2018-01-09 20:53:20 UTC (rev 280771)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Jeff Mickey 
-
-pkgname=castget
-pkgver=1.2.4
-pkgrel=1
-pkgdesc="A simple, command-line based RSS enclosure downloader"
-arch=('i686' 'x86_64')
-url="http://johndal.com/castget/;
-license=('GPL')
-depends=('glib2' 'libxml2' 'curl' 'id3lib')
-changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: castget/repos/community-x86_64/PKGBUILD (from rev 280770, 
castget/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:53:20 UTC (rev 280771)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Jeff Mickey 
+
+pkgname=castget
+pkgver=1.2.4
+pkgrel=2
+pkgdesc="A simple, command-line based RSS enclosure downloader"
+arch=('x86_64')
+url="http://johndal.com/castget/;
+license=('GPL')
+depends=('glib2' 'libxml2' 'curl' 'id3lib')
+changelog=$pkgname.changelog
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d'
+'SKIP')
+validpgpkeys=('561BCBC3DF8A53503A62416EA7DE43E1D881FF60') # Marius Larsen 
Jøhndal 
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: castget.changelog
===
--- castget.changelog   2018-01-09 20:52:52 UTC (rev 280770)
+++ castget.changelog   2018-01-09 20:53:20 UTC (rev 280771)
@@ -1,17 +0,0 @@
-2017-05-18 Jaroslav Lichtblau 
-   * Update to major release 1.2.4
-
-2017-05-17 Jaroslav Lichtblau 
-   * Update to major release 1.2.3
-
-2016-03-29 Jaroslav Lichtblau 
-   * Update to major release 1.2.2
-
-2015-12-27 Jaroslav Lichtblau 
-   * Update to major release 1.2.0
-
-2010-06-30 Jaroslav Lichtblau 
-   * Update to major release 1.1.0
-
-2007-07-02 tardo 
-   * Built for x86_64

Copied: castget/repos/community-x86_64/castget.changelog (from rev 280770, 
castget/trunk/castget.changelog)
===
--- castget.changelog   (rev 0)
+++ castget.changelog   2018-01-09 20:53:20 UTC (rev 280771)
@@ -0,0 +1,17 @@
+2017-05-18 Jaroslav Lichtblau 
+   * Update to major release 1.2.4
+
+2017-05-17 Jaroslav Lichtblau 
+   * Update to major release 1.2.3
+
+2016-03-29 Jaroslav Lichtblau 
+   * Update to major release 1.2.2
+
+2015-12-27 Jaroslav Lichtblau 
+   * Update to major release 1.2.0
+
+2010-06-30 Jaroslav Lichtblau 
+   * Update to major release 1.1.0
+
+2007-07-02 tardo 
+   * Built for x86_64


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:52:52
  Author: eschwartz
Revision: 280770

upgpkg: castget 1.2.4-2

Add PGP signatures.

Modified:
  castget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:44:27 UTC (rev 280769)
+++ PKGBUILD2018-01-09 20:52:52 UTC (rev 280770)
@@ -4,7 +4,7 @@
 
 pkgname=castget
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple, command-line based RSS enclosure downloader"
 arch=('x86_64')
 url="http://johndal.com/castget/;
@@ -11,8 +11,10 @@
 license=('GPL')
 depends=('glib2' 'libxml2' 'curl' 'id3lib')
 changelog=$pkgname.changelog
-source=(http://savannah.nongnu.org/download/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d')
+source=(https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+sha256sums=('91ee310ced5386495eb56b09b3cb4b6660f9cea1a7050a94e9a30d7bc3ba692d'
+'SKIP')
+validpgpkeys=('561BCBC3DF8A53503A62416EA7DE43E1D881FF60') # Marius Larsen 
Jøhndal 
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver


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

2018-01-09 Thread Dan Printzell via arch-commits
Date: Tuesday, January 9, 2018 @ 20:44:27
  Author: wild
Revision: 280769

archrelease: copy trunk to community-x86_64

Added:
  ldc/repos/community-x86_64/PKGBUILD
(from rev 280768, ldc/trunk/PKGBUILD)
  ldc/repos/community-x86_64/ldc2.conf
(from rev 280768, ldc/trunk/ldc2.conf)
Deleted:
  ldc/repos/community-x86_64/PKGBUILD
  ldc/repos/community-x86_64/ldc2.conf

---+
 PKGBUILD  |  216 ++--
 ldc2.conf |   38 +-
 2 files changed, 128 insertions(+), 126 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:44:13 UTC (rev 280768)
+++ PKGBUILD2018-01-09 20:44:27 UTC (rev 280769)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mihails Strasuns 
-# Contributor: Sven-Hendrik Haase 
-
-pkgname=('ldc' 'liblphobos')
-groups=('dlang' 'dlang-ldc')
-pkgver=1.7.0
-_pkgcommit=b0b5bed08bc3e05f41ab31e5c72e56624ee63115
-_dversion=2.077.1
-epoch=1
-pkgrel=1
-pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
-arch=('x86_64')
-url="https://github.com/ldc-developers/ldc;
-license=('BSD')
-makedepends=('git' 'cmake' 'llvm' 'ldc')
-
-source=(
-"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
-"git+https://github.com/ldc-developers/druntime.git;
-"git+https://github.com/ldc-developers/phobos.git;
-"git+https://github.com/ldc-developers/dmd-testsuite.git;
-"ldc2.conf"
-)
-
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'42e540f15f0d2c561a9c576903e0e84b8cd5274aa9679364b5cf211ddd1b12df')
-
-prepare() {
-cd "$srcdir/ldc"
-
-git submodule init
-git config submodule.druntime.url "$srcdir/druntime"
-git config submodule.phobos.url "$srcdir/phobos"
-git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
-git submodule update
-}
-
-build() {
-cd "$srcdir/ldc"
-
-mkdir -p build && cd build
-
-# workaround for wrong ld flag format generated by cmake:
-# export LDFLAGS="-L-O1 -L--sort-common -L--as-needed -L-z -Lrelro"
-
-cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DINCLUDE_INSTALL_DIR=/usr/include/dlang/ldc \
--DBUILD_SHARED_LIBS=BOTH \
--DLDC_WITH_LLD=OFF \
-..
-make
-}
-
-package_ldc() {
-depends=('liblphobos' 'llvm-libs')
-backup=('etc/ldc2.conf')
-provides=("d-compiler=$_dversion")
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# move bash-completion
-mkdir -p "$pkgdir/usr/share/bash-completion/completions/"
-mv "$pkgdir/etc/bash_completion.d/ldc2" 
"$pkgdir/usr/share/bash-completion/completions/"
-rm -rf "$pkgdir/etc/bash_completion.d"
-
-# remove liblphobos files
-rm -rf "$pkgdir/usr/include"
-rm -rf "$pkgdir/usr/lib"
-
-# remove misc
-
-# symlinks
-ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
-ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"
-ln -s /usr/bin/ldmd2 "$pkgdir/usr/bin/ldmd"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-# default configuration files
-install -D -m644 "$srcdir/ldc2.conf" "$pkgdir/etc/ldc2.conf"
-}
-
-package_liblphobos() {
-provides=('d-runtime' 'd-stdlib')
-depends=('curl')
-options=('staticlibs')
-
-cd "$srcdir/ldc/build"
-make install DESTDIR="$pkgdir"
-
-# remove ldc files
-rm -rf "$pkgdir/usr/bin/"
-rm -rf "$pkgdir/etc/"
-
-# licenses
-install -D -m644 "$srcdir/ldc/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ldc/repos/community-x86_64/PKGBUILD (from rev 280768, 
ldc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:44:27 UTC (rev 280769)
@@ -0,0 +1,109 @@
+# $Id$
+# Maintainer:
+# Contributor: Mihails Strasuns 
+# Contributor: Sven-Hendrik Haase 
+
+pkgname=('ldc' 'liblphobos')
+groups=('dlang' 'dlang-ldc')
+pkgver=1.7.0
+_pkgcommit=b0b5bed08bc3e05f41ab31e5c72e56624ee63115
+_dversion=2.077.1
+_llvmversion=5.0.1
+epoch=1
+pkgrel=2
+pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
+arch=('x86_64')
+url="https://github.com/ldc-developers/ldc;
+license=('BSD')
+makedepends=('git' 'cmake' 'llvm' 'ldc')
+
+source=(
+"git+https://github.com/ldc-developers/ldc#commit=$_pkgcommit;
+"git+https://github.com/ldc-developers/druntime.git;
+"git+https://github.com/ldc-developers/phobos.git;
+"git+https://github.com/ldc-developers/dmd-testsuite.git;
+"ldc2.conf"
+)
+
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'SKIP'
+   

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

2018-01-09 Thread Dan Printzell via arch-commits
Date: Tuesday, January 9, 2018 @ 20:44:13
  Author: wild
Revision: 280768

upgpkg: ldc 1:1.7.0-2

Fixed path for finding the AddressSanitizer libraries

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:32:28 UTC (rev 280767)
+++ PKGBUILD2018-01-09 20:44:13 UTC (rev 280768)
@@ -8,8 +8,9 @@
 pkgver=1.7.0
 _pkgcommit=b0b5bed08bc3e05f41ab31e5c72e56624ee63115
 _dversion=2.077.1
+_llvmversion=5.0.1
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D 
runtime and libphobos2"
 arch=('x86_64')
 url="https://github.com/ldc-developers/ldc;
@@ -38,6 +39,9 @@
 git config submodule.phobos.url "$srcdir/phobos"
 git config submodule.tests/d2/dmd-testsuite.url "$srcdir/dmd-testsuite"
 git submodule update
+
+# libclang_rt* -> clang/_llvmversion/lib/linux/libclang_rt*
+sed -i "s/libclang_rt/clang\/$_llvmversion\/lib\/linux\/&/g" 
driver/linker-gcc.cpp
 }
 
 build() {
@@ -60,7 +64,7 @@
 }
 
 package_ldc() {
-depends=('liblphobos' 'llvm-libs')
+depends=('liblphobos' 'llvm-libs' 'llvm')
 backup=('etc/ldc2.conf')
 provides=("d-compiler=$_dversion")
 
@@ -76,8 +80,6 @@
 rm -rf "$pkgdir/usr/include"
 rm -rf "$pkgdir/usr/lib"
 
-# remove misc
-
 # symlinks
 ln -s /usr/share/bash-completion/completions/ldc2 
"$pkgdir/usr/share/bash-completion/completions/ldc"
 ln -s /usr/bin/ldc2 "$pkgdir/usr/bin/ldc"


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

2018-01-09 Thread Tobias Powalowski via arch-commits
Date: Tuesday, January 9, 2018 @ 20:40:42
  Author: tpowa
Revision: 314304

upgpkg: clawsker 1.1.1-1

bump to latest version

Modified:
  clawsker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:17:12 UTC (rev 314303)
+++ PKGBUILD2018-01-09 20:40:42 UTC (rev 314304)
@@ -4,7 +4,7 @@
 # Contributor: Jakub "mr.MikyMaus" Fiser 
 
 pkgname=clawsker
-pkgver=1.0.1
+pkgver=1.1.1
 pkgrel=1
 pkgdesc="An applet to edit Claws Mail's hidden preferences."
 arch=('any')
@@ -14,7 +14,7 @@
 depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
 validpgpkeys=('43BC364B16DF0C205EBD75921F0F0A88DE5BCCA6') # Ricardo Mones 
Lastra 
 source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('6545270ffcbd85084c638695d3391db0'
+md5sums=('0ab8d6595ef4827f2fbaaa497939aacf'
  'SKIP')
 
 build()


[arch-commits] Commit in clawsker/repos/extra-any (PKGBUILD PKGBUILD)

2018-01-09 Thread Tobias Powalowski via arch-commits
Date: Tuesday, January 9, 2018 @ 20:41:15
  Author: tpowa
Revision: 314305

archrelease: copy trunk to extra-any

Added:
  clawsker/repos/extra-any/PKGBUILD
(from rev 314304, clawsker/trunk/PKGBUILD)
Deleted:
  clawsker/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:40:42 UTC (rev 314304)
+++ PKGBUILD2018-01-09 20:41:15 UTC (rev 314305)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-# Contributor: Francesco Groccia 
-# Contributor: Jakub "mr.MikyMaus" Fiser 
-
-pkgname=clawsker
-pkgver=1.0.1
-pkgrel=1
-pkgdesc="An applet to edit Claws Mail's hidden preferences."
-arch=('any')
-url="http://www.claws-mail.org/clawsker.php;
-license=('GPL3')
-makedepends=('gettext')
-depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
-validpgpkeys=('43BC364B16DF0C205EBD75921F0F0A88DE5BCCA6') # Ricardo Mones 
Lastra 
-source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.xz"{,.asc})
-md5sums=('6545270ffcbd85084c638695d3391db0'
- 'SKIP')
-
-build()
-{
-  cd "$srcdir/$pkgname-$pkgver"
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  mkdir -p "$pkgdir/"usr/share/icons/hicolor/{48x48,64x64,128x128}/apps/
-  make PREFIX="/usr" DESTDIR="$pkgdir" install
-}

Copied: clawsker/repos/extra-any/PKGBUILD (from rev 314304, 
clawsker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:41:15 UTC (rev 314305)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+# Contributor: Francesco Groccia 
+# Contributor: Jakub "mr.MikyMaus" Fiser 
+
+pkgname=clawsker
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="An applet to edit Claws Mail's hidden preferences."
+arch=('any')
+url="http://www.claws-mail.org/clawsker.php;
+license=('GPL3')
+makedepends=('gettext')
+depends=('gtk2-perl' 'perl-locale-gettext' 'claws-mail')
+validpgpkeys=('43BC364B16DF0C205EBD75921F0F0A88DE5BCCA6') # Ricardo Mones 
Lastra 
+source=("http://www.claws-mail.org/tools/$pkgname-$pkgver.tar.xz"{,.asc})
+md5sums=('0ab8d6595ef4827f2fbaaa497939aacf'
+ 'SKIP')
+
+build()
+{
+  cd "$srcdir/$pkgname-$pkgver"
+  make PREFIX="/usr"
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  # race condition fixed upstream
+  # TODO: remove '-j1' for next release
+  make -j1 PREFIX="/usr" DESTDIR="$pkgdir" install
+}


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

2018-01-09 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 9, 2018 @ 20:32:28
  Author: svenstaro
Revision: 280767

archrelease: copy trunk to community-x86_64

Added:
  rustup/repos/community-x86_64/PKGBUILD
(from rev 280766, rustup/trunk/PKGBUILD)
  rustup/repos/community-x86_64/post.install
(from rev 280766, rustup/trunk/post.install)
Deleted:
  rustup/repos/community-x86_64/PKGBUILD
  rustup/repos/community-x86_64/post.install

--+
 PKGBUILD |   84 -
 post.install |   16 +-
 2 files changed, 50 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:32:06 UTC (rev 280766)
+++ PKGBUILD2018-01-09 20:32:28 UTC (rev 280767)
@@ -1,42 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jonathon Fernyhough 
-# Contributor: Jon Gjengset 
-pkgname=rustup
-pkgver=1.9.0
-pkgrel=1
-pkgdesc="The Rust toolchain installer"
-arch=('x86_64')
-url="https://github.com/rust-lang-nursery/rustup.rs;
-license=('MIT' 'Apache')
-makedepends=('cargo')
-provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
-conflicts=('rust' 'cargo' 'rustfmt')
-install='post.install'
-source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
-sha512sums=('33299d1b9da96b899205042a53666e870d9ddab7721a56ecaefeb4d05503d838d44f2c8688f21d04ef9181bd7c9597cc85b83c527c86822f39c56f9cac7e08ec')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt')
-
-build() {
-msg2 "Building rustup"
-cd "$srcdir/$pkgname.rs-${pkgver}"
-# cargo update
-cargo build --release --features no-self-update --bin rustup-init
-}
-
-package() {
-cd "$pkgname.rs-${pkgver}"
-install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
-for link in "${_binlinks[@]}"; do
-ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
-done
-
-# Generate completion files.
-mkdir -p "$pkgdir/usr/share/bash-completion/completions"
-$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
-mkdir -p "$pkgdir/usr/share/fish/completions"
-$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
-mkdir -p "$pkgdir/usr/share/zsh/site-functions"
-$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
-}
-
-# vim:filetype=sh:

Copied: rustup/repos/community-x86_64/PKGBUILD (from rev 280766, 
rustup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:32:28 UTC (rev 280767)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Jonathon Fernyhough 
+# Contributor: Jon Gjengset 
+pkgname=rustup
+pkgver=1.9.0
+pkgrel=2
+pkgdesc="The Rust toolchain installer"
+arch=('x86_64')
+url="https://github.com/rust-lang-nursery/rustup.rs;
+license=('MIT' 'Apache')
+makedepends=('cargo')
+provides=('rust' 'cargo' 'rust-nightly' 'cargo-nightly' 'rustfmt')
+conflicts=('rust' 'cargo' 'rustfmt')
+install='post.install'
+source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
+sha512sums=('33299d1b9da96b899205042a53666e870d9ddab7721a56ecaefeb4d05503d838d44f2c8688f21d04ef9181bd7c9597cc85b83c527c86822f39c56f9cac7e08ec')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt')
+
+build() {
+msg2 "Building rustup"
+cd "$srcdir/$pkgname.rs-${pkgver}"
+# cargo update
+cargo build --release --features no-self-update --bin rustup-init
+}
+
+package() {
+cd "$pkgname.rs-${pkgver}"
+install -Dm755 "target/release/rustup-init" "${pkgdir}/usr/bin/rustup"
+for link in "${_binlinks[@]}"; do
+ln -s /usr/bin/rustup "${pkgdir}/usr/bin/${link}"
+done
+
+# Generate completion files.
+mkdir -p "$pkgdir/usr/share/bash-completion/completions"
+$pkgdir/usr/bin/rustup completions bash > 
"$pkgdir/usr/share/bash-completion/completions/rustup"
+mkdir -p "$pkgdir/usr/share/fish/completions"
+$pkgdir/usr/bin/rustup completions fish > 
"$pkgdir/usr/share/fish/completions/rustup.fish"
+mkdir -p "$pkgdir/usr/share/zsh/site-functions"
+$pkgdir/usr/bin/rustup completions zsh > 
"$pkgdir/usr/share/zsh/site-functions/_rustup"
+}
+
+# vim:filetype=sh:

Deleted: post.install
===
--- post.install2018-01-09 20:32:06 UTC (rev 280766)
+++ post.install2018-01-09 20:32:28 UTC (rev 280767)
@@ -1,8 +0,0 @@
-post_install() {
-   echo "You may need to run rustup update stable"
-   echo "and possibly also rustup self upgrade-data"
-}
-
-post_upgrade() {
-   echo "You may need to run rustup self upgrade-data"
-}

Copied: 

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

2018-01-09 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 9, 2018 @ 20:32:06
  Author: svenstaro
Revision: 280766

upgpkg: rustup 1.9.0-2

Modified:
  rustup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:25:10 UTC (rev 280765)
+++ PKGBUILD2018-01-09 20:32:06 UTC (rev 280766)
@@ -3,7 +3,7 @@
 # Contributor: Jon Gjengset 
 pkgname=rustup
 pkgver=1.9.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Rust toolchain installer"
 arch=('x86_64')
 url="https://github.com/rust-lang-nursery/rustup.rs;
@@ -14,7 +14,7 @@
 install='post.install'
 
source=("rustup-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/rustup.rs/archive/${pkgver}.tar.gz;)
 
sha512sums=('33299d1b9da96b899205042a53666e870d9ddab7721a56ecaefeb4d05503d838d44f2c8688f21d04ef9181bd7c9597cc85b83c527c86822f39c56f9cac7e08ec')
-_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt')
+_binlinks=('cargo' 'rustc' 'rustdoc' 'rust-gdb' 'rust-lldb' 'rls' 'rustfmt' 
'cargo-fmt')
 
 build() {
 msg2 "Building rustup"


[arch-commits] Commit in dotnet-sdk (3 files)

2018-01-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 9, 2018 @ 20:25:10
  Author: alucryd
Revision: 280765

archrelease: copy trunk to community-any

Added:
  dotnet-sdk/repos/
  dotnet-sdk/repos/community-any/
  dotnet-sdk/repos/community-any/PKGBUILD
(from rev 280764, dotnet-sdk/trunk/PKGBUILD)

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

Copied: dotnet-sdk/repos/community-any/PKGBUILD (from rev 280764, 
dotnet-sdk/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2018-01-09 20:25:10 UTC (rev 280765)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Max Liebkies 
+
+pkgname=dotnet-sdk
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='The .NET Core SDK'
+arch=('any')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('dotnet-runtime')
+options=('staticlibs')
+conflicts=('dotnet-sdk-2.0')
+provides=('dotnet-sdk-2.0')
+source=('https://download.microsoft.com/download/1/1/5/115B762D-2B41-4AF3-9A63-92D9680B9409/dotnet-sdk-2.1.4-linux-x64.tar.gz')
+sha256sums=('8450c675db50c4e0fb16a5acb4e3e14cbd96296337ac51079dd13ec337242609')
+
+package() {
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
+}
+
+# vim: ts=2 sw=2 et:


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

2018-01-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 9, 2018 @ 20:25:01
  Author: alucryd
Revision: 280764

upgpkg: dotnet-sdk 2.1.4-1

Modified:
  dotnet-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:19:37 UTC (rev 280763)
+++ PKGBUILD2018-01-09 20:25:01 UTC (rev 280764)
@@ -6,7 +6,7 @@
 pkgver=2.1.4
 pkgrel=1
 pkgdesc='The .NET Core SDK'
-arch=('x86_64')
+arch=('any')
 url='https://www.microsoft.com/net/core'
 license=('MIT')
 depends=('dotnet-runtime')


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

2018-01-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 9, 2018 @ 20:19:37
  Author: alucryd
Revision: 280763

Add the blob dotnet SDK, their source-build repo still doesn't quite work

Added:
  dotnet-sdk/
  dotnet-sdk/trunk/
  dotnet-sdk/trunk/PKGBUILD

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

Added: dotnet-sdk/trunk/PKGBUILD
===
--- dotnet-sdk/trunk/PKGBUILD   (rev 0)
+++ dotnet-sdk/trunk/PKGBUILD   2018-01-09 20:19:37 UTC (rev 280763)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Max Liebkies 
+
+pkgname=dotnet-sdk
+pkgver=2.1.4
+pkgrel=1
+pkgdesc='The .NET Core SDK'
+arch=('x86_64')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('dotnet-runtime')
+options=('staticlibs')
+conflicts=('dotnet-sdk-2.0')
+provides=('dotnet-sdk-2.0')
+source=('https://download.microsoft.com/download/1/1/5/115B762D-2B41-4AF3-9A63-92D9680B9409/dotnet-sdk-2.1.4-linux-x64.tar.gz')
+sha256sums=('8450c675db50c4e0fb16a5acb4e3e14cbd96296337ac51079dd13ec337242609')
+
+package() {
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in libupnp/repos/extra-x86_64 (3 files)

2018-01-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 9, 2018 @ 20:17:12
  Author: jelle
Revision: 314303

archrelease: copy trunk to extra-x86_64

Added:
  libupnp/repos/extra-x86_64/PKGBUILD
(from rev 314302, libupnp/trunk/PKGBUILD)
  libupnp/repos/extra-x86_64/segfault_http_makemessage.patch
(from rev 314302, libupnp/trunk/segfault_http_makemessage.patch)
Deleted:
  libupnp/repos/extra-x86_64/PKGBUILD

-+
 PKGBUILD|   65 +-
 segfault_http_makemessage.patch |   45 ++
 2 files changed, 81 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:16:44 UTC (rev 314302)
+++ PKGBUILD2018-01-09 20:17:12 UTC (rev 314303)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora  
-# Contributor: kastor 
-
-pkgname=libupnp
-pkgver=1.6.24
-pkgrel=1
-pkgdesc="Portable Open Source UPnP Development Kit"
-arch=('x86_64')
-url="http://pupnp.sourceforge.net/;
-license=('BSD')
-depends=('glibc')
-makedepends=('pkgconfig')
-source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c5f4a3b674741d85ef29258841ccd540')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR=${pkgdir} install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: libupnp/repos/extra-x86_64/PKGBUILD (from rev 314302, 
libupnp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:17:12 UTC (rev 314303)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Giovanni Scafora  
+# Contributor: kastor 
+
+pkgname=libupnp
+pkgver=1.6.24
+pkgrel=2
+pkgdesc="Portable Open Source UPnP Development Kit"
+arch=('x86_64')
+url="http://pupnp.sourceforge.net/;
+license=('BSD')
+depends=('glibc')
+makedepends=('pkgconfig')
+source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2;
+"segfault_http_makemessage.patch")
+md5sums=('c5f4a3b674741d85ef29258841ccd540'
+ 'b5ab030107cadfb307dc1b809b7a5fe3')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i $srcdir/segfault_http_makemessage.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR=${pkgdir} install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: libupnp/repos/extra-x86_64/segfault_http_makemessage.patch (from rev 
314302, libupnp/trunk/segfault_http_makemessage.patch)
===
--- segfault_http_makemessage.patch (rev 0)
+++ segfault_http_makemessage.patch 2018-01-09 20:17:12 UTC (rev 314303)
@@ -0,0 +1,45 @@
+From 70e3d626378e12ea50d76dfda50311c8bb4a2a78 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=C3=B6rg=20Krause?= 
+Date: Tue, 5 Dec 2017 11:29:44 +0100
+Subject: [PATCH] Fix segmentation fault in http_MakeMessage
+
+When upmpdcli is linked with libupnp 1.6.24 it fails with an
+segmentation fault, but linking with libupnp worked just fine.
+
+git bisect shows that commit 9c2e8ec8a0291ebe81959009e2f78edbdb47ced5 is
+the bad one as the variable `extras` is not properly checked before
+attempting to used it as a pointer.
+
+Asure `extras` is not Null before using it.
+---
+ upnp/src/genlib/net/http/httpreadwrite.c | 16 +---
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+diff --git a/upnp/src/genlib/net/http/httpreadwrite.c 
b/upnp/src/genlib/net/http/httpreadwrite.c
+index 68cd4baa..57ab8051 100644
+--- a/upnp/src/genlib/net/http/httpreadwrite.c
 b/upnp/src/genlib/net/http/httpreadwrite.c
+@@ -1662,14 +1662,16 @@ int http_MakeMessage(membuffer *buf, int 
http_major_version,
+   struct Extra_Headers *extras;
+   /* array of extra headers */
+   extras = (struct Extra_Headers *) va_arg(argp, struct 
Extra_Headers *);
+-  while (extras->name) {
+-  if (extras->resp) {
+-  if (membuffer_append(buf, extras->resp, 
strlen(extras->resp)))
+-  goto error_handler;
+-  if (membuffer_append(buf, "\r\n", 
(size_t)2))
+-  goto error_handler;
++  if (extras) {
++  while (extras->name) {
++  if (extras->resp) {
++  if 

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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:16:51
  Author: eschwartz
Revision: 280762

archrelease: copy trunk to community-x86_64

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

---+
 PKGBUILD  |   87 ++--
 oprofile.install  |8 
 oprofile.sysusers |1 
 3 files changed, 45 insertions(+), 51 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:16:05 UTC (rev 280761)
+++ PKGBUILD2018-01-09 20:16:51 UTC (rev 280762)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer : Aaron Griffin 
-
-pkgname=oprofile
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='System-wide profiler for Linux systems'
-arch=('i686' 'x86_64')
-url="http://oprofile.sourceforge.net;
-license=('GPL')
-depends=('popt' 'gcc-libs' 'zlib' 'sh')
-options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
-
-build() {
-  cd $pkgname-$pkgver
-#CXXFLAGS+=" -std=gnu++03"
-  ./configure --prefix=/usr --with-x
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d "$pkgdir/var/lib/oprofile"
-
-# installing development libraries and headers - FS#20089
-  install -d  "$pkgdir/usr/include/oprofile"
-  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
-libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
-libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
"$pkgdir/usr/include/oprofile"
-  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
-  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
-  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
-  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
-}

Copied: oprofile/repos/community-x86_64/PKGBUILD (from rev 280761, 
oprofile/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:16:51 UTC (rev 280762)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer : Aaron Griffin 
+
+pkgname=oprofile
+pkgver=1.2.0
+pkgrel=2
+pkgdesc='System-wide profiler for Linux systems'
+arch=('x86_64')
+url="http://oprofile.sourceforge.net;
+license=('GPL')
+depends=('popt' 'gcc-libs' 'zlib' 'sh')
+options=('staticlibs')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+oprofile.sysusers)
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c'
+  'efcd625073759b69f95cf74dbb4c2839e03af017')
+
+build() {
+  cd $pkgname-$pkgver
+#CXXFLAGS+=" -std=gnu++03"
+  ./configure --prefix=/usr --with-x
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d "$pkgdir/var/lib/oprofile"
+
+# installing development libraries and headers - FS#20089
+  install -d  "$pkgdir/usr/include/oprofile"
+  install -m644 config.h libop/op_*.h libregex/op_*.h libdb/odb.h \
+libpp/{locate_images.h,image_errors.h} libutil/op_*.h \
+libutil++/{op_*.h,bfd_support.h,utility.h,cached_value.h} 
"$pkgdir/usr/include/oprofile"
+  install -m644 libop/libop.a libdb/libodb.a "$pkgdir/usr/lib/"
+  install -m644 libabi/libabi.a "$pkgdir/usr/lib/libopabi.a"
+  install -m644 libutil/libutil.a "$pkgdir/usr/lib/liboputil.a"
+  install -m644 libutil++/libutil++.a "$pkgdir/usr/lib/liboputil++.a"
+}

Deleted: oprofile.install
===
--- oprofile.install2018-01-09 20:16:05 UTC (rev 280761)
+++ oprofile.install2018-01-09 20:16:51 UTC (rev 280762)
@@ -1,8 +0,0 @@
-post_install(){
-  post_upgrade $1 ''
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}

Copied: oprofile/repos/community-x86_64/oprofile.sysusers (from rev 280761, 
oprofile/trunk/oprofile.sysusers)
===
--- oprofile.sysusers   (rev 0)
+++ oprofile.sysusers   2018-01-09 20:16:51 UTC (rev 280762)
@@ -0,0 +1 @@
+u oprofile 492 - /var/lib/oprofile


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

2018-01-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 9, 2018 @ 20:16:05
  Author: alucryd
Revision: 280761

archrelease: copy trunk to community-x86_64

Added:
  dotnet-core/repos/community-x86_64/PKGBUILD
(from rev 280760, dotnet-core/trunk/PKGBUILD)
Deleted:
  dotnet-core/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:15:46 UTC (rev 280760)
+++ PKGBUILD2018-01-09 20:16:05 UTC (rev 280761)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Maintainer: Max Liebkies 
-
-pkgbase=dotnet-core
-pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.4
-pkgrel=1
-arch=('x86_64')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-depends=('gcc-libs' 'glibc')
-options=('staticlibs')
-source=("https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
-sha256sums=('9c0080bd82ea26a5721fa063885c5675071af9741693e90efeb8eea8c70ac6bc')
-
-package_dotnet-host() {
-  pkgdesc='A generic driver for the .NET Core Command Line Interface'
-
-  install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-
-  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
-  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
-  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
-}
-
-package_dotnet-runtime() {
-  pkgdesc='The .NET Core runtime'
-  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
-'libcurl.so' 'libuuid.so')
-  provides=('dotnet-runtime-2.0')
-  conflicts=('dotnet-runtime-2.0')
-
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-
-  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
-  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dotnet-core/repos/community-x86_64/PKGBUILD (from rev 280760, 
dotnet-core/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:16:05 UTC (rev 280761)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Maintainer: Max Liebkies 
+
+pkgbase=dotnet-core
+pkgname=('dotnet-host' 'dotnet-runtime')
+pkgver=2.0.5
+pkgrel=1
+arch=('x86_64')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('gcc-libs' 'glibc')
+options=('staticlibs')
+source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz')
+sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf')
+
+package_dotnet-host() {
+  pkgdesc='A generic driver for the .NET Core Command Line Interface'
+
+  install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
+  cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
+  install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
+  ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
+}
+
+package_dotnet-runtime() {
+  pkgdesc='The .NET Core runtime'
+  depends+=('dotnet-host' 'icu' 'krb5' 'libunwind'  'lldb' 'lttng-ust' 
'openssl-1.0' 'zlib'
+'libcurl.so' 'libuuid.so')
+  provides=('dotnet-runtime-2.0')
+  conflicts=('dotnet-runtime-2.0')
+
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in libupnp/trunk (PKGBUILD segfault_http_makemessage.patch)

2018-01-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 9, 2018 @ 20:16:44
  Author: jelle
Revision: 314302

FS#56979

Fix segfault in http_MakeMessage

Added:
  libupnp/trunk/segfault_http_makemessage.patch
Modified:
  libupnp/trunk/PKGBUILD

-+
 PKGBUILD|   13 --
 segfault_http_makemessage.patch |   45 ++
 2 files changed, 55 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:32:26 UTC (rev 314301)
+++ PKGBUILD2018-01-09 20:16:44 UTC (rev 314302)
@@ -4,7 +4,7 @@
 
 pkgname=libupnp
 pkgver=1.6.24
-pkgrel=1
+pkgrel=2
 pkgdesc="Portable Open Source UPnP Development Kit"
 arch=('x86_64')
 url="http://pupnp.sourceforge.net/;
@@ -11,9 +11,16 @@
 license=('BSD')
 depends=('glibc')
 makedepends=('pkgconfig')
-source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('c5f4a3b674741d85ef29258841ccd540')
+source=("http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2;
+"segfault_http_makemessage.patch")
+md5sums=('c5f4a3b674741d85ef29258841ccd540'
+ 'b5ab030107cadfb307dc1b809b7a5fe3')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i $srcdir/segfault_http_makemessage.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 

Added: segfault_http_makemessage.patch
===
--- segfault_http_makemessage.patch (rev 0)
+++ segfault_http_makemessage.patch 2018-01-09 20:16:44 UTC (rev 314302)
@@ -0,0 +1,45 @@
+From 70e3d626378e12ea50d76dfda50311c8bb4a2a78 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?J=C3=B6rg=20Krause?= 
+Date: Tue, 5 Dec 2017 11:29:44 +0100
+Subject: [PATCH] Fix segmentation fault in http_MakeMessage
+
+When upmpdcli is linked with libupnp 1.6.24 it fails with an
+segmentation fault, but linking with libupnp worked just fine.
+
+git bisect shows that commit 9c2e8ec8a0291ebe81959009e2f78edbdb47ced5 is
+the bad one as the variable `extras` is not properly checked before
+attempting to used it as a pointer.
+
+Asure `extras` is not Null before using it.
+---
+ upnp/src/genlib/net/http/httpreadwrite.c | 16 +---
+ 1 file changed, 9 insertions(+), 7 deletions(-)
+
+diff --git a/upnp/src/genlib/net/http/httpreadwrite.c 
b/upnp/src/genlib/net/http/httpreadwrite.c
+index 68cd4baa..57ab8051 100644
+--- a/upnp/src/genlib/net/http/httpreadwrite.c
 b/upnp/src/genlib/net/http/httpreadwrite.c
+@@ -1662,14 +1662,16 @@ int http_MakeMessage(membuffer *buf, int 
http_major_version,
+   struct Extra_Headers *extras;
+   /* array of extra headers */
+   extras = (struct Extra_Headers *) va_arg(argp, struct 
Extra_Headers *);
+-  while (extras->name) {
+-  if (extras->resp) {
+-  if (membuffer_append(buf, extras->resp, 
strlen(extras->resp)))
+-  goto error_handler;
+-  if (membuffer_append(buf, "\r\n", 
(size_t)2))
+-  goto error_handler;
++  if (extras) {
++  while (extras->name) {
++  if (extras->resp) {
++  if (membuffer_append(buf, 
extras->resp, strlen(extras->resp)))
++  goto error_handler;
++  if (membuffer_append(buf, 
"\r\n", (size_t)2))
++  goto error_handler;
++  }
++  extras++;
+   }
+-  extras++;
+   }
+   }
+   if (c == 's') {


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

2018-01-09 Thread Maxime Gauduin via arch-commits
Date: Tuesday, January 9, 2018 @ 20:15:46
  Author: alucryd
Revision: 280760

upgpkg: dotnet-core 2.0.5-1

Modified:
  dotnet-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:13:14 UTC (rev 280759)
+++ PKGBUILD2018-01-09 20:15:46 UTC (rev 280760)
@@ -4,7 +4,7 @@
 
 pkgbase=dotnet-core
 pkgname=('dotnet-host' 'dotnet-runtime')
-pkgver=2.0.4
+pkgver=2.0.5
 pkgrel=1
 arch=('x86_64')
 url='https://www.microsoft.com/net/core'
@@ -11,14 +11,13 @@
 license=('MIT')
 depends=('gcc-libs' 'glibc')
 options=('staticlibs')
-source=("https://download.microsoft.com/download/2/B/2/2B2854E7-7EAE-4FE9-85D2-19ACCD716F18/dotnet-runtime-${pkgver}-linux-x64.tar.gz;)
-sha256sums=('9c0080bd82ea26a5721fa063885c5675071af9741693e90efeb8eea8c70ac6bc')
+source=('https://download.microsoft.com/download/1/1/0/11046135-4207-40D3-A795-13ECEA741B32/dotnet-runtime-2.0.5-linux-x64.tar.gz')
+sha256sums=('d55dbf65dcf3cc07b228915b04600bc1e2f5b46303cf9c8912c181898b95d8cf')
 
 package_dotnet-host() {
   pkgdesc='A generic driver for the .NET Core Command Line Interface'
 
   install -dm 755 
"${pkgdir}"/{opt/dotnet,usr/bin,usr/share/licenses/dotnet-host}
-
   cp -dr --no-preserve='ownership' dotnet host "${pkgdir}"/opt/dotnet/
   install -m 644 *.txt -t "${pkgdir}"/usr/share/licenses/dotnet-host/
   ln -s /opt/dotnet/dotnet "${pkgdir}"/usr/bin/
@@ -32,9 +31,8 @@
   conflicts=('dotnet-runtime-2.0')
 
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-
   cp -dr --no-preserve='ownership' shared "${pkgdir}"/opt/dotnet/
   ln -s dotnet-host "${pkgdir}"/usr/share/licenses/dotnet-runtime
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in oprofile/trunk (PKGBUILD oprofile.install oprofile.sysusers)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:13:14
  Author: eschwartz
Revision: 280759

upgpkg: oprofile 1.2.0-2

migrate to systemd-sysusers

Added:
  oprofile/trunk/oprofile.sysusers
Modified:
  oprofile/trunk/PKGBUILD
Deleted:
  oprofile/trunk/oprofile.install

---+
 PKGBUILD  |9 +
 oprofile.install  |8 
 oprofile.sysusers |1 +
 3 files changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:11:02 UTC (rev 280758)
+++ PKGBUILD2018-01-09 20:13:14 UTC (rev 280759)
@@ -3,7 +3,7 @@
 
 pkgname=oprofile
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='System-wide profiler for Linux systems'
 arch=('x86_64')
 url="http://oprofile.sourceforge.net;
@@ -10,9 +10,10 @@
 license=('GPL')
 depends=('popt' 'gcc-libs' 'zlib' 'sh')
 options=('staticlibs')
-install=oprofile.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)
-sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
+oprofile.sysusers)
+sha1sums=('7bf28b74953bd042ff23dc53c399be96d37f144c'
+  'efcd625073759b69f95cf74dbb4c2839e03af017')
 
 build() {
   cd $pkgname-$pkgver

Deleted: oprofile.install
===
--- oprofile.install2018-01-09 20:11:02 UTC (rev 280758)
+++ oprofile.install2018-01-09 20:13:14 UTC (rev 280759)
@@ -1,8 +0,0 @@
-post_install(){
-  post_upgrade $1 ''
-}
-
-post_upgrade(){
-  getent group oprofile >/dev/null || groupadd -g 492 oprofile &>/dev/null
-  getent passwd oprofile >/dev/null || useradd -u 492 -g oprofile -d 
/var/lib/oprofile -s /bin/false oprofile &>/dev/null
-}

Added: oprofile.sysusers
===
--- oprofile.sysusers   (rev 0)
+++ oprofile.sysusers   2018-01-09 20:13:14 UTC (rev 280759)
@@ -0,0 +1 @@
+u oprofile 492 - /var/lib/oprofile


[arch-commits] Commit in lxdm/trunk (PKGBUILD lxdm.install)

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 20:10:53
  Author: bgyorgy
Revision: 280757

upgpkg: lxdm 0.5.3-5

Switch to systemd-sysusers

Modified:
  lxdm/trunk/PKGBUILD
Deleted:
  lxdm/trunk/lxdm.install

--+
 PKGBUILD |   20 +++-
 lxdm.install |   12 
 2 files changed, 15 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 20:10:11 UTC (rev 280756)
+++ PKGBUILD2018-01-09 20:10:53 UTC (rev 280757)
@@ -7,16 +7,14 @@
 pkgbase=lxdm
 pkgname=(lxdm lxdm-gtk3)
 pkgver=0.5.3
-pkgrel=4
+pkgrel=5
 pkgdesc='Lightweight X11 Display Manager'
 arch=('x86_64')
-url="http://lxde.org/;
+url="https://lxde.org/;
 license=('GPL')
 depends=('gtk2' 'gtk3' 'xorg-server')
 makedepends=('intltool' 'iso-codes')
-optdepends=('iso-codes: show language names in language chooser'
-'librsvg: display the default background')
-install=$pkgbase.install
+optdepends=('iso-codes: show language names in language chooser')
 backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
 'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
 'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
@@ -43,6 +41,8 @@
   # Use our custom pam and Xsession files
   cp ../lxdm.pam pam/lxdm
   cp ../Xsession data/Xsession
+
+  autoreconf -fi
 }
 
 build() {
@@ -70,6 +70,11 @@
   cd gtk2
   make DESTDIR="$pkgdir" install
   chmod 644 "$pkgdir/etc/lxdm/lxdm.conf"
+
+  # Setup system user and group
+  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
+  echo 'u lxdm - "Lightweight X11 Display Manager" /var/lib/lxdm' > 
"$pkgdir/usr/lib/sysusers.d/$pkgbase.conf"
+  echo 'd /var/lib/lxdm 0700 lxdm lxdm - -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgbase.conf"
 }
 
 package_lxdm-gtk3() {
@@ -81,4 +86,9 @@
   cd gtk3
   make DESTDIR="$pkgdir" install
   chmod 644 "$pkgdir/etc/lxdm/lxdm.conf"
+
+  # Setup system user and group
+  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
+  echo 'u lxdm - "Lightweight X11 Display Manager" /var/lib/lxdm' > 
"$pkgdir/usr/lib/sysusers.d/$pkgbase.conf"
+  echo 'd /var/lib/lxdm 0700 lxdm lxdm - -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgbase.conf"
 }

Deleted: lxdm.install
===
--- lxdm.install2018-01-09 20:10:11 UTC (rev 280756)
+++ lxdm.install2018-01-09 20:10:53 UTC (rev 280757)
@@ -1,12 +0,0 @@
-post_install() {
-  getent passwd lxdm > /dev/null 2>&1 && \
-usermod -L -c 'Lightweight X11 Display Manager' -d /var/lib/lxdm -s 
/sbin/nologin lxdm > /dev/null 2>&1 || \
-useradd -rM -c 'Lightweight X11 Display Manager' -d /var/lib/lxdm -s 
/sbin/nologin lxdm
-  mkdir -p /var/lib/lxdm
-  chown lxdm:lxdm /var/lib/lxdm
-  chmod 700 /var/lib/lxdm
-}
-
-post_upgrade() {
-  post_install
-}


[arch-commits] Commit in lxdm/repos/community-x86_64 (11 files)

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 20:11:02
  Author: bgyorgy
Revision: 280758

archrelease: copy trunk to community-x86_64

Added:
  lxdm/repos/community-x86_64/PKGBUILD
(from rev 280757, lxdm/trunk/PKGBUILD)
  lxdm/repos/community-x86_64/Xsession
(from rev 280757, lxdm/trunk/Xsession)
  lxdm/repos/community-x86_64/default-config.patch
(from rev 280757, lxdm/trunk/default-config.patch)
  lxdm/repos/community-x86_64/git-fixes.patch
(from rev 280757, lxdm/trunk/git-fixes.patch)
  lxdm/repos/community-x86_64/lxdm.pam
(from rev 280757, lxdm/trunk/lxdm.pam)
Deleted:
  lxdm/repos/community-x86_64/PKGBUILD
  lxdm/repos/community-x86_64/Xsession
  lxdm/repos/community-x86_64/default-config.patch
  lxdm/repos/community-x86_64/git-fixes.patch
  lxdm/repos/community-x86_64/lxdm.install
  lxdm/repos/community-x86_64/lxdm.pam

--+
 PKGBUILD |  178 --
 Xsession |  142 ++---
 default-config.patch |   50 ++---
 git-fixes.patch  |  186 -
 lxdm.install |   12 ---
 lxdm.pam |   14 +--
 6 files changed, 290 insertions(+), 292 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:10:53 UTC (rev 280757)
+++ PKGBUILD2018-01-09 20:11:02 UTC (rev 280758)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: AndyRTR 
-# Contributor: kiefer 
-
-pkgbase=lxdm
-pkgname=(lxdm lxdm-gtk3)
-pkgver=0.5.3
-pkgrel=4
-pkgdesc='Lightweight X11 Display Manager'
-arch=('i686' 'x86_64')
-url="http://lxde.org/;
-license=('GPL')
-depends=('gtk2' 'gtk3' 'xorg-server')
-makedepends=('intltool' 'iso-codes')
-optdepends=('iso-codes: show language names in language chooser'
-'librsvg: display the default background')
-install=$pkgbase.install
-backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
-'etc/lxdm/PreLogin' 'etc/lxdm/LoginReady' 'etc/lxdm/PostLogin'
-'etc/lxdm/PostLogout' 'etc/lxdm/PreReboot' 'etc/lxdm/PreShutdown')
-source=(https://downloads.sourceforge.net/lxde/$pkgbase-$pkgver.tar.xz
-git-fixes.patch
-default-config.patch
-lxdm.pam
-Xsession)
-sha256sums=('4891efee81c72a400cc6703e40aa76f3f3853833d048b72ec805da0f93567f2f'
-'ca3b225fb85a4e87ebb48e2b1a20f4bab86bf619a9ad927f08fdc819bc435bb4'
-'ea5fbe021b98ec58de8f2ba9a3575f748024bad2a9b911179a44bf94577f869b'
-'e8c4c5fd3b801a390d201166fd1fb9730e78a5c62928768103b870b6bd980ea0'
-'a02f547e1c36f1c7dd2a1f942b620fe76445d561f7835e7fef434aa4c12c6967')
-
-prepare(){
-  cd $pkgbase-$pkgver
-
-  # Apply fixes from git
-  patch -Np1 -i ../git-fixes.patch
-
-  # Adjust Arch-specific settings
-  patch -Np1 -i ../default-config.patch
-
-  # Use our custom pam and Xsession files
-  cp ../lxdm.pam pam/lxdm
-  cp ../Xsession data/Xsession
-}
-
-build() {
-  # GTK+ 2 version
-  [ -d gtk2 ] || cp -r $pkgbase-$pkgver gtk2
-  cd gtk2
-  ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib/lxdm \
-  --sysconfdir=/etc --localstatedir=/var
-  make
-
-  cd "$srcdir"
-  # GTK+ 3 version
-  [ -d gtk3 ] || cp -r $pkgbase-$pkgver gtk3
-  cd gtk3
-  ./configure --prefix=/usr --sbindir=/usr/bin --libexecdir=/usr/lib/lxdm \
-  --sysconfdir=/etc --localstatedir=/var --enable-gtk3
-  make
-}
-
-package_lxdm() {
-  groups=('lxde')
-  depends=('gtk2' 'xorg-server')
-  optdepends+=('gnome-themes-standard: default GTK+ theme')
-
-  cd gtk2
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/etc/lxdm/lxdm.conf"
-}
-
-package_lxdm-gtk3() {
-  groups=('lxde-gtk3')
-  pkgdesc+=' (GTK+ 3 version)'
-  depends=('gtk3' 'xorg-server')
-  conflicts=('lxdm')
-
-  cd gtk3
-  make DESTDIR="$pkgdir" install
-  chmod 644 "$pkgdir/etc/lxdm/lxdm.conf"
-}

Copied: lxdm/repos/community-x86_64/PKGBUILD (from rev 280757, 
lxdm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:11:02 UTC (rev 280758)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: AndyRTR 
+# Contributor: kiefer 
+
+pkgbase=lxdm
+pkgname=(lxdm lxdm-gtk3)
+pkgver=0.5.3
+pkgrel=5
+pkgdesc='Lightweight X11 Display Manager'
+arch=('x86_64')
+url="https://lxde.org/;
+license=('GPL')
+depends=('gtk2' 'gtk3' 'xorg-server')
+makedepends=('intltool' 'iso-codes')
+optdepends=('iso-codes: show language names in language chooser')
+backup=('etc/lxdm/lxdm.conf' 'etc/pam.d/lxdm' 'etc/lxdm/Xsession'
+

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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:10:11
  Author: eschwartz
Revision: 280756

archrelease: copy trunk to community-x86_64

Added:
  minbif/repos/community-x86_64/PKGBUILD
(from rev 280755, minbif/trunk/PKGBUILD)
  minbif/repos/community-x86_64/minbif-gcc-4.7.patch
(from rev 280755, minbif/trunk/minbif-gcc-4.7.patch)
  minbif/repos/community-x86_64/minbif-imlib.patch
(from rev 280755, minbif/trunk/minbif-imlib.patch)
  minbif/repos/community-x86_64/minbif.service
(from rev 280755, minbif/trunk/minbif.service)
  minbif/repos/community-x86_64/minbif.sysusers.conf
(from rev 280755, minbif/trunk/minbif.sysusers.conf)
  minbif/repos/community-x86_64/minbif.tmpfiles.conf
(from rev 280755, minbif/trunk/minbif.tmpfiles.conf)
Deleted:
  minbif/repos/community-x86_64/PKGBUILD
  minbif/repos/community-x86_64/minbif-gcc-4.7.patch
  minbif/repos/community-x86_64/minbif-imlib.patch
  minbif/repos/community-x86_64/minbif.install
  minbif/repos/community-x86_64/minbif.service
  minbif/repos/community-x86_64/minbif.tmpfiles.conf

--+
 PKGBUILD |   98 
 minbif-gcc-4.7.patch |  196 -
 minbif-imlib.patch   |   38 -
 minbif.install   |9 --
 minbif.service   |   22 ++---
 minbif.sysusers.conf |1 
 minbif.tmpfiles.conf |4 -
 7 files changed, 180 insertions(+), 188 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 20:09:23 UTC (rev 280755)
+++ PKGBUILD2018-01-09 20:10:11 UTC (rev 280756)
@@ -1,50 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: AkiraYB 
-
-pkgname=minbif
-pkgver=1.0.5
-pkgrel=7
-pkgdesc='An IRC gateway to IM networks that uses libpurple.'
-arch=('i686' 'x86_64')
-url='http://minbif.im/'
-license=('GPL2')
-depends=('gnutls' 'libcaca' 'libpurple')
-makedepends=('cmake')
-optdepends=('xinetd: to run minbif through xinetd')
-backup=('etc/minbif/minbif.conf'
-'etc/minbif/minbif.motd')
-install='minbif.install'
-source=("http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz;
-'minbif-gcc-4.7.patch'
-'minbif-imlib.patch'
-'minbif.service'
-'minbif.tmpfiles.conf')
-md5sums=('00c5c1abbe2b8a9d900961832c7909a8'
- '2235c45d5bdb01e9ef4b11d2a41d49bb'
- 'c94ea3152b7d279da25947e0d1deff14'
- 'b34876e339a37dfb1dc6cd0b9d8edf9d'
- '3360f5d1bf9bc69fd9b7c9326f321dc3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # build fixes
-  patch -p1 -i ../minbif-gcc-4.7.patch
-  patch -p1 -i ../minbif-imlib.patch
-
-  make PREFIX=/usr CONF_PREFIX=/etc/minbif ENABLE_MINBIF=ON ENABLE_IMLIB=ON 
ENABLE_CACA=ON \
-   ENABLE_VIDEO=OFF ENABLE_PLUGIN=OFF ENABLE_PAM=ON ENABLE_TLS=ON DEBUG=OFF
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  install -dm0755 "${pkgdir}/var/lib"
-  install -dm0770 -o67 -g67 "${pkgdir}/var/lib/minbif"
-  install -dm0770 -o67 -g67 "${pkgdir}/var/lib/minbif/users"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm0644 "${srcdir}/minbif.service" 
"${pkgdir}/usr/lib/systemd/system/minbif.service"
-  install -Dm0644 "${srcdir}/minbif.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/minbif.conf"
-}

Copied: minbif/repos/community-x86_64/PKGBUILD (from rev 280755, 
minbif/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 20:10:11 UTC (rev 280756)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: AkiraYB 
+
+pkgname=minbif
+pkgver=1.0.5
+pkgrel=8
+pkgdesc='An IRC gateway to IM networks that uses libpurple.'
+arch=('x86_64')
+url='https://symlink.me/projects/minbif/wiki/'
+license=('GPL2')
+depends=('gnutls' 'libcaca' 'libpurple')
+makedepends=('cmake')
+optdepends=('xinetd: to run minbif through xinetd')
+backup=('etc/minbif/minbif.conf'
+'etc/minbif/minbif.motd')
+source=("https://symlink.me/attachments/download/148/${pkgname}-${pkgver}.tar.gz;
+'minbif-gcc-4.7.patch'
+'minbif-imlib.patch'
+'minbif.service'
+'minbif.sysusers.conf'
+'minbif.tmpfiles.conf')
+md5sums=('00c5c1abbe2b8a9d900961832c7909a8'
+ '2235c45d5bdb01e9ef4b11d2a41d49bb'
+ 'c94ea3152b7d279da25947e0d1deff14'
+ 'b34876e339a37dfb1dc6cd0b9d8edf9d'
+ 'f1a35ef1ab6cb2af5e5b1843b4b6a0d6'
+ 'a9835ad61bbb62b1b369b8710de05ffd')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # build fixes
+  patch -p1 -i ../minbif-gcc-4.7.patch
+  patch -p1 -i ../minbif-imlib.patch
+
+  make PREFIX=/usr CONF_PREFIX=/etc/minbif ENABLE_MINBIF=ON ENABLE_IMLIB=ON 
ENABLE_CACA=ON \
+   ENABLE_VIDEO=OFF ENABLE_PLUGIN=OFF ENABLE_PAM=ON ENABLE_TLS=ON DEBUG=OFF
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make 

[arch-commits] Commit in minbif/trunk (4 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Tuesday, January 9, 2018 @ 20:09:23
  Author: eschwartz
Revision: 280755

upgpkg: minbif 1.0.5-8

migrate to systemd-sysusers/systemd-tmpfiles
fix redirecting links to project site, upgrade to HTTPS

Added:
  minbif/trunk/minbif.sysusers.conf
Modified:
  minbif/trunk/PKGBUILD
  minbif/trunk/minbif.tmpfiles.conf
Deleted:
  minbif/trunk/minbif.install

--+
 PKGBUILD |   16 +++-
 minbif.install   |9 -
 minbif.sysusers.conf |1 +
 minbif.tmpfiles.conf |4 +++-
 4 files changed, 11 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 19:48:01 UTC (rev 280754)
+++ PKGBUILD2018-01-09 20:09:23 UTC (rev 280755)
@@ -3,10 +3,10 @@
 
 pkgname=minbif
 pkgver=1.0.5
-pkgrel=7
+pkgrel=8
 pkgdesc='An IRC gateway to IM networks that uses libpurple.'
 arch=('x86_64')
-url='http://minbif.im/'
+url='https://symlink.me/projects/minbif/wiki/'
 license=('GPL2')
 depends=('gnutls' 'libcaca' 'libpurple')
 makedepends=('cmake')
@@ -13,17 +13,18 @@
 optdepends=('xinetd: to run minbif through xinetd')
 backup=('etc/minbif/minbif.conf'
 'etc/minbif/minbif.motd')
-install='minbif.install'
-source=("http://minbif.im/attachments/download/148/${pkgname}-${pkgver}.tar.gz;
+source=("https://symlink.me/attachments/download/148/${pkgname}-${pkgver}.tar.gz;
 'minbif-gcc-4.7.patch'
 'minbif-imlib.patch'
 'minbif.service'
+'minbif.sysusers.conf'
 'minbif.tmpfiles.conf')
 md5sums=('00c5c1abbe2b8a9d900961832c7909a8'
  '2235c45d5bdb01e9ef4b11d2a41d49bb'
  'c94ea3152b7d279da25947e0d1deff14'
  'b34876e339a37dfb1dc6cd0b9d8edf9d'
- '3360f5d1bf9bc69fd9b7c9326f321dc3')
+ 'f1a35ef1ab6cb2af5e5b1843b4b6a0d6'
+ 'a9835ad61bbb62b1b369b8710de05ffd')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -39,12 +40,9 @@
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  install -dm0755 "${pkgdir}/var/lib"
-  install -dm0770 -o67 -g67 "${pkgdir}/var/lib/minbif"
-  install -dm0770 -o67 -g67 "${pkgdir}/var/lib/minbif/users"
-
   make DESTDIR="${pkgdir}" install
 
   install -Dm0644 "${srcdir}/minbif.service" 
"${pkgdir}/usr/lib/systemd/system/minbif.service"
+  install -Dm0644 "${srcdir}/minbif.sysusers.conf" 
"${pkgdir}/usr/lib/sysusers.d/minbif.conf"
   install -Dm0644 "${srcdir}/minbif.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/minbif.conf"
 }

Deleted: minbif.install
===
--- minbif.install  2018-01-09 19:48:01 UTC (rev 280754)
+++ minbif.install  2018-01-09 20:09:23 UTC (rev 280755)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -qs ^minbif: /etc/group || groupadd -g 67 minbif
-  grep -qs ^minbif: /etc/passwd || useradd -u 67 -g minbif \
--d /var/lib/minbif -s /bin/false minbif
-}
-
-post_upgrade() {
-  post_install $1
-}

Added: minbif.sysusers.conf
===
--- minbif.sysusers.conf(rev 0)
+++ minbif.sysusers.conf2018-01-09 20:09:23 UTC (rev 280755)
@@ -0,0 +1 @@
+u minbif 67 - /var/lib/minbif

Modified: minbif.tmpfiles.conf
===
--- minbif.tmpfiles.conf2018-01-09 19:48:01 UTC (rev 280754)
+++ minbif.tmpfiles.conf2018-01-09 20:09:23 UTC (rev 280755)
@@ -1 +1,3 @@
-d /run/minbif - minbif minbif -
+d /run/minbif   -minbif minbif -
+d /var/lib/minbif   0770 minbif minbif -
+d /var/lib/minbif/users 0770 minbif minbif -


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

2018-01-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 9, 2018 @ 19:48:01
  Author: jelle
Revision: 280754

archrelease: copy trunk to community-any

Added:
  perl-anyevent-i3/repos/community-any/
  perl-anyevent-i3/repos/community-any/PKGBUILD
(from rev 280753, perl-anyevent-i3/trunk/PKGBUILD)

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

Copied: perl-anyevent-i3/repos/community-any/PKGBUILD (from rev 280753, 
perl-anyevent-i3/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-01-09 19:48:01 UTC (rev 280754)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=perl-anyevent-i3
+pkgver=0.17
+pkgrel=3
+pkgdesc="Communicate with the i3 window manager"
+arch=('any')
+url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
+license=('GPL')
+depends=('perl' 'perl-anyevent' 'perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('907b6ed7fe6bea5914b878cdd73aba3f')
+
+build() {
+  cd AnyEvent-I3-${pkgver}
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
+package() {
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}


[arch-commits] Commit in (4 files)

2018-01-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 9, 2018 @ 19:47:08
  Author: jelle
Revision: 280753

initial commit perl-anyevent-i3

Added:
  perl-anyevent-i3/
  perl-anyevent-i3/repos/
  perl-anyevent-i3/trunk/
  perl-anyevent-i3/trunk/PKGBUILD

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

Added: perl-anyevent-i3/trunk/PKGBUILD
===
--- perl-anyevent-i3/trunk/PKGBUILD (rev 0)
+++ perl-anyevent-i3/trunk/PKGBUILD 2018-01-09 19:47:08 UTC (rev 280753)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=perl-anyevent-i3
+pkgver=0.17
+pkgrel=3
+pkgdesc="Communicate with the i3 window manager"
+arch=('any')
+url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
+license=('GPL')
+depends=('perl' 'perl-anyevent' 'perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('907b6ed7fe6bea5914b878cdd73aba3f')
+
+build() {
+  cd AnyEvent-I3-${pkgver}
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
+package() {
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}


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


[arch-commits] Commit in keepass/repos (7 files)

2018-01-09 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, January 9, 2018 @ 19:31:39
  Author: grazzolini
Revision: 280752

archrelease: copy trunk to community-testing-any

Added:
  keepass/repos/community-testing-any/
  keepass/repos/community-testing-any/PKGBUILD
(from rev 280751, keepass/trunk/PKGBUILD)
  keepass/repos/community-testing-any/keepass
(from rev 280751, keepass/trunk/keepass)
  keepass/repos/community-testing-any/keepass.1
(from rev 280751, keepass/trunk/keepass.1)
  keepass/repos/community-testing-any/keepass.desktop
(from rev 280751, keepass/trunk/keepass.desktop)
  keepass/repos/community-testing-any/keepass.install
(from rev 280751, keepass/trunk/keepass.install)
  keepass/repos/community-testing-any/keepass.xml
(from rev 280751, keepass/trunk/keepass.xml)

-+
 PKGBUILD|   85 ++
 keepass |2 +
 keepass.1   |   23 ++
 keepass.desktop |   12 +++
 keepass.install |   14 
 5 files changed, 136 insertions(+)

Copied: keepass/repos/community-testing-any/PKGBUILD (from rev 280751, 
keepass/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-09 19:31:39 UTC (rev 280752)
@@ -0,0 +1,85 @@
+# $Id$
+# Maintainer: Giancarlo Razzolini 
+# Contributor: Timothy Redaelli 
+# Contributor: Kirill "reflexing" Churin 
+# Contributor: Andrej Gelenberg 
+
+pkgname=keepass
+pkgver=2.38
+pkgrel=1
+pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
+arch=('any')
+url='http://keepass.info/'
+license=('GPL')
+depends=('mono' 'desktop-file-utils' 'xdg-utils' 'shared-mime-info' 
'gtk-update-icon-cache')
+makedepends=('icoutils')
+optdepends=('xdotool: if you want to use auto-type'
+'xsel: clipboard operations in order to work around Mono clipboard 
bugs')
+install="$pkgname.install"
+source=("http://downloads.sourceforge.net/keepass/KeePass-$pkgver-Source.zip;
+"http://keepass.info/integrity/v2/KeePass-$pkgver-Source.zip.asc;
+'keepass'
+'keepass.1'
+'keepass.desktop'
+'keepass.xml')
+
+md5sums=('3d0d6fb7ac5ca4428138c89b781a9378'
+ 'SKIP'
+ '628e383dbfcaeefa996e4677dca35ff1'
+ 'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
+ 'e910fabacfd7a5f7caa7c1fac0b5254e'
+ 'cc97882563fbaa0d5db44c9089990f12')
+sha1sums=('76f6db92e5924152ba93f19bae577860fc0a572b'
+  'SKIP'
+  '3142e80316feb67d687da993b919a634e89e6b1b'
+  '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
+  '22fab942358986679549e5263e1d4dabd23085f5'
+  '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
+sha256sums=('73ad864e6640d7e6d1b60ceb9caa55d84cbf28452c673291603d80bdaf7b6354'
+'SKIP'
+'05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
+'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'
+'1d5420e8babce5f4bbb3c68bdffe3bc0d3c3be25ad689138cd02fa14edd89140'
+'3d017c17a8788166c644e2460ba3596fd503f300342561921201fe5f69e5d194')
+validpgpkeys=('D95044283EE948D911E8B606A4F762DC58C6F98E')
+
+prepare() {
+  # Extract icons
+  icotool -x KeePass/KeePass.ico
+
+  pushd Build &>/dev/null
+  LANG=en_US.UTF-8 bash PrepMonoDev.sh
+  popd &>/dev/null
+}
+
+build() {
+  xbuild /target:KeePass /property:Configuration=Release
+  cp Ext/KeePass.exe.config Build/KeePass/Release/
+}
+
+package() {
+  install -dm755 "$pkgdir"/usr/bin
+  install -dm755 "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm755 keepass "$pkgdir"/usr/bin/keepass
+  install -Dm755 Build/KeePass/Release/KeePass.exe 
"$pkgdir"/usr/share/keepass/KeePass.exe
+  install -Dm755 Ext/KeePass.config.xml 
"$pkgdir"/usr/share/keepass/KeePass.config.xml
+  install -Dm755 Ext/KeePass.exe.config 
"$pkgdir"/usr/share/keepass/KeePass.exe.config
+
+  install -m644 Ext/XSL/* "$pkgdir"/usr/share/keepass/XSL
+
+  install -Dm644 keepass.1 "$pkgdir"/usr/share/man/man1/keepass.1
+
+  # Proper installation of .desktop file
+  desktop-file-install -m 644 --dir "$pkgdir"/usr/share/applications/ 
keepass.desktop
+
+  # Install icons
+  for size in 16 32 48 256; do
+install -Dm644 \
+KeePass_*_${size}x${size}x32.png \
+"$pkgdir"/usr/share/icons/hicolor/${size}x${size}/apps/keepass.png
+  done
+
+  # Needed for postinst with xdg-utils
+  install -Dm644 keepass.xml "$pkgdir"/usr/share/mime/packages/keepass.xml
+}

Copied: keepass/repos/community-testing-any/keepass (from rev 280751, 
keepass/trunk/keepass)
===
--- community-testing-any/keepass   (rev 0)
+++ community-testing-any/keepass   2018-01-09 19:31:39 UTC (rev 280752)
@@ -0,0 +1,2 @@
+#!/bin/sh

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

2018-01-09 Thread Giancarlo Razzolini via arch-commits
Date: Tuesday, January 9, 2018 @ 19:30:06
  Author: grazzolini
Revision: 280751

upgpkg: keepass 2.38-1

Modified:
  keepass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 19:12:36 UTC (rev 280750)
+++ PKGBUILD2018-01-09 19:30:06 UTC (rev 280751)
@@ -5,7 +5,7 @@
 # Contributor: Andrej Gelenberg 
 
 pkgname=keepass
-pkgver=2.37
+pkgver=2.38
 pkgrel=1
 pkgdesc='A easy-to-use password manager for Windows, Linux, Mac OS X and 
mobile devices.'
 arch=('any')
@@ -23,19 +23,19 @@
 'keepass.desktop'
 'keepass.xml')
 
-md5sums=('a1d5f986b4052e4239f72c087629722f'
+md5sums=('3d0d6fb7ac5ca4428138c89b781a9378'
  'SKIP'
  '628e383dbfcaeefa996e4677dca35ff1'
  'a2a0dff1ebf0aaf6cbfb6f8566f4a010'
  'e910fabacfd7a5f7caa7c1fac0b5254e'
  'cc97882563fbaa0d5db44c9089990f12')
-sha1sums=('b488ba9b3df0eaf22539e942ef84c8e06b6bcdc4'
+sha1sums=('76f6db92e5924152ba93f19bae577860fc0a572b'
   'SKIP'
   '3142e80316feb67d687da993b919a634e89e6b1b'
   '9dadd198ff3c66a21f7df4192f5516556f6cfbd5'
   '22fab942358986679549e5263e1d4dabd23085f5'
   '6c7b7884bfb27d36d62fbd99df4ebc3004361df4')
-sha256sums=('1d8ffdd8ce1050939755311994ea3a491052bcb54d772bd7fc748567a5bbcbf1'
+sha256sums=('73ad864e6640d7e6d1b60ceb9caa55d84cbf28452c673291603d80bdaf7b6354'
 'SKIP'
 '05e63a028198ff32d4b26a892923a821066541f0cf798f5be8c138739bc22fbe'
 'a5fff678466443c0c8256c4771128c86103da47b6a2c49351d9941191b65dd6f'


[arch-commits] Commit in gnome-initial-setup/repos/community-x86_64 (3 files)

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 19:12:36
  Author: bgyorgy
Revision: 280750

archrelease: copy trunk to community-x86_64

Added:
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
(from rev 280749, gnome-initial-setup/trunk/PKGBUILD)
Deleted:
  gnome-initial-setup/repos/community-x86_64/PKGBUILD
  gnome-initial-setup/repos/community-x86_64/gnome-initial-setup.install

-+
 PKGBUILD|   63 ++
 gnome-initial-setup.install |9 --
 2 files changed, 33 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 19:12:30 UTC (rev 280749)
+++ PKGBUILD2018-01-09 19:12:36 UTC (rev 280750)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=gnome-initial-setup
-pkgver=3.26.0
-pkgrel=1
-pkgdesc="Simple, easy, and safe way to prepare a new system"
-arch=('i686' 'x86_64')
-url="http://www.gnome.org/;
-license=('GPL')
-depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
- 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
-makedepends=('intltool' 'python2')
-optdepends=('gdm: GDM Initial Setup mode'
-'gnome-getting-started-docs: GNOME Welcome Tour')
-install=$pkgname.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('65a9d5de028306e8bd017d9ae6525f46ea9ff36a0e02ddbca7fb17759be60c39')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: gnome-initial-setup/repos/community-x86_64/PKGBUILD (from rev 280749, 
gnome-initial-setup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 19:12:36 UTC (rev 280750)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=gnome-initial-setup
+pkgver=3.26.0
+pkgrel=2
+pkgdesc="Simple, easy, and safe way to prepare a new system"
+arch=('x86_64')
+url="http://www.gnome.org/;
+license=('GPL')
+depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
+ 'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
+makedepends=('intltool' 'python2')
+optdepends=('gdm: GDM Initial Setup mode'
+'gnome-getting-started-docs: GNOME Welcome Tour')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
+sha256sums=('65a9d5de028306e8bd017d9ae6525f46ea9ff36a0e02ddbca7fb17759be60c39')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libexecdir=/usr/lib/$pkgname
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+
+  # Setup system user and group
+  install -dm755 "$pkgdir/usr/lib/sysusers.d"
+  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+}

Deleted: gnome-initial-setup.install
===
--- gnome-initial-setup.install 2018-01-09 19:12:30 UTC (rev 280749)
+++ gnome-initial-setup.install 2018-01-09 19:12:36 UTC (rev 280750)
@@ -1,9 +0,0 @@
-post_install() {
-  getent passwd gnome-initial-setup > /dev/null 2>&1 && \
-usermod -L -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup > /dev/null 2>&1 || \
-useradd -rM -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup
-}
-
-post_upgrade() {
-  post_install
-}


[arch-commits] Commit in gnome-initial-setup/trunk (2 files)

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 19:12:30
  Author: bgyorgy
Revision: 280749

upgpkg: gnome-initial-setup 3.26.0-2

Switch to systemd-sysusers

Modified:
  gnome-initial-setup/trunk/PKGBUILD
Deleted:
  gnome-initial-setup/trunk/gnome-initial-setup.install

-+
 PKGBUILD|7 +--
 gnome-initial-setup.install |9 -
 2 files changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:35:28 UTC (rev 280748)
+++ PKGBUILD2018-01-09 19:12:30 UTC (rev 280749)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-initial-setup
 pkgver=3.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple, easy, and safe way to prepare a new system"
 arch=('x86_64')
 url="http://www.gnome.org/;
@@ -13,7 +13,6 @@
 makedepends=('intltool' 'python2')
 optdepends=('gdm: GDM Initial Setup mode'
 'gnome-getting-started-docs: GNOME Welcome Tour')
-install=$pkgname.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
 sha256sums=('65a9d5de028306e8bd017d9ae6525f46ea9ff36a0e02ddbca7fb17759be60c39')
 
@@ -27,4 +26,8 @@
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
+
+  # Setup system user and group
+  install -dm755 "$pkgdir/usr/lib/sysusers.d"
+  echo 'u gnome-initial-setup - "GNOME Initial Setup" 
/run/gnome-initial-setup' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
 }

Deleted: gnome-initial-setup.install
===
--- gnome-initial-setup.install 2018-01-09 18:35:28 UTC (rev 280748)
+++ gnome-initial-setup.install 2018-01-09 19:12:30 UTC (rev 280749)
@@ -1,9 +0,0 @@
-post_install() {
-  getent passwd gnome-initial-setup > /dev/null 2>&1 && \
-usermod -L -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup > /dev/null 2>&1 || \
-useradd -rM -c 'GNOME Initial Setup' -d /run/gnome-initial-setup -s 
/sbin/nologin gnome-initial-setup
-}
-
-post_upgrade() {
-  post_install
-}


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

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 18:35:28
  Author: spupykin
Revision: 280748

rm php-ldap dep

Modified:
  phpldapadmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:28:53 UTC (rev 280747)
+++ PKGBUILD2018-01-09 18:35:28 UTC (rev 280748)
@@ -8,7 +8,7 @@
 arch=('any')
 url="http://phpldapadmin.sourceforge.net/;
 license=('GPL')
-depends=('libldap' 'php' 'php-ldap')
+depends=('libldap' 'php')
 makedepends=('optipng')
 backup=("etc/webapps/phpldapadmin/config.php")
 
source=(https://downloads.sourceforge.net/project/phpldapadmin/phpldapadmin-php5/$pkgver/phpldapadmin-$pkgver.tgz


[arch-commits] Commit in ghostscript/repos/extra-x86_64 (4 files)

2018-01-09 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 18:32:26
  Author: heftig
Revision: 314301

archrelease: copy trunk to extra-x86_64

Added:
  ghostscript/repos/extra-x86_64/PKGBUILD
(from rev 314300, ghostscript/trunk/PKGBUILD)
  ghostscript/repos/extra-x86_64/ghostscript-9.22-restore-flushpage.patch
(from rev 314300, 
ghostscript/trunk/ghostscript-9.22-restore-flushpage.patch)
Deleted:
  ghostscript/repos/extra-x86_64/PKGBUILD
  ghostscript/repos/extra-x86_64/ghostscript-9.22-restore-flushpage.patch

--+
 PKGBUILD |  222 +
 ghostscript-9.22-restore-flushpage.patch |   56 +++
 2 files changed, 133 insertions(+), 145 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 18:29:37 UTC (rev 314300)
+++ PKGBUILD2018-01-09 18:32:26 UTC (rev 314301)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR 
-
-pkgbase=ghostscript
-pkgname=(ghostscript ghostxps ghostpcl)
-pkgver=9.22
-pkgrel=6
-pkgdesc="An interpreter for the PostScript language"
-url="https://www.ghostscript.com/;
-arch=('x86_64')
-license=('AGPL' 'custom')
-depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
- 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'poppler-data' 'openjpeg2')
-makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
-# https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.xz
-ghostscript-9.22-restore-flushpage.patch)
-sha256sums=('f4e46bc1f8285a61ab036007705fc2b532cc40f4448fe6bc156bd130733f306b'
-'22156c892ea27572386f5211f51a10a17079a9974ded9ec9af3f37a93a1bb8ca')
-
-prepare() {
-  cd ghostpdl-${pkgver}
-
-  # 
http://git.ghostscript.com/?p=ghostpdl.git;a=commitdiff;h=19ebb5f1f497b6f2d50fe13d17d3e627dfb6c868
-  patch -Np1 --no-backup-if-mismatch -i 
../ghostscript-9.22-restore-flushpage.patch
-
-  # force it to use system-libs
-  rm -r cups/libs expat ijs jbig2dec jpeg lcms2 libpng openjpeg tiff zlib
-  # using tree freetype because of https://bugs.archlinux.org/task/56849
-
-  autoreconf -fvi
-}
-
-build() {
-  cd ghostpdl-${pkgver}
-
-  local fontpath p
-  for p in /usr/share/poppler/cMap/*; do
-fontpath="${fontpath}${fontpath:+:}${p}"
-  done
-
-  ./configure --prefix=/usr \
-  --enable-dynamic \
-  --with-ijs \
-  --with-jbig2dec \
-  --with-x \
-  --with-drivers=ALL \
-  --with-fontpath="$fontpath" \
-  --enable-fontconfig \
-  --enable-freetype \
-  --enable-openjpeg \
-  --without-luratech \
-  --with-system-libtiff \
-  --with-libpaper \
-  --disable-compile-inits #--help # needed for linking with 
system-zlib
-
-  make so-only
-}
-
-package_ghostscript() {
-  optdepends=('texlive-core:  needed for dvipdf'
-  'gtk3:  needed for gsx')
-
-  cd ghostpdl-${pkgver}
-
-  make DESTDIR="${pkgdir}" \
-   CUPSSERVERROOT="${pkgdir}$(cups-config --serverroot)" \
-   CUPSSERVERBIN="${pkgdir}$(cups-config --serverbin)" \
-   soinstall
-  ln -s gsc "${pkgdir}"/usr/bin/gs
-
-  # install missing doc files # http://bugs.archlinux.org/task/18023
-  install -Dt "${pkgdir}"/usr/share/ghostscript/${pkgver}/doc \
--m644 doc/{VectorDevices.htm,gs-vms.hlp,gsdoc.el,pscet_status.txt}
-
-  # remove unwanted localized manpages
-  rm -r "${pkgdir}"/usr/share/man/de
-
-  # remove cmaps we already ship in poppler-data
-  local f
-  for f in "${pkgdir}"/usr/share/ghostscript/${pkgver}/Resource/CMap/*; do
-[[ $f == */Identity* ]] && continue
-rm $f
-  done
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostxps() {
-  pkgdesc="${pkgdesc/PostScript/XPS document}"
-  depends=("ghostscript=${pkgver}-${pkgrel}")
-
-  cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gxpsc
-  ln -s gxpsc "${pkgdir}"/usr/bin/gxps
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgxps.so.${pkgver}
-  ln -s libgxps.so.${pkgver} "${pkgdir}"/usr/lib/libgxps.so.${pkgver%.*}
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}
-
-package_ghostpcl() {
-  pkgdesc="${pkgdesc/PostScript/PCL 6}"
-  depends=("ghostscript=${pkgver}-${pkgrel}")
-
-  cd ghostpdl-${pkgver}
-
-  install -Dt "${pkgdir}"/usr/bin sobin/gpcl6c
-  ln -sf gpcl6c "${pkgdir}"/usr/bin/gpcl6
-
-  install -Dt "${pkgdir}"/usr/lib sobin/libgpcl6.so.${pkgver}
-  ln -s libgpcl6.so.${pkgver} "${pkgdir}"/usr/lib/libgpcl6.so.${pkgver%.*}
-
-  install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
-}

Copied: ghostscript/repos/extra-x86_64/PKGBUILD (from rev 314300, 
ghostscript/trunk/PKGBUILD)
===
--- PKGBUILD

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

2018-01-09 Thread Jan Steffens via arch-commits
Date: Tuesday, January 9, 2018 @ 18:29:37
  Author: heftig
Revision: 314300

9.22-7

Modified:
  ghostscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:15:51 UTC (rev 314299)
+++ PKGBUILD2018-01-09 18:29:37 UTC (rev 314300)
@@ -4,13 +4,13 @@
 pkgbase=ghostscript
 pkgname=(ghostscript ghostxps ghostpcl)
 pkgver=9.22
-pkgrel=6
+pkgrel=7
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/;
 arch=('x86_64')
-license=('AGPL' 'custom')
+license=('AGPL3' 'custom')
 depends=('libxt' 'libcups' 'fontconfig' 'zlib' 'libpng' 'libjpeg' 'jbig2dec'
- 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'poppler-data' 'openjpeg2')
+ 'libtiff' 'lcms2' 'dbus' 'libpaper' 'ijs' 'openjpeg2')
 makedepends=('gtk3' 'gnutls' 'glu' 'freeglut')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
 
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver/./}/ghostpdl-${pkgver}.tar.xz
@@ -34,11 +34,6 @@
 build() {
   cd ghostpdl-${pkgver}
 
-  local fontpath p
-  for p in /usr/share/poppler/cMap/*; do
-fontpath="${fontpath}${fontpath:+:}${p}"
-  done
-
   ./configure --prefix=/usr \
   --enable-dynamic \
   --with-ijs \
@@ -45,7 +40,7 @@
   --with-jbig2dec \
   --with-x \
   --with-drivers=ALL \
-  --with-fontpath="$fontpath" \
+  --with-fontpath=/usr/share/fonts/gsfonts \
   --enable-fontconfig \
   --enable-freetype \
   --enable-openjpeg \
@@ -76,13 +71,6 @@
   # remove unwanted localized manpages
   rm -r "${pkgdir}"/usr/share/man/de
 
-  # remove cmaps we already ship in poppler-data
-  local f
-  for f in "${pkgdir}"/usr/share/ghostscript/${pkgver}/Resource/CMap/*; do
-[[ $f == */Identity* ]] && continue
-rm $f
-  done
-
   install -Dt "${pkgdir}"/usr/share/licenses/${pkgname} -m644 LICENSE
 }
 


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

2018-01-09 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 9, 2018 @ 18:28:53
  Author: anatolik
Revision: 280747

archrelease: copy trunk to community-x86_64

Added:
  fio/repos/community-x86_64/PKGBUILD
(from rev 280746, fio/trunk/PKGBUILD)
Deleted:
  fio/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 18:28:19 UTC (rev 280746)
+++ PKGBUILD2018-01-09 18:28:53 UTC (rev 280747)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=3.2
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('6a2b6d8a80cb89402e9e823a4502058d9af4cff7fc4d2130c35cc35aa9505d02')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-  make
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-x86_64/PKGBUILD (from rev 280746, 
fio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 18:28:53 UTC (rev 280747)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=3.3
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('7c559564c9395861a72d769812665325ece0551229ccdac0b12a5895cb62b5e2')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+  make
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -Dm644 MORAL-LICENSE 
"$pkgdir/usr/share/licenses/$pkgname/MORAL-LICENSE"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}


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

2018-01-09 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 9, 2018 @ 18:28:19
  Author: anatolik
Revision: 280746

upgpkg: fio 3.3-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:14:58 UTC (rev 280745)
+++ PKGBUILD2018-01-09 18:28:19 UTC (rev 280746)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=3.2
+pkgver=3.3
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(x86_64)
@@ -18,7 +18,7 @@
   'gnuplot: generating plots using fio_generate_plots'
 )
 source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
-sha256sums=('6a2b6d8a80cb89402e9e823a4502058d9af4cff7fc4d2130c35cc35aa9505d02')
+sha256sums=('7c559564c9395861a72d769812665325ece0551229ccdac0b12a5895cb62b5e2')
 
 prepare() {
   cd fio-fio-$pkgver


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

2018-01-09 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 9, 2018 @ 18:14:58
  Author: svenstaro
Revision: 280745

archrelease: copy trunk to community-x86_64

Added:
  springlobby/repos/community-x86_64/PKGBUILD
(from rev 280744, springlobby/trunk/PKGBUILD)
Deleted:
  springlobby/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 18:14:44 UTC (rev 280744)
+++ PKGBUILD2018-01-09 18:14:58 UTC (rev 280745)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: DuGi 
-
-pkgname=springlobby
-pkgver=0.260
-pkgrel=2
-pkgdesc="A free cross-platform lobby client for the Spring RTS project"
-arch=('x86_64')
-url="http://springlobby.info/;
-license=('GPL2')
-depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
- 'alure' 'libsm')
-optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
-makedepends=('boost' 'cmake')
-source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
-sha512sums=('4a197d21bbb544fb01a0567acb3e5696bc5c5574fbc94f0e3abb017bc7a7e492cd452ee2497a864b34407be695b495934d1ff1c8f4314b5ae699fb9f57d2362d')
-
-build() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim: sw=2:ts=2 et:

Copied: springlobby/repos/community-x86_64/PKGBUILD (from rev 280744, 
springlobby/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 18:14:58 UTC (rev 280745)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: DuGi 
+
+pkgname=springlobby
+pkgver=0.263
+pkgrel=1
+pkgdesc="A free cross-platform lobby client for the Spring RTS project"
+arch=('x86_64')
+url="http://springlobby.info/;
+license=('GPL2')
+depends=('hicolor-icon-theme' 'wxgtk3' 'curl' 'libtorrent-rasterbar' 
'boost-libs'
+ 'alure' 'libsm')
+optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
+makedepends=('boost' 'cmake')
+source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
+sha512sums=('d25ce1c02342a8a6cb1c9ea1a579a5d18a80116d68c13956609b450c880e534fa0299b12dabec274051671c1fd96ac003a89e3cba32caa5d22c6832ada06b0a5')
+
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  make DESTDIR=$pkgdir install
+}
+
+# vim: sw=2:ts=2 et:


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

2018-01-09 Thread Sven-Hendrik Haase via arch-commits
Date: Tuesday, January 9, 2018 @ 18:14:44
  Author: svenstaro
Revision: 280744

upgpkg: springlobby 0.263-1

Modified:
  springlobby/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:13:32 UTC (rev 280743)
+++ PKGBUILD2018-01-09 18:14:44 UTC (rev 280744)
@@ -3,7 +3,7 @@
 # Contributor: DuGi 
 
 pkgname=springlobby
-pkgver=0.262
+pkgver=0.263
 pkgrel=1
 pkgdesc="A free cross-platform lobby client for the Spring RTS project"
 arch=('x86_64')
@@ -14,7 +14,7 @@
 optdepends=('sdl' 'sdl_sound' 'sdl_mixer')
 makedepends=('boost' 'cmake')
 source=(http://springlobby.info/tarballs/springlobby-${pkgver}.tar.bz2)
-sha512sums=('54e93fc9c2f05e53c576cbe94828667a3e7e9fdb1619639165f28830cdf4f0720ca96377c23ee4fee7fda55c71e60ba12c7c50424b69ceb596d419c51571aa42')
+sha512sums=('d25ce1c02342a8a6cb1c9ea1a579a5d18a80116d68c13956609b450c880e534fa0299b12dabec274051671c1fd96ac003a89e3cba32caa5d22c6832ada06b0a5')
 
 build() {
   cd $srcdir/${pkgname}-${pkgver}


[arch-commits] Commit in php71/repos/community-testing-x86_64 (14 files)

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 18:13:32
  Author: spupykin
Revision: 280743

archrelease: copy trunk to community-testing-x86_64

Added:
  php71/repos/community-testing-x86_64/PKGBUILD
(from rev 280742, php71/trunk/PKGBUILD)
  php71/repos/community-testing-x86_64/apache.conf
(from rev 280742, php71/trunk/apache.conf)
  php71/repos/community-testing-x86_64/apache.patch
(from rev 280742, php71/trunk/apache.patch)
  php71/repos/community-testing-x86_64/generate_patches
(from rev 280742, php71/trunk/generate_patches)
  php71/repos/community-testing-x86_64/php-fpm.patch
(from rev 280742, php71/trunk/php-fpm.patch)
  php71/repos/community-testing-x86_64/php-fpm.tmpfiles
(from rev 280742, php71/trunk/php-fpm.tmpfiles)
  php71/repos/community-testing-x86_64/php.ini.patch
(from rev 280742, php71/trunk/php.ini.patch)
Deleted:
  php71/repos/community-testing-x86_64/PKGBUILD
  php71/repos/community-testing-x86_64/apache.conf
  php71/repos/community-testing-x86_64/apache.patch
  php71/repos/community-testing-x86_64/generate_patches
  php71/repos/community-testing-x86_64/php-fpm.patch
  php71/repos/community-testing-x86_64/php-fpm.tmpfiles
  php71/repos/community-testing-x86_64/php.ini.patch

--+
 PKGBUILD |  713 +++--
 apache.conf  |   26 -
 apache.patch |   40 +-
 generate_patches |   96 +++
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  194 +++---
 7 files changed, 619 insertions(+), 600 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 18:13:06 UTC (rev 280742)
+++ PKGBUILD2018-01-09 18:13:32 UTC (rev 280743)
@@ -1,347 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgbase=php71
-pkgname=('php71'
- 'php71-cgi'
- 'php71-apache'
- 'php71-fpm'
- 'php71-embed'
- 'php71-phpdbg'
- 'php71-dblib'
- 'php71-enchant'
- 'php71-gd'
- 'php71-imap'
- 'php71-intl'
- 'php71-mcrypt'
- 'php71-odbc'
- 'php71-pgsql'
- 'php71-pspell'
- 'php71-snmp'
- 'php71-sqlite'
- 'php71-tidy'
- 'php71-xsl')
-pkgver=7.1.13
-pkgrel=1
-arch=('x86_64')
-license=('PHP')
-url='http://www.php.net'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
-checkdepends=('procps-ng')
-validpgpkeys=('1729F83938DA44E27BA0F4D3DBDB397470D12172')
-source=("https://php.net/distributions/${pkgbase%71}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10'
-'SKIP'
-'258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'7d982a3cefb3eaec0b3458340e4991c2959c10d1518ecb7c1d041884b14efc73'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'78f60b1d9f3a0ef8af77208feed76e303b3a13e93b80613c1e5a729004a5343c')
-
-prepare() {
-   cd ${srcdir}/${pkgbase%71}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-}
-
-build() {
-   local _phpconfig="--srcdir=../${pkgbase%71}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-gd-native-ttf \
-   --enable-intl=shared \
-   --enable-mbstring \
-   --enable-shmop=shared \
-   --enable-soap=shared \
-   --enable-sockets=shared \
-   --enable-sysvmsg=shared \
-   --enable-sysvsem=shared \
-   --enable-sysvshm=shared \
-   --enable-zip=shared \
-   --with-bz2=shared \
-   --with-curl=shared \
-   --with-db4=/usr \
-   --with-enchant=shared,/usr \
-   --with-freetype-dir=/usr \
-   --with-gd=shared,/usr \
-  

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

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 18:13:06
  Author: spupykin
Revision: 280742

upgpkg: php71 7.1.13-2

Modified:
  php71/trunk/PKGBUILD

--+
 PKGBUILD |   21 -
 1 file changed, 20 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:12:51 UTC (rev 280741)
+++ PKGBUILD2018-01-09 18:13:06 UTC (rev 280742)
@@ -22,7 +22,7 @@
  'php71-tidy'
  'php71-xsl')
 pkgver=7.1.13
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -173,6 +173,7 @@
depends=('libxml2' 'curl' 'libzip' 'pcre')
conflicts=('php')
backup=('etc/php/php.ini')
+   provides=("${pkgname/71/}=${pkgver}")
 
cd ${srcdir}/build
make -j1 INSTALL_ROOT=${pkgdir} 
install-{modules,cli,build,headers,programs,pharcmd}
@@ -191,6 +192,7 @@
pkgdesc='CGI and FCGI SAPI for PHP'
depends=('php71')
conflicts=('php-cgit')
+   provides=("${pkgname/71/}=${pkgver}")
 
cd ${srcdir}/build
make -j1 INSTALL_ROOT=${pkgdir} install-cgi
@@ -201,6 +203,7 @@
depends=('php71' 'apache')
backup=('etc/httpd/conf/extra/php7_module.conf')
conflicts=('php-apache')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build-apache/libs/libphp7.so 
${pkgdir}/usr/lib/httpd/modules/libphp7.so
install -D -m644 ${srcdir}/apache.conf 
${pkgdir}/etc/httpd/conf/extra/php7_module.conf
@@ -212,6 +215,7 @@
backup=('etc/php/php-fpm.conf' 'etc/php/php-fpm.d/www.conf')
options=('!emptydirs')
conflicts=('php-fpm')
+   provides=("${pkgname/71/}=${pkgver}")
 
cd ${srcdir}/build
make -j1 INSTALL_ROOT=${pkgdir} install-fpm
@@ -224,6 +228,7 @@
depends=('php71' 'libsystemd')
options=('!emptydirs')
conflicts=('php-embed')
+   provides=("${pkgname/71/}=${pkgver}")
 
cd ${srcdir}/build
make -j1 INSTALL_ROOT=${pkgdir} PHP_SAPI=embed install-sapi
@@ -234,6 +239,7 @@
depends=('php71')
options=('!emptydirs')
conflicts=('php-phpdbg')
+   provides=("${pkgname/71/}=${pkgver}")
 
cd ${srcdir}/build-phpdbg
make -j1 INSTALL_ROOT=${pkgdir} install-phpdbg
@@ -243,6 +249,7 @@
pkgdesc='dblib module for PHP'
depends=('php71' 'freetds')
conflicts=('php-dblib')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/pdo_dblib.so 
${pkgdir}/usr/lib/php/modules/pdo_dblib.so
 }
@@ -251,6 +258,7 @@
pkgdesc='enchant module for PHP'
depends=('php71' 'enchant')
conflicts=('php-enchant')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/enchant.so 
${pkgdir}/usr/lib/php/modules/enchant.so
 }
@@ -259,6 +267,7 @@
pkgdesc='gd module for PHP'
depends=('php71' 'gd')
conflicts=('php-gd')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/gd.so 
${pkgdir}/usr/lib/php/modules/gd.so
 }
@@ -267,6 +276,7 @@
pkgdesc='imap module for PHP'
depends=('php71' 'c-client')
conflicts=('php-imap')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/imap.so 
${pkgdir}/usr/lib/php/modules/imap.so
 }
@@ -275,6 +285,7 @@
pkgdesc='intl module for PHP'
depends=('php71' 'icu')
conflicts=('php-intl')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/intl.so 
${pkgdir}/usr/lib/php/modules/intl.so
 }
@@ -283,6 +294,7 @@
pkgdesc='mcrypt module for PHP'
depends=('php71' 'libmcrypt' 'libtool')
conflicts=('php-mcrypt')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/mcrypt.so 
${pkgdir}/usr/lib/php/modules/mcrypt.so
 }
@@ -291,6 +303,7 @@
pkgdesc='ODBC modules for PHP'
depends=('php71' 'unixodbc')
conflicts=('php-odbc')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/odbc.so 
${pkgdir}/usr/lib/php/modules/odbc.so
install -D -m755 ${srcdir}/build/modules/pdo_odbc.so 
${pkgdir}/usr/lib/php/modules/pdo_odbc.so
@@ -300,6 +313,7 @@
pkgdesc='PostgreSQL modules for PHP'
depends=('php71' 'postgresql-libs')
conflicts=('php-pgsql')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/pgsql.so 
${pkgdir}/usr/lib/php/modules/pgsql.so
install -D -m755 ${srcdir}/build/modules/pdo_pgsql.so 
${pkgdir}/usr/lib/php/modules/pdo_pgsql.so
@@ -309,6 +323,7 @@
pkgdesc='pspell module for PHP'
depends=('php71' 'aspell')
conflicts=('php-pspell')
+   provides=("${pkgname/71/}=${pkgver}")
 
install -D -m755 ${srcdir}/build/modules/pspell.so 

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

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 18:11:51
  Author: spupykin
Revision: 280738

upgpkg: drupal 8.4.4-1

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:57:10 UTC (rev 280737)
+++ PKGBUILD2018-01-09 18:11:51 UTC (rev 280738)
@@ -3,20 +3,22 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.4.3
+pkgver=8.4.4
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
 url="http://www.drupal.org/;
 license=('GPL')
-depends=('php' 'php-gd')
+depends=()
 install='drupal.install'
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-sha256sums=('10f78082ba1199e38a3478b10f94e5753ee625c7e67fc9c59b59f2b15e7be09f')
+sha256sums=('d2441f8e42f3dcb26f8ef00c8e07ee25c57f5437b0d9ac56119a4aa3930e7a5b')
 
 package() {
+  depends=('php71' 'php71-gd')
+
   _instdir="$pkgdir"/usr/share/webapps/drupal
   mkdir -p ${_instdir}
   cd ${_instdir}


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

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 18:12:51
  Author: spupykin
Revision: 280741

archrelease: copy trunk to community-testing-any

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

-+
 PKGBUILD|   59 ++
 apache.example.conf |   18 +++
 nextcloud.hook  |   13 +++
 3 files changed, 90 insertions(+)

Copied: nextcloud/repos/community-testing-any/PKGBUILD (from rev 280740, 
nextcloud/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-09 18:12:51 UTC (rev 280741)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=nextcloud
+pkgver=12.0.4
+pkgrel=2
+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=('php71-apache: to use the Apache web server'
+'php71-sqlite: to use the SQLite database backend'
+'php71-pgsql: to use the PostgreSQL database backend'
+'php71-ldap: LDAP authentication'
+'php71-intl'
+'php71-apcu'
+'php71-xcache'
+'mariadb: to use the MySQL database backend'
+'smbclient: to mount SAMBA shares'
+'php71-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=('654161a74ceaf9a60c7731d7d6702e6710a972633a97955d16f01abeb09d09b6'
+'SKIP'
+'55b892adb86a67c2fa12d79f0980c6aea75aed5c6f6f78f2c2b5e5575a012067'
+'d084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
+
+package() {
+depends=('php71' 'php71-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-testing-any/apache.example.conf (from rev 
280740, nextcloud/trunk/apache.example.conf)
===
--- community-testing-any/apache.example.conf   (rev 0)
+++ community-testing-any/apache.example.conf   2018-01-09 18:12:51 UTC (rev 
280741)
@@ -0,0 +1,18 @@
+
+Alias /nextcloud /usr/share/webapps/nextcloud/
+
+
+
+Options FollowSymlinks
+AllowOverride all
+Require all granted
+php_admin_value open_basedir 
"/srv/http/:/dev/urandom:/tmp/:/usr/share/pear/:/usr/share/webapps/nextcloud/:/etc/webapps/nextcloud"
+
+
+
+ServerAdmin f...@foofarm.com
+DocumentRoot /usr/share/webapps/nextcloud
+ServerName nextcloud.foo.com
+ErrorLog /var/log/httpd/nextcloud.foo.info-error_log
+CustomLog /var/log/httpd/nextcloud.foo.info-access_log common
+

Copied: nextcloud/repos/community-testing-any/nextcloud.hook (from rev 280740, 
nextcloud/trunk/nextcloud.hook)
===
--- community-testing-any/nextcloud.hook(rev 0)
+++ community-testing-any/nextcloud.hook2018-01-09 18:12:51 UTC (rev 
280741)
@@ -0,0 +1,13 @@
+# Update Nextcloud when core or -apps are touched
+
+[Trigger]
+Operation = Install
+Operation = Upgrade
+Type = Package
+Target = nextcloud
+Target = nextcloud-app-*
+
+[Action]
+Description = Updating Nextcloud installation
+When = PostTransaction
+Exec = 

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

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 18:12:20
  Author: spupykin
Revision: 280739

archrelease: copy trunk to community-testing-any

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

+
 PKGBUILD   |   48 
 drupal.install |7 +++
 2 files changed, 55 insertions(+)

Copied: drupal/repos/community-testing-any/PKGBUILD (from rev 280738, 
drupal/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-09 18:12:20 UTC (rev 280739)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.4.4
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=()
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(https://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+sha256sums=('d2441f8e42f3dcb26f8ef00c8e07ee25c57f5437b0d9ac56119a4aa3930e7a5b')
+
+package() {
+  depends=('php71' 'php71-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-testing-any/drupal.install (from rev 280738, 
drupal/trunk/drupal.install)
===
--- community-testing-any/drupal.install(rev 0)
+++ community-testing-any/drupal.install2018-01-09 18:12:20 UTC (rev 
280739)
@@ -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 nextcloud/trunk (PKGBUILD)

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 18:12:32
  Author: spupykin
Revision: 280740

upgpkg: nextcloud 12.0.4-2

Modified:
  nextcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 18:12:20 UTC (rev 280739)
+++ PKGBUILD2018-01-09 18:12:32 UTC (rev 280740)
@@ -3,22 +3,22 @@
 
 pkgname=nextcloud
 pkgver=12.0.4
-pkgrel=1
+pkgrel=2
 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'
-'php-xcache'
+optdepends=('php71-apache: to use the Apache web server'
+'php71-sqlite: to use the SQLite database backend'
+'php71-pgsql: to use the PostgreSQL database backend'
+'php71-ldap: LDAP authentication'
+'php71-intl'
+'php71-apcu'
+'php71-xcache'
 'mariadb: to use the MySQL database backend'
 'smbclient: to mount SAMBA shares'
-'php-mcrypt'
+'php71-mcrypt'
 'ffmpeg: file preview'
 'libreoffice: file preview')
 options=('!strip')
@@ -33,7 +33,7 @@
 'd084cd6423c03f98087884b3c7b81f9510d1bea6c518860b64787a7f976cf0d3')
 
 package() {
-depends=('php<7.2' 'php-gd<7.2')
+depends=('php71' 'php71-gd')
 
 # install project
 install -d "$pkgdir"/usr/share/webapps/


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

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 17:57:03
  Author: bgyorgy
Revision: 280736

upgpkg: unpaper 6.1-5

Use ffmpeg 3.0 even if it shows warning messages. ffmpeg2.8 will be removed 
from the official repositories soon.

Modified:
  unpaper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:56:55 UTC (rev 280735)
+++ PKGBUILD2018-01-09 17:57:03 UTC (rev 280736)
@@ -4,27 +4,30 @@
 
 pkgname=unpaper
 pkgver=6.1
-pkgrel=4
+pkgrel=5
 pkgdesc="post-processing tool for scanned sheets of paper"
 arch=('x86_64')
 url="https://github.com/Flameeyes/unpaper;
 license=("GPL")
-depends=('ffmpeg2.8')
-makedepends=('gcc' 'libxslt')
+depends=('ffmpeg')
+makedepends=('libxslt')
 
source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/archive/unpaper-$pkgver.tar.gz;)
 sha256sums=('213f8143b3361dde3286537eb66aaf7cdd7e4f5e7bde42ac6e91020997a81f1d')
 
-build() {
-  cd "$srcdir"/unpaper-unpaper-*
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig/:$PKG_CONFIG_PATH
+prepare() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
   aclocal
   automake --add-missing
   autoconf
-  [ -f Makefile ] || ./configure --prefix=/usr
+}
+
+build() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  ./configure --prefix=/usr
   make
 }
 
 package() {
-  cd "$srcdir"/unpaper-unpaper-*
+  cd "$srcdir"/unpaper-unpaper-$pkgver
   make install DESTDIR="$pkgdir"
 }


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

2018-01-09 Thread Balló György via arch-commits
Date: Tuesday, January 9, 2018 @ 17:57:10
  Author: bgyorgy
Revision: 280737

archrelease: copy trunk to community-x86_64

Added:
  unpaper/repos/community-x86_64/PKGBUILD
(from rev 280736, unpaper/trunk/PKGBUILD)
Deleted:
  unpaper/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 17:57:03 UTC (rev 280736)
+++ PKGBUILD2018-01-09 17:57:10 UTC (rev 280737)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Hauser 
-
-pkgname=unpaper
-pkgver=6.1
-pkgrel=4
-pkgdesc="post-processing tool for scanned sheets of paper"
-arch=('i686' 'x86_64')
-url="https://github.com/Flameeyes/unpaper;
-license=("GPL")
-depends=('ffmpeg2.8')
-makedepends=('gcc' 'libxslt')
-source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/archive/unpaper-$pkgver.tar.gz;)
-sha256sums=('213f8143b3361dde3286537eb66aaf7cdd7e4f5e7bde42ac6e91020997a81f1d')
-
-build() {
-  cd "$srcdir"/unpaper-unpaper-*
-  export PKG_CONFIG_PATH=/usr/lib/ffmpeg2.8/pkgconfig/:$PKG_CONFIG_PATH
-  aclocal
-  automake --add-missing
-  autoconf
-  [ -f Makefile ] || ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/unpaper-unpaper-*
-  make install DESTDIR="$pkgdir"
-}

Copied: unpaper/repos/community-x86_64/PKGBUILD (from rev 280736, 
unpaper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 17:57:10 UTC (rev 280737)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+pkgname=unpaper
+pkgver=6.1
+pkgrel=5
+pkgdesc="post-processing tool for scanned sheets of paper"
+arch=('x86_64')
+url="https://github.com/Flameeyes/unpaper;
+license=("GPL")
+depends=('ffmpeg')
+makedepends=('libxslt')
+source=("$pkgname-${pkgver}.tar.gz::https://github.com/Flameeyes/unpaper/archive/unpaper-$pkgver.tar.gz;)
+sha256sums=('213f8143b3361dde3286537eb66aaf7cdd7e4f5e7bde42ac6e91020997a81f1d')
+
+prepare() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  aclocal
+  automake --add-missing
+  autoconf
+}
+
+build() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/unpaper-unpaper-$pkgver
+  make install DESTDIR="$pkgdir"
+}


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

2018-01-09 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 9, 2018 @ 17:56:55
  Author: anatolik
Revision: 280735

archrelease: copy trunk to community-x86_64

Added:
  ruby-gpgme/repos/community-x86_64/PKGBUILD
(from rev 280734, ruby-gpgme/trunk/PKGBUILD)
Deleted:
  ruby-gpgme/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 17:56:27 UTC (rev 280734)
+++ PKGBUILD2018-01-09 17:56:55 UTC (rev 280735)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-_gemname=gpgme
-pkgname=ruby-gpgme
-pkgver=2.0.15
-pkgrel=2
-pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
-url='https://github.com/ueno/ruby-gpgme'
-arch=('x86_64')
-license=('GPL2')
-depends=('ruby' 'ruby-mini_portile2')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/v${pkgver}.tar.gz)
-sha256sums=('53a0e1179169bce91eee4962b89fbc64fe6dc70b80fb268e544878818f0dfa74')
-sha512sums=('f814e765fdd580300700d179d5e1bc0d29a1e2dcaaf32e73fdec118222c9e97db9b991fa20653f8ee8f771c9bbf04772ea8354561ee0c79cc6a3b1a775f69340')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gem build ${_gemname}.gemspec
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  install -Dm 644 README.rdoc NEWS -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-gpgme/repos/community-x86_64/PKGBUILD (from rev 280734, 
ruby-gpgme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 17:56:55 UTC (rev 280735)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+_gemname=gpgme
+pkgname=ruby-gpgme
+pkgver=2.0.16
+pkgrel=1
+pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
+url='https://github.com/ueno/ruby-gpgme'
+arch=('x86_64')
+license=('GPL2')
+depends=('ruby' 'ruby-mini_portile2')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/v${pkgver}.tar.gz)
+sha256sums=('e2712cb0a94dea827023afd63e1fa273d9204fc3685f351b926404b1beed1fca')
+sha512sums=('719be5387fa7077b25f2f36d334ee4a1a830cd00e69952880cd4f829a2182bd98edcab25a805485aba4f3def415be170feaaf577589195d27deef55cdbd152f3')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec # don't give a fuck about rubys 
bla bla
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.rdoc NEWS -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+}
+
+# vim: ts=2 sw=2 et:


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

2018-01-09 Thread Anatol Pomozov via arch-commits
Date: Tuesday, January 9, 2018 @ 17:56:27
  Author: anatolik
Revision: 280734

upgpkg: ruby-gpgme 2.0.16-1

Modified:
  ruby-gpgme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:42:50 UTC (rev 280733)
+++ PKGBUILD2018-01-09 17:56:27 UTC (rev 280734)
@@ -2,8 +2,8 @@
 
 _gemname=gpgme
 pkgname=ruby-gpgme
-pkgver=2.0.15
-pkgrel=2
+pkgver=2.0.16
+pkgrel=1
 pkgdesc='Ruby interface to GnuPG Made Easy (GPGME)'
 url='https://github.com/ueno/ruby-gpgme'
 arch=('x86_64')
@@ -11,8 +11,8 @@
 depends=('ruby' 'ruby-mini_portile2')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ueno/ruby-gpgme/archive/v${pkgver}.tar.gz)
-sha256sums=('53a0e1179169bce91eee4962b89fbc64fe6dc70b80fb268e544878818f0dfa74')
-sha512sums=('f814e765fdd580300700d179d5e1bc0d29a1e2dcaaf32e73fdec118222c9e97db9b991fa20653f8ee8f771c9bbf04772ea8354561ee0c79cc6a3b1a775f69340')
+sha256sums=('e2712cb0a94dea827023afd63e1fa273d9204fc3685f351b926404b1beed1fca')
+sha512sums=('719be5387fa7077b25f2f36d334ee4a1a830cd00e69952880cd4f829a2182bd98edcab25a805485aba4f3def415be170feaaf577589195d27deef55cdbd152f3')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:42:50
  Author: felixonmars
Revision: 280733

archrelease: copy trunk to community-staging-x86_64

Added:
  cblrepo/repos/community-staging-x86_64/
  cblrepo/repos/community-staging-x86_64/PKGBUILD
(from rev 280732, cblrepo/trunk/PKGBUILD)

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

Copied: cblrepo/repos/community-staging-x86_64/PKGBUILD (from rev 280732, 
cblrepo/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 17:42:50 UTC (rev 280733)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=cblrepo
+pkgver=0.24.0
+pkgrel=48
+pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
+url="https://github.com/magthe/cblrepo;
+license=("Apache")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-safe" "haskell-stringsearch" "haskell-tar" "haskell-text" 
"haskell-unixutils"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib")
+makedepends=('ghc')
+source=("https://github.com/MaskRay/cblrepo/archive/771cb062435b7ef5511f77187f051b1a0e908f69.tar.gz;)
+sha256sums=('cc671f14ddb9cf1eea5f04be0d97fb8600da8551b56440375838079aa8bccb71')
+
+prepare() {
+mv cblrepo-771cb062435b7ef5511f77187f051b1a0e908f69 cblrepo-$pkgver
+sed -i 's/optparse-applicative ==0.13.*,/optparse-applicative >=0.13,/' 
cblrepo-$pkgver/cblrepo.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:42:27
  Author: felixonmars
Revision: 280732

upgpkg: cblrepo 0.24.0-48

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  cblrepo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:41:27 UTC (rev 280731)
+++ PKGBUILD2018-01-09 17:42:27 UTC (rev 280732)
@@ -3,7 +3,7 @@
 
 pkgname=cblrepo
 pkgver=0.24.0
-pkgrel=47
+pkgrel=48
 pkgdesc="Tool to maintain a database of CABAL packages and their dependencies"
 url="https://github.com/magthe/cblrepo;
 license=("Apache")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:41:27
  Author: felixonmars
Revision: 280731

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-dav/repos/community-staging-x86_64/
  haskell-dav/repos/community-staging-x86_64/PKGBUILD
(from rev 280730, haskell-dav/trunk/PKGBUILD)

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

Copied: haskell-dav/repos/community-staging-x86_64/PKGBUILD (from rev 280730, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 17:41:27 UTC (rev 280731)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=185
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-mtl-compat
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:41:03
  Author: felixonmars
Revision: 280730

upgpkg: haskell-dav 1.3.1-185

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:40:54 UTC (rev 280729)
+++ PKGBUILD2018-01-09 17:41:03 UTC (rev 280730)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=184
+pkgrel=185
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:40:25
  Author: felixonmars
Revision: 280727

upgpkg: ruby-multi_json 1.13.0-1

Modified:
  ruby-multi_json/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:39:54 UTC (rev 280726)
+++ PKGBUILD2018-01-09 17:40:25 UTC (rev 280727)
@@ -2,8 +2,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=ruby-multi_json
-pkgver=1.12.2
-pkgrel=2
+pkgver=1.13.0
+pkgrel=1
 pkgdesc='A common interface to multiple JSON libraries.'
 arch=('any')
 url='https://github.com/intridea/multi_json'
@@ -12,7 +12,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/multi_json-$pkgver.gem;)
 noextract=("multi_json-$pkgver.gem")
-sha512sums=('9ceacf99188dcd482a4ee459deaeb0a0a5de70d66a083ad5c4c4c4762686f2fc37cfd3714b227178b6633643efb1874b1e15ed3c48e7adbdca94d51f68474476')
+sha512sums=('bdde98e7e8b7e0c110018f68d5022879989e993fed04daf15de74a26eb5a7a577311ae057e1304414a8b0d258274194c559a55bf22e86409982a10232f4f4e59')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:40:54
  Author: felixonmars
Revision: 280729

archrelease: copy trunk to community-testing-any

Added:
  ruby-multi_json/repos/community-testing-any/
  ruby-multi_json/repos/community-testing-any/PKGBUILD
(from rev 280728, ruby-multi_json/trunk/PKGBUILD)

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

Copied: ruby-multi_json/repos/community-testing-any/PKGBUILD (from rev 280728, 
ruby-multi_json/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-01-09 17:40:54 UTC (rev 280729)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=ruby-multi_json
+pkgver=1.13.0
+pkgrel=1
+pkgdesc='A common interface to multiple JSON libraries.'
+arch=('any')
+url='https://github.com/intridea/multi_json'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/multi_json-$pkgver.gem;)
+noextract=("multi_json-$pkgver.gem")
+sha512sums=('bdde98e7e8b7e0c110018f68d5022879989e993fed04daf15de74a26eb5a7a577311ae057e1304414a8b0d258274194c559a55bf22e86409982a10232f4f4e59')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir"/usr/bin multi_json-$pkgver.gem
+  rm "$pkgdir/$_gemdir"/cache/multi_json-$pkgver.gem
+  install -D -m644 "$pkgdir/$_gemdir"/gems/multi_json-$pkgver/LICENSE.md 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.md
+}


[arch-commits] Commit in firefox-developer-edition-i18n/repos/community-any (2 files)

2018-01-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 9, 2018 @ 17:40:29
  Author: andrewsc
Revision: 280728

archrelease: copy trunk to community-any

Added:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD
(from rev 280726, firefox-developer-edition-i18n/trunk/PKGBUILD)
Deleted:
  firefox-developer-edition-i18n/repos/community-any/PKGBUILD

--+
 PKGBUILD |  456 ++---
 1 file changed, 228 insertions(+), 228 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 17:40:25 UTC (rev 280727)
+++ PKGBUILD2018-01-09 17:40:29 UTC (rev 280728)
@@ -1,228 +0,0 @@
-# Maintainer: Andrew Crerar 
-
-pkgbase=firefox-developer-edition-i18n
-pkgver=58.0b14
-pkgrel=1
-pkgdesc="Language pack for Firefox Developer Edition"
-arch=('any')
-url="https://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ach"Acholi"'
-  'af "Afrikaans"'
-  'an "Aragonese"'
-  'ar "Arabic"'
-  'as "Assamese"'
-  'ast"Asturian"'
-  'az "Azerbaijani"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'bn-IN  "Bengali (India)"'
-  'br "Breton"'
-  'bs "Bosnian"'
-  'ca "Catalan"'
-  'cak"Maya Kaqchikel"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'en-ZA  "English (South African)"'
-  'eo "Esperanto"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-CL  "Spanish (Chile)"'
-  'es-ES  "Spanish (Spain)"'
-  'es-MX  "Spanish (Mexico)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fa "Persian"'
-  'ff "Fulah"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'gn "Guarani"'
-  'gu-IN  "Gujarati (India)"'
-  'he "Hebrew"'
-  'hi-IN  "Hindi (India)"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ka "Georgian"'
-  'kab"Kabyle"'
-  'kk "Kazakh"'
-  'km "Khmer"'
-  'kn "Kannada"'
-  'ko "Korean"'
-  'lij"Ligurian"'
-  'lt "Lithuanian"'
-  'lv "Latvian"'
-  'mai"Maithili"'
-  'mk "Macedonian"'
-  'ml "Malayalam"'
-  'mr "Marathi"'
-  'ms "Malay"'
-  'my "Burmese"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'or "Oriya"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'son"Songhai"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta "Tamil"'
-  'te "Telugu"'
-  'th "Thai"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'ur "Urdu"'
-  'uz "Uzbek"'
-  'vi "Vietnamese"'
-  'xh "Xhosa"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/firefox/releases/$pkgver/linux-x86_64/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=firefox-developer-edition-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  
source+=("firefox-developer-edition-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Firefox Developer Edition"
-  depends=("firefox-developer-edition>=$pkgver")
-  install -Dm644 firefox-developer-edition-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
-}
-
-sha512sums=('b8f0f0b796e3d9f169be80e0704a40af061250ebf005a965fe7aa2b0b8e8dd605c389c4f44659562c3da9cea0ca31abbddb1943e7665656cb47c42624227cacc'
-
'46db28f8154d507612b7c26d2af13f1921ce54c32c308d5c64b79e250a868004c02275d3be9f07520f0353462550678b1defab5eeea710d7409ab4b64bdac22e'
-
'bd0cc8c991ea237976aeba9aca1e17ff2bdfe6631f1a550b76d1935f430a0977ae58695c2e1f87d474bc5e556d8b9b6ec0da6bb4cbb037b2ab7073fa2a0892bc'
-
'f1d05b2816dabd0cbc860ec16d2a5a0ea41e8b003a6ee6d2b9005b8dce714c0177facc752477132ec593c10ff951b935b075d65b1bffee1f6638c08a6f633e89'
-
'52ae415bdb63985104bd52582019e240b8b3820eceb025ac1781cea432a4a117639cbf62fc7d43179088d071d6eed7a886ec45ed0857ef490f6ec74c528d30d9'
-
'2a87f7da9ccdc5910daf5fca0586e38c38fb2e7d0c809959ebacc4e6841974fb6e273fb7d494ce4ba074fa7d7ef90e634182f0a8598f6165361d972e9f098526'
-

[arch-commits] Commit in firefox-developer-edition-i18n/trunk (PKGBUILD)

2018-01-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 9, 2018 @ 17:39:54
  Author: andrewsc
Revision: 280726

upgpkg: firefox-developer-edition-i18n 58.0b15-1

Update firefox-developer-edition-i18n to 58.0b15

Modified:
  firefox-developer-edition-i18n/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:36:40 UTC (rev 280725)
+++ PKGBUILD2018-01-09 17:39:54 UTC (rev 280726)
@@ -1,7 +1,7 @@
 # Maintainer: Andrew Crerar 
 
 pkgbase=firefox-developer-edition-i18n
-pkgver=58.0b14
+pkgver=58.0b15
 pkgrel=1
 pkgdesc="Language pack for Firefox Developer Edition"
 arch=('any')
@@ -131,98 +131,98 @@
 
"$pkgdir/usr/lib/firefox-developer-edition/browser/extensions/langpack-$1...@firefox.mozilla.org.xpi"
 }
 
-sha512sums=('b8f0f0b796e3d9f169be80e0704a40af061250ebf005a965fe7aa2b0b8e8dd605c389c4f44659562c3da9cea0ca31abbddb1943e7665656cb47c42624227cacc'
-
'46db28f8154d507612b7c26d2af13f1921ce54c32c308d5c64b79e250a868004c02275d3be9f07520f0353462550678b1defab5eeea710d7409ab4b64bdac22e'
-
'bd0cc8c991ea237976aeba9aca1e17ff2bdfe6631f1a550b76d1935f430a0977ae58695c2e1f87d474bc5e556d8b9b6ec0da6bb4cbb037b2ab7073fa2a0892bc'
-
'f1d05b2816dabd0cbc860ec16d2a5a0ea41e8b003a6ee6d2b9005b8dce714c0177facc752477132ec593c10ff951b935b075d65b1bffee1f6638c08a6f633e89'
+sha512sums=('423f8e8a05f6bf8337c80f3229695281bcafee059b2d4a4b82a5093f6131da2255361da09daa4d03e6b6019cc39b5a25bf5ff591988200ccec25abb238457cf7'
+
'2623233497530a2a415231a33c4c397b811d8dfd8449a5029f9555c385c5e807f3fd126c38a20a47903173eecce435a10b2ccd22c673758e0fba6b3cb95452c1'
+
'4f802f2bfd34796ac6d4311a15e751d617844b6b5c32dba325c27e502c6eaca1e538066e1b0c66fd77b83d5e5be14a130aff42170a5fed87fbdaf31f91b12081'
+
'ab7df7c03569815fbd7239725ca3635e02317e55c7b8a8307e7030f7a5096e207c775a0d4fe98831014ce38b87499fc684fc006764908197439272ff9b7262b5'
 
'52ae415bdb63985104bd52582019e240b8b3820eceb025ac1781cea432a4a117639cbf62fc7d43179088d071d6eed7a886ec45ed0857ef490f6ec74c528d30d9'
-
'2a87f7da9ccdc5910daf5fca0586e38c38fb2e7d0c809959ebacc4e6841974fb6e273fb7d494ce4ba074fa7d7ef90e634182f0a8598f6165361d972e9f098526'
-
'5b076a62a6a66ab8299d5e74c4242cd43529da3c1401b991e890f9f63cc7be0e9c33446dbf9323d6f8121d39a25dae964018b28085bb15ea86ff4ded0aa1a1c7'
-
'f5df2d1072914b638a724041012fa396f3657385a50ea13b39b6bab47d12c5f2e947f6d30d3882f92a73a9578c85982cb805f13bf2139544cac6f6ac4109b30c'
-
'7021e0acf4bb276e0e0c667c08e5b98d491cbd9d5e9c9d8cafb688960b27f2b6d365512c07415959c7ed5b1a7863ea007ae8c8f7cad9e62f759421b006ae7db7'
-
'364204dce5b4c5ef016fee09f66eea7e76652e17557973b681f93e773969cf784938d9c3ee7251fb3fef32ff476833b7b0586416e606dafa1d2b72d106156095'
-
'4a3ff7f11be6b727d2ff52eb32f35878bba7bf8f42fb1e04f00c66f86338bc4ba83fccc21a9424cb7780e3f8d87929ece254988445c238b2ae573c4cbb8e66ae'
-
'd743dfddf174d87ee7a8092257ef4edceb494f136c82e1ac54e764fd5cee9a35d6378f0b8ea9c38a47360b5fa5b946d8840da423b972dcf2dde816958ee713af'
-
'b316cfafe54f1d56f17c9b7bb9a0feb01cf7639b732e84ff5f64bd11f2fdb7cbf8f0ff1f5b84d0e102b562e158ad1acc84e4455ba86a3f9f2bc77f7cfb34d935'
-
'4e0105b2150ff0bcaf18ccdbbf1ea664a2ae68235b338a6556d7874b2cd58e7f65dbc361fdd799923702928d6066217e2c0db824f0947bce7f446d0a8c7a9fd5'
-
'c88aa9dbc84451e2332b7778efb7dec6afb7de9891f27fd568953da3ef7e3cd329de6d51d0b7c9d4db601e5f285f0ae30ff81a245ce7285e420117503abb1614'
-
'99ca4db07227ccc8b1dbab9bfe5e188ed9bc0e83d2e5ac28bb844ae11d42c5ab48aeef3b649cc81096a4cedf25b74f0fe300685418162493b5d5546dc6adbbec'
-
'3150972f1929c9b242e196b2b57e53e9b44df00b3fe9c948e4da2cc4f740da595943edf2bd5b91b19a8ac0110e35b9a567fea009539ffc6c3bfa4d6dadb1368f'
-
'1878c1bd3ac2367aea2191f1636410148d1775851181757fb3940ee5d656abb1d195d75af48a983cb0eb70201d16fb54311e088ecb81a4811b4b1f4f567d36f7'
-
'0399079c6f42974f1b554ccd0e50a6a5570d5187c518c349120692f3844679ea360b30bdaf33145edc3bf395f5225cc179c3296a6f1694e2580c052b7c91155c'
-
'f09dcfe9209b2b51b85cd144e143ebd377df7c8f1ac8bd2d10cf7bc9b1670bfffe98c550998989bc41e2c6410f0249b433c4011c8f8fb5c79864890af12a3c45'
-
'bb61e13bb5fc67e8dd2e00cfddb9ce0c873edd6fbf171adcbda2b4365144c8d360db1992b4e86ca2d29c86d2d3d133efcab0313f9caa6020cfdf5ab5000e1c9c'
-
'6b21ee1bbff56c908ac5a0683ac994f175e7f75f9ec879d60497d534653097f93d6b3992da35c6310b4575e895489c01eaa6a1bd0eb205f861bb2e2fa6c68b3b'
-
'2d8a08d9d998eae82e0b5630c4f7abb4018832ce290b4ac644fc200eb54ad853d912d6c2943dabb1350afb5e742f43c8dbabd4618ca8079e0a25e2b65b255946'
+
'fcff491e092a66c1b994a10b25418317197d477cb94d1c7f2cf262f69b8cc04d38247988d2010e0aa2db1ae5a341a32f06b6014de4a1a244bcf21c403555eaf5'
+  

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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:36:40
  Author: felixonmars
Revision: 280725

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-optparse-applicative/repos/community-staging-x86_64/PKGBUILD 
(from rev 280724, haskell-optparse-applicative/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 17:36:40 UTC (rev 280725)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+_hkgname=optparse-applicative
+pkgname=haskell-optparse-applicative
+pkgver=0.14.0.0
+pkgrel=5
+pkgdesc="Utilities and combinators for parsing command line options"
+url="https://github.com/pcapriotti/optparse-applicative;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-wl-pprint" "haskell-transformers-compat")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a968f67d4f9239de3c9fdd3d05ac70518842e400363ddfca1a406fad476153d11265db288e825a5bb69baf938ccf65c8b5070f8823f304d410e4cc6b18aa3049')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:36:07
  Author: felixonmars
Revision: 280724

upgpkg: haskell-optparse-applicative 0.14.0.0-5

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:35:14 UTC (rev 280723)
+++ PKGBUILD2018-01-09 17:36:07 UTC (rev 280724)
@@ -5,7 +5,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.14.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("custom:BSD3")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:35:14
  Author: felixonmars
Revision: 280723

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 17:34:41 UTC (rev 280722)
+++ PKGBUILD2018-01-09 17:35:14 UTC (rev 280723)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-oslotest
-pkgname=(python-oslotest python2-oslotest)
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Oslo test framework"
-arch=('any')
-url="https://github.com/openstack/oslotest;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
- 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-testrepository'
- 'python2-testrepository' 'python-testscenarios' 
'python2-testscenarios'
- 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
- 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
- 'python-debtcollector' 'python2-debtcollector')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
-sha512sums=('2ccac67374cba20beade59db71797232da27268a092c22f0b6e24a1ae7ac5e09dd7be3e16a7e351832169d6ef2e50306d7a641b77f3bc65dc10df0908d9572a6')
-
-prepare() {
-  cp -a oslotest-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-oslotest() {
-  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
-   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
-   'python-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-oslotest() {
-  depends=('python2-fixtures' 'python2-subunit' 'python2-testrepository' 
'python2-testscenarios'
-   'python2-testtools' 'python2-mock' 'python2-mox3' 
'python2-os-client-config'
-   'python2-debtcollector')
-
-  cd "$srcdir"/oslotest-$pkgver-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-
-  for _exe in "$pkgdir"/usr/bin/*; do
-mv "$_exe"{,2}
-  done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslotest/repos/community-any/PKGBUILD (from rev 280722, 
python-oslotest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 17:35:14 UTC (rev 280723)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-oslotest
+pkgname=(python-oslotest python2-oslotest)
+pkgver=3.2.0
+pkgrel=1
+pkgdesc="Oslo test framework"
+arch=('any')
+url="https://github.com/openstack/oslotest;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-fixtures'
+ 'python2-fixtures' 'python-subunit' 'python2-subunit' 
'python-testrepository'
+ 'python2-testrepository' 'python-testscenarios' 
'python2-testscenarios'
+ 'python-testtools' 'python2-testtools' 'python-mock' 
'python2-mock' 'python-mox3'
+ 'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
+ 'python-debtcollector' 'python2-debtcollector')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
+sha512sums=('1b5f0b96b126e014069be10f6e82ccfb903b991af0ef572c7ae9e248b9dd6bfaeaa8e2b179c87dd82d00d6b65c99040b7f28a9b3550459b641dbc911ef80c35f')
+
+prepare() {
+  cp -a oslotest-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/oslotest-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-oslotest() {
+  depends=('python-fixtures' 'python-subunit' 'python-testrepository' 
'python-testscenarios'
+   'python-testtools' 'python-mock' 'python-mox3' 
'python-os-client-config'
+   'python-debtcollector')
+
+  cd "$srcdir"/oslotest-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-oslotest() {
+  depends=('python2-fixtures' 'python2-subunit' 

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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:34:41
  Author: felixonmars
Revision: 280722

upgpkg: python-oslotest 3.2.0-1

Modified:
  python-oslotest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:34:28 UTC (rev 280721)
+++ PKGBUILD2018-01-09 17:34:41 UTC (rev 280722)
@@ -3,7 +3,7 @@
 
 pkgbase=python-oslotest
 pkgname=(python-oslotest python2-oslotest)
-pkgver=3.1.0
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="Oslo test framework"
 arch=('any')
@@ -16,7 +16,7 @@
  'python2-mox3' 'python-os-client-config' 
'python2-os-client-config'
  'python-debtcollector' 'python2-debtcollector')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/oslotest/archive/$pkgver.tar.gz;)
-sha512sums=('2ccac67374cba20beade59db71797232da27268a092c22f0b6e24a1ae7ac5e09dd7be3e16a7e351832169d6ef2e50306d7a641b77f3bc65dc10df0908d9572a6')
+sha512sums=('1b5f0b96b126e014069be10f6e82ccfb903b991af0ef572c7ae9e248b9dd6bfaeaa8e2b179c87dd82d00d6b65c99040b7f28a9b3550459b641dbc911ef80c35f')
 
 prepare() {
   cp -a oslotest-$pkgver{,-py2}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:34:28
  Author: felixonmars
Revision: 280721

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ansi-wl-pprint/repos/community-staging-x86_64/PKGBUILD (from 
rev 280720, haskell-ansi-wl-pprint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-09 17:34:28 UTC (rev 280721)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ansi-wl-pprint
+pkgname=haskell-ansi-wl-pprint
+pkgver=0.6.8.2
+pkgrel=1
+pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
+url="https://github.com/ekmett/ansi-wl-pprint;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('00c39dcdd90071011d2db6e196c472fddc61bf3ee4baed0414de1a1ef1e13801fceb647a718018e1a644d2276845af7bc58d5bf72dcb35d193ef6391ba2f8ac3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-example
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:34:06
  Author: felixonmars
Revision: 280720

upgpkg: haskell-ansi-wl-pprint 0.6.8.2-1

rebuild with ansi-wl-pprint,0.6.8.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:30:33 UTC (rev 280719)
+++ PKGBUILD2018-01-09 17:34:06 UTC (rev 280720)
@@ -4,8 +4,8 @@
 
 _hkgname=ansi-wl-pprint
 pkgname=haskell-ansi-wl-pprint
-pkgver=0.6.8.1
-pkgrel=5
+pkgver=0.6.8.2
+pkgrel=1
 pkgdesc="The Wadler/Leijen Pretty Printer for colored ANSI terminal output"
 url="https://github.com/ekmett/ansi-wl-pprint;
 license=("custom:BSD3")
@@ -13,12 +13,8 @@
 depends=('ghc-libs' 'haskell-ansi-terminal')
 makedepends=('ghc')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('0182a691af05fcc8cd28a4f01904ff96e6f844ef27b8cfe1d34a8d8c012c3a9b31852d38ca123604b6fb1e0fd330d2cb593eef95ff5a353b6ecbea7937eddf2d')
+sha512sums=('00c39dcdd90071011d2db6e196c472fddc61bf3ee4baed0414de1a1ef1e13801fceb647a718018e1a644d2276845af7bc58d5bf72dcb35d193ef6391ba2f8ac3')
 
-prepare() {
-sed -i 's/ansi-terminal >= 0.4.0 && < 0.7/ansi-terminal >= 0.4/' 
$_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"
 
@@ -25,7 +21,7 @@
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
 --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--f-example -fnewbase
+-f-example
 runhaskell Setup build
 runhaskell Setup register --gen-script
 runhaskell Setup unregister --gen-script


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (10 files)

2018-01-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 9, 2018 @ 17:30:33
  Author: andrewsc
Revision: 280719

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 280718, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 280718, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 280718, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 280718, firefox-developer-edition/trunk/firefox-symbolic.svg)
  firefox-developer-edition/repos/community-x86_64/no-plt.diff
(from rev 280718, firefox-developer-edition/trunk/no-plt.diff)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
  firefox-developer-edition/repos/community-x86_64/no-plt.diff

---+
 PKGBUILD  |  372 ++---
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   96 ++---
 firefox-symbolic.svg  |   60 +--
 no-plt.diff   |   96 ++---
 5 files changed, 623 insertions(+), 623 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 17:29:59 UTC (rev 280718)
+++ PKGBUILD2018-01-09 17:30:33 UTC (rev 280719)
@@ -1,186 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=58.0b14
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=FIREFOX_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch
-no-plt.diff)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'84e741b6a4c7675c846c16a0e0280d00e7be5477b07b693ccddac597987e8979a35d07a9ac8a3a28338b458ebdf41754ceb2119b8e41d2ec41f95b551232c64c'
-
'ce764de6deae65ae5c888b12d163419c7828cf8b31f73d7c3bc8dc3dafbca0005ea377b5b1fcea0d1f5c613459fa393690d5bc9d8e5c3e46db940b151082fbd6'
-
'4c2ef8ebedc1184c3967c123cafd63ba1abf2a274993aea8475c434f91a40b86e7c5d3c78c3b2809cd15310af4c613d5841a9114315f861338c36f498a782fd0')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  # https://bugzilla.mozilla.org/show_bug.cgi?id=1382942
-  patch -Np1 -i ../no-plt.diff
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-01-09 Thread Andrew Crerar via arch-commits
Date: Tuesday, January 9, 2018 @ 17:29:59
  Author: andrewsc
Revision: 280718

upgpkg: firefox-developer-edition 58.0b15-1

Updating firefox-developer-edition to 58.0b15

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:23:28 UTC (rev 280717)
+++ PKGBUILD2018-01-09 17:29:59 UTC (rev 280718)
@@ -2,7 +2,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=firefox-developer-edition
-pkgver=58.0b14
+pkgver=58.0b15
 pkgrel=1
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')


[arch-commits] Commit in php71 (9 files)

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 17:23:28
  Author: spupykin
Revision: 280717

archrelease: copy trunk to community-testing-x86_64

Added:
  php71/repos/
  php71/repos/community-testing-x86_64/
  php71/repos/community-testing-x86_64/PKGBUILD
(from rev 280716, php71/trunk/PKGBUILD)
  php71/repos/community-testing-x86_64/apache.conf
(from rev 280716, php71/trunk/apache.conf)
  php71/repos/community-testing-x86_64/apache.patch
(from rev 280716, php71/trunk/apache.patch)
  php71/repos/community-testing-x86_64/generate_patches
(from rev 280716, php71/trunk/generate_patches)
  php71/repos/community-testing-x86_64/php-fpm.patch
(from rev 280716, php71/trunk/php-fpm.patch)
  php71/repos/community-testing-x86_64/php-fpm.tmpfiles
(from rev 280716, php71/trunk/php-fpm.tmpfiles)
  php71/repos/community-testing-x86_64/php.ini.patch
(from rev 280716, php71/trunk/php.ini.patch)

--+
 PKGBUILD |  347 +
 apache.conf  |   13 +
 apache.patch |   20 +++
 generate_patches |   48 +++
 php-fpm.patch|   74 +++
 php-fpm.tmpfiles |1 
 php.ini.patch|   97 ++
 7 files changed, 600 insertions(+)

Copied: php71/repos/community-testing-x86_64/PKGBUILD (from rev 280716, 
php71/trunk/PKGBUILD)
===
--- repos/community-testing-x86_64/PKGBUILD (rev 0)
+++ repos/community-testing-x86_64/PKGBUILD 2018-01-09 17:23:28 UTC (rev 
280717)
@@ -0,0 +1,347 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgbase=php71
+pkgname=('php71'
+ 'php71-cgi'
+ 'php71-apache'
+ 'php71-fpm'
+ 'php71-embed'
+ 'php71-phpdbg'
+ 'php71-dblib'
+ 'php71-enchant'
+ 'php71-gd'
+ 'php71-imap'
+ 'php71-intl'
+ 'php71-mcrypt'
+ 'php71-odbc'
+ 'php71-pgsql'
+ 'php71-pspell'
+ 'php71-snmp'
+ 'php71-sqlite'
+ 'php71-tidy'
+ 'php71-xsl')
+pkgver=7.1.13
+pkgrel=1
+arch=('x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
+checkdepends=('procps-ng')
+validpgpkeys=('1729F83938DA44E27BA0F4D3DBDB397470D12172')
+source=("https://php.net/distributions/${pkgbase%71}-${pkgver}.tar.xz"{,.asc}
+'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
+sha256sums=('1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10'
+'SKIP'
+'258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
+'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
+'7d982a3cefb3eaec0b3458340e4991c2959c10d1518ecb7c1d041884b14efc73'
+'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
+'78f60b1d9f3a0ef8af77208feed76e303b3a13e93b80613c1e5a729004a5343c')
+
+prepare() {
+   cd ${srcdir}/${pkgbase%71}-${pkgver}
+
+   patch -p0 -i ${srcdir}/apache.patch
+   patch -p0 -i ${srcdir}/php-fpm.patch
+   patch -p0 -i ${srcdir}/php.ini.patch
+}
+
+build() {
+   local _phpconfig="--srcdir=../${pkgbase%71}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   local _phpextensions="\
+   --enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-mbstring \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=/usr \
+   --with-gd=shared,/usr \
+   --with-gdbm \
+   --with-gettext=shared \
+   --with-gmp=shared \
+   --with-iconv=shared \
+   --with-imap-ssl \
+   --with-imap=shared 

[arch-commits] Commit in (9 files)

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 17:23:04
  Author: spupykin
Revision: 280716

add php71

Added:
  php71/
  php71/trunk/
  php71/trunk/PKGBUILD
  php71/trunk/apache.conf
  php71/trunk/apache.patch
  php71/trunk/generate_patches
  php71/trunk/php-fpm.patch
  php71/trunk/php-fpm.tmpfiles
  php71/trunk/php.ini.patch

--+
 PKGBUILD |  347 +
 apache.conf  |   13 +
 apache.patch |   20 +++
 generate_patches |   48 +++
 php-fpm.patch|   74 +++
 php-fpm.tmpfiles |1 
 php.ini.patch|   97 ++
 7 files changed, 600 insertions(+)

Added: php71/trunk/PKGBUILD
===
--- php71/trunk/PKGBUILD(rev 0)
+++ php71/trunk/PKGBUILD2018-01-09 17:23:04 UTC (rev 280716)
@@ -0,0 +1,347 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgbase=php71
+pkgname=('php71'
+ 'php71-cgi'
+ 'php71-apache'
+ 'php71-fpm'
+ 'php71-embed'
+ 'php71-phpdbg'
+ 'php71-dblib'
+ 'php71-enchant'
+ 'php71-gd'
+ 'php71-imap'
+ 'php71-intl'
+ 'php71-mcrypt'
+ 'php71-odbc'
+ 'php71-pgsql'
+ 'php71-pspell'
+ 'php71-snmp'
+ 'php71-sqlite'
+ 'php71-tidy'
+ 'php71-xsl')
+pkgver=7.1.13
+pkgrel=1
+arch=('x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
+checkdepends=('procps-ng')
+validpgpkeys=('1729F83938DA44E27BA0F4D3DBDB397470D12172')
+source=("https://php.net/distributions/${pkgbase%71}-${pkgver}.tar.xz"{,.asc}
+'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
+sha256sums=('1a0b3f2fb61959b57a3ee01793a77ed3f19bde5aa90c43dcacc85ea32f64fc10'
+'SKIP'
+'258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
+'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
+'7d982a3cefb3eaec0b3458340e4991c2959c10d1518ecb7c1d041884b14efc73'
+'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
+'78f60b1d9f3a0ef8af77208feed76e303b3a13e93b80613c1e5a729004a5343c')
+
+prepare() {
+   cd ${srcdir}/${pkgbase%71}-${pkgver}
+
+   patch -p0 -i ${srcdir}/apache.patch
+   patch -p0 -i ${srcdir}/php-fpm.patch
+   patch -p0 -i ${srcdir}/php.ini.patch
+}
+
+build() {
+   local _phpconfig="--srcdir=../${pkgbase%71}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   --disable-rpath \
+   --mandir=/usr/share/man \
+   --without-pear \
+   "
+
+   local _phpextensions="\
+   --enable-bcmath=shared \
+   --enable-calendar=shared \
+   --enable-dba=shared \
+   --enable-exif=shared \
+   --enable-ftp=shared \
+   --enable-gd-native-ttf \
+   --enable-intl=shared \
+   --enable-mbstring \
+   --enable-shmop=shared \
+   --enable-soap=shared \
+   --enable-sockets=shared \
+   --enable-sysvmsg=shared \
+   --enable-sysvsem=shared \
+   --enable-sysvshm=shared \
+   --enable-zip=shared \
+   --with-bz2=shared \
+   --with-curl=shared \
+   --with-db4=/usr \
+   --with-enchant=shared,/usr \
+   --with-freetype-dir=/usr \
+   --with-gd=shared,/usr \
+   --with-gdbm \
+   --with-gettext=shared \
+   --with-gmp=shared \
+   --with-iconv=shared \
+   --with-imap-ssl \
+   --with-imap=shared \
+   --with-kerberos=/usr \
+   --with-ldap=shared \
+   --with-ldap-sasl \
+   --with-libzip \
+   --with-mcrypt=shared \
+   --with-mhash \
+   --with-mysql-sock=/run/mysqld/mysqld.sock \
+   --with-mysqli=shared,mysqlnd \
+   --with-openssl \
+   --with-pcre-regex=/usr \
+   --with-pdo-dblib=shared,/usr \
+   --with-pdo-mysql=shared,mysqlnd \
+   --with-pdo-odbc=shared,unixODBC,/usr \
+   --with-pdo-pgsql=shared \
+   --with-pdo-sqlite=shared,/usr \
+   --with-pgsql=shared \
+ 

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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:20:29
  Author: felixonmars
Revision: 280715

archrelease: copy trunk to community-x86_64

Added:
  brook/repos/community-x86_64/PKGBUILD
(from rev 280714, brook/trunk/PKGBUILD)
Deleted:
  brook/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 17:20:05 UTC (rev 280714)
+++ PKGBUILD2018-01-09 17:20:29 UTC (rev 280715)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kasei Wang 
-
-pkgname=brook
-pkgver=20171113
-pkgrel=1
-pkgdesc="A cross-platform proxy/vpn software"
-arch=('x86_64')
-url="https://github.com/txthinking/brook;
-license=('GPL')
-depends=('glibc')
-makedepends=('go-pie' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz;)
-sha512sums=('b0492bfdc241aa62533d7be90ad5777b77bab705df2d5a9fbad018dce6b093a7dfb0181144ed98beb9550068531ab2e5b23efd2e941d5b30755edab1156fd186')
-
-prepare() {
-  cd brook-$pkgver
-
-  mkdir build
-  mkdir -p .gopath/src/github.com/txthinking
-  ln -sf "$PWD" .gopath/src/github.com/txthinking/brook
-  export GOPATH="$PWD/.gopath"
-
-  go get github.com/mdp/qrterminal github.com/patrickmn/go-cache 
github.com/txthinking/ant \
- github.com/txthinking/pac/blackwhite github.com/txthinking/socks5 
golang.org/x/net/proxy
-}
-
-build() {
-  cd brook-$pkgver
-  go build -o build/brook
-}
-
-package() {
-  cd brook-$pkgver
-  install -Dm755 build/brook "$pkgdir"/usr/bin/brook
-}

Copied: brook/repos/community-x86_64/PKGBUILD (from rev 280714, 
brook/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 17:20:29 UTC (rev 280715)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kasei Wang 
+
+pkgname=brook
+pkgver=20171113
+pkgrel=2
+pkgdesc="A cross-platform proxy/vpn software"
+arch=('x86_64')
+url="https://github.com/txthinking/brook;
+license=('GPL')
+depends=('glibc')
+makedepends=('go-pie' 'git')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz;)
+sha512sums=('b0492bfdc241aa62533d7be90ad5777b77bab705df2d5a9fbad018dce6b093a7dfb0181144ed98beb9550068531ab2e5b23efd2e941d5b30755edab1156fd186')
+
+prepare() {
+  cd brook-$pkgver
+
+  mkdir build
+  mkdir -p .gopath/src/github.com/txthinking
+  ln -sf "$PWD" .gopath/src/github.com/txthinking/brook
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/mdp/qrterminal github.com/patrickmn/go-cache 
github.com/txthinking/ant \
+ github.com/txthinking/pac/blackwhite github.com/txthinking/socks5 
golang.org/x/net/proxy \
+ github.com/urfave/cli
+}
+
+build() {
+  cd brook-$pkgver/cli/brook
+  go build -o brook
+}
+
+package() {
+  cd brook-$pkgver/cli/brook
+  install -Dm755 brook "$pkgdir"/usr/bin/brook
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 17:20:05
  Author: felixonmars
Revision: 280714

upgpkg: brook 20171113-2

correctly build cli

Modified:
  brook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 17:02:19 UTC (rev 280713)
+++ PKGBUILD2018-01-09 17:20:05 UTC (rev 280714)
@@ -4,7 +4,7 @@
 
 pkgname=brook
 pkgver=20171113
-pkgrel=1
+pkgrel=2
 pkgdesc="A cross-platform proxy/vpn software"
 arch=('x86_64')
 url="https://github.com/txthinking/brook;
@@ -23,15 +23,16 @@
   export GOPATH="$PWD/.gopath"
 
   go get github.com/mdp/qrterminal github.com/patrickmn/go-cache 
github.com/txthinking/ant \
- github.com/txthinking/pac/blackwhite github.com/txthinking/socks5 
golang.org/x/net/proxy
+ github.com/txthinking/pac/blackwhite github.com/txthinking/socks5 
golang.org/x/net/proxy \
+ github.com/urfave/cli
 }
 
 build() {
-  cd brook-$pkgver
-  go build -o build/brook
+  cd brook-$pkgver/cli/brook
+  go build -o brook
 }
 
 package() {
-  cd brook-$pkgver
-  install -Dm755 build/brook "$pkgdir"/usr/bin/brook
+  cd brook-$pkgver/cli/brook
+  install -Dm755 brook "$pkgdir"/usr/bin/brook
 }


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

2018-01-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 9, 2018 @ 17:02:19
  Author: jelle
Revision: 280713

archrelease: copy trunk to community-x86_64

Added:
  bonnie++/repos/community-x86_64/PKGBUILD
(from rev 280712, bonnie++/trunk/PKGBUILD)
  bonnie++/repos/community-x86_64/move_away_from_sbin.patch
(from rev 280712, bonnie++/trunk/move_away_from_sbin.patch)
Deleted:
  bonnie++/repos/community-x86_64/PKGBUILD
  bonnie++/repos/community-x86_64/move_away_from_sbin.patch

---+
 PKGBUILD  |   66 ++--
 move_away_from_sbin.patch |   28 +-
 2 files changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 17:01:49 UTC (rev 280712)
+++ PKGBUILD2018-01-09 17:02:19 UTC (rev 280713)
@@ -1,33 +0,0 @@
-# Maintainer: jelle van der Waa 
-# Contributor: eric 
-# Contributor: Tom Newsom 
-
-pkgname=bonnie++
-pkgver=1.97
-pkgrel=2
-pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
-arch=('i686' 'x86_64')
-url="http://www.coker.com.au/bonnie++/;
-license=('GPL')
-depends=('perl')
-source=(http://www.coker.com.au/bonnie++/experimental/$pkgname-$pkgver.tgz)
-md5sums=('d6cf9703242998b2ddc2d875b028b3c6')
-build() {
-  cd $srcdir/${pkgname}-${pkgver}.1
-
-  ./configure --prefix=/usr 
-  sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" 
Makefile
-  make
-}
-
-package() {
-  cd $srcdir/${pkgname}-${pkgver}.1
-
-  # https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
-  sed -i 's/sbin/bin/' Makefile
-  make prefix="${pkgdir}/usr" install
-
-  install -d $pkgdir/usr/share/doc/bonnie++
-  install -Dm644 $srcdir/$pkgname-$pkgver.1/readme.html 
$pkgdir/usr/share/doc/bonnie++/readme.html
-}
-

Copied: bonnie++/repos/community-x86_64/PKGBUILD (from rev 280712, 
bonnie++/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 17:02:19 UTC (rev 280713)
@@ -0,0 +1,33 @@
+# Maintainer: jelle van der Waa 
+# Contributor: eric 
+# Contributor: Tom Newsom 
+
+pkgname=bonnie++
+pkgver=1.97.3
+pkgrel=1
+pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
+arch=('x86_64')
+url="http://www.coker.com.au/bonnie++/;
+license=('GPL')
+depends=('perl')
+source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
+md5sums=('e4be8977e8f7e6d4375a8d1dadda8d9e')
+build() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr 
+  sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" 
Makefile
+  make
+}
+
+package() {
+  cd $srcdir/${pkgname}-${pkgver}
+
+  # https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
+  sed -i 's/sbin/bin/' Makefile
+  make prefix="${pkgdir}/usr" install
+
+  install -d $pkgdir/usr/share/doc/bonnie++
+  install -Dm644 $srcdir/$pkgname-$pkgver/readme.html 
$pkgdir/usr/share/doc/bonnie++/readme.html
+}
+

Deleted: move_away_from_sbin.patch
===
--- move_away_from_sbin.patch   2018-01-09 17:01:49 UTC (rev 280712)
+++ move_away_from_sbin.patch   2018-01-09 17:02:19 UTC (rev 280713)
@@ -1,14 +0,0 @@
-diff -aur bonnie++-1.03e/Makefile bonnie++-1.03ef/Makefile
 bonnie++-1.03e/Makefile2013-05-13 08:40:45.122959831 +
-+++ bonnie++-1.03ef/Makefile   2013-05-13 08:43:20.365248937 +
-@@ -33,8 +33,8 @@
-   $(CXX) zcav.cpp -o zcav $(ZCAVOBJS) $(LFLAGS)
- 
- install-bin: $(EXES)
--  mkdir -p $(eprefix)/bin $(eprefix)/sbin
--  ${INSTALL} -s $(EXES) $(eprefix)/sbin
-+  mkdir -p $(eprefix)/bin 
-+  ${INSTALL} -s $(EXES) $(eprefix)/bin
-   ${INSTALL} $(SCRIPTS) $(eprefix)/bin
- 
- install: install-bin

Copied: bonnie++/repos/community-x86_64/move_away_from_sbin.patch (from rev 
280712, bonnie++/trunk/move_away_from_sbin.patch)
===
--- move_away_from_sbin.patch   (rev 0)
+++ move_away_from_sbin.patch   2018-01-09 17:02:19 UTC (rev 280713)
@@ -0,0 +1,14 @@
+diff -aur bonnie++-1.03e/Makefile bonnie++-1.03ef/Makefile
+--- bonnie++-1.03e/Makefile2013-05-13 08:40:45.122959831 +
 bonnie++-1.03ef/Makefile   2013-05-13 08:43:20.365248937 +
+@@ -33,8 +33,8 @@
+   $(CXX) zcav.cpp -o zcav $(ZCAVOBJS) $(LFLAGS)
+ 
+ install-bin: $(EXES)
+-  mkdir -p $(eprefix)/bin $(eprefix)/sbin
+-  ${INSTALL} -s $(EXES) $(eprefix)/sbin
++  mkdir -p $(eprefix)/bin 
++  ${INSTALL} -s $(EXES) $(eprefix)/bin
+   ${INSTALL} $(SCRIPTS) $(eprefix)/bin
+ 
+ install: install-bin


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

2018-01-09 Thread Jelle van der Waa via arch-commits
Date: Tuesday, January 9, 2018 @ 17:01:49
  Author: jelle
Revision: 280712

upgpkg: bonnie++ 1.97.3-1

Modified:
  bonnie++/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 16:53:52 UTC (rev 280711)
+++ PKGBUILD2018-01-09 17:01:49 UTC (rev 280712)
@@ -3,8 +3,8 @@
 # Contributor: Tom Newsom 
 
 pkgname=bonnie++
-pkgver=1.97
-pkgrel=2
+pkgver=1.97.3
+pkgrel=1
 pkgdesc="Based on the Bonnie hard drive benchmark by Tim Bray"
 arch=('x86_64')
 url="http://www.coker.com.au/bonnie++/;
@@ -11,9 +11,9 @@
 license=('GPL')
 depends=('perl')
 source=(https://www.coker.com.au/$pkgname/$pkgname-$pkgver.tgz)
-md5sums=('d6cf9703242998b2ddc2d875b028b3c6')
+md5sums=('e4be8977e8f7e6d4375a8d1dadda8d9e')
 build() {
-  cd $srcdir/${pkgname}-${pkgver}.1
+  cd $srcdir/${pkgname}-${pkgver}
 
   ./configure --prefix=/usr 
   sed -i "s:CFLAGS=-O2  -DNDEBUG \$(WFLAGS) \$(MORECFLAGS):CFLAGS=${CFLAGS}:" 
Makefile
@@ -21,7 +21,7 @@
 }
 
 package() {
-  cd $srcdir/${pkgname}-${pkgver}.1
+  cd $srcdir/${pkgname}-${pkgver}
 
   # https://www.archlinux.org/todo/move-files-to-usrbin-if-possible/
   sed -i 's/sbin/bin/' Makefile
@@ -28,6 +28,6 @@
   make prefix="${pkgdir}/usr" install
 
   install -d $pkgdir/usr/share/doc/bonnie++
-  install -Dm644 $srcdir/$pkgname-$pkgver.1/readme.html 
$pkgdir/usr/share/doc/bonnie++/readme.html
+  install -Dm644 $srcdir/$pkgname-$pkgver/readme.html 
$pkgdir/usr/share/doc/bonnie++/readme.html
 }
 


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

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 16:53:52
  Author: spupykin
Revision: 280711

archrelease: copy trunk to community-any

Added:
  perl-params-validationcompiler/repos/community-any/PKGBUILD
(from rev 280710, perl-params-validationcompiler/trunk/PKGBUILD)
Deleted:
  perl-params-validationcompiler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 16:53:06 UTC (rev 280710)
+++ PKGBUILD2018-01-09 16:53:52 UTC (rev 280711)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=perl-params-validationcompiler
-_pkgname=Params-ValidationCompiler
-pkgver=0.24
-pkgrel=3
-pkgdesc="Build an optimized subroutine parameter validator once, use it 
forever"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-role-tiny' 'perl-eval-closure' 'perl-exception-class')
-checkdepends=('perl-test-fatal')
-url="http://search.cpan.org/dist/Params-ValidationCompiler/;
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-$pkgver.tar.gz)
-sha256sums=('a8963747bae618c2b96ec1918ef2b6ea7dd7ff3dbcebc9de6124b2771a4f4287')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
-PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
-PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-MODULEBUILDRC=/dev/null
-
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  make install
-}

Copied: perl-params-validationcompiler/repos/community-any/PKGBUILD (from rev 
280710, perl-params-validationcompiler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 16:53:52 UTC (rev 280711)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=perl-params-validationcompiler
+_pkgname=Params-ValidationCompiler
+pkgver=0.26
+pkgrel=1
+pkgdesc="Build an optimized subroutine parameter validator once, use it 
forever"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-role-tiny' 'perl-eval-closure' 'perl-exception-class')
+checkdepends=('perl-test-fatal')
+url="http://search.cpan.org/dist/Params-ValidationCompiler/;
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-$pkgver.tar.gz)
+sha256sums=('6a9ea4895c9288ae4a0a2f5f1309d0dea8ffc46d429263c8f59a83c126c75805')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+MODULEBUILDRC=/dev/null
+
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make install
+}


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

2018-01-09 Thread Sergej Pupykin via arch-commits
Date: Tuesday, January 9, 2018 @ 16:53:06
  Author: spupykin
Revision: 280710

upgpkg: perl-params-validationcompiler 0.26-1

Modified:
  perl-params-validationcompiler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 16:34:50 UTC (rev 280709)
+++ PKGBUILD2018-01-09 16:53:06 UTC (rev 280710)
@@ -3,8 +3,8 @@
 
 pkgname=perl-params-validationcompiler
 _pkgname=Params-ValidationCompiler
-pkgver=0.24
-pkgrel=3
+pkgver=0.26
+pkgrel=1
 pkgdesc="Build an optimized subroutine parameter validator once, use it 
forever"
 arch=('any')
 license=('PerlArtistic' 'GPL')
@@ -13,7 +13,7 @@
 checkdepends=('perl-test-fatal')
 url="http://search.cpan.org/dist/Params-ValidationCompiler/;
 
source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Params-ValidationCompiler-$pkgver.tar.gz)
-sha256sums=('a8963747bae618c2b96ec1918ef2b6ea7dd7ff3dbcebc9de6124b2771a4f4287')
+sha256sums=('6a9ea4895c9288ae4a0a2f5f1309d0dea8ffc46d429263c8f59a83c126c75805')
 
 build() {
   export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \


[arch-commits] Commit in lib32-flashplugin/repos/multilib-x86_64 (PKGBUILD PKGBUILD)

2018-01-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 9, 2018 @ 16:34:50
  Author: foutrelis
Revision: 280709

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD
(from rev 280708, lib32-flashplugin/trunk/PKGBUILD)
Deleted:
  lib32-flashplugin/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 16:34:43 UTC (rev 280708)
+++ PKGBUILD2018-01-09 16:34:50 UTC (rev 280709)
@@ -1,20 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=lib32-flashplugin
-pkgver=28.0.0.126
-pkgrel=1
-license=('custom')
-pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
-url="https://get.adobe.com/flashplayer/;
-arch=('x86_64')
-depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
-#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
-options=(!strip)
-source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
-sha256sums=('9ef7d79adce8bdf5529d26a4e1ded20d754dea628da60c455500e3532396de4f')
-
-package() {
-  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
-}

Copied: lib32-flashplugin/repos/multilib-x86_64/PKGBUILD (from rev 280708, 
lib32-flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 16:34:50 UTC (rev 280709)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=lib32-flashplugin
+pkgver=28.0.0.137
+pkgrel=1
+license=('custom')
+pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
+url="https://get.adobe.com/flashplayer/;
+arch=('x86_64')
+depends=('mozilla-common' 'lib32-libxt' 'lib32-gtk2' 'lib32-nss' 'lib32-curl' 
'lib32-alsa-lib')
+#optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
+options=(!strip)
+source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
+sha256sums=('706ee8e5154451fd1eba123b8792c1e16ca4c5b66ec4ddd44dc27fa2563b4181')
+
+package() {
+  install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/*.txt
+}


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

2018-01-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 9, 2018 @ 16:34:43
  Author: foutrelis
Revision: 280708

upgpkg: lib32-flashplugin 28.0.0.137-1

New upstream release.

Modified:
  lib32-flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 16:25:43 UTC (rev 280707)
+++ PKGBUILD2018-01-09 16:34:43 UTC (rev 280708)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace 
 
 pkgname=lib32-flashplugin
-pkgver=28.0.0.126
+pkgver=28.0.0.137
 pkgrel=1
 license=('custom')
 pkgdesc='Adobe Flash Player for 32-bit Mozilla-based browsers'
@@ -12,7 +12,7 @@
 #optdepends=('lib32-libvdpau: video hardware decoding for supporting players')
 options=(!strip)
 
source=("flash_player_npapi_linux_$pkgver.i386.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.i386.tar.gz;)
-sha256sums=('9ef7d79adce8bdf5529d26a4e1ded20d754dea628da60c455500e3532396de4f')
+sha256sums=('706ee8e5154451fd1eba123b8792c1e16ca4c5b66ec4ddd44dc27fa2563b4181')
 
 package() {
   install -Dm644 "$srcdir/libflashplayer.so" 
"$pkgdir/usr/lib32/mozilla/plugins/libflashplayer.so"


[arch-commits] Commit in flashplugin/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-01-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 9, 2018 @ 16:33:23
  Author: foutrelis
Revision: 314298

archrelease: copy trunk to extra-x86_64

Added:
  flashplugin/repos/extra-x86_64/PKGBUILD
(from rev 314297, flashplugin/trunk/PKGBUILD)
Deleted:
  flashplugin/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 16:33:14 UTC (rev 314297)
+++ PKGBUILD2018-01-09 16:33:23 UTC (rev 314298)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Ionut Biru 
-# Contributor: Andrea Scarpino 
-
-pkgname=(flashplugin pepper-flash)
-pkgver=28.0.0.126
-pkgrel=1
-pkgdesc="Adobe Flash Player"
-arch=('x86_64')
-url="https://get.adobe.com/flashplayer/;
-license=('custom' 'LGPL')
-options=('!strip')
-source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
-
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
-noextract=(${source[@]%::*})
-sha256sums=('6c61375919ebd70b451bead30993617cbb47eeb7c2be448c561ff55de31fb77c'
-'4be8b0447e8222813c559dbd871132e6f4db54bda38e50314c32f2fb9db12d6a')
-
-prepare() {
-  local _dir
-  for f in *.tar.gz; do
-_dir=$(grep -Eo '([np]papi)' <<< $f)
-mkdir -p $_dir
-tar xfC $f $_dir
-  done
-}
-
-package_flashplugin() {
-  pkgdesc+=" NPAPI"
-  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
-  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
-
-  cd npapi
-  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-
-  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
-  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
-
-}
-
-package_pepper-flash() {
-  pkgdesc+=" PPAPI"
-  depends=('gcc-libs')
-  optdepends=('flashplugin: settings utility')
-
-  cd ppapi
-  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: flashplugin/repos/extra-x86_64/PKGBUILD (from rev 314297, 
flashplugin/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 16:33:23 UTC (rev 314298)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Ionut Biru 
+# Contributor: Andrea Scarpino 
+
+pkgname=(flashplugin pepper-flash)
+pkgver=28.0.0.137
+pkgrel=1
+pkgdesc="Adobe Flash Player"
+arch=('x86_64')
+url="https://get.adobe.com/flashplayer/;
+license=('custom' 'LGPL')
+options=('!strip')
+source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
+
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
+noextract=(${source[@]%::*})
+sha256sums=('e9103ce32a8b44a18644c0cb178f4b33da8e69db243d941ceb4109235546'
+'07c5044b33ba1322b481dab1a8a565da73dce6fed7d6275b526b2330d6226e96')
+
+prepare() {
+  local _dir
+  for f in *.tar.gz; do
+_dir=$(grep -Eo '([np]papi)' <<< $f)
+mkdir -p $_dir
+tar xfC $f $_dir
+  done
+}
+
+package_flashplugin() {
+  pkgdesc+=" NPAPI"
+  depends=('libxt' 'gtk2' 'nss' 'curl' 'hicolor-icon-theme')
+  optdepends=('libvdpau: GPU acceleration on Nvidia cards')
+
+  cd npapi
+  install -Dm644 libflashplayer.so 
"$pkgdir/usr/lib/mozilla/plugins/libflashplayer.so"
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+
+  install -D -t "$pkgdir/usr/bin" usr/bin/flash-player-properties
+  cp -a usr/share/{applications,icons} "$pkgdir/usr/share/"
+
+}
+
+package_pepper-flash() {
+  pkgdesc+=" PPAPI"
+  depends=('gcc-libs')
+  optdepends=('flashplugin: settings utility')
+
+  cd ppapi
+  install -Dm644 -t "$pkgdir/usr/lib/PepperFlash" manifest.json 
libpepflashplayer.so
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" license.pdf 
LGPL/notice.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-01-09 Thread Evangelos Foutras via arch-commits
Date: Tuesday, January 9, 2018 @ 16:33:14
  Author: foutrelis
Revision: 314297

upgpkg: flashplugin 28.0.0.137-1

New upstream release.

Modified:
  flashplugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 15:57:11 UTC (rev 314296)
+++ PKGBUILD2018-01-09 16:33:14 UTC (rev 314297)
@@ -4,7 +4,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=(flashplugin pepper-flash)
-pkgver=28.0.0.126
+pkgver=28.0.0.137
 pkgrel=1
 pkgdesc="Adobe Flash Player"
 arch=('x86_64')
@@ -14,8 +14,8 @@
 
source=(flash_player_npapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_npapi_linux.x86_64.tar.gz
 
flash_player_ppapi_linux_$pkgver.x86_64.tar.gz::https://fpdownload.adobe.com/get/flashplayer/pdc/$pkgver/flash_player_ppapi_linux.x86_64.tar.gz)
 noextract=(${source[@]%::*})
-sha256sums=('6c61375919ebd70b451bead30993617cbb47eeb7c2be448c561ff55de31fb77c'
-'4be8b0447e8222813c559dbd871132e6f4db54bda38e50314c32f2fb9db12d6a')
+sha256sums=('e9103ce32a8b44a18644c0cb178f4b33da8e69db243d941ceb4109235546'
+'07c5044b33ba1322b481dab1a8a565da73dce6fed7d6275b526b2330d6226e96')
 
 prepare() {
   local _dir


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 16:25:43
  Author: felixonmars
Revision: 280707

archrelease: copy trunk to community-x86_64

Added:
  idris/repos/community-x86_64/PKGBUILD
(from rev 280706, idris/trunk/PKGBUILD)
Deleted:
  idris/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-09 16:25:18 UTC (rev 280706)
+++ PKGBUILD2018-01-09 16:25:43 UTC (rev 280707)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=idris
-pkgver=1.1.1
-pkgrel=23
-pkgdesc="Functional Programming Language with Dependent Types"
-url="http://www.idris-lang.org/;
-license=("custom:BSD3")
-arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
- "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" 
"haskell-blaze-html"
- "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page" 
"haskell-fingertree"
- "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" 
"haskell-network"
- "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" 
"haskell-safe"
- "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
- "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string"
- "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
-makedepends=('ghc')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
-sha512sums=('5768705f0ae22053214e62e79720d6d70e4bda55a8ddff45302c7b4f6c484999102100ee8146a7ec3abd823e028a7a3fecb82d67be49a9401219ef26cf7aa946')
-
-prepare() {
-cd Idris-dev-$pkgver
-
-sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
-libs/*/Makefile
-
-sed -i 's/, ansi-terminal < 0.7/, ansi-terminal/' idris.cabal
-}
-
-build() {
-cd "$srcdir"/Idris-dev-$pkgver
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
-LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "$srcdir"/Idris-dev-$pkgver
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: idris/repos/community-x86_64/PKGBUILD (from rev 280706, 
idris/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-09 16:25:43 UTC (rev 280707)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.2.0
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec' 'haskell-mtl'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-text' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('ad9a1266c689fb961eb05ab295ea23029dfb85c3de190905b482afa0bca8ba0e7a69d1093a5e7fcd648d6fb1e2daeceb2d3f70562032c7857d081e0442ccf0cf')
+
+prepare() {
+cd 

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

2018-01-09 Thread Felix Yan via arch-commits
Date: Tuesday, January 9, 2018 @ 16:25:18
  Author: felixonmars
Revision: 280706

upgpkg: idris 1.2.0-1

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-09 15:36:02 UTC (rev 280705)
+++ PKGBUILD2018-01-09 16:25:18 UTC (rev 280706)
@@ -3,23 +3,24 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=idris
-pkgver=1.1.1
-pkgrel=23
+pkgver=1.2.0
+pkgrel=1
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
- "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring" 
"haskell-blaze-html"
- "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page" 
"haskell-fingertree"
- "haskell-fsnotify" "haskell-ieee754" "haskell-mtl" "haskell-libffi" 
"haskell-network"
- "haskell-optparse-applicative" "haskell-parsers" "haskell-regex-tdfa" 
"haskell-safe"
- "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
- "haskell-trifecta" "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string"
- "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
-makedepends=('ghc')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec' 'haskell-mtl'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-text' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
-sha512sums=('5768705f0ae22053214e62e79720d6d70e4bda55a8ddff45302c7b4f6c484999102100ee8146a7ec3abd823e028a7a3fecb82d67be49a9401219ef26cf7aa946')
+sha512sums=('ad9a1266c689fb961eb05ab295ea23029dfb85c3de190905b482afa0bca8ba0e7a69d1093a5e7fcd648d6fb1e2daeceb2d3f70562032c7857d081e0442ccf0cf')
 
 prepare() {
 cd Idris-dev-$pkgver
@@ -26,15 +27,13 @@
 
 sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
 libs/*/Makefile
-
-sed -i 's/, ansi-terminal < 0.7/, ansi-terminal/' idris.cabal
 }
 
 build() {
-cd "$srcdir"/Idris-dev-$pkgver
+cd Idris-dev-$pkgver
 
 runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
 --dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
 -fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
 LC_CTYPE=en_US.UTF-8 runhaskell Setup build
@@ -44,8 +43,14 @@
 sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
 }
 
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
 package() {
-cd "$srcdir"/Idris-dev-$pkgver
+cd Idris-dev-$pkgver
 
 install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
 install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"


<    1   2   3   >