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

2017-08-01 Thread Christian Hesse
Date: Wednesday, August 2, 2017 @ 05:58:44
  Author: eworm
Revision: 301525

add optional dependency for perl-cgi

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-02 04:47:20 UTC (rev 301524)
+++ PKGBUILD2017-08-02 05:58:44 UTC (rev 301525)
@@ -20,6 +20,7 @@
 'perl-mediawiki-api: git mediawiki support'
 'perl-datetime-format-iso8601: git mediawiki support'
 'perl-lwp-protocol-https: git mediawiki https support'
+'perl-cgi: gitweb (web interface) support'
 'python2: various helper scripts'
 'subversion: git svn'
 'cvsps2: git cvsimport'


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

2017-08-01 Thread Anatol Pomozov
Date: Wednesday, August 2, 2017 @ 04:48:28
  Author: anatolik
Revision: 247390

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libsigrok/repos/community-i686/PKGBUILD
(from rev 247389, libsigrok/trunk/PKGBUILD)
  libsigrok/repos/community-x86_64/PKGBUILD
(from rev 247389, libsigrok/trunk/PKGBUILD)
Deleted:
  libsigrok/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   28 
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 3 files changed, 56 insertions(+), 28 deletions(-)

Copied: libsigrok/repos/community-i686/PKGBUILD (from rev 247389, 
libsigrok/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-08-02 04:48:28 UTC (rev 247390)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thomas Krug 
+# Contributor: Thomas Krug 
+
+pkgname=libsigrok
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
+arch=(i686 x86_64)
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=(GPL3)
+depends=(libftdi libserialport glibmm libzip libieee1284)
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
+
+build() {
+  cd libsigrok-$pkgver
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrok-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -m644 -D contrib/z60_libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/z60_libsigrok.rules
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-02 04:45:24 UTC (rev 247389)
+++ community-x86_64/PKGBUILD   2017-08-02 04:48:28 UTC (rev 247390)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrok
-pkgver=0.5.0
-pkgrel=2
-pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
-optdepends=('python' 'ruby' 'jdk8-openjdk')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
-sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
-
-build() {
-  cd libsigrok-$pkgver
- ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsigrok-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-  install -m644 -D contrib/z60_libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/z60_libsigrok.rules
-}

Copied: libsigrok/repos/community-x86_64/PKGBUILD (from rev 247389, 
libsigrok/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-02 04:48:28 UTC (rev 247390)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thomas Krug 
+# Contributor: Thomas Krug 
+
+pkgname=libsigrok
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
+arch=(i686 x86_64)
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=(GPL3)
+depends=(libftdi libserialport glibmm libzip libieee1284)
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
+
+build() {
+  cd libsigrok-$pkgver
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrok-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -m644 -D contrib/z60_libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/z60_libsigrok.rules
+}


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

2017-08-01 Thread Gaëtan Bisson
Date: Wednesday, August 2, 2017 @ 04:47:20
  Author: bisson
Revision: 301524

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  nmap/repos/extra-i686/PKGBUILD
(from rev 301523, nmap/trunk/PKGBUILD)
  nmap/repos/extra-x86_64/PKGBUILD
(from rev 301523, nmap/trunk/PKGBUILD)
Deleted:
  nmap/repos/extra-i686/PKGBUILD
  nmap/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   88 
 extra-i686/PKGBUILD   |   44 
 extra-x86_64/PKGBUILD |   44 
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-02 04:46:48 UTC (rev 301523)
+++ extra-i686/PKGBUILD 2017-08-02 04:47:20 UTC (rev 301524)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.50
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: privilege escalation for zenmap'
-'gksu: privilege escalation for zenmap')
-depends=('pcre' 'openssl' 'lua52')
-validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
-source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
-"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
-sha256sums=('e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export PYTHON=python2
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib \
-   --mandir=/usr/share/man \
-   --with-libpcap=included \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rm "${pkgdir}"/usr/bin/uninstall_*
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
-}

Copied: nmap/repos/extra-i686/PKGBUILD (from rev 301523, nmap/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-02 04:47:20 UTC (rev 301524)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Angel Velasquez 
+# Contributor: Hugo Doria 
+
+pkgname=nmap
+pkgver=7.60
+pkgrel=1
+pkgdesc='Utility for network discovery and security auditing'
+url='http://nmap.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('pygtk')
+optdepends=('pygtk: zenmap'
+'sudo: privilege escalation for zenmap'
+'xterm: privilege escalation for zenmap'
+'kde-cli-tools: privilege escalation for zenmap'
+'gksu: privilege escalation for zenmap')
+depends=('pcre' 'openssl' 'lua52')
+validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
+source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
+"https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
+sha256sums=('a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   export PYTHON=python2
+   ./configure \
+   --prefix=/usr \
+   --libexecdir=/usr/lib \
+   --mandir=/usr/share/man \
+   --with-libpcap=included \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   rm "${pkgdir}"/usr/bin/uninstall_*
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   python2 -m compileall 
"${pkgdir}"/usr/lib/python2.7/site-packages/zenmapCore
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-02 04:46:48 UTC (rev 301523)
+++ extra-x86_64/PKGBUILD   2017-08-02 04:47:20 UTC (rev 301524)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Angel Velasquez 
-# Contributor: Hugo Doria 
-
-pkgname=nmap
-pkgver=7.50
-pkgrel=1
-pkgdesc='Utility for network discovery and security auditing'
-url='http://nmap.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('pygtk')
-optdepends=('pygtk: zenmap'
-'sudo: privilege escalation for zenmap'
-'xterm: privilege escalation for zenmap'
-'kde-cli-tools: 

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

2017-08-01 Thread Gaëtan Bisson
Date: Wednesday, August 2, 2017 @ 04:46:48
  Author: bisson
Revision: 301523

upstream update

Modified:
  nmap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-02 04:29:39 UTC (rev 301522)
+++ PKGBUILD2017-08-02 04:46:48 UTC (rev 301523)
@@ -4,7 +4,7 @@
 # Contributor: Hugo Doria 
 
 pkgname=nmap
-pkgver=7.50
+pkgver=7.60
 pkgrel=1
 pkgdesc='Utility for network discovery and security auditing'
 url='http://nmap.org/'
@@ -20,7 +20,7 @@
 validpgpkeys=('436D66AB9A798425FDA0E3F801AF9F036B9355D0')
 source=("https://nmap.org/dist/${pkgname}-${pkgver}.tar.bz2;
 "https://nmap.org/dist/sigs/${pkgname}-${pkgver}.tar.bz2.asc;)
-sha256sums=('e9a96a8e02bfc9e80c617932acc61112c23089521ee7d6b1502ecf8e3b1674b2'
+sha256sums=('a8796ecc4fa6c38aad6139d9515dc8113023a82e9d787e5a5fb5fa1b05516f21'
 'SKIP')
 
 build() {


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

2017-08-01 Thread Anatol Pomozov
Date: Wednesday, August 2, 2017 @ 04:45:24
  Author: anatolik
Revision: 247389

archrelease: copy trunk to community-i686, community-x86_64

Added:
  libsigrok/repos/community-x86_64/PKGBUILD
(from rev 247388, libsigrok/trunk/PKGBUILD)
Deleted:
  libsigrok/repos/community-i686/PKGBUILD
  libsigrok/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   28 
 community-i686/PKGBUILD   |   27 ---
 community-x86_64/PKGBUILD |   27 ---
 3 files changed, 28 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-02 04:41:41 UTC (rev 247388)
+++ community-i686/PKGBUILD 2017-08-02 04:45:24 UTC (rev 247389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrok
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
-optdepends=('python' 'ruby' 'jdk8-openjdk')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
-sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
-
-build() {
-  cd libsigrok-$pkgver
- ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsigrok-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-02 04:41:41 UTC (rev 247388)
+++ community-x86_64/PKGBUILD   2017-08-02 04:45:24 UTC (rev 247389)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Thomas Krug 
-# Contributor: Thomas Krug 
-
-pkgname=libsigrok
-pkgver=0.5.0
-pkgrel=1
-pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
-arch=(i686 x86_64)
-url='https://www.sigrok.org/wiki/Libsigrok'
-license=(GPL3)
-depends=(libftdi libserialport glibmm libzip libieee1284)
-makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
-optdepends=('python' 'ruby' 'jdk8-openjdk')
-source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
-sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
-
-build() {
-  cd libsigrok-$pkgver
- ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd libsigrok-$pkgver
-  make DESTDIR="$pkgdir" PREFIX=/usr install
-}

Copied: libsigrok/repos/community-x86_64/PKGBUILD (from rev 247388, 
libsigrok/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-08-02 04:45:24 UTC (rev 247389)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Thomas Krug 
+# Contributor: Thomas Krug 
+
+pkgname=libsigrok
+pkgver=0.5.0
+pkgrel=2
+pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
+arch=(i686 x86_64)
+url='https://www.sigrok.org/wiki/Libsigrok'
+license=(GPL3)
+depends=(libftdi libserialport glibmm libzip libieee1284)
+makedepends=(cmake doxygen ruby jdk8-openjdk swig python pygobject-devel 
python-numpy python-setuptools)
+optdepends=('python' 'ruby' 'jdk8-openjdk')
+source=(https://sigrok.org/download/source/libsigrok/libsigrok-$pkgver.tar.gz)
+sha1sums=('51dbf0728804f1df9fd76c6136ee48a157298833')
+
+build() {
+  cd libsigrok-$pkgver
+ ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd libsigrok-$pkgver
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -m644 -D contrib/z60_libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/z60_libsigrok.rules
+}


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

2017-08-01 Thread Anatol Pomozov
Date: Wednesday, August 2, 2017 @ 04:41:41
  Author: anatolik
Revision: 247388

upgpkg: libsigrok 0.5.0-2

Modified:
  libsigrok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-02 04:32:03 UTC (rev 247387)
+++ PKGBUILD2017-08-02 04:41:41 UTC (rev 247388)
@@ -4,7 +4,7 @@
 
 pkgname=libsigrok
 pkgver=0.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Client software that supports various hardware logic analyzers, core 
library'
 arch=(i686 x86_64)
 url='https://www.sigrok.org/wiki/Libsigrok'


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

2017-08-01 Thread Anatol Pomozov
Date: Wednesday, August 2, 2017 @ 04:32:03
  Author: anatolik
Revision: 247387

FS#55000 install udev rules file

Modified:
  libsigrok/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 21:51:56 UTC (rev 247386)
+++ PKGBUILD2017-08-02 04:32:03 UTC (rev 247387)
@@ -24,4 +24,5 @@
 package() {
   cd libsigrok-$pkgver
   make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -m644 -D contrib/z60_libsigrok.rules 
$pkgdir/usr/lib/udev/rules.d/z60_libsigrok.rules
 }


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

2017-08-01 Thread Gaëtan Bisson
Date: Wednesday, August 2, 2017 @ 04:29:39
  Author: bisson
Revision: 301522

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  s-nail/repos/testing-i686/PKGBUILD
(from rev 301521, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 301521, s-nail/trunk/PKGBUILD)
Deleted:
  s-nail/repos/testing-i686/PKGBUILD
  s-nail/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |  106 ++
 testing-i686/PKGBUILD   |   53 ---
 testing-x86_64/PKGBUILD |   53 ---
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-08-02 04:29:01 UTC (rev 301521)
+++ testing-i686/PKGBUILD   2017-08-02 04:29:39 UTC (rev 301522)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Sergej Pupykin 
-# Contributor: Andreas Wagner 
-
-pkgname=s-nail
-pkgver=14.9.1
-pkgrel=1
-pkgdesc='Mail processing system with a command syntax reminiscent of ed'
-url='http://www.sdaoden.eu/code.html#s-nail'
-license=('custom:BSD')
-arch=('i686' 'x86_64')
-depends=('openssl' 'krb5' 'libidn')
-optdepends=('smtp-forwarder: for sending mail')
-validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
-source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('f5a4a922f35dc62ff3fc6a5bfbdbec1a4839dce93016a0217e679155dc858201'
-'SKIP')
-
-groups=('base')
-backup=('etc/mail.rc')
-replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   CFLAGS+=" $CPPFLAGS"
-   make \
-   VAL_PREFIX=/usr \
-   VAL_SYSCONFDIR=/etc \
-   VAL_LIBEXECDIR=/usr/lib \
-   VAL_MAIL=/var/spool/mail \
-   VAL_SID= VAL_MAILX=mail \
-   OPT_AUTOCC=0 \
-   config
-
-   make MAKEJOBS=--jobs build
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make test
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -sf mail "${pkgdir}"/usr/bin/mailx
-   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 301521, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-02 04:29:39 UTC (rev 301522)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.2
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5' 'libidn')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('0d41f86f7c59cba8767ef20fe7f34c4d36e29d5c1b94acffb444f117345b1c8c'
+'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make MAKEJOBS=--jobs build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2017-08-02 04:29:01 UTC (rev 301521)
+++ testing-x86_64/PKGBUILD 2017-08-02 04:29:39 UTC (rev 301522)
@@ -1,53 

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

2017-08-01 Thread Gaëtan Bisson
Date: Wednesday, August 2, 2017 @ 04:29:01
  Author: bisson
Revision: 301521

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 21:52:32 UTC (rev 301520)
+++ PKGBUILD2017-08-02 04:29:01 UTC (rev 301521)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.9.1
+pkgver=14.9.2
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://www.sdaoden.eu/code.html#s-nail'
@@ -15,7 +15,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('f5a4a922f35dc62ff3fc6a5bfbdbec1a4839dce93016a0217e679155dc858201'
+sha256sums=('0d41f86f7c59cba8767ef20fe7f34c4d36e29d5c1b94acffb444f117345b1c8c'
 'SKIP')
 
 groups=('base')


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 21:32:24
  Author: felixonmars
Revision: 301513

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libreoffice-still/repos/staging-i686/
  libreoffice-still/repos/staging-i686/PKGBUILD
(from rev 301512, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-i686/libreoffice-still.csh
(from rev 301512, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-i686/libreoffice-still.sh
(from rev 301512, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 301512, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 301512, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/staging-i686/update_liborcus_to_0.11.0.diff
(from rev 301512, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)
  libreoffice-still/repos/staging-x86_64/
  libreoffice-still/repos/staging-x86_64/PKGBUILD
(from rev 301512, libreoffice-still/trunk/PKGBUILD)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.csh
(from rev 301512, libreoffice-still/trunk/libreoffice-still.csh)
  libreoffice-still/repos/staging-x86_64/libreoffice-still.sh
(from rev 301512, libreoffice-still/trunk/libreoffice-still.sh)
  
libreoffice-still/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 301512, 
libreoffice-still/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  
libreoffice-still/repos/staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff
(from rev 301512, 
libreoffice-still/trunk/remove_unnecessary_orcus_external_usage_from_makefiles.diff)
  libreoffice-still/repos/staging-x86_64/update_liborcus_to_0.11.0.diff
(from rev 301512, libreoffice-still/trunk/update_liborcus_to_0.11.0.diff)

+
 staging-i686/PKGBUILD  |  
375 +
 staging-i686/libreoffice-still.csh |   
 6 
 staging-i686/libreoffice-still.sh  |   
 6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff  |   
18 
 staging-i686/remove_unnecessary_orcus_external_usage_from_makefiles.diff   |  
124 
 staging-i686/update_liborcus_to_0.11.0.diff| 
1983 ++
 staging-x86_64/PKGBUILD|  
375 +
 staging-x86_64/libreoffice-still.csh   |   
 6 
 staging-x86_64/libreoffice-still.sh|   
 6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff|   
18 
 staging-x86_64/remove_unnecessary_orcus_external_usage_from_makefiles.diff |  
124 
 staging-x86_64/update_liborcus_to_0.11.0.diff  | 
1983 ++
 12 files changed, 5024 insertions(+)

The diff is longer than the limit of 200KB.
Use svn diff -r 301512:301513 to see the changes.


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 21:31:35
  Author: felixonmars
Revision: 301512

poppler 0.57.0 rebuild

Modified:
  libreoffice-still/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 21:20:12 UTC (rev 301511)
+++ PKGBUILD2017-08-01 21:31:35 UTC (rev 301512)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-still-sdk' 'libreoffice-still')
 _LOver=5.3.4.2
 pkgver=5.3.4
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2017-08-01 Thread Jan Steffens
Date: Tuesday, August 1, 2017 @ 21:20:28
  Author: heftig
Revision: 247383

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 21:19:20 UTC (rev 247382)
+++ PKGBUILD2017-08-01 21:20:28 UTC (rev 247383)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgname=lib32-openal
-pkgver=1.18.0
-pkgrel=3
-pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)"
-arch=(x86_64)
-url="https://github.com/kcat/openal-soft;
-license=(LGPL)
-depends=(lib32-glibc openal)
-makedepends=(lib32-alsa-lib pkgconfig cmake lib32-libpulse lib32-portaudio 
lib32-jack
- git gcc-multilib)
-_commit=61e43d4039277c538f3f6e0af7c988e7d71d8558  # tags/openal-soft-1.18.0
-source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd openal-soft
-  git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd openal-soft
-
-  # https://bugs.archlinux.org/task/54908
-  git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50
-}
-
-build() {
-  export CC="gcc -m32 -mstackrealign"
-  export CXX="g++ -m32 -mstackrealign"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_INSTALL_LIBDIR=lib32 ../openal-soft
-  make
-}
-
-package() {
-  make -C build DESTDIR="$pkgdir" install
-  rm -rv "$pkgdir"/usr/{include,share,bin}
-}

Copied: lib32-openal/repos/multilib-x86_64/PKGBUILD (from rev 247382, 
lib32-openal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 21:20:28 UTC (rev 247383)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=lib32-openal
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)"
+arch=(x86_64)
+url="https://github.com/kcat/openal-soft;
+license=(LGPL)
+depends=(lib32-glibc openal)
+makedepends=(lib32-alsa-lib lib32-libpulse lib32-fluidsynth lib32-portaudio 
lib32-jack
+ git cmake ninja gcc-multilib)
+_commit=bf9c36408af9d45c99bc12b5b7b995aee628bdb6  # tags/openal-soft-1.18.1
+source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd openal-soft
+  git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd openal-soft
+
+  # https://bugs.archlinux.org/task/54908
+  git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50
+}
+
+build() {
+  export CC="gcc -m32 -mstackrealign"
+  export CXX="g++ -m32 -mstackrealign"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd build
+  cmake ../openal-soft -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  rm -rv "$pkgdir"/usr/{include,share,bin}
+}


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

2017-08-01 Thread Jan Steffens
Date: Tuesday, August 1, 2017 @ 21:20:12
  Author: heftig
Revision: 301511

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  openal/repos/extra-i686/PKGBUILD
(from rev 301510, openal/trunk/PKGBUILD)
  openal/repos/extra-x86_64/PKGBUILD
(from rev 301510, openal/trunk/PKGBUILD)
Deleted:
  openal/repos/extra-i686/PKGBUILD
  openal/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  120 
 extra-i686/PKGBUILD   |   58 ---
 extra-x86_64/PKGBUILD |   58 ---
 3 files changed, 120 insertions(+), 116 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-01 21:19:14 UTC (rev 301510)
+++ extra-i686/PKGBUILD 2017-08-01 21:20:12 UTC (rev 301511)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgbase=openal
-pkgname=(openal openal-examples)
-pkgver=1.18.0
-pkgrel=2
-pkgdesc="Cross-platform 3D audio library, software implementation"
-arch=(i686 x86_64)
-url="https://github.com/kcat/openal-soft;
-license=(LGPL)
-depends=(glibc)
-makedepends=(alsa-lib pkgconfig cmake libpulse qt5-base fluidsynth portaudio 
jack sdl2 sdl_sound
- ffmpeg git)
-_commit=61e43d4039277c538f3f6e0af7c988e7d71d8558  # tags/openal-soft-1.18.0
-source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd openal-soft
-  git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build examples
-  cd openal-soft
-
-  # https://bugs.archlinux.org/task/54908
-  git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50
-}
-
-build() {
-  cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_INSTALL_LIBDIR=lib ../openal-soft
-  make
-}
-
-package_openal() {
-  optdepends=('qt5-base: alsoft-config GUI Configurator'
-  'fluidsynth: MIDI rendering')
-
-  make -C build DESTDIR="$pkgdir" install
-
-  install -Dt "$pkgdir/usr/share/doc/openal" -m644 openal-soft/docs/*
-
-### Split openal-examples
-  mv -v "$pkgdir"/usr/bin/al{ffplay,hrtf,latency,loopback,reverb,stream} 
examples/
-}
-
-package_openal-examples() {
-  pkgdesc+=" (example programs)"
-  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
-
-  mkdir "$pkgdir/usr"
-  mv -v examples "$pkgdir/usr/bin"
-}

Copied: openal/repos/extra-i686/PKGBUILD (from rev 301510, 
openal/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-08-01 21:20:12 UTC (rev 301511)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgbase=openal
+pkgname=(openal openal-examples)
+pkgver=1.18.1
+pkgrel=1
+pkgdesc="Cross-platform 3D audio library, software implementation"
+arch=(i686 x86_64)
+url="https://github.com/kcat/openal-soft;
+license=(LGPL)
+depends=(glibc)
+makedepends=(alsa-lib libpulse fluidsynth portaudio jack qt5-base sdl2 
sdl_sound ffmpeg
+ git cmake ninja)
+_commit=bf9c36408af9d45c99bc12b5b7b995aee628bdb6  # tags/openal-soft-1.18.1
+source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd openal-soft
+  git describe --tags | sed 's/^openal-soft-//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build examples
+  cd openal-soft
+
+  # https://bugs.archlinux.org/task/54908
+  git cherry-pick -n d4f3490a880f779f460332689a396ade69840f50
+}
+
+build() {
+  cd build
+  cmake ../openal-soft -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib
+  ninja
+}
+
+package_openal() {
+  optdepends=('qt5-base: alsoft-config GUI Configurator'
+  'fluidsynth: MIDI rendering')
+
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dt "$pkgdir/usr/share/doc/openal" -m644 openal-soft/docs/*
+
+### Split openal-examples
+  mv -v "$pkgdir"/usr/bin/al{ffplay,hrtf,latency,loopback,reverb,stream} 
examples/
+}
+
+package_openal-examples() {
+  pkgdesc+=" (example programs)"
+  depends=("openal=$pkgver-$pkgrel" sdl2 sdl_sound ffmpeg)
+
+  mkdir "$pkgdir/usr"
+  mv -v examples "$pkgdir/usr/bin"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-08-01 21:19:14 UTC (rev 301510)
+++ extra-x86_64/PKGBUILD   2017-08-01 21:20:12 UTC (rev 301511)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Allan McRae 
-# Contributor: Jason Chu 
-
-pkgbase=openal
-pkgname=(openal openal-examples)

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

2017-08-01 Thread Jan Steffens
Date: Tuesday, August 1, 2017 @ 21:19:14
  Author: heftig
Revision: 301510

1.18.1-1

Modified:
  openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:25:45 UTC (rev 301509)
+++ PKGBUILD2017-08-01 21:19:14 UTC (rev 301510)
@@ -5,16 +5,16 @@
 
 pkgbase=openal
 pkgname=(openal openal-examples)
-pkgver=1.18.0
-pkgrel=2
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="Cross-platform 3D audio library, software implementation"
 arch=(i686 x86_64)
 url="https://github.com/kcat/openal-soft;
 license=(LGPL)
 depends=(glibc)
-makedepends=(alsa-lib pkgconfig cmake libpulse qt5-base fluidsynth portaudio 
jack sdl2 sdl_sound
- ffmpeg git)
-_commit=61e43d4039277c538f3f6e0af7c988e7d71d8558  # tags/openal-soft-1.18.0
+makedepends=(alsa-lib libpulse fluidsynth portaudio jack qt5-base sdl2 
sdl_sound ffmpeg
+ git cmake ninja)
+_commit=bf9c36408af9d45c99bc12b5b7b995aee628bdb6  # tags/openal-soft-1.18.1
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -33,8 +33,11 @@
 
 build() {
   cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_INSTALL_LIBDIR=lib ../openal-soft
-  make
+  cmake ../openal-soft -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib
+  ninja
 }
 
 package_openal() {
@@ -41,8 +44,7 @@
   optdepends=('qt5-base: alsoft-config GUI Configurator'
   'fluidsynth: MIDI rendering')
 
-  make -C build DESTDIR="$pkgdir" install
-
+  DESTDIR="$pkgdir" ninja -C build install
   install -Dt "$pkgdir/usr/share/doc/openal" -m644 openal-soft/docs/*
 
 ### Split openal-examples


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

2017-08-01 Thread Jan Steffens
Date: Tuesday, August 1, 2017 @ 21:19:20
  Author: heftig
Revision: 247382

1.18.1-1

Modified:
  lib32-openal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:03:09 UTC (rev 247381)
+++ PKGBUILD2017-08-01 21:19:20 UTC (rev 247382)
@@ -4,16 +4,16 @@
 # Contributor: Jason Chu 
 
 pkgname=lib32-openal
-pkgver=1.18.0
-pkgrel=3
+pkgver=1.18.1
+pkgrel=1
 pkgdesc="Cross-platform 3D audio library, software implementation (32-bit)"
 arch=(x86_64)
 url="https://github.com/kcat/openal-soft;
 license=(LGPL)
 depends=(lib32-glibc openal)
-makedepends=(lib32-alsa-lib pkgconfig cmake lib32-libpulse lib32-portaudio 
lib32-jack
- git gcc-multilib)
-_commit=61e43d4039277c538f3f6e0af7c988e7d71d8558  # tags/openal-soft-1.18.0
+makedepends=(lib32-alsa-lib lib32-libpulse lib32-fluidsynth lib32-portaudio 
lib32-jack
+ git cmake ninja gcc-multilib)
+_commit=bf9c36408af9d45c99bc12b5b7b995aee628bdb6  # tags/openal-soft-1.18.1
 source=("git+https://github.com/kcat/openal-soft#commit=$_commit;)
 sha256sums=('SKIP')
 
@@ -36,11 +36,14 @@
   export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
 
   cd build
-  cmake -D CMAKE_INSTALL_PREFIX=/usr -D CMAKE_BUILD_TYPE=Release -D 
CMAKE_INSTALL_LIBDIR=lib32 ../openal-soft
-  make
+  cmake ../openal-soft -G Ninja \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_LIBDIR=lib32
+  ninja
 }
 
 package() {
-  make -C build DESTDIR="$pkgdir" install
+  DESTDIR="$pkgdir" ninja -C build install
   rm -rv "$pkgdir"/usr/{include,share,bin}
 }


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

2017-08-01 Thread Christian Hesse
Date: Tuesday, August 1, 2017 @ 20:25:45
  Author: eworm
Revision: 301509

archrelease: copy trunk to testing-i686, testing-x86_64

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

-+
 /PKGBUILD   |  550 ++
 /arch.conf  |   14 
 /initcpio-hook-udev |   44 ++
 /initcpio-install-systemd   |  394 +
 /initcpio-install-udev  |   58 +++
 /loader.conf|2 
 /systemd-hwdb.hook  |   22 +
 /systemd-sysusers.hook  |   22 +
 /systemd-tmpfiles.hook  |   22 +
 /systemd-update.hook|   22 +
 /systemd-user.pam   |   10 
 /systemd.install|  198 ++
 testing-i686/PKGBUILD   |  270 --
 testing-i686/arch.conf  |7 
 testing-i686/initcpio-hook-udev |   22 -
 

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

2017-08-01 Thread Christian Hesse
Date: Tuesday, August 1, 2017 @ 20:24:26
  Author: eworm
Revision: 301508

upgpkg: systemd 234.11-4

backport getpid() cache (FS#54998)

Modified:
  systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:57 UTC (rev 301507)
+++ PKGBUILD2017-08-01 20:24:26 UTC (rev 301508)
@@ -10,7 +10,7 @@
 # Bump this to latest major release for signed tag verification,
 # the commit count is handled by pkgver() function.
 pkgver=234.11
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="https://www.github.com/systemd/systemd;
 makedepends=('acl' 'cryptsetup' 'docbook-xsl' 'gperf' 'lz4' 'xz' 'pam' 'libelf'
@@ -52,6 +52,11 @@
 _backports=(
   # cryptsetup: fix infinite timeout (#6486)
   '0864d311766498563331f486909a0d950ba7de87'
+
+  # process-util: add getpid_cached() as a caching wrapper for getpid()
+  '5c30a6d2b805ae9b5dd0ad003b9ee86b8965bc47'
+  # tree-wide: make use of getpid_cached() wherever we can
+  'df0ff127758809a45105893772de76082d12a26d'
 )
 
 _reverts=(


[arch-commits] Commit in texlive-science/repos/extra-any (6 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:57
  Author: remy
Revision: 301507

archrelease: copy trunk to extra-any

Added:
  texlive-science/repos/extra-any/PKGBUILD
(from rev 301506, texlive-science/trunk/PKGBUILD)
  texlive-science/repos/extra-any/texlive-science.fmts
(from rev 301506, texlive-science/trunk/texlive-science.fmts)
  texlive-science/repos/extra-any/texlive-science.maps
(from rev 301506, texlive-science/trunk/texlive-science.maps)
Deleted:
  texlive-science/repos/extra-any/PKGBUILD
  texlive-science/repos/extra-any/texlive-science.fmts
  texlive-science/repos/extra-any/texlive-science.maps

--+
 PKGBUILD |  108 -
 texlive-science.fmts |2 
 texlive-science.maps |6 +-
 3 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:53 UTC (rev 301506)
+++ PKGBUILD2017-08-01 20:19:57 UTC (rev 301507)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-science
-pkgver=2017.44478
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-optdepends=('python2-pygments: for pygmentex')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"$pkgname.maps"
-"$pkgname.fmts")
-options=('!emptydirs')
-sha256sums=('e44d4ce8a0f7a21c524a39ffd833973bcd5fb7c41e538da87191809e2df267e7'
-'1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
-'1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pygmentex/pygmentex.py 
$pkgdir/usr/bin/pygmentex
-   ln -s /usr/share/texmf-dist/scripts/ulqda/ulqda.pl $pkgdir/usr/bin/ulqda
-}

Copied: texlive-science/repos/extra-any/PKGBUILD (from rev 301506, 
texlive-science/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:19:57 UTC (rev 301507)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-science
+pkgver=2017.44906
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2-pygments: for pygmentex')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"$pkgname.maps"
+"$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('698e2f3e2bf16b275e9b5be6b0114b68d704b58b1e911e9594c96ab3f7b75892'
+'1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
+'1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install 

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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:53
  Author: remy
Revision: 301506

upgpkg: texlive-science 2017.44906-1

- upgrade package algorithm2e 38805 -> 44846
- upgrade package chemmacros 44023 -> 44596
- upgrade package computational-complexity 39903 -> 44847
- upgrade package gotoh 44211 -> 44764
- upgrade package mhchem 44451 -> 44888
- upgrade package ot-tableau 35095 -> 44889
- new package scratchx
- upgrade package siunitx 44428 -> 44876
- upgrade package struktex 25916 -> 44789

Modified:
  texlive-science/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:48 UTC (rev 301505)
+++ PKGBUILD2017-08-01 20:19:53 UTC (rev 301506)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-science
-pkgver=2017.44478
+pkgver=2017.44906
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Typesetting for mathematics, natural and computer sciences"
@@ -16,7 +16,7 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('e44d4ce8a0f7a21c524a39ffd833973bcd5fb7c41e538da87191809e2df267e7'
+sha256sums=('698e2f3e2bf16b275e9b5be6b0114b68d704b58b1e911e9594c96ab3f7b75892'
 '1d9151c9cabc3521b4406731b0147d80e0bf600bdedaf55a1a49b8775165daa8'
 '1cbd5339f8cfa32214a749a408cf7136fd5acffaffcde6500a337d332c70c5c3')
 


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:48
  Author: remy
Revision: 301505

archrelease: copy trunk to extra-any

Added:
  texlive-publishers/repos/extra-any/PKGBUILD
(from rev 301504, texlive-publishers/trunk/PKGBUILD)
Deleted:
  texlive-publishers/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:45 UTC (rev 301504)
+++ PKGBUILD2017-08-01 20:19:48 UTC (rev 301505)
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-publishers
-pkgver=2017.44485
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-sha256sums=('636e4ae5b7636a56d3b7ba6db103b1de5abcb020e1c22023d574e416e2d9c9dd')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-publishers/repos/extra-any/PKGBUILD (from rev 301504, 
texlive-publishers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:19:48 UTC (rev 301505)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-publishers
+pkgver=2017.44916
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+sha256sums=('f085c98c7655e8bbf465868450fc1460ff15a935c7a1855306af8b7ac76be96a')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}


[arch-commits] Commit in texlive-music/repos/extra-any (4 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:21
  Author: remy
Revision: 301499

archrelease: copy trunk to extra-any

Added:
  texlive-music/repos/extra-any/PKGBUILD
(from rev 301498, texlive-music/trunk/PKGBUILD)
  texlive-music/repos/extra-any/texlive-music.maps
(from rev 301498, texlive-music/trunk/texlive-music.maps)
Deleted:
  texlive-music/repos/extra-any/PKGBUILD
  texlive-music/repos/extra-any/texlive-music.maps

+
 PKGBUILD   |  114 +--
 texlive-music.maps |2 
 2 files changed, 58 insertions(+), 58 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:18 UTC (rev 301498)
+++ PKGBUILD2017-08-01 20:19:21 UTC (rev 301499)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-music
-pkgver=2017.44502
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Music typesetting packages"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-optdepends=('python2: for scripts from the lilyglyphs packages')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('923ad18279447e9535fde81206fc482b32467cb8f711625b1bb6bed91dfe48f9'
-'0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   # fix python2 command name in scripts.
-   sed -i 's/env python/env python2/' 
$pkgdir/usr/share/texmf-dist/scripts/lilyglyphs/*.py
-   # script symlinks
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-glyph-commands.py 
$pkgdir/usr/bin/lily-glyph-commands
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-image-commands.py 
$pkgdir/usr/bin/lily-image-commands
-   ln -s /usr/share/texmf-dist/scripts/lilyglyphs/lily-rebuild-pdfs.py 
$pkgdir/usr/bin/lily-rebuild-pdfs
-   ln -s /usr/share/texmf-dist/scripts/m-tx/m-tx.lua $pkgdir/usr/bin/m-tx
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixflx.lua 
$pkgdir/usr/bin/musixflx
-   ln -s /usr/share/texmf-dist/scripts/musixtex/musixtex.lua 
$pkgdir/usr/bin/musixtex
-   ln -s /usr/share/texmf-dist/scripts/pmxchords/pmxchords.lua 
$pkgdir/usr/bin/pmxchords
-}

Copied: texlive-music/repos/extra-any/PKGBUILD (from rev 301498, 
texlive-music/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:19:21 UTC (rev 301499)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-music
+pkgver=2017.44885
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Music typesetting packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+optdepends=('python2: for scripts from the lilyglyphs packages')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('99b631f5d8b3bee474a27ee21eb7a10a7d56f8514ca48bb94665ec1953e2c804'
+'0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 

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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:27
  Author: remy
Revision: 301500

upgpkg: texlive-pictures 2017.44899-1

- upgrade package beamerswitch 44508 -> 44568
- upgrade package callouts 43515 -> 44899
- upgrade package forest 43129 -> 44797
- upgrade package genealogytree 43086 -> 44843
- new package maker
- new package spectralsequences
- new package tikzcodeblocks

Modified:
  texlive-pictures/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:21 UTC (rev 301499)
+++ PKGBUILD2017-08-01 20:19:27 UTC (rev 301500)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pictures
-pkgver=2017.44513
+pkgver=2017.44899
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Packages for drawings graphics"
@@ -15,7 +15,7 @@
 "$pkgname.maps"
 "xypdf-rev1.21.patch")
 options=('!emptydirs')
-sha256sums=('393fe5a8504bc440e892631e48f780af53349555c14fca81068d67d225720ef5'
+sha256sums=('6b68abb11b96f3278fa9f5335a3797cfdf38684c291b9b91b3c8146d8512c018'
 '847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
 '4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
 


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:39
  Author: remy
Revision: 301503

archrelease: copy trunk to extra-any

Added:
  texlive-pstricks/repos/extra-any/PKGBUILD
(from rev 301502, texlive-pstricks/trunk/PKGBUILD)
Deleted:
  texlive-pstricks/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:36 UTC (rev 301502)
+++ PKGBUILD2017-08-01 20:19:39 UTC (rev 301503)
@@ -1,45 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pstricks
-pkgver=2017.44511
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Additional PSTricks packages"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-sha256sums=('8d3923371166cf8f37cbb19858c6a182e8f322592d29c652cadc629ade1ad2ed')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
-   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
-}

Copied: texlive-pstricks/repos/extra-any/PKGBUILD (from rev 301502, 
texlive-pstricks/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:19:39 UTC (rev 301503)
@@ -0,0 +1,45 @@
+# $Id: PKGBUILD$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pstricks
+pkgver=2017.44742
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Additional PSTricks packages"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+sha256sums=('72c322bd91bb8dd25003c20cc6d7b836b704ba42a41c39ce3c1258543bea5247')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/pedigree-perl/pedigree.pl 
$pkgdir/usr/bin/pedigree
+   ln -s /usr/share/texmf-dist/scripts/pst2pdf/pst2pdf.pl 
$pkgdir/usr/bin/pst2pdf
+}


[arch-commits] Commit in texlive-pictures/repos/extra-any (6 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:30
  Author: remy
Revision: 301501

archrelease: copy trunk to extra-any

Added:
  texlive-pictures/repos/extra-any/PKGBUILD
(from rev 301500, texlive-pictures/trunk/PKGBUILD)
  texlive-pictures/repos/extra-any/texlive-pictures.maps
(from rev 301500, texlive-pictures/trunk/texlive-pictures.maps)
  texlive-pictures/repos/extra-any/xypdf-rev1.21.patch
(from rev 301500, texlive-pictures/trunk/xypdf-rev1.21.patch)
Deleted:
  texlive-pictures/repos/extra-any/PKGBUILD
  texlive-pictures/repos/extra-any/texlive-pictures.maps
  texlive-pictures/repos/extra-any/xypdf-rev1.21.patch

---+
 PKGBUILD  |  136 +-
 texlive-pictures.maps |4 
 xypdf-rev1.21.patch   |  598 
 3 files changed, 369 insertions(+), 369 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:27 UTC (rev 301500)
+++ PKGBUILD2017-08-01 20:19:30 UTC (rev 301501)
@@ -1,68 +0,0 @@
-# $Id: PKGBUILD$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-pictures
-pkgver=2017.44513
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Packages for drawings graphics"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"$pkgname.maps"
-"xypdf-rev1.21.patch")
-options=('!emptydirs')
-sha256sums=('393fe5a8504bc440e892631e48f780af53349555c14fca81068d67d225720ef5'
-'847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
-'4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-
-   patch -Np1 -i "${srcdir}/xypdf-rev1.21.patch" -d 
"${srcdir}/tex/generic/xypic"
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-_linked_scripts="
-cachepic/cachepic.tlu
-epspdf/epspdftk.tcl
-epspdf/epspdf.tlu
-fig4latex/fig4latex
-getmap/getmapdl.lua
-mathspic/mathspic.pl
-mkpic/mkpic
-petri-nets/pn2pdf
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-pictures/repos/extra-any/PKGBUILD (from rev 301500, 
texlive-pictures/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:19:30 UTC (rev 301501)
@@ -0,0 +1,68 @@
+# $Id: PKGBUILD$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-pictures
+pkgver=2017.44899
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Packages for drawings graphics"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"$pkgname.maps"
+"xypdf-rev1.21.patch")
+options=('!emptydirs')
+sha256sums=('6b68abb11b96f3278fa9f5335a3797cfdf38684c291b9b91b3c8146d8512c018'
+'847676e2322065219992ef249a68cddb26d71e192e8d59db58f264c5e11c8be9'
+'4e5cedf4775542461b442c06bdabb3eb4e20a04f54e493bc753a958577e78175')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+
+   patch -Np1 -i "${srcdir}/xypdf-rev1.21.patch" -d 
"${srcdir}/tex/generic/xypic"
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   

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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:36
  Author: remy
Revision: 301502

upgpkg: texlive-pstricks 2017.44742-1

- upgrade package pst-func 43912 -> 44666
- new package pst-geometrictools
- upgrade package pst-ode 35418 -> 44618
- new package pst-rputover
- upgrade package pst-vehicle 44466 -> 44677
- upgrade package pstricks 44506 -> 44617
- deleted package rputover

Modified:
  texlive-pstricks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:30 UTC (rev 301501)
+++ PKGBUILD2017-08-01 20:19:36 UTC (rev 301502)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-pstricks
-pkgver=2017.44511
+pkgver=2017.44742
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Additional PSTricks packages"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('8d3923371166cf8f37cbb19858c6a182e8f322592d29c652cadc629ade1ad2ed')
+sha256sums=('72c322bd91bb8dd25003c20cc6d7b836b704ba42a41c39ce3c1258543bea5247')
 
 build() {
for p in *.tar.xz; do


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:45
  Author: remy
Revision: 301504

upgpkg: texlive-publishers 2017.44916-1

- upgrade package acmart 44367 -> 44745
- upgrade package apa6 44477 -> 44652
- upgrade package bangorexam 43500 -> 44749
- upgrade package br-lex 39701 -> 44842
- upgrade package fei 43630 -> 44916
- upgrade package ijsra 42100 -> 44886
- upgrade package msu-thesis 41345 -> 44676
- upgrade package novel 44215 -> 44894
- upgrade package uowthesistitlepage 32626 -> 44845

Modified:
  texlive-publishers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:39 UTC (rev 301503)
+++ PKGBUILD2017-08-01 20:19:45 UTC (rev 301504)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-publishers
-pkgver=2017.44485
+pkgver=2017.44916
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - LaTeX classes and packages for specific publishers"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('636e4ae5b7636a56d3b7ba6db103b1de5abcb020e1c22023d574e416e2d9c9dd')
+sha256sums=('f085c98c7655e8bbf465868450fc1460ff15a935c7a1855306af8b7ac76be96a')
 
 build() {
cd "$srcdir"


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:07
  Author: remy
Revision: 301496

upgpkg: texlive-latexextra 2017.44907-1

- upgrade package GS1 27540 -> 44822
- upgrade package acro 43186 -> 44667
- upgrade package actuarialsymbol 43768 -> 44607
- upgrade package bnumexpr 38638 -> 44901
- upgrade package datetime2-ukrainian 36700 -> 44588
- upgrade package draftfigure 44269 -> 44854
- upgrade package dtk 43744 -> 44524
- upgrade package easyformat 44486 -> 44543
- upgrade package elements 41161 -> 44628
- upgrade package elzcards 37063 -> 44785
- upgrade package embrac 39334 -> 44757
- upgrade package esami 41774 -> 44758
- upgrade package factura 43470 -> 44831
- upgrade package fithesis 44472 -> 44786
- upgrade package fmtcount 37298 -> 44862
- upgrade package fonttable 21399 -> 44799
- upgrade package fvextra 41984 -> 44787
- upgrade package glossaries 42995 -> 44564
- upgrade package glossaries-extra 44284 -> 44608
- upgrade package hyperxmp 43316 -> 44902
- new package invoice2
- new package knowledge
- upgrade package l3build 44483 -> 44741
- new package leipzig
- upgrade package limap 41390 -> 44863
- new package marginfit
- upgrade package media9 44045 -> 44905
- upgrade package minted 42418 -> 44855
- upgrade package mpostinl 43670 -> 44686
- upgrade package ocgx2 44307 -> 44528
- upgrade package optidef 44505 -> 44669
- upgrade package polynom 42664 -> 44832
- upgrade package preview 44227 -> 44883
- upgrade package probsoln 29371 -> 44783
- upgrade package pst-pdf 44047 -> 44665
- upgrade package tcolorbox 44046 -> 44759
- upgrade package upmethodology 43453 -> 44610
- upgrade package xassoccnt 44127 -> 44907
- upgrade package xint 42892 -> 44900
- upgrade package xsavebox 43589 -> 44578
- new package zebra-goodies

Modified:
  texlive-latexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:00 UTC (rev 301495)
+++ PKGBUILD2017-08-01 20:19:07 UTC (rev 301496)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-latexextra
-pkgver=2017.44514
+pkgver=2017.44907
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
@@ -22,7 +22,7 @@
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
 "$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('0ddcf5ab929abd23b8fe49ae67c1bfd31ecb9d6aae890a1e6afdbcbff328caba'
+sha256sums=('fc170af03ed0c4065d19fa12d517db2cd672dcb917763061a86cdb0bb1df9fbd'
 'd53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
 
 build() {


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:57
  Author: remy
Revision: 301494

upgpkg: texlive-langjapanese 2017.44914-1

- new package bxjaprnind
- upgrade package bxjscls 43741 -> 44790
- upgrade package jlreq 44117 -> 44563
- upgrade package platex 44209 -> 44913
- upgrade package platex-tools 44208 -> 44912
- upgrade package ptex-fontmaps 44206 -> 44683
- upgrade package ptex2pdf 44470 -> 44664
- upgrade package pxbase 44482 -> 44756
- upgrade package pxchfon 44459 -> 44729
- new package pxufont
- upgrade package uplatex 44210 -> 44914
- upgrade package uptex-fonts 42853 -> 44874

Modified:
  texlive-langjapanese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:51 UTC (rev 301493)
+++ PKGBUILD2017-08-01 20:18:57 UTC (rev 301494)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langjapanese
-pkgver=2017.44482
+pkgver=2017.44914
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
@@ -15,7 +15,7 @@
 "$pkgname.maps"
 "$pkgname.fmts")
 options=('!emptydirs')
-sha256sums=('ffb22d14087b6a2782295ab5a23be0a0b25f2b8c88630a094e08bc9c2a836bfd'
+sha256sums=('088bb180fd71243bd746527ba5fa0b4aab4b59a37694b7482db2b09874100fdd'
 '3bdd409fb6151342e5efb8c3c8d6d7109aa0a6db372c725f368af36ec0f40ddf'
 'd81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
 


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:18
  Author: remy
Revision: 301498

upgpkg: texlive-music 2017.44885-1

- upgrade package musixtex 43375 -> 44885
- upgrade package songs 30005 -> 44553

Modified:
  texlive-music/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:13 UTC (rev 301497)
+++ PKGBUILD2017-08-01 20:19:18 UTC (rev 301498)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-music
-pkgver=2017.44502
+pkgver=2017.44885
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Music typesetting packages"
@@ -15,7 +15,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('923ad18279447e9535fde81206fc482b32467cb8f711625b1bb6bed91dfe48f9'
+sha256sums=('99b631f5d8b3bee474a27ee21eb7a10a7d56f8514ca48bb94665ec1953e2c804'
 '0b3cc045390e756eb9243c0acc99a48a9c02ddab4764f4a00f8c3170660f017f')
 
 build() {


[arch-commits] Commit in texlive-latexextra/repos/extra-any (4 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:13
  Author: remy
Revision: 301497

archrelease: copy trunk to extra-any

Added:
  texlive-latexextra/repos/extra-any/PKGBUILD
(from rev 301496, texlive-latexextra/trunk/PKGBUILD)
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps
(from rev 301496, texlive-latexextra/trunk/texlive-latexextra.maps)
Deleted:
  texlive-latexextra/repos/extra-any/PKGBUILD
  texlive-latexextra/repos/extra-any/texlive-latexextra.maps

-+
 PKGBUILD|  158 +++---
 texlive-latexextra.maps |6 -
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:19:07 UTC (rev 301496)
+++ PKGBUILD2017-08-01 20:19:13 UTC (rev 301497)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-latexextra
-pkgver=2017.44514
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
-license=('GPL')
-arch=(any)
-depends=('texlive-core'
- 'perl-file-which' # for pdfannotextractor
-)
-optdepends=(
-  'texlive-genericextra: to use the calctab package'
-  'texlive-pictures: to use the package overpic'
-  'java-environment: to use pdfannotextractor'
-)
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('0ddcf5ab929abd23b8fe49ae67c1bfd31ecb9d6aae890a1e6afdbcbff328caba'
-'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
-
-build() {
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d "$pkgdir"/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
"$pkgdir"/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps "$pkgdir"/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d "$pkgdir"/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
"$pkgdir"/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 "$pkgdir"/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' "$pkgdir"/usr/share/'{}' 
\;
-   fi
-   if [[ -d "$pkgdir"/usr/share/texmf-dist/scripts ]]; then
- find "$pkgdir"/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' 
\;
-   fi
-
-#add symlinks that were in texlive-bin:
-_linked_scripts="
-authorindex/authorindex
-exceltex/exceltex
-glossaries/makeglossaries
-glossaries/makeglossaries-lite.lua
-makedtx/makedtx.pl
-pax/pdfannotextractor.pl
-perltex/perltex.pl
-pst-pdf/ps4pdf
-splitindex/splitindex.pl
-svn-multi/svn-multi.pl
-vpe/vpe.pl
-yplan/yplan
-"
-install -m755 -d "$pkgdir"/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-
-rm "$pkgdir"/usr/share/texmf-dist/scripts/glossaries/makeglossaries.bat
-rm "$pkgdir"/usr/share/texmf-dist/scripts/pst-pdf/ps4pdf.bat*
-rm "$pkgdir"/usr/share/texmf-dist/scripts/shipunov/biokey2html.bat
-}

Copied: texlive-latexextra/repos/extra-any/PKGBUILD (from rev 301496, 
texlive-latexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:19:13 UTC (rev 301497)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-latexextra
+pkgver=2017.44907
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Large collection of add-on packages for LaTeX"
+license=('GPL')
+arch=(any)
+depends=('texlive-core'
+ 'perl-file-which' # for pdfannotextractor
+)
+optdepends=(
+  'texlive-genericextra: to use the calctab package'
+  'texlive-pictures: to use the package overpic'
+  'java-environment: to use pdfannotextractor'
+)
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('fc170af03ed0c4065d19fa12d517db2cd672dcb917763061a86cdb0bb1df9fbd'
+'d53750a03a52472a1c7c5ba5142959ba382a5d69215471691c0b12c3663950ce')
+
+build() {
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d 

[arch-commits] Commit in texlive-langgreek/repos/extra-any (4 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:51
  Author: remy
Revision: 301493

archrelease: copy trunk to extra-any

Added:
  texlive-langgreek/repos/extra-any/PKGBUILD
(from rev 301492, texlive-langgreek/trunk/PKGBUILD)
  texlive-langgreek/repos/extra-any/texlive-langgreek.maps
(from rev 301492, texlive-langgreek/trunk/texlive-langgreek.maps)
Deleted:
  texlive-langgreek/repos/extra-any/PKGBUILD
  texlive-langgreek/repos/extra-any/texlive-langgreek.maps

+
 PKGBUILD   |   96 +++
 texlive-langgreek.maps |   10 ++--
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:47 UTC (rev 301492)
+++ PKGBUILD2017-08-01 20:18:51 UTC (rev 301493)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langgreek
-pkgver=2017.44192
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and support for typesetting Greek"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('6b04f5a0217ec202f99efe229efcf13ac31dad5127dd50a427214acead06725e'
-'1d808532a77ad46260660e87b74de23403ffdd51ca76d14a406d5719e4e02f26')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   install -m755 -d $pkgdir/usr/bin
-   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
-}

Copied: texlive-langgreek/repos/extra-any/PKGBUILD (from rev 301492, 
texlive-langgreek/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:18:51 UTC (rev 301493)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langgreek
+pkgver=2017.44917
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and support for typesetting Greek"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('37b537c758ddeddcdd46d77e6618d87e6db8096342e0a0d9c102cc743bd06ee2'
+'1d808532a77ad46260660e87b74de23403ffdd51ca76d14a406d5719e4e02f26')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   install -m755 -d $pkgdir/usr/bin
+   ln -s /usr/share/texmf-dist/scripts/mkgrkindex/mkgrkindex 
$pkgdir/usr/bin/mkgrkindex
+}

Deleted: texlive-langgreek.maps
===
--- texlive-langgreek.maps  2017-08-01 

[arch-commits] Commit in texlive-langjapanese/repos/extra-any (6 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:19:00
  Author: remy
Revision: 301495

archrelease: copy trunk to extra-any

Added:
  texlive-langjapanese/repos/extra-any/PKGBUILD
(from rev 301494, texlive-langjapanese/trunk/PKGBUILD)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
(from rev 301494, texlive-langjapanese/trunk/texlive-langjapanese.fmts)
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps
(from rev 301494, texlive-langjapanese/trunk/texlive-langjapanese.maps)
Deleted:
  texlive-langjapanese/repos/extra-any/PKGBUILD
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.fmts
  texlive-langjapanese/repos/extra-any/texlive-langjapanese.maps

---+
 PKGBUILD  |  130 ++--
 texlive-langjapanese.fmts |   12 ++--
 texlive-langjapanese.maps |   34 +--
 3 files changed, 88 insertions(+), 88 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:57 UTC (rev 301494)
+++ PKGBUILD2017-08-01 20:19:00 UTC (rev 301495)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langjapanese
-pkgver=2017.44482
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
-"$pkgname.maps"
-"$pkgname.fmts")
-options=('!emptydirs')
-sha256sums=('ffb22d14087b6a2782295ab5a23be0a0b25f2b8c88630a094e08bc9c2a836bfd'
-'3bdd409fb6151342e5efb8c3c8d6d7109aa0a6db372c725f368af36ec0f40ddf'
-'d81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf tlpkg
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m644 $pkgname.fmts $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-# scripts links
-_linked_scripts="
-convbkmk/convbkmk.rb
-ptex2pdf/ptex2pdf.lua
-ptex-fontmaps/kanji-config-updmap.pl
-ptex-fontmaps/kanji-config-updmap-sys.sh
-ptex-fontmaps/kanji-config-updmap-user.sh
-ptex-fontmaps/kanji-fontmap-creator.pl
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-langjapanese/repos/extra-any/PKGBUILD (from rev 301494, 
texlive-langjapanese/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:19:00 UTC (rev 301495)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langjapanese
+pkgver=2017.44914
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Japanese texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;
+"$pkgname.maps"
+"$pkgname.fmts")
+options=('!emptydirs')
+sha256sums=('088bb180fd71243bd746527ba5fa0b4aab4b59a37694b7482db2b09874100fdd'
+'3bdd409fb6151342e5efb8c3c8d6d7109aa0a6db372c725f368af36ec0f40ddf'
+'d81d467f9c1963330e1af03d50eda43cbc12d29f3644beec5165de4fd3e4cf3b')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf tlpkg
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m644 $pkgname.fmts 

[arch-commits] Commit in texlive-langextra/repos/extra-any (4 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:39
  Author: remy
Revision: 301491

archrelease: copy trunk to extra-any

Added:
  texlive-langextra/repos/extra-any/PKGBUILD
(from rev 301490, texlive-langextra/trunk/PKGBUILD)
  texlive-langextra/repos/extra-any/texlive-langextra.maps
(from rev 301490, texlive-langextra/trunk/texlive-langextra.maps)
Deleted:
  texlive-langextra/repos/extra-any/PKGBUILD
  texlive-langextra/repos/extra-any/texlive-langextra.maps

+
 PKGBUILD   |  116 +++
 texlive-langextra.maps |   46 +-
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:34 UTC (rev 301490)
+++ PKGBUILD2017-08-01 20:18:39 UTC (rev 301491)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langextra
-pkgver=2017.44497
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Bundle of all extra language support"
-license=('GPL')
-arch=(any)
-conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
-   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-   'texlive-langvietnamese')
-provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
-  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
-  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
-  'texlive-langvietnamese')
-depends=('texlive-latexextra')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('4aacaffe8e161ca8f20cce166ab84ef61b9b0f761149ed5f20ba1bbd55fe62a9'
-'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   #remove parts of ethiop that depend on Omega:
-   rm -rf $pkgdir/usr/share/texmf-dist/fonts/{ofm,ovf,ovp}
-   rm -rf $pkgdir/usr/share/texmf-dist/omega
-}

Copied: texlive-langextra/repos/extra-any/PKGBUILD (from rev 301490, 
texlive-langextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:18:39 UTC (rev 301491)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langextra
+pkgver=2017.44908
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Bundle of all extra language support"
+license=('GPL')
+arch=(any)
+conflicts=('texlive-langafrican' 'texlive-langarab' 'texlive-langarabic'
+   'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+   'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+   'texlive-langvietnamese')
+provides=('texlive-langafrican' 'texlive-langarabic' 'texlive-langarmenian' 
+  'texlive-langarmenian' 'texlive-langcroatian' 'texlive-langhebrew'
+  'texlive-langindic' 'texlive-langmongolian' 'texlive-langtibetan'
+  'texlive-langvietnamese')
+depends=('texlive-latexextra')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('3bef03b984db3d2a4b4ef9254fc587de392a94020ff48b4e9a3df6b1b73cb5cb'
+'5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d 

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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:47
  Author: remy
Revision: 301492

upgpkg: texlive-langgreek 2017.44917-1

- upgrade package cbfonts-fd 39936 -> 44917

Modified:
  texlive-langgreek/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:39 UTC (rev 301491)
+++ PKGBUILD2017-08-01 20:18:47 UTC (rev 301492)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langgreek
-pkgver=2017.44192
+pkgver=2017.44917
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and support for typesetting Greek"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('6b04f5a0217ec202f99efe229efcf13ac31dad5127dd50a427214acead06725e'
+sha256sums=('37b537c758ddeddcdd46d77e6618d87e6db8096342e0a0d9c102cc743bd06ee2'
 '1d808532a77ad46260660e87b74de23403ffdd51ca76d14a406d5719e4e02f26')
 
 build() {


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:34
  Author: remy
Revision: 301490

upgpkg: texlive-langextra 2017.44908-1

- upgrade package arabi 25095 -> 44662
- upgrade package arabluatex 44241 -> 44908
- new package latex-mr
- upgrade package xepersian 44230 -> 44630

Modified:
  texlive-langextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:25 UTC (rev 301489)
+++ PKGBUILD2017-08-01 20:18:34 UTC (rev 301490)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langextra
-pkgver=2017.44497
+pkgver=2017.44908
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Bundle of all extra language support"
@@ -22,7 +22,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('4aacaffe8e161ca8f20cce166ab84ef61b9b0f761149ed5f20ba1bbd55fe62a9'
+sha256sums=('3bef03b984db3d2a4b4ef9254fc587de392a94020ff48b4e9a3df6b1b73cb5cb'
 '5f7941ded76d37cf8d6d644edfb206345557905fee38e18ada0b3b98f8a8c0f7')
 
 build() {


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:17
  Author: remy
Revision: 301487

archrelease: copy trunk to extra-any

Added:
  texlive-humanities/repos/extra-any/PKGBUILD
(from rev 301486, texlive-humanities/trunk/PKGBUILD)
Deleted:
  texlive-humanities/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   94 ++---
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:14 UTC (rev 301486)
+++ PKGBUILD2017-08-01 20:18:17 UTC (rev 301487)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-humanities
-pkgver=2017.44501
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
-license=('GPL')
-arch=(any)
-depends=('texlive-core' 'texlive-latexextra')
-optdepends=('texlive-pictures: for package qtree')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-options=('!emptydirs')
-sha256sums=('3bfbbf36704f0bc71293f1c9904b2bf061ebb771ec3d86ed8dc94ad8fb08cb29')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-install -m755 -d $pkgdir/usr/bin
-ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
-}

Copied: texlive-humanities/repos/extra-any/PKGBUILD (from rev 301486, 
texlive-humanities/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:18:17 UTC (rev 301487)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-humanities
+pkgver=2017.44833
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
+license=('GPL')
+arch=(any)
+depends=('texlive-core' 'texlive-latexextra')
+optdepends=('texlive-pictures: for package qtree')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+options=('!emptydirs')
+sha256sums=('0599e0e043c29f43f5f1faef9231e77dafa7d88a7d8c679d797a8af5e56256b0')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+install -m755 -d $pkgdir/usr/bin
+ln -s /usr/share/texmf-dist/scripts/diadia/diadia.lua 
${pkgdir}/usr/bin/diadia
+}


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:22
  Author: remy
Revision: 301488

upgpkg: texlive-langcyrillic 2017.44895-1

- upgrade package babel-ukrainian 40730 -> 44595
- new package numnameru

Modified:
  texlive-langcyrillic/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:17 UTC (rev 301487)
+++ PKGBUILD2017-08-01 20:18:22 UTC (rev 301488)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-langcyrillic
-pkgver=2017.4
+pkgver=2017.44895
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('d4b25807321b52d72f43aded1ab442c9556daa7c75013e30d311afc8f8533e8a'
+sha256sums=('136c3f06b9f5a342dcdff53ccfc6263b328a1d45517cb5148d5bdfab49f7e9e5'
 '4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
 
 build() {


[arch-commits] Commit in texlive-langcyrillic/repos/extra-any (4 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:25
  Author: remy
Revision: 301489

archrelease: copy trunk to extra-any

Added:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
(from rev 301488, texlive-langcyrillic/trunk/PKGBUILD)
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps
(from rev 301488, texlive-langcyrillic/trunk/texlive-langcyrillic.maps)
Deleted:
  texlive-langcyrillic/repos/extra-any/PKGBUILD
  texlive-langcyrillic/repos/extra-any/texlive-langcyrillic.maps

---+
 PKGBUILD  |  100 ++--
 texlive-langcyrillic.maps |4 -
 2 files changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:22 UTC (rev 301488)
+++ PKGBUILD2017-08-01 20:18:25 UTC (rev 301489)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-langcyrillic
-pkgver=2017.4
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-lang')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('d4b25807321b52d72f43aded1ab442c9556daa7c75013e30d311afc8f8533e8a'
-'4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-   mkdir -p "${pkgdir}/usr/bin"
-   ln -s /usr/share/texmf-dist/scripts/texlive/rubibtex.sh 
"${pkgdir}/usr/bin/rubibtex"
-   ln -s /usr/share/texmf-dist/scripts/texlive/rumakeindex.sh 
"${pkgdir}/usr/bin/rumakeindex"
-}

Copied: texlive-langcyrillic/repos/extra-any/PKGBUILD (from rev 301488, 
texlive-langcyrillic/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:18:25 UTC (rev 301489)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-langcyrillic
+pkgver=2017.44895
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Fonts and macro packages to typeset Cyrillic texts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-lang')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('136c3f06b9f5a342dcdff53ccfc6263b328a1d45517cb5148d5bdfab49f7e9e5'
+'4ca6db61e59bcb0f718a1cb062dad04e7f01866c5a7d320dcf67e6a47130f222')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+   mkdir -p "${pkgdir}/usr/bin"
+   ln -s 

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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:14
  Author: remy
Revision: 301486

upgpkg: texlive-humanities 2017.44833-1

- upgrade package bibleref 42162 -> 44737
- new package poetry
- upgrade package reledmac 44473 -> 44833
- deleted package leipzig

Modified:
  texlive-humanities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:06 UTC (rev 301485)
+++ PKGBUILD2017-08-01 20:18:14 UTC (rev 301486)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-humanities
-pkgver=2017.44501
+pkgver=2017.44833
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live -  LaTeX packages for law, linguistics, social sciences, and 
humanities"
@@ -14,7 +14,7 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
 options=('!emptydirs')
-sha256sums=('3bfbbf36704f0bc71293f1c9904b2bf061ebb771ec3d86ed8dc94ad8fb08cb29')
+sha256sums=('0599e0e043c29f43f5f1faef9231e77dafa7d88a7d8c679d797a8af5e56256b0')
 
 build() {
cd "$srcdir"


[arch-commits] Commit in texlive-fontsextra/repos/extra-any (4 files)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:06
  Author: remy
Revision: 301485

archrelease: copy trunk to extra-any

Added:
  texlive-fontsextra/repos/extra-any/PKGBUILD
(from rev 301484, texlive-fontsextra/trunk/PKGBUILD)
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps
(from rev 301484, texlive-fontsextra/trunk/texlive-fontsextra.maps)
Deleted:
  texlive-fontsextra/repos/extra-any/PKGBUILD
  texlive-fontsextra/repos/extra-any/texlive-fontsextra.maps

-+
 PKGBUILD|   92 +-
 texlive-fontsextra.maps |  388 +++---
 2 files changed, 241 insertions(+), 239 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:18:02 UTC (rev 301484)
+++ PKGBUILD2017-08-01 20:18:06 UTC (rev 301485)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-fontsextra
-pkgver=2017.44510
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - all sorts of extra fonts"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
-options=('!emptydirs')
-sha256sums=('fe5d1c92ba2619be184fc195ea7606bac1b480338b60dd1c4b37d5271dfd13d0'
-'b29c8998130c7df8f9841ac09544cae5d7b8a4b669a1e3f449fd537375d648bd')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   cd "$srcdir"
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-}

Copied: texlive-fontsextra/repos/extra-any/PKGBUILD (from rev 301484, 
texlive-fontsextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:18:06 UTC (rev 301485)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-fontsextra
+pkgver=2017.44818
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - all sorts of extra fonts"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
+options=('!emptydirs')
+sha256sums=('e6fc784cdb144f65a787d050b0f3ea7f109f3ec92cd76fc6acb180e190d715ec'
+'819f8db02567480fc15717b7aded00c3fe3d61bb6dbddacf99adcdcf967d8ee3')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   cd "$srcdir"
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m644 $pkgname.maps $pkgdir/var/lib/texmf/arch/installedpkgs/
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+}

Deleted: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2017-08-01 20:18:02 UTC (rev 301484)
+++ texlive-fontsextra.maps 2017-08-01 20:18:06 UTC (rev 301485)
@@ -1,193 +0,0 @@
-Map Acorn.map
-Map Alegreya.map
-Map AnnSton.map
-Map AnonymousPro.map
-Map ArrowsADF.map
-Map ArtNouv.map
-Map ArtNouvc.map
-Map BulletsADF.map
-Map Carrickc.map
-Map Chivo.map
-Map ClearSans.map
-Map 

[arch-commits] Commit in texlive-fontsextra/trunk (PKGBUILD texlive-fontsextra.maps)

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:18:02
  Author: remy
Revision: 301484

upgpkg: texlive-fontsextra 2017.44818-1

- new package algolrevived
- upgrade package dozenal 42608 -> 44740
- upgrade package fbb 43464 -> 44694
- upgrade package libertinegc 39746 -> 44616
- upgrade package libertinust1math 41992 -> 44606
- upgrade package newtx 44458 -> 44520
- new package niceframe-type1
- new package shobhika
- upgrade package xcharter 43465 -> 44818

Modified:
  texlive-fontsextra/trunk/PKGBUILD
  texlive-fontsextra/trunk/texlive-fontsextra.maps

-+
 PKGBUILD|6 +++---
 texlive-fontsextra.maps |2 ++
 2 files changed, 5 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:17:54 UTC (rev 301483)
+++ PKGBUILD2017-08-01 20:18:02 UTC (rev 301484)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-fontsextra
-pkgver=2017.44510
+pkgver=2017.44818
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - all sorts of extra fonts"
@@ -13,8 +13,8 @@
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip; 
"$pkgname.maps")
 options=('!emptydirs')
-sha256sums=('fe5d1c92ba2619be184fc195ea7606bac1b480338b60dd1c4b37d5271dfd13d0'
-'b29c8998130c7df8f9841ac09544cae5d7b8a4b669a1e3f449fd537375d648bd')
+sha256sums=('e6fc784cdb144f65a787d050b0f3ea7f109f3ec92cd76fc6acb180e190d715ec'
+'819f8db02567480fc15717b7aded00c3fe3d61bb6dbddacf99adcdcf967d8ee3')
 
 build() {
cd "$srcdir"

Modified: texlive-fontsextra.maps
===
--- texlive-fontsextra.maps 2017-08-01 20:17:54 UTC (rev 301483)
+++ texlive-fontsextra.maps 2017-08-01 20:18:02 UTC (rev 301484)
@@ -52,6 +52,7 @@
 Map XCharter.map
 Map Zallman.map
 Map accanthis.map
+Map algolrevived.map
 Map antt.map
 Map ap.map
 Map archaicprw.map
@@ -143,6 +144,7 @@
 Map newtx.map
 Map newtxsf.map
 Map newtxtt.map
+Map niceframe.map
 Map nimbus15.map
 Map noto.map
 Map oasy.map


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:17:48
  Author: remy
Revision: 301482

upgpkg: texlive-core 2017.44918-1

- upgrade package adobemapping 44085 -> 44861
- upgrade package babel 44427 -> 44722
- upgrade package babel-french 44270 -> 44782
- upgrade package beamer 43073 -> 44798
- upgrade package bidi 44413 -> 44629
- upgrade package cjk-gs-integrate 44207 -> 44684
- upgrade package combofont 44491 -> 44746
- upgrade package csplain 44321 -> 44635
- upgrade package fancyhdr 44479 -> 44730
- upgrade package fontools 43573 -> 44626
- upgrade package fontspec 43661 -> 44867
- upgrade package graphics 43813 -> 44703
- upgrade package graphics-def 43025 -> 44697
- upgrade package graphics-pln 41881 -> 44567
- new package jfmutil
- upgrade package l3experimental 44483 -> 44864
- upgrade package l3kernel 44483 -> 44864
- upgrade package l3packages 44483 -> 44864
- upgrade package latexbug 43753 -> 44890
- upgrade package latexdiff 41892 -> 44704
- upgrade package latexindent 44492 -> 44726
- upgrade package lualatex-math 40621 -> 44621
- upgrade package luapackageloader 44500 -> 44865
- upgrade package lwarp 44369 -> 44781
- upgrade package mcf2graph 44468 -> 44875
- upgrade package microtype 41127 -> 44791
- upgrade package mptopdf 41282 -> 44856
- upgrade package pdfpages 42973 -> 44812
- upgrade package powerdot 38984 -> 44868
- upgrade package pythontex 41746 -> 44860
- upgrade package tetex 44331 -> 44794
- upgrade package texdirflatten 29725 -> 44751
- upgrade package texinfo 43137 -> 44706
- upgrade package texlive-docindex 44494 -> 44910
- upgrade package texlive-scripts 44407 -> 44918
- upgrade package texlive.infra 44424 -> 44836
- upgrade package texosquery 44509 -> 44656
- upgrade package unicode-data 41521 -> 44711
- upgrade package updmap-map 43366 -> 44794

Modified:
  texlive-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:17:33 UTC (rev 301481)
+++ PKGBUILD2017-08-01 20:17:48 UTC (rev 301482)
@@ -2,7 +2,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-core
-pkgver=2017.44515
+pkgver=2017.44918
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live core distribution"
@@ -55,7 +55,7 @@
etc/texmf/web2c/fmtutil.cnf \
etc/texmf/web2c/mktex.cnf \
etc/texmf/xdvi/XDvi)
-sha256sums=('e6a74c581bd442419247fe38eba0e0e0253faf106c97123992f662fd85db8943'
+sha256sums=('2bc3d2afff271b7c28650aa6e398977597e85cb4850f97a41925e8f61f36d2e9'
 '275253728d884b2b75e01840b0824c1fe5afbdda91fafeacd33deb6cd92341a3'
 '009ab6be9e4fa18709fc74d26a3777372f4b5af9313421ff0546ba94a9d5ff13'
 '1d62d46d4d3a538ccad48d31192fccdfc8d6c0a60b331575a10a007d46812d46'


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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:17:33
  Author: remy
Revision: 301481

archrelease: copy trunk to extra-any

Added:
  texlive-bibtexextra/repos/extra-any/PKGBUILD
(from rev 301480, texlive-bibtexextra/trunk/PKGBUILD)
Deleted:
  texlive-bibtexextra/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-08-01 20:17:30 UTC (rev 301480)
+++ PKGBUILD2017-08-01 20:17:33 UTC (rev 301481)
@@ -1,62 +0,0 @@
-# $Id$
-# Contributor: Firmicus 
-# Maintainer: Rémy Oudompheng 
-
-pkgname=texlive-bibtexextra
-pkgver=2017.44498
-_revnr=${pkgver#2017.}
-pkgrel=1
-pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
-license=('GPL')
-arch=(any)
-depends=('texlive-core')
-groups=('texlive-most')
-url='http://tug.org/texlive/'
-source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-sha256sums=('c691bc36e4db8f0093d33e516c5a54fefcdd67e5ea26a9e3f0e1248634e21b4d')
-
-build() {
-   cd "$srcdir"
-   for p in *.tar.xz; do
-  bsdtar -xf $p
-   done
-   rm -rf {tlpkg,doc,source} || true
-}
-
-package() {
-   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
-   sed -i '/^#/d' CONTENTS
-   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
-   install -m755 -d $pkgdir/usr/share
-   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
-   for dir in $wanteddirs; do
- find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
- find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
-   done
-   if [[ -d texmf-dist ]]; then
- find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
- find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
-   fi
-   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
- find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
-   fi
-
-   # link programs from /usr/share/texmf-dist/scripts
-   _linked_scripts="
-bibexport/bibexport.sh
-crossrefware/bbl2bib.pl
-crossrefware/bibdoiadd.pl
-crossrefware/bibmradd.pl
-crossrefware/bibzbladd.pl
-crossrefware/ltx2crossrefxml.pl
-listbib/listbib
-multibibliography/multibibliography.pl
-urlbst/urlbst
-"
-install -m755 -d $pkgdir/usr/bin
-for _script in ${_linked_scripts}; do
-_scriptbase=$(basename $_script)
-_scriptbase=${_scriptbase%.*}
-ln -s /usr/share/texmf-dist/scripts/${_script} 
${pkgdir}/usr/bin/${_scriptbase}
-done
-}

Copied: texlive-bibtexextra/repos/extra-any/PKGBUILD (from rev 301480, 
texlive-bibtexextra/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-08-01 20:17:33 UTC (rev 301481)
@@ -0,0 +1,62 @@
+# $Id$
+# Contributor: Firmicus 
+# Maintainer: Rémy Oudompheng 
+
+pkgname=texlive-bibtexextra
+pkgver=2017.44915
+_revnr=${pkgver#2017.}
+pkgrel=1
+pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
+license=('GPL')
+arch=(any)
+depends=('texlive-core')
+groups=('texlive-most')
+url='http://tug.org/texlive/'
+source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
+sha256sums=('34d42e27ebb4c35522d1751af6c8b7c7faa7d25b6c1c7e4d114c461cd7d97e39')
+
+build() {
+   cd "$srcdir"
+   for p in *.tar.xz; do
+  bsdtar -xf $p
+   done
+   rm -rf {tlpkg,doc,source} || true
+}
+
+package() {
+   install -m755 -d $pkgdir/var/lib/texmf/arch/installedpkgs
+   sed -i '/^#/d' CONTENTS
+   install -m644 CONTENTS 
$pkgdir/var/lib/texmf/arch/installedpkgs/${pkgname}_${_revnr}.pkgs
+   install -m755 -d $pkgdir/usr/share
+   wanteddirs=$(for d in *; do test -d $d && [[ $d != texmf* ]] && echo $d; 
done) || true
+   for dir in $wanteddirs; do
+ find $dir -type d -exec install -d -m755 
$pkgdir/usr/share/texmf-dist/'{}' \;
+ find $dir -type f -exec install -m644 '{}' 
$pkgdir/usr/share/texmf-dist/'{}' \;
+   done
+   if [[ -d texmf-dist ]]; then
+ find texmf-dist -type d -exec install -d -m755 $pkgdir/usr/share/'{}' \;
+ find texmf-dist -type f -exec install -m644 '{}' $pkgdir/usr/share/'{}' \;
+   fi
+   if [[ -d $pkgdir/usr/share/texmf-dist/scripts ]]; then
+ find $pkgdir/usr/share/texmf-dist/scripts -type f -exec chmod a+x '{}' \;
+   fi
+
+   # link programs from /usr/share/texmf-dist/scripts
+   _linked_scripts="
+bibexport/bibexport.sh
+crossrefware/bbl2bib.pl
+crossrefware/bibdoiadd.pl
+crossrefware/bibmradd.pl
+crossrefware/bibzbladd.pl
+crossrefware/ltx2crossrefxml.pl
+listbib/listbib
+multibibliography/multibibliography.pl
+urlbst/urlbst
+"
+install -m755 -d $pkgdir/usr/bin
+for _script in ${_linked_scripts}; do
+

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

2017-08-01 Thread Rémy Oudompheng
Date: Tuesday, August 1, 2017 @ 20:17:30
  Author: remy
Revision: 301480

upgpkg: texlive-bibtexextra 2017.44915-1

- upgrade package archaeologie 44484 -> 44852
- upgrade package beebe 43842 -> 44873
- upgrade package biblatex-abnt 43510 -> 44915
- upgrade package biblatex-archaeology 44498 -> 44522
- new package biblatex-enc
- upgrade package biblatex-gb7714-2015 43555 -> 44750
- upgrade package biblatex-gost 44172 -> 44712
- upgrade package biblatex-true-citepages-omit 42120 -> 44653

Modified:
  texlive-bibtexextra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 20:01:25 UTC (rev 301479)
+++ PKGBUILD2017-08-01 20:17:30 UTC (rev 301480)
@@ -3,7 +3,7 @@
 # Maintainer: Rémy Oudompheng 
 
 pkgname=texlive-bibtexextra
-pkgver=2017.44498
+pkgver=2017.44915
 _revnr=${pkgver#2017.}
 pkgrel=1
 pkgdesc="TeX Live - Additional BibTeX styles and bibliography databases"
@@ -13,7 +13,7 @@
 groups=('texlive-most')
 url='http://tug.org/texlive/'
 source=("https://sources.archlinux.org/other/texlive/$pkgname-$pkgver-src.zip;)
-sha256sums=('c691bc36e4db8f0093d33e516c5a54fefcdd67e5ea26a9e3f0e1248634e21b4d')
+sha256sums=('34d42e27ebb4c35522d1751af6c8b7c7faa7d25b6c1c7e4d114c461cd7d97e39')
 
 build() {
cd "$srcdir"


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

2017-08-01 Thread Alexander Rødseth
Date: Tuesday, August 1, 2017 @ 20:03:09
  Author: arodseth
Revision: 247381

mlton currently only builds for i686. PIC issues. WIP.

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 19:06:29 UTC (rev 247380)
+++ PKGBUILD2017-08-01 20:03:09 UTC (rev 247381)
@@ -1,45 +1,41 @@
-# $Id: PKGBUILD 120612 2014-10-13 14:26:12Z arodseth $
+# $Id$
 # Maintainer: Alexander F Rødseth 
 # Contributor: toch...@no.spam.mail.berlios.de
 # Contributor: Andreas W. Hauser 
 # Contributor: Brian De Wolf 
 
-# WIP
-
 pkgname=mlton
-pkgver=20130715
-pkgrel=7
+pkgver=20170725
+pkgrel=1
 pkgdesc='Whole-program, optimizing Standard ML compiler'
 arch=('x86_64' 'i686')
 url='http://mlton.org/'
 license=('BSD' 'MIT' 'LGPL')
 depends=('gmp')
-makedepends=('setconf' 'mlton')
+makedepends=('git' 'setconf' 'mlton')
 options=('staticlibs')
-source_x86_64=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
-
"http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-2.amd64-linux.tgz;)
-sha256sums_x86_64=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
-   
'f9687c2dcab7b64ea8610911d4df91f6cdc3ad778e39f76d3d452ae890f3f330')
-sha256sums_i686=('215857ad11d44f8d94c27f75e74017aa44b2c9703304bcec9e38c20433143d6c'
- 
'3f0437a83f83b82da2c44f1e0f6f8d638864eacc58a8a3b3de60ebf84b441702')
-source_i686=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.src.tgz;
 \
-  
"http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver-2.x86-linux.tgz;)
+source=("git+https://github.com/MLton/mlton#commit=159190284e1268fded189104705939fe3b691b12;)
+md5sums=('SKIP')
 
+prepare() {
+  sed 's/_BSD_SOURCE/_DEFAULT_SOURCE/g' -i mlton/runtime/cenv.h
+  find mlton -name Makefile -type f -exec setconf {} CFLAGS "$CFLAGS -fPIC" \;
+}
+
 build() {
-  setconf mlton-$pkgver/runtime/Makefile CFLAGS "$CFLAGS -fPIC"
-  setconf mlton-$pkgver/runtime/Makefile CXXFLAGS "$CXXFLAGS -fPIC"
+  # Latest master does not build on x86_64. Older releases does not build on 
x86_64. WIP
 
-  #setconf mlton-$pkgver-2/bin/mlton lib="/usr/lib/mlton"
-  #PATH="$PATH:$srcdir/usr/bin" make -C "$pkgname-$pkgver" -j1 all-no-docs
-  make -C "$pkgname-$pkgver" -j1 all-no-docs
+  export CFLAGS="$CFLAGS -fPIC"
+  make -C mlton COMPILE_ARGS="-codegen c -cc-opt '-fPIC'" -j1 all-no-docs
+  #make -C mlton COMPILE_ARGS="-codegen c" all-no-docs
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" -j1 install-no-docs
+  make -C mlton DESTDIR="$pkgdir" -j1 install-no-docs
 
   # Copy over the handful of licenses and the README as explanation
   install -d "$pkgdir/usr/share/licenses/$pkgname"
-  cp "$pkgname-$pkgver/doc/license/"* "$pkgdir/usr/share/licenses/$pkgname/"
+  cp "mlton/doc/license/"* "$pkgdir/usr/share/licenses/$pkgname/"
 }
 
 # vim: ts=2 sw=2 et:


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


[arch-commits] Commit in git/repos (10 files)

2017-08-01 Thread Christian Hesse
Date: Tuesday, August 1, 2017 @ 20:01:25
  Author: eworm
Revision: 301479

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  git/repos/testing-i686/
  git/repos/testing-i686/PKGBUILD
(from rev 301478, git/trunk/PKGBUILD)
  git/repos/testing-i686/git-daemon.socket
(from rev 301478, git/trunk/git-daemon.socket)
  git/repos/testing-i686/git-daemon@.service
(from rev 301478, git/trunk/git-daemon@.service)
  git/repos/testing-i686/git.install
(from rev 301478, git/trunk/git.install)
  git/repos/testing-x86_64/
  git/repos/testing-x86_64/PKGBUILD
(from rev 301478, git/trunk/PKGBUILD)
  git/repos/testing-x86_64/git-daemon.socket
(from rev 301478, git/trunk/git-daemon.socket)
  git/repos/testing-x86_64/git-daemon@.service
(from rev 301478, git/trunk/git-daemon@.service)
  git/repos/testing-x86_64/git.install
(from rev 301478, git/trunk/git.install)

+
 testing-i686/PKGBUILD  |  130 +++
 testing-i686/git-daemon.socket |9 ++
 testing-i686/git-daemon@.service   |   10 ++
 testing-i686/git.install   |   12 +++
 testing-x86_64/PKGBUILD|  130 +++
 testing-x86_64/git-daemon.socket   |9 ++
 testing-x86_64/git-daemon@.service |   10 ++
 testing-x86_64/git.install |   12 +++
 8 files changed, 322 insertions(+)

Copied: git/repos/testing-i686/PKGBUILD (from rev 301478, git/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-01 20:01:25 UTC (rev 301479)
@@ -0,0 +1,130 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Maintainer: Dan McGee 
+
+pkgname=git
+pkgver=2.13.4
+pkgrel=1
+pkgdesc="the fast distributed version control system"
+arch=(i686 x86_64)
+url="http://git-scm.com/;
+license=('GPL2')
+depends=('curl' 'expat>=2.0' 'perl-error' 'perl>=5.14.0' 'openssl' 'pcre')
+makedepends=('python2' 'emacs' 'libgnome-keyring' 'xmlto' 'asciidoc')
+optdepends=('tk: gitk and git gui'
+'perl-libwww: git svn'
+'perl-term-readkey: git svn'
+'perl-mime-tools: git send-email'
+'perl-net-smtp-ssl: git send-email TLS support'
+'perl-authen-sasl: git send-email TLS support'
+'perl-mediawiki-api: git mediawiki support'
+'perl-datetime-format-iso8601: git mediawiki support'
+'perl-lwp-protocol-https: git mediawiki https support'
+'python2: various helper scripts'
+'subversion: git svn'
+'cvsps2: git cvsimport'
+'gnome-keyring: GNOME keyring credential helper')
+replaces=('git-core')
+provides=('git-core')
+install=git.install
+validpgpkeys=('96E07AF25771955980DAD10020D04E5A713660A7') # Junio C Hamano
+source=("https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.xz;
+"https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
+git-daemon@.service
+git-daemon.socket)
+sha256sums=('371a592a52d240a6350d4ec6b63cd8301e1fab6dd03388a339a8c7429305afda'
+'SKIP'
+'3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
+'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')
+
+build() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+all doc
+
+  make -C contrib/emacs prefix=/usr
+  make -C contrib/credential/gnome-keyring
+  make -C contrib/credential/libsecret
+  make -C contrib/subtree prefix=/usr gitexecdir=/usr/lib/git-core all doc
+  make -C contrib/mw-to-git prefix=/usr all
+  make -C contrib/diff-highlight prefix=/usr
+}
+
+check() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  local jobs
+  jobs=$(expr "$MAKEFLAGS" : '.*\(-j[0-9]*\).*') || true
+  mkdir -p /dev/shm/git-test
+  # explicitly specify SHELL to avoid a test failure in t/t9903-bash-prompt.sh
+  # which is caused by 'git rebase' trying to use builduser's SHELL inside the
+  # build chroot (i.e.: /usr/bin/nologin)
+  SHELL=/bin/sh \
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+NO_SVN_TESTS=y \
+DEFAULT_TEST_TARGET=prove \
+GIT_PROVE_OPTS="$jobs -Q" \
+GIT_TEST_OPTS="--root=/dev/shm/git-test" \
+test
+}
+
+package() {
+  export PYTHON_PATH='/usr/bin/python2'
+  cd "$srcdir/$pkgname-$pkgver"
+  make prefix=/usr gitexecdir=/usr/lib/git-core \
+CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" \
+USE_LIBPCRE=1 \
+NO_CROSS_DIRECTORY_HARDLINKS=1 \
+MAN_BOLD_LITERAL=1 \
+INSTALLDIRS=vendor 

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

2017-08-01 Thread Christian Hesse
Date: Tuesday, August 1, 2017 @ 20:01:18
  Author: eworm
Revision: 301478

upgpkg: git 2.13.4-1

new upstream release

Modified:
  git/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 19:35:08 UTC (rev 301477)
+++ PKGBUILD2017-08-01 20:01:18 UTC (rev 301478)
@@ -3,8 +3,8 @@
 # Maintainer: Dan McGee 
 
 pkgname=git
-pkgver=2.13.3
-pkgrel=2
+pkgver=2.13.4
+pkgrel=1
 pkgdesc="the fast distributed version control system"
 arch=(i686 x86_64)
 url="http://git-scm.com/;
@@ -32,7 +32,7 @@
 "https://www.kernel.org/pub/software/scm/git/git-$pkgver.tar.sign;
 git-daemon@.service
 git-daemon.socket)
-sha256sums=('91aa23be428f67eb19616f43fa0229d567e9acf4f08fba33eb0b627e4d323e62'
+sha256sums=('371a592a52d240a6350d4ec6b63cd8301e1fab6dd03388a339a8c7429305afda'
 'SKIP'
 '3bc3250d9e04b05c41975c01f85f512d3386d60b41475cbc7292bc88148852f6'
 'ac4c90d62c44926e6d30d18d97767efc901076d4e0283ed812a349aece72f203')


[arch-commits] Commit in pdf2djvu/repos (6 files)

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 19:06:29
  Author: felixonmars
Revision: 247380

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  
pdf2djvu/repos/community-staging-i686/0001-configure-enable-the-C-11-standard.patch
(from rev 247379, 
pdf2djvu/trunk/0001-configure-enable-the-C-11-standard.patch)
  pdf2djvu/repos/community-staging-i686/PKGBUILD
(from rev 247379, pdf2djvu/trunk/PKGBUILD)
  
pdf2djvu/repos/community-staging-x86_64/0001-configure-enable-the-C-11-standard.patch
(from rev 247379, 
pdf2djvu/trunk/0001-configure-enable-the-C-11-standard.patch)
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD
(from rev 247379, pdf2djvu/trunk/PKGBUILD)
Deleted:
  pdf2djvu/repos/community-staging-i686/PKGBUILD
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD

+
 /PKGBUILD  |   94 
+
 community-staging-i686/0001-configure-enable-the-C-11-standard.patch   |  104 
++
 community-staging-i686/PKGBUILD|   45 

 community-staging-x86_64/0001-configure-enable-the-C-11-standard.patch |  104 
++
 community-staging-x86_64/PKGBUILD  |   45 

 5 files changed, 302 insertions(+), 90 deletions(-)

Copied: 
pdf2djvu/repos/community-staging-i686/0001-configure-enable-the-C-11-standard.patch
 (from rev 247379, pdf2djvu/trunk/0001-configure-enable-the-C-11-standard.patch)
===
--- community-staging-i686/0001-configure-enable-the-C-11-standard.patch
(rev 0)
+++ community-staging-i686/0001-configure-enable-the-C-11-standard.patch
2017-08-01 19:06:29 UTC (rev 247380)
@@ -0,0 +1,104 @@
+From 8f8abd65767ad5d1f2b5d675509789d6c04524d9 Mon Sep 17 00:00:00 2001
+From: Jakub Wilk 
+Date: Fri, 11 Nov 2016 17:26:13 +0100
+Subject: [PATCH] configure: enable the C++11 standard.
+
+---
+ acinclude.m4 | 57 -
+ configure.ac |  3 ++-
+ 2 files changed, 58 insertions(+), 2 deletions(-)
+
+diff --git a/acinclude.m4 b/acinclude.m4
+index 4dedbfc..c12339c 100644
+--- a/acinclude.m4
 b/acinclude.m4
+@@ -1,4 +1,4 @@
+-dnl | Copyright © 2015 Jakub Wilk 
++dnl | Copyright © 2015-2016 Jakub Wilk 
+ dnl |
+ dnl | This file is part of pdf2djvu.
+ dnl |
+@@ -95,4 +95,59 @@ AC_DEFUN(
+ ]
+ )
+ 
++# AX_CXX_COMPILE_STDCXX_11 is too thorough. It would reject GCC 4.6, even
++# though this compiler implements enough C++11 bits for our purposes.
++
++m4_define([_P_CXX11_CODE], [
++void* test()
++{
++auto t = nullptr;
++return t;
++}
++])
++
++# P_CXX11()
++
++AC_DEFUN(
++[P_CXX11],
++[
++have_cxx11=no
++AC_MSG_CHECKING([whether $CXX supports C++11])
++AC_COMPILE_IFELSE(
++[AC_LANG_PROGRAM([_P_CXX11_CODE])],
++[
++AC_MSG_RESULT([yes])
++have_cxx11=yes
++],
++[
++AC_MSG_RESULT([no])
++for cxx_std in 'gnu++11' 'gnu++0x'
++do
++cxx_opt="-std=$cxx_std"
++AC_MSG_CHECKING([whether $CXX $cxx_opt supports C++11])
++p_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $cxx_opt"
++AC_COMPILE_IFELSE(
++[AC_LANG_PROGRAM([_P_CXX11_CODE])],
++[
++AC_MSG_RESULT([yes])
++have_cxx11=yes
++],
++[
++AC_MSG_RESULT([no])
++CXXFLAGS="$p_CXXFLAGS"
++]
++)
++test $have_cxx11 = yes && break
++done
++]
++)
++if test $have_cxx11 = no
++then
++AC_MSG_ERROR([the compiler does not support C++11])
++fi
++]
++)
++
++
+ dnl vim:ts=4 sts=4 sw=4 et ft=config
+diff --git a/configure.ac b/configure.ac
+index 38eec41..67b8c9e 100644
+--- a/configure.ac
 b/configure.ac
+@@ -30,6 +30,8 @@ AC_PREPROC_IFELSE(
+ 
+ AC_PROG_CXX
+ 
++P_CXX11
++
+ AC_SYS_LARGEFILE
+ 
+ AC_OPENMP
+@@ -165,7 +167,6 @@ P_CHECK_FUNC(
+ # Turn on compile warnings:
+ 
+ P_MAYBE_ADD_CXXFLAGS(
+-  [-std=gnu++98],
+   [-Wall],
+   [-Wempty-body],
+   [-Werror=overloaded-virtual],
+-- 
+2.13.3
+

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2017-08-01 19:06:04 UTC (rev 247379)
+++ community-staging-i686/PKGBUILD 2017-08-01 19:06:29 UTC (rev 247380)
@@ -1,45 +0,0 @@
-# $Id$
-# Contributor: Paulo Matias 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 19:06:04
  Author: felixonmars
Revision: 247379

poppler 0.57.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:59:01 UTC (rev 247378)
+++ PKGBUILD2017-08-01 19:06:04 UTC (rev 247379)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.9.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://jwilk.net/software/pdf2djvu;


[arch-commits] Commit in php/repos (28 files)

2017-08-01 Thread Pierre Schmitz
Date: Tuesday, August 1, 2017 @ 19:01:27
  Author: pierre
Revision: 301476

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  php/repos/extra-i686/PKGBUILD
(from rev 301475, php/trunk/PKGBUILD)
  php/repos/extra-i686/apache.conf
(from rev 301475, php/trunk/apache.conf)
  php/repos/extra-i686/apache.patch
(from rev 301475, php/trunk/apache.patch)
  php/repos/extra-i686/generate_patches
(from rev 301475, php/trunk/generate_patches)
  php/repos/extra-i686/php-fpm.patch
(from rev 301475, php/trunk/php-fpm.patch)
  php/repos/extra-i686/php-fpm.tmpfiles
(from rev 301475, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-i686/php.ini.patch
(from rev 301475, php/trunk/php.ini.patch)
  php/repos/extra-x86_64/PKGBUILD
(from rev 301475, php/trunk/PKGBUILD)
  php/repos/extra-x86_64/apache.conf
(from rev 301475, php/trunk/apache.conf)
  php/repos/extra-x86_64/apache.patch
(from rev 301475, php/trunk/apache.patch)
  php/repos/extra-x86_64/generate_patches
(from rev 301475, php/trunk/generate_patches)
  php/repos/extra-x86_64/php-fpm.patch
(from rev 301475, php/trunk/php-fpm.patch)
  php/repos/extra-x86_64/php-fpm.tmpfiles
(from rev 301475, php/trunk/php-fpm.tmpfiles)
  php/repos/extra-x86_64/php.ini.patch
(from rev 301475, php/trunk/php.ini.patch)
Deleted:
  php/repos/extra-i686/PKGBUILD
  php/repos/extra-i686/apache.conf
  php/repos/extra-i686/apache.patch
  php/repos/extra-i686/generate_patches
  php/repos/extra-i686/php-fpm.patch
  php/repos/extra-i686/php-fpm.tmpfiles
  php/repos/extra-i686/php.ini.patch
  php/repos/extra-x86_64/PKGBUILD
  php/repos/extra-x86_64/apache.conf
  php/repos/extra-x86_64/apache.patch
  php/repos/extra-x86_64/generate_patches
  php/repos/extra-x86_64/php-fpm.patch
  php/repos/extra-x86_64/php-fpm.tmpfiles
  php/repos/extra-x86_64/php.ini.patch

---+
 /PKGBUILD |  664 
 /apache.conf  |   26 +
 /apache.patch |   40 ++
 /generate_patches |   96 +
 /php-fpm.patch|  148 
 /php-fpm.tmpfiles |2 
 /php.ini.patch|  194 +++
 extra-i686/PKGBUILD   |  332 
 extra-i686/apache.conf|   13 
 extra-i686/apache.patch   |   20 -
 extra-i686/generate_patches   |   48 --
 extra-i686/php-fpm.patch  |   74 
 extra-i686/php-fpm.tmpfiles   |1 
 extra-i686/php.ini.patch  |   97 -
 extra-x86_64/PKGBUILD |  332 
 extra-x86_64/apache.conf  |   13 
 extra-x86_64/apache.patch |   20 -
 extra-x86_64/generate_patches |   48 --
 extra-x86_64/php-fpm.patch|   74 
 extra-x86_64/php-fpm.tmpfiles |1 
 extra-x86_64/php.ini.patch|   97 -
 21 files changed, 1170 insertions(+), 1170 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-08-01 19:01:02 UTC (rev 301475)
+++ extra-i686/PKGBUILD 2017-08-01 19:01:27 UTC (rev 301476)
@@ -1,332 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-mcrypt'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=7.1.7
-pkgrel=2
-arch=('i686' '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')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729'
-'SKIP'
-'258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'7d982a3cefb3eaec0b3458340e4991c2959c10d1518ecb7c1d041884b14efc73'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'78f60b1d9f3a0ef8af77208feed76e303b3a13e93b80613c1e5a729004a5343c')
-validpgpkeys=('A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0'
-  '528995BFEDFBA7191D46839EF9BA0ADA31CBD89E')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-}
-
-build() {
-   local 

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

2017-08-01 Thread Pierre Schmitz
Date: Tuesday, August 1, 2017 @ 19:01:02
  Author: pierre
Revision: 301475

upgpkg: php 7.1.8-1

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:11:34 UTC (rev 301474)
+++ PKGBUILD2017-08-01 19:01:02 UTC (rev 301475)
@@ -21,8 +21,8 @@
  'php-sqlite'
  'php-tidy'
  'php-xsl')
-pkgver=7.1.7
-pkgrel=2
+pkgver=7.1.8
+pkgrel=1
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
@@ -31,7 +31,7 @@
 checkdepends=('procps-ng')
 source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('0d42089729be7b2bb0308cbe189c2782f9cb4b07078c8a235495be5874fff729'
+sha256sums=('8943858738604acb33ecedb865d6c4051eeffe4e2d06f3a3c8f794daccaa2aab'
 'SKIP'
 '258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'


[arch-commits] Commit in pdf2djvu/trunk (2 files)

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:59:01
  Author: foutrelis
Revision: 247378

Backport upstream commit for building in C++11 mode

Added:
  pdf2djvu/trunk/0001-configure-enable-the-C-11-standard.patch
Modified:
  pdf2djvu/trunk/PKGBUILD

---+
 0001-configure-enable-the-C-11-standard.patch |  104 
 PKGBUILD  |   12 +-
 2 files changed, 111 insertions(+), 5 deletions(-)

Added: 0001-configure-enable-the-C-11-standard.patch
===
--- 0001-configure-enable-the-C-11-standard.patch   
(rev 0)
+++ 0001-configure-enable-the-C-11-standard.patch   2017-08-01 18:59:01 UTC 
(rev 247378)
@@ -0,0 +1,104 @@
+From 8f8abd65767ad5d1f2b5d675509789d6c04524d9 Mon Sep 17 00:00:00 2001
+From: Jakub Wilk 
+Date: Fri, 11 Nov 2016 17:26:13 +0100
+Subject: [PATCH] configure: enable the C++11 standard.
+
+---
+ acinclude.m4 | 57 -
+ configure.ac |  3 ++-
+ 2 files changed, 58 insertions(+), 2 deletions(-)
+
+diff --git a/acinclude.m4 b/acinclude.m4
+index 4dedbfc..c12339c 100644
+--- a/acinclude.m4
 b/acinclude.m4
+@@ -1,4 +1,4 @@
+-dnl | Copyright © 2015 Jakub Wilk 
++dnl | Copyright © 2015-2016 Jakub Wilk 
+ dnl |
+ dnl | This file is part of pdf2djvu.
+ dnl |
+@@ -95,4 +95,59 @@ AC_DEFUN(
+ ]
+ )
+ 
++# AX_CXX_COMPILE_STDCXX_11 is too thorough. It would reject GCC 4.6, even
++# though this compiler implements enough C++11 bits for our purposes.
++
++m4_define([_P_CXX11_CODE], [
++void* test()
++{
++auto t = nullptr;
++return t;
++}
++])
++
++# P_CXX11()
++
++AC_DEFUN(
++[P_CXX11],
++[
++have_cxx11=no
++AC_MSG_CHECKING([whether $CXX supports C++11])
++AC_COMPILE_IFELSE(
++[AC_LANG_PROGRAM([_P_CXX11_CODE])],
++[
++AC_MSG_RESULT([yes])
++have_cxx11=yes
++],
++[
++AC_MSG_RESULT([no])
++for cxx_std in 'gnu++11' 'gnu++0x'
++do
++cxx_opt="-std=$cxx_std"
++AC_MSG_CHECKING([whether $CXX $cxx_opt supports C++11])
++p_CXXFLAGS="$CXXFLAGS"
++CXXFLAGS="$CXXFLAGS $cxx_opt"
++AC_COMPILE_IFELSE(
++[AC_LANG_PROGRAM([_P_CXX11_CODE])],
++[
++AC_MSG_RESULT([yes])
++have_cxx11=yes
++],
++[
++AC_MSG_RESULT([no])
++CXXFLAGS="$p_CXXFLAGS"
++]
++)
++test $have_cxx11 = yes && break
++done
++]
++)
++if test $have_cxx11 = no
++then
++AC_MSG_ERROR([the compiler does not support C++11])
++fi
++]
++)
++
++
+ dnl vim:ts=4 sts=4 sw=4 et ft=config
+diff --git a/configure.ac b/configure.ac
+index 38eec41..67b8c9e 100644
+--- a/configure.ac
 b/configure.ac
+@@ -30,6 +30,8 @@ AC_PREPROC_IFELSE(
+ 
+ AC_PROG_CXX
+ 
++P_CXX11
++
+ AC_SYS_LARGEFILE
+ 
+ AC_OPENMP
+@@ -165,7 +167,6 @@ P_CHECK_FUNC(
+ # Turn on compile warnings:
+ 
+ P_MAYBE_ADD_CXXFLAGS(
+-  [-std=gnu++98],
+   [-Wall],
+   [-Wempty-body],
+   [-Werror=overloaded-virtual],
+-- 
+2.13.3
+

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:41:39 UTC (rev 247377)
+++ PKGBUILD2017-08-01 18:59:01 UTC (rev 247378)
@@ -11,15 +11,16 @@
 license=('GPL')
 depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
 makedepends=('python2-nose' 'ttf-liberation')
-source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc}
+0001-configure-enable-the-C-11-standard.patch)
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
 
 prepare() {
 cd ${srcdir}/${pkgname}-${pkgver}
 
-# Must compile in C++11 mode because poppler/PDFDoc.h makes use of nullptr
-# Issue introduced in poppler 0.57.0: https://bugs.freedesktop.org/101208
-sed -i '/CXXFLAGS/s/-std=gnu++98//' configure
+# Build in C++11 mode; needed when building against poppler >= 0.57.0
+patch -Np1 -i ../0001-configure-enable-the-C-11-standard.patch
+autoreconf -v
 }
 
 build() {
@@ -42,4 +43,5 @@
 make install DESTDIR=${pkgdir}
 }
 md5sums=('4c78d594db304dca7435592eb85e15a4'
- 'SKIP')
+ 'SKIP'
+ '9c32ee3f6a3b8c9316d6825dc6bebe74')


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

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:41:30
  Author: foutrelis
Revision: 247376

poppler 0.57.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:40:20 UTC (rev 247375)
+++ PKGBUILD2017-08-01 18:41:30 UTC (rev 247376)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.9.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://jwilk.net/software/pdf2djvu;


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

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:41:39
  Author: foutrelis
Revision: 247377

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  pdf2djvu/repos/community-staging-i686/
  pdf2djvu/repos/community-staging-i686/PKGBUILD
(from rev 247376, pdf2djvu/trunk/PKGBUILD)
  pdf2djvu/repos/community-staging-x86_64/
  pdf2djvu/repos/community-staging-x86_64/PKGBUILD
(from rev 247376, pdf2djvu/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 247376, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 18:41:39 UTC (rev 247377)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.5
+pkgrel=4
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# Must compile in C++11 mode because poppler/PDFDoc.h makes use of nullptr
+# Issue introduced in poppler 0.57.0: https://bugs.freedesktop.org/101208
+sed -i '/CXXFLAGS/s/-std=gnu++98//' configure
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}
+md5sums=('4c78d594db304dca7435592eb85e15a4'
+ 'SKIP')

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 247376, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 18:41:39 UTC (rev 247377)
@@ -0,0 +1,45 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.5
+pkgrel=4
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+# Must compile in C++11 mode because poppler/PDFDoc.h makes use of nullptr
+# Issue introduced in poppler 0.57.0: https://bugs.freedesktop.org/101208
+sed -i '/CXXFLAGS/s/-std=gnu++98//' configure
+}
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}
+md5sums=('4c78d594db304dca7435592eb85e15a4'
+ 'SKIP')


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

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:40:20
  Author: foutrelis
Revision: 247375

Fix build with poppler 0.57.0

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:31:11 UTC (rev 247374)
+++ PKGBUILD2017-08-01 18:40:20 UTC (rev 247375)
@@ -14,7 +14,14 @@
 
source=(https://github.com/jwilk/pdf2djvu/releases/download/$pkgver/pdf2djvu-$pkgver.tar.xz{,.asc})
 validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
 
+prepare() {
+cd ${srcdir}/${pkgname}-${pkgver}
 
+# Must compile in C++11 mode because poppler/PDFDoc.h makes use of nullptr
+# Issue introduced in poppler 0.57.0: https://bugs.freedesktop.org/101208
+sed -i '/CXXFLAGS/s/-std=gnu++98//' configure
+}
+
 build() {
 cd ${srcdir}/${pkgname}-${pkgver}
 


[arch-commits] Commit in gambas3/repos (8 files)

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:31:11
  Author: foutrelis
Revision: 247374

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 247373, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/gambas3-gcc7.patch
(from rev 247373, gambas3/trunk/gambas3-gcc7.patch)
  gambas3/repos/community-staging-i686/prefer-qt5.patch
(from rev 247373, gambas3/trunk/prefer-qt5.patch)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 247373, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/gambas3-gcc7.patch
(from rev 247373, gambas3/trunk/gambas3-gcc7.patch)
  gambas3/repos/community-staging-x86_64/prefer-qt5.patch
(from rev 247373, gambas3/trunk/prefer-qt5.patch)

-+
 community-staging-i686/PKGBUILD | 1136 ++
 community-staging-i686/gambas3-gcc7.patch   |   11 
 community-staging-i686/prefer-qt5.patch |   57 +
 community-staging-x86_64/PKGBUILD   | 1136 ++
 community-staging-x86_64/gambas3-gcc7.patch |   11 
 community-staging-x86_64/prefer-qt5.patch   |   57 +
 6 files changed, 2408 insertions(+)

Copied: gambas3/repos/community-staging-i686/PKGBUILD (from rev 247373, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 18:31:11 UTC (rev 247374)
@@ -0,0 +1,1136 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 
'gambas3-gb-crypt' 'gambas3-gb-dbus'
+ 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite3' 
'gambas3-gb-db'
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal'
+ 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
+ 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
+ 'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
+ 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
+ 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4'
+ 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 
'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner'
+ 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal'
+ 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
+ 'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
+pkgver=3.9.2
+pkgrel=8
+pkgdesc="A free development environment based on a Basic interpreter."
+arch=('i686' 'x86_64')
+url="http://gambas.sourceforge.net/;
+license=('GPL2')
+groups=('gambas3')
+makedepends=('intltool' 'postgresql' 'libffi' 'bzip2' 'glib2' 'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
+ 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite' 'librsvg'
+ 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 
'sdl2_ttf' 'libxtst'
+ 'pcre' 'qt4' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 
'libsm' 'dbus' 'libxml2'
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
+'gmime')
+options=('!emptydirs' 'libtool')
+source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;
+'prefer-qt5.patch' 'gambas3-gcc7.patch')
+md5sums=('e7775977ed25f944468904553d67b8f1'
+ '71131eb16bbdf27bf6d329f089602cf7'
+ '97c31d0589c1fe0c5d35af11038f8362')
+
+create_dirs() {
+  install -dm755 ${pkgdir}/usr/lib/gambas3
+  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
+}
+
+prepare() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Fix build with GCC 7
+  patch -p3 -i 

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

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:30:29
  Author: foutrelis
Revision: 247373

poppler 0.57.0 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:19:03 UTC (rev 247372)
+++ PKGBUILD2017-08-01 18:30:29 UTC (rev 247373)
@@ -16,7 +16,7 @@
  'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
  'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.9.2
-pkgrel=7
+pkgrel=8
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/;


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

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 18:19:03
  Author: demize
Revision: 247372

Remove cargo makedepend since it's part of this package now

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:16:05 UTC (rev 247371)
+++ PKGBUILD2017-08-01 18:19:03 UTC (rev 247372)
@@ -14,7 +14,7 @@
 arch=('x86_64' 'i686')
 license=('MIT' 'Apache')
 
-makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake')
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake')
 
 options=('!emptydirs')
 


[arch-commits] Commit in pgadmin4/repos (16 files)

2017-08-01 Thread Levente Polyak
Date: Tuesday, August 1, 2017 @ 18:16:05
  Author: anthraxx
Revision: 247371

archrelease: copy trunk to community-i686, community-x86_64

Added:
  pgadmin4/repos/community-i686/PKGBUILD
(from rev 247370, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-i686/config_distro.py
(from rev 247370, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-i686/config_local.py
(from rev 247370, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-i686/pgAdmin4.desktop
(from rev 247370, pgadmin4/trunk/pgAdmin4.desktop)
  pgadmin4/repos/community-x86_64/PKGBUILD
(from rev 247370, pgadmin4/trunk/PKGBUILD)
  pgadmin4/repos/community-x86_64/config_distro.py
(from rev 247370, pgadmin4/trunk/config_distro.py)
  pgadmin4/repos/community-x86_64/config_local.py
(from rev 247370, pgadmin4/trunk/config_local.py)
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop
(from rev 247370, pgadmin4/trunk/pgAdmin4.desktop)
Deleted:
  pgadmin4/repos/community-i686/PKGBUILD
  pgadmin4/repos/community-i686/config_distro.py
  pgadmin4/repos/community-i686/config_local.py
  pgadmin4/repos/community-i686/pgAdmin4.desktop
  pgadmin4/repos/community-x86_64/PKGBUILD
  pgadmin4/repos/community-x86_64/config_distro.py
  pgadmin4/repos/community-x86_64/config_local.py
  pgadmin4/repos/community-x86_64/pgAdmin4.desktop

---+
 /PKGBUILD |  198 
 /config_distro.py |4 
 /pgAdmin4.desktop |   22 
 community-i686/PKGBUILD   |   83 ---
 community-i686/config_distro.py   |2 
 community-i686/pgAdmin4.desktop   |   11 --
 community-x86_64/PKGBUILD |   83 ---
 community-x86_64/config_distro.py |2 
 community-x86_64/pgAdmin4.desktop |   11 --
 9 files changed, 224 insertions(+), 192 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-01 18:15:46 UTC (rev 247370)
+++ community-i686/PKGBUILD 2017-08-01 18:16:05 UTC (rev 247371)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Jerome Leclanche 
-
-pkgname=pgadmin4
-pkgver=1.6
-pkgrel=1
-pkgdesc="Comprehensive design and management interface for PostgreSQL"
-arch=("i686" "x86_64")
-url="https://www.pgadmin.org/;
-license=("custom")
-depends=("qt5-webengine" "python" "postgresql-libs" "hicolor-icon-theme")
-makedepends=("python-setuptools" "imagemagick")
-source=(
-   
"https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v$pkgver/source/$pkgname-$pkgver.tar.gz"{,.sig}
-   "pgAdmin4.desktop"
-   "config_distro.py"
-   "config_local.py"
-   # 
https://www.postgresql.org/message-id/CAMQ-g0dHUN2SFioNg93hCTJkRR3LsVZ-ZvhUh6in%2BO4UAU2Qow%40mail.gmail.com
-)
-sha256sums=(
-   "514c021994c91eb9adb4a42edcec12974b473175289d48a5824b8c0f4e15e0c8"
-   "SKIP"
-   "9a39a321fa5a7fcf4f7f7abf6872de6de537800212e9f6f4902ed37b806765b7"
-   "510c11bf26fa335548ec4c582bc9f5a5242b8e03f3cb0b7c19e6bfd12b6d663c"
-   "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
-)
-validpgpkeys=(
-   "E0C4CEEB826B1FDA4FB468E024ADFAAF698F1519"
-)
-
-
-prepare() {
-   cd "$pkgname-$pkgver"
-   convert runtime/pgAdmin4.{ico,png}
-
-   /usr/bin/python -m venv "$srcdir/$pkgname-$pkgver/venv"
-   "$srcdir/$pkgname-$pkgver/venv/bin/python" -m pip install -r 
"$srcdir/$pkgname-$pkgver/requirements.txt"
-
-   /usr/bin/python -m venv "$srcdir/$pkgname-$pkgver/venv-docs"
-   "$srcdir/$pkgname-$pkgver/venv-docs/bin/python" -m pip install -r 
"$srcdir/$pkgname-$pkgver/requirements.txt"
-   "$srcdir/$pkgname-$pkgver/venv-docs/bin/python" -m pip install sphinx
-}
-
-
-build() {
-   export LANG=en_US.UTF-8
-   export LC_ALL=en_US.UTF-8
-
-   cd "$pkgname-$pkgver/runtime"
-   qmake CONFIG+=release
-   make
-
-   PATH="$srcdir/$pkgname-$pkgver/venv-docs/bin:$PATH" make -C 
"$srcdir/$pkgname-$pkgver" docs
-}
-
-
-package() {
-   cd "$pkgname-$pkgver"
-
-   install -D runtime/pgAdmin4 "$pkgdir/usr/lib/pgadmin4/runtime/pgAdmin4"
-
-   cp -a docs web "$pkgdir/usr/lib/pgadmin4"
-   cp -a venv "$pkgdir/usr/lib/pgadmin4/venv"
-
-   install -Dm644 "$srcdir/config_distro.py" 
"$pkgdir/usr/lib/pgadmin4/web/config_distro.py"
-   install -Dm644 "$srcdir/config_local.py" 
"$pkgdir/usr/lib/pgadmin4/web/config_local.py"
-
-   ### Launcher
-
-   install -Dm644 runtime/pgAdmin4-0.png 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/pgAdmin4.png"
-   install -Dm644 runtime/pgAdmin4-1.png 
"$pkgdir/usr/share/icons/hicolor/48x48/apps/pgAdmin4.png"
-   install -Dm644 runtime/pgAdmin4-2.png 
"$pkgdir/usr/share/icons/hicolor/32x32/apps/pgAdmin4.png"
-   install -Dm644 runtime/pgAdmin4-3.png 
"$pkgdir/usr/share/icons/hicolor/16x16/apps/pgAdmin4.png"
-
-   install -Dm644 "$srcdir/pgAdmin4.desktop" 

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

2017-08-01 Thread Levente Polyak
Date: Tuesday, August 1, 2017 @ 18:15:46
  Author: anthraxx
Revision: 247370

upgpkg: pgadmin4 1.6-2 (fixed python venv wonkyness)

Modified:
  pgadmin4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:14:40 UTC (rev 247369)
+++ PKGBUILD2017-08-01 18:15:46 UTC (rev 247370)
@@ -3,12 +3,12 @@
 
 pkgname=pgadmin4
 pkgver=1.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Comprehensive design and management interface for PostgreSQL"
 arch=("i686" "x86_64")
 url="https://www.pgadmin.org/;
 license=("custom")
-depends=("qt5-webengine" "python" "postgresql-libs" "hicolor-icon-theme")
+depends=("qt5-webengine" "python" "python-psycopg2" "postgresql-libs" 
"hicolor-icon-theme")
 makedepends=("python-setuptools" "imagemagick")
 source=(

"https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v$pkgver/source/$pkgname-$pkgver.tar.gz"{,.sig}
@@ -31,26 +31,31 @@
 
 prepare() {
cd "$pkgname-$pkgver"
+   local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+   sed 's|value("PythonPath")|value("PythonPath", 
"/usr/lib/pgadmin4/venv/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'/site-packages:/usr/lib/python'${PYTHONVERSION}'")|g'
 -i runtime/{pgAdmin4.cpp,Server.cpp,BrowserWindow.cpp}
+   sed -r 's|(venv/lib/python)|\1'${PYTHONVERSION}'|g' runtime/Server.cpp
+}
+
+
+build() {
+   export LANG=en_US.UTF-8
+   export LC_ALL=en_US.UTF-8
+
+   cd "$pkgname-$pkgver"
convert runtime/pgAdmin4.{ico,png}
 
-   /usr/bin/python -m venv "$srcdir/$pkgname-$pkgver/venv"
+   python -m venv "$srcdir/$pkgname-$pkgver/venv"
"$srcdir/$pkgname-$pkgver/venv/bin/python" -m pip install -r 
"$srcdir/$pkgname-$pkgver/requirements.txt"
 
-   /usr/bin/python -m venv "$srcdir/$pkgname-$pkgver/venv-docs"
+   python -m venv "$srcdir/$pkgname-$pkgver/venv-docs"
"$srcdir/$pkgname-$pkgver/venv-docs/bin/python" -m pip install -r 
"$srcdir/$pkgname-$pkgver/requirements.txt"
"$srcdir/$pkgname-$pkgver/venv-docs/bin/python" -m pip install sphinx
-}
 
+   PATH="$srcdir/$pkgname-$pkgver/venv-docs/bin:$PATH" make docs
 
-build() {
-   export LANG=en_US.UTF-8
-   export LC_ALL=en_US.UTF-8
-
-   cd "$pkgname-$pkgver/runtime"
+   cd runtime
qmake CONFIG+=release
make
-
-   PATH="$srcdir/$pkgname-$pkgver/venv-docs/bin:$PATH" make -C 
"$srcdir/$pkgname-$pkgver" docs
 }
 
 
@@ -65,6 +70,11 @@
install -Dm644 "$srcdir/config_distro.py" 
"$pkgdir/usr/lib/pgadmin4/web/config_distro.py"
install -Dm644 "$srcdir/config_local.py" 
"$pkgdir/usr/lib/pgadmin4/web/config_local.py"
 
+   ### fixup some python wonkyness
+   local PYTHONVERSION="$(python -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+   rm -r 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/site-packages/psycopg2"
+   ln -s /usr/lib/python3.6/lib-dynload 
"${pkgdir}/usr/lib/pgadmin4/venv/lib/python${PYTHONVERSION}/lib-dynload"
+
### Launcher
 
install -Dm644 runtime/pgAdmin4-0.png 
"$pkgdir/usr/share/icons/hicolor/256x256/apps/pgAdmin4.png"
@@ -76,8 +86,14 @@
 
install -D /dev/stdin "$pkgdir/usr/bin/pgadmin4" <

[arch-commits] Commit in rust/repos (8 files)

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 18:14:40
  Author: demize
Revision: 247369

archrelease: copy trunk to community-x86_64, community-i686

Added:
  
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 247368, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-i686/PKGBUILD
(from rev 247368, rust/trunk/PKGBUILD)
  rust/repos/community-i686/bootstrap-config.toml
(from rev 247368, rust/trunk/bootstrap-config.toml)
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 247368, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-x86_64/PKGBUILD
(from rev 247368, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/bootstrap-config.toml
(from rev 247368, rust/trunk/bootstrap-config.toml)
Deleted:
  rust/repos/community-i686/PKGBUILD
  rust/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  
156 ++
 community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch   |   
32 ++
 community-i686/PKGBUILD   |   
78 -
 community-i686/bootstrap-config.toml  |   
27 +
 community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch |   
32 ++
 community-x86_64/PKGBUILD |   
78 -
 community-x86_64/bootstrap-config.toml|   
27 +
 7 files changed, 274 insertions(+), 156 deletions(-)

Copied: 
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
 (from rev 247368, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
===
--- community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
(rev 0)
+++ community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-08-01 18:14:40 UTC (rev 247369)
@@ -0,0 +1,32 @@
+From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 20 Jul 2017 23:07:01 +0200
+Subject: [PATCH] librustc_llvm/build: Force link against libffi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
+turned out to take quite a bit of effort, so force libffi linking in
+here for now.
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_llvm/build.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
+index 3f0f536960..7dc0c40c9d 100644
+--- a/src/librustc_llvm/build.rs
 b/src/librustc_llvm/build.rs
+@@ -220,6 +220,7 @@ fn main() {
+ };
+ println!("cargo:rustc-link-lib={}={}", kind, name);
+ }
++println!("cargo:rustc-link-lib=dylib=ffi");
+ 
+ // LLVM ldflags
+ //
+-- 
+2.13.3
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-01 18:13:17 UTC (rev 247368)
+++ community-i686/PKGBUILD 2017-08-01 18:14:40 UTC (rev 247369)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.19.0
-pkgrel=2
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64' 'i686')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake')
-
-options=('!emptydirs')
-
-provides=('cargo')
-conflicts=('cargo')
-replaces=('cargo')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-0001-librustc_llvm-build-Force-link-against-libffi.patch
-bootstrap-config.toml)
-
-sha256sums=('15231f5053fb72ad82be91f5abfd6aa60cb7898c5089e4f1ac5910a731090c51'
-'SKIP'
-'563529da8e02f575ddde7247d5fc5350d74031daa54743b86d075f3c45ae2713'
-'4252d4873a840216115ee306e4d689819bc791ee05bedd1faa0b00c49ff91c62')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  patch -p1 <"$srcdir"/0001-librustc_llvm-build-Force-link-against-libffi.patch
-  cp "$srcdir"/bootstrap-config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package_rust() {
-  

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

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 18:13:17
  Author: demize
Revision: 247368

archrelease: copy trunk to community-x86_64, community-i686

Deleted:
  
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
  rust/repos/community-i686/bootstrap-config.toml
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
  rust/repos/community-x86_64/bootstrap-config.toml

---+
 community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch   |   
32 --
 community-i686/bootstrap-config.toml  |   
27 
 community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch |   
32 --
 community-x86_64/bootstrap-config.toml|   
27 
 4 files changed, 118 deletions(-)

Deleted: community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
===
--- community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-08-01 18:13:05 UTC (rev 247367)
+++ community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-08-01 18:13:17 UTC (rev 247368)
@@ -1,32 +0,0 @@
-From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 20 Jul 2017 23:07:01 +0200
-Subject: [PATCH] librustc_llvm/build: Force link against libffi
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
-turned out to take quite a bit of effort, so force libffi linking in
-here for now.
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_llvm/build.rs | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
-index 3f0f536960..7dc0c40c9d 100644
 a/src/librustc_llvm/build.rs
-+++ b/src/librustc_llvm/build.rs
-@@ -220,6 +220,7 @@ fn main() {
- };
- println!("cargo:rustc-link-lib={}={}", kind, name);
- }
-+println!("cargo:rustc-link-lib=dylib=ffi");
- 
- // LLVM ldflags
- //
--- 
-2.13.3
-

Deleted: community-i686/bootstrap-config.toml
===
--- community-i686/bootstrap-config.toml2017-08-01 18:13:05 UTC (rev 
247367)
+++ community-i686/bootstrap-config.toml2017-08-01 18:13:17 UTC (rev 
247368)
@@ -1,27 +0,0 @@
-[build]
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"
-python = "python2.7"
-extended = true
-# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
-verbose = 0
-# Build the sanitizer runtimes
-#sanitizers = false
-
-[install]
-prefix = "/usr"
-
-[rust]
-codegen-units = 0
-debuginfo = true
-
-# Whether or not line number debug information is emitted
-#debuginfo-lines = false
-
-channel = "stable"
-
-[target.x86_64-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"
-
-[target.i686-unknown-linux-gnu]
-llvm-config = "/usr/bin/llvm-config"

Deleted: 
community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
===
--- community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch   
2017-08-01 18:13:05 UTC (rev 247367)
+++ community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch   
2017-08-01 18:13:17 UTC (rev 247368)
@@ -1,32 +0,0 @@
-From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 20 Jul 2017 23:07:01 +0200
-Subject: [PATCH] librustc_llvm/build: Force link against libffi
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
-turned out to take quite a bit of effort, so force libffi linking in
-here for now.
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_llvm/build.rs | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
-index 3f0f536960..7dc0c40c9d 100644
 a/src/librustc_llvm/build.rs
-+++ b/src/librustc_llvm/build.rs
-@@ -220,6 +220,7 @@ fn main() {
- };
- println!("cargo:rustc-link-lib={}={}", kind, name);
- }
-+println!("cargo:rustc-link-lib=dylib=ffi");
- 
- // LLVM ldflags
- //
--- 
-2.13.3
-

Deleted: community-x86_64/bootstrap-config.toml
===
--- community-x86_64/bootstrap-config.toml  2017-08-01 18:13:05 UTC (rev 
247367)
+++ community-x86_64/bootstrap-config.toml  2017-08-01 18:13:17 UTC (rev 
247368)
@@ -1,27 +0,0 @@
-[build]
-cargo = "/usr/bin/cargo"
-rustc = "/usr/bin/rustc"

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

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 18:13:05
  Author: demize
Revision: 247367

upgpkg: rust 1:1.19.0-3

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 17:53:43 UTC (rev 247366)
+++ PKGBUILD2017-08-01 18:13:05 UTC (rev 247367)
@@ -7,7 +7,7 @@
 pkgname=('rust' 'rust-docs')
 epoch=1
 pkgver=1.19.0
-pkgrel=2
+pkgrel=3
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -18,10 +18,6 @@
 
 options=('!emptydirs')
 
-provides=('cargo')
-conflicts=('cargo')
-replaces=('cargo')
-
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 0001-librustc_llvm-build-Force-link-against-libffi.patch
 bootstrap-config.toml)
@@ -48,7 +44,11 @@
 
 package_rust() {
   depends=('gcc-libs' 'llvm-libs')
+  provides=('cargo')
+  conflicts=('cargo')
+  replaces=('cargo')
 
+
   cd "rustc-$pkgver-src"
 
   DESTDIR="$pkgdir" python2 ./x.py install


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 18:11:34
  Author: felixonmars
Revision: 301474

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  inkscape/repos/staging-i686/
  inkscape/repos/staging-i686/PKGBUILD
(from rev 301473, inkscape/trunk/PKGBUILD)
  inkscape/repos/staging-x86_64/
  inkscape/repos/staging-x86_64/PKGBUILD
(from rev 301473, inkscape/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   57 ++
 staging-x86_64/PKGBUILD |   57 ++
 2 files changed, 114 insertions(+)

Copied: inkscape/repos/staging-i686/PKGBUILD (from rev 301473, 
inkscape/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-01 18:11:34 UTC (rev 301474)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.1
+pkgrel=5
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=('https://media.inkscape.org/dl/resources/file/inkscape-0.92.1.tar_XlpI7qT.bz2')
+sha256sums=('257405bf802de125f17d123638093a37db02ebe334d243cf9b0d8903f7c89005')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+   --with-python \
+   --with-perl \
+   --enable-lcms \
+   --enable-poppler-cairo \
+   --disable-strict-build \
+   --disable-dependency-tracking
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: inkscape/repos/staging-x86_64/PKGBUILD (from rev 301473, 
inkscape/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-01 18:11:34 UTC (rev 301474)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Kieslich 
+# Contributor: tobias 
+
+pkgname=inkscape
+pkgver=0.92.1
+pkgrel=5
+pkgdesc='Professional vector graphics editor'
+url='https://inkscape.org/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+makedepends=('boost' 'intltool')
+depends=('gc' 'gsl' 'gtkmm' 'gtkspell' 'imagemagick' 'libxslt' 'poppler-glib'
+ 'popt' 'potrace' 'ttf-dejavu' 'python2' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+optdepends=('gvfs: import clip art'
+'pstoedit: latex formulas'
+'python2-scour: optimized SVG output'
+'texlive-core: latex formulas'
+'python2-numpy: some extensions'
+'python2-lxml: some extensions and filters'
+'uniconvertor: reading/writing to some proprietary formats')
+source=('https://media.inkscape.org/dl/resources/file/inkscape-0.92.1.tar_XlpI7qT.bz2')
+sha256sums=('257405bf802de125f17d123638093a37db02ebe334d243cf9b0d8903f7c89005')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./autogen.sh
+
+   sed -i 's|/usr/bin/python\>|/usr/bin/python2|g' cxxtest/*.py
+   sed -i 's|/usr/bin/env python\>|/usr/bin/env python2|g' 
share/*/{test/,}*.py
+   sed -i 's|"python" },|"python2" },|g' 
src/extension/implementation/script.cpp
+   sed -i 's|python -c|python2 -c|g' configure share/extensions/uniconv*.py
+   sed -i 's|"python"|"python2"|g' src/main.cpp
+
+   sed -i 's| abs(| std::fabs(|g' src/ui/tools/flood-tool.cpp
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   ./configure \
+   --prefix=/usr \
+  

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 18:11:08
  Author: felixonmars
Revision: 301473

poppler 0.57.0 rebuild

Modified:
  inkscape/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 18:09:24 UTC (rev 301472)
+++ PKGBUILD2017-08-01 18:11:08 UTC (rev 301473)
@@ -5,7 +5,7 @@
 
 pkgname=inkscape
 pkgver=0.92.1
-pkgrel=4
+pkgrel=5
 pkgdesc='Professional vector graphics editor'
 url='https://inkscape.org/'
 license=('GPL' 'LGPL')


[arch-commits] Commit in libreoffice-fresh/repos (10 files)

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:09:24
  Author: foutrelis
Revision: 301472

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  libreoffice-fresh/repos/staging-i686/
  libreoffice-fresh/repos/staging-i686/PKGBUILD
(from rev 301471, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.csh
(from rev 301471, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-i686/libreoffice-fresh.sh
(from rev 301471, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-i686/make-pyuno-work-with-system-wide-module-install.diff
(from rev 301471, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)
  libreoffice-fresh/repos/staging-x86_64/
  libreoffice-fresh/repos/staging-x86_64/PKGBUILD
(from rev 301471, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.csh
(from rev 301471, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/staging-x86_64/libreoffice-fresh.sh
(from rev 301471, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 301471, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

-+
 staging-i686/PKGBUILD   |  376 
++
 staging-i686/libreoffice-fresh.csh  |6 
 staging-i686/libreoffice-fresh.sh   |6 
 staging-i686/make-pyuno-work-with-system-wide-module-install.diff   |   18 
 staging-x86_64/PKGBUILD |  376 
++
 staging-x86_64/libreoffice-fresh.csh|6 
 staging-x86_64/libreoffice-fresh.sh |6 
 staging-x86_64/make-pyuno-work-with-system-wide-module-install.diff |   18 
 8 files changed, 812 insertions(+)

Copied: libreoffice-fresh/repos/staging-i686/PKGBUILD (from rev 301471, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-01 18:09:24 UTC (rev 301472)
@@ -0,0 +1,376 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# 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_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=5.4.0.3
+pkgver=5.4.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'clucene' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'glm' 'libxinerama' 
'libpagemaker'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode')
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_63_0.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   ${_additional_source_url}/commons-logging-1.2-src.tar.gz
+   

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

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 18:08:02
  Author: foutrelis
Revision: 301471

poppler 0.57.0 rebuild

Modified:
  libreoffice-fresh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 17:50:02 UTC (rev 301470)
+++ PKGBUILD2017-08-01 18:08:02 UTC (rev 301471)
@@ -13,7 +13,7 @@
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
 _LOver=5.4.0.3
 pkgver=5.4.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 17:53:43
  Author: felixonmars
Revision: 247366

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  idris/repos/community-staging-i686/
  idris/repos/community-staging-i686/PKGBUILD
(from rev 247365, idris/trunk/PKGBUILD)
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 247365, idris/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   56 
 community-staging-x86_64/PKGBUILD |   56 
 2 files changed, 112 insertions(+)

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 247365, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 17:53:43 UTC (rev 247366)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.0
+pkgrel=51
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "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")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+prepare() {
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+Idris-dev-$pkgver/libs/*/Makefile
+}
+
+build() {
+cd "$srcdir"/Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--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 haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 247365, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 17:53:43 UTC (rev 247366)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.0
+pkgrel=51
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "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" 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 17:53:23
  Author: felixonmars
Revision: 247365

upgpkg: idris 1.0-51

rebuild with th-abstraction,0.2.4.0

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 17:11:26 UTC (rev 247364)
+++ PKGBUILD2017-08-01 17:53:23 UTC (rev 247365)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.0
-pkgrel=50
+pkgrel=51
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


[arch-commits] Commit in sqlite/repos (6 files)

2017-08-01 Thread Andreas Radke
Date: Tuesday, August 1, 2017 @ 17:50:02
  Author: andyrtr
Revision: 301470

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 301469, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 301469, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 301469, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 301469, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |  118 +++
 testing-i686/license.txt   |   33 
 testing-x86_64/PKGBUILD|  118 +++
 testing-x86_64/license.txt |   33 
 4 files changed, 302 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 301469, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-01 17:50:02 UTC (rev 301470)
@@ -0,0 +1,118 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
+_srcver=320
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.20.0
+pkgrel=1
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=(https://www.sqlite.org/2017/sqlite-src-${_srcver}.zip
+https://www.sqlite.org/2017/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('f0463bd42d51052693b8ac7ff671ac7a0acf1215'
+  'b22bd9952f7857d9cfe2b25482f1759f23d22389'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_ENABLE_FTS3_TOKENIZER=1 \
+ -DSQLITE_SECURE_DELETE \
+ -DSQLITE_MAX_VARIABLE_NUMBER=25 \
+ -DSQLITE_MAX_EXPR_DEPTH=1"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+
+  cd sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+
+  cd sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 301469, 
sqlite/trunk/license.txt)

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

2017-08-01 Thread Andreas Radke
Date: Tuesday, August 1, 2017 @ 17:47:22
  Author: andyrtr
Revision: 301469

upgpkg: sqlite 3.20.0-1

upstream update 3.20.0

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 17:00:31 UTC (rev 301468)
+++ PKGBUILD2017-08-01 17:47:22 UTC (rev 301469)
@@ -4,10 +4,10 @@
 
 pkgbase="sqlite"
 pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer')
-_srcver=3190300
+_srcver=320
 _docver=${_srcver}
 #_docver=3080001
-pkgver=3.19.3
+pkgver=3.20.0
 pkgrel=1
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
@@ -18,8 +18,8 @@
 https://www.sqlite.org/2017/sqlite-doc-${_docver}.zip
 license.txt)
 options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
-sha1sums=('41ad08f1268fa35e0bd9715c33bf51dee81b7bfc'
-  '591a68cb165737bf024575fe90d4e28df0a57b65'
+sha1sums=('f0463bd42d51052693b8ac7ff671ac7a0acf1215'
+  'b22bd9952f7857d9cfe2b25482f1759f23d22389'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {


[arch-commits] Commit in cargo/repos (community-i686)

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 17:11:26
  Author: demize
Revision: 247364

db-remove: cargo removed by demize

Deleted:
  cargo/repos/community-i686/


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

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 17:11:17
  Author: demize
Revision: 247363

db-remove: cargo removed by demize

Deleted:
  cargo/repos/community-x86_64/


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

2017-08-01 Thread Gaëtan Bisson
Date: Tuesday, August 1, 2017 @ 17:00:31
  Author: bisson
Revision: 301468

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  s-nail/repos/testing-i686/
  s-nail/repos/testing-i686/PKGBUILD
(from rev 301467, s-nail/trunk/PKGBUILD)
  s-nail/repos/testing-x86_64/
  s-nail/repos/testing-x86_64/PKGBUILD
(from rev 301467, s-nail/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   53 ++
 testing-x86_64/PKGBUILD |   53 ++
 2 files changed, 106 insertions(+)

Copied: s-nail/repos/testing-i686/PKGBUILD (from rev 301467, 
s-nail/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-08-01 17:00:31 UTC (rev 301468)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.1
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5' 'libidn')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('f5a4a922f35dc62ff3fc6a5bfbdbec1a4839dce93016a0217e679155dc858201'
+'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make MAKEJOBS=--jobs build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: s-nail/repos/testing-x86_64/PKGBUILD (from rev 301467, 
s-nail/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-08-01 17:00:31 UTC (rev 301468)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Sergej Pupykin 
+# Contributor: Andreas Wagner 
+
+pkgname=s-nail
+pkgver=14.9.1
+pkgrel=1
+pkgdesc='Mail processing system with a command syntax reminiscent of ed'
+url='http://www.sdaoden.eu/code.html#s-nail'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'krb5' 'libidn')
+optdepends=('smtp-forwarder: for sending mail')
+validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
+source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
+sha256sums=('f5a4a922f35dc62ff3fc6a5bfbdbec1a4839dce93016a0217e679155dc858201'
+'SKIP')
+
+groups=('base')
+backup=('etc/mail.rc')
+replaces=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+provides=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+conflicts=('mailx' 'mailx-heirloom' 'heirloom-mailx')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   CFLAGS+=" $CPPFLAGS"
+   make \
+   VAL_PREFIX=/usr \
+   VAL_SYSCONFDIR=/etc \
+   VAL_LIBEXECDIR=/usr/lib \
+   VAL_MAIL=/var/spool/mail \
+   VAL_SID= VAL_MAILX=mail \
+   OPT_AUTOCC=0 \
+   config
+
+   make MAKEJOBS=--jobs build
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make test
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   ln -sf mail "${pkgdir}"/usr/bin/mailx
+   ln -sf mail.1.gz "${pkgdir}"/usr/share/man/man1/mailx.1.gz
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:59:55
  Author: felixonmars
Revision: 247362

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-trifecta/repos/community-staging-i686/
  haskell-trifecta/repos/community-staging-i686/PKGBUILD
(from rev 247361, haskell-trifecta/trunk/PKGBUILD)
  haskell-trifecta/repos/community-staging-x86_64/
  haskell-trifecta/repos/community-staging-x86_64/PKGBUILD
(from rev 247361, haskell-trifecta/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
247361, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:59:55 UTC (rev 247362)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=36
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
247361, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:59:55 UTC (rev 247362)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.6.2.1
+pkgrel=36
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('bab3724de8ed4f5283deb99013debf2e223e9e2c3c975e7d9b9bd44a9b30fbe5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:59:35
  Author: felixonmars
Revision: 247361

upgpkg: haskell-trifecta 1.6.2.1-36

rebuild with th-abstraction,0.2.4.0

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:56:32 UTC (rev 247360)
+++ PKGBUILD2017-08-01 16:59:35 UTC (rev 247361)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.6.2.1
-pkgrel=35
+pkgrel=36
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


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

2017-08-01 Thread Gaëtan Bisson
Date: Tuesday, August 1, 2017 @ 16:59:39
  Author: bisson
Revision: 301467

upstream update

Modified:
  s-nail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:02:53 UTC (rev 301466)
+++ PKGBUILD2017-08-01 16:59:39 UTC (rev 301467)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Wagner 
 
 pkgname=s-nail
-pkgver=14.9.0
+pkgver=14.9.1
 pkgrel=1
 pkgdesc='Mail processing system with a command syntax reminiscent of ed'
 url='http://www.sdaoden.eu/code.html#s-nail'
@@ -15,7 +15,7 @@
 optdepends=('smtp-forwarder: for sending mail')
 validpgpkeys=('232C220BCB5690A37BD22FFDEB66022795F382CE')
 source=("https://www.sdaoden.eu/downloads/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('8e9b57f92e6ad7003c3ec48a0a985376f6a1c8df258242852cc39e02dfc887b7'
+sha256sums=('f5a4a922f35dc62ff3fc6a5bfbdbec1a4839dce93016a0217e679155dc858201'
 'SKIP')
 
 groups=('base')


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:56:32
  Author: felixonmars
Revision: 247360

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hledger-api/repos/community-staging-i686/
  hledger-api/repos/community-staging-i686/PKGBUILD
(from rev 247359, hledger-api/trunk/PKGBUILD)
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 247359, hledger-api/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: hledger-api/repos/community-staging-i686/PKGBUILD (from rev 247359, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:56:32 UTC (rev 247360)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3
+pkgrel=18
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 247359, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:56:32 UTC (rev 247360)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.3
+pkgrel=18
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('ghc' 'hledger' "haskell-hledger-lib" "haskell-aeson" 
"haskell-decimal" "haskell-docopt"
+ "haskell-either" "haskell-microlens" "haskell-microlens-platform" 
"haskell-safe"
+ "haskell-servant-server" "haskell-servant-swagger" "haskell-swagger2" 
"haskell-text"
+ "haskell-wai" "haskell-wai-extra" "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('1349f1943afcf7f2bb4000fde580ef48f7f55ecd604c6d1df161449df6ffa00714e06b7ba10b77f07056eeb0711eada1a91559a7606062f83f8f3d4e830ede20')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:56:10
  Author: felixonmars
Revision: 247359

upgpkg: hledger-api 1.3-18

rebuild with th-abstraction,0.2.4.0

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:54:20 UTC (rev 247358)
+++ PKGBUILD2017-08-01 16:56:10 UTC (rev 247359)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.3
-pkgrel=17
+pkgrel=18
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in rust/repos (10 files)

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 16:54:20
  Author: demize
Revision: 247358

archrelease: copy trunk to community-x86_64, community-i686

Added:
  
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 247357, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-i686/PKGBUILD
(from rev 247357, rust/trunk/PKGBUILD)
  rust/repos/community-i686/bootstrap-config.toml
(from rev 247357, rust/trunk/bootstrap-config.toml)
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
(from rev 247357, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
  rust/repos/community-x86_64/PKGBUILD
(from rev 247357, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/bootstrap-config.toml
(from rev 247357, rust/trunk/bootstrap-config.toml)
Deleted:
  
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
  rust/repos/community-i686/bootstrap-config.toml
  
rust/repos/community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch
  rust/repos/community-x86_64/bootstrap-config.toml

---+
 /0001-librustc_llvm-build-Force-link-against-libffi.patch |   
64 +
 /bootstrap-config.toml|   
54 
 community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch   |   
32 --
 community-i686/PKGBUILD   |   
78 ++
 community-i686/bootstrap-config.toml  |  
115 --
 community-x86_64/0001-librustc_llvm-build-Force-link-against-libffi.patch |   
32 --
 community-x86_64/PKGBUILD |   
78 ++
 community-x86_64/bootstrap-config.toml|  
115 --
 8 files changed, 274 insertions(+), 294 deletions(-)

Deleted: community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
===
--- community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-08-01 16:53:34 UTC (rev 247357)
+++ community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-08-01 16:54:20 UTC (rev 247358)
@@ -1,32 +0,0 @@
-From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Thu, 20 Jul 2017 23:07:01 +0200
-Subject: [PATCH] librustc_llvm/build: Force link against libffi
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
-turned out to take quite a bit of effort, so force libffi linking in
-here for now.
-
-Signed-off-by: Johannes Löthberg 

- src/librustc_llvm/build.rs | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
-index 3f0f536960..7dc0c40c9d 100644
 a/src/librustc_llvm/build.rs
-+++ b/src/librustc_llvm/build.rs
-@@ -220,6 +220,7 @@ fn main() {
- };
- println!("cargo:rustc-link-lib={}={}", kind, name);
- }
-+println!("cargo:rustc-link-lib=dylib=ffi");
- 
- // LLVM ldflags
- //
--- 
-2.13.3
-

Copied: 
rust/repos/community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch
 (from rev 247357, 
rust/trunk/0001-librustc_llvm-build-Force-link-against-libffi.patch)
===
--- community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
(rev 0)
+++ community-i686/0001-librustc_llvm-build-Force-link-against-libffi.patch 
2017-08-01 16:54:20 UTC (rev 247358)
@@ -0,0 +1,32 @@
+From 5dbc650a60ddb230f59e5a18ffd298b033566945 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Thu, 20 Jul 2017 23:07:01 +0200
+Subject: [PATCH] librustc_llvm/build: Force link against libffi
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+`llvm-config --libs` doesn't output libffi in many cases.  Fixing it
+turned out to take quite a bit of effort, so force libffi linking in
+here for now.
+
+Signed-off-by: Johannes Löthberg 
+---
+ src/librustc_llvm/build.rs | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/librustc_llvm/build.rs b/src/librustc_llvm/build.rs
+index 3f0f536960..7dc0c40c9d 100644
+--- a/src/librustc_llvm/build.rs
 b/src/librustc_llvm/build.rs
+@@ -220,6 +220,7 @@ fn main() {
+ };
+ println!("cargo:rustc-link-lib={}={}", kind, name);
+ }
++println!("cargo:rustc-link-lib=dylib=ffi");
+ 
+ // LLVM ldflags
+ //
+-- 
+2.13.3
+

Copied: rust/repos/community-i686/PKGBUILD 

[arch-commits] Commit in haskell-servant-swagger/repos (4 files)

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:53:34
  Author: felixonmars
Revision: 247357

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-servant-swagger/repos/community-staging-i686/
  haskell-servant-swagger/repos/community-staging-i686/PKGBUILD
(from rev 247356, haskell-servant-swagger/trunk/PKGBUILD)
  haskell-servant-swagger/repos/community-staging-x86_64/
  haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD
(from rev 247356, haskell-servant-swagger/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-servant-swagger/repos/community-staging-i686/PKGBUILD (from rev 
247356, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:53:34 UTC (rev 247357)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3.1
+pkgrel=6
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-servant-swagger/repos/community-staging-x86_64/PKGBUILD (from 
rev 247356, haskell-servant-swagger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:53:34 UTC (rev 247357)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-swagger
+pkgname=haskell-servant-swagger
+pkgver=1.1.3.1
+pkgrel=6
+pkgdesc="Generate Swagger specification for your servant API."
+url="https://github.com/haskell-servant/servant-swagger;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-http-media" 
"haskell-insert-ordered-containers"
+ "haskell-lens" "haskell-servant" "haskell-swagger2" "haskell-text"
+ "haskell-unordered-containers" "haskell-hspec" "haskell-quickcheck")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ad4acada55a6474dd506f411fa7bc0f79f8acaa71ece1ca26d71bd95e6b6fca68d168cee578a476f0f2f9d450a0bf19f129ce2d4f149494f4b5ad032543f1a86')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:53:12
  Author: felixonmars
Revision: 247356

upgpkg: haskell-servant-swagger 1.1.3.1-6

rebuild with th-abstraction,0.2.4.0

Modified:
  haskell-servant-swagger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:52:23 UTC (rev 247355)
+++ PKGBUILD2017-08-01 16:53:12 UTC (rev 247356)
@@ -5,7 +5,7 @@
 _hkgname=servant-swagger
 pkgname=haskell-servant-swagger
 pkgver=1.1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Generate Swagger specification for your servant API."
 url="https://github.com/haskell-servant/servant-swagger;
 license=("custom:BSD3")


[arch-commits] Commit in rust/trunk (PKGBUILD bootstrap-config.toml)

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 16:52:12
  Author: demize
Revision: 247354

upgpkg: rust 1:1.19.0-2

Modified:
  rust/trunk/PKGBUILD
  rust/trunk/bootstrap-config.toml

---+
 PKGBUILD  |   11 +++--
 bootstrap-config.toml |   92 +---
 2 files changed, 9 insertions(+), 94 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:51:18 UTC (rev 247353)
+++ PKGBUILD2017-08-01 16:52:12 UTC (rev 247354)
@@ -7,7 +7,7 @@
 pkgname=('rust' 'rust-docs')
 epoch=1
 pkgver=1.19.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
 url='https://www.rust-lang.org/'
@@ -14,10 +14,14 @@
 arch=('x86_64' 'i686')
 license=('MIT' 'Apache')
 
-makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
+makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake')
 
 options=('!emptydirs')
 
+provides=('cargo')
+conflicts=('cargo')
+replaces=('cargo')
+
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 0001-librustc_llvm-build-Force-link-against-libffi.patch
 bootstrap-config.toml)
@@ -25,7 +29,7 @@
 sha256sums=('15231f5053fb72ad82be91f5abfd6aa60cb7898c5089e4f1ac5910a731090c51'
 'SKIP'
 '563529da8e02f575ddde7247d5fc5350d74031daa54743b86d075f3c45ae2713'
-'8b25eaee73ad3f349300b6d2b752df5e54abaad0555953db1b294294c5a1a6c9')
+'4252d4873a840216115ee306e4d689819bc791ee05bedd1faa0b00c49ff91c62')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
 
 prepare() {
@@ -44,7 +48,6 @@
 
 package_rust() {
   depends=('gcc-libs' 'llvm-libs')
-  optdepends=('cargo')
 
   cd "rustc-$pkgver-src"
 

Modified: bootstrap-config.toml
===
--- bootstrap-config.toml   2017-08-01 16:51:18 UTC (rev 247353)
+++ bootstrap-config.toml   2017-08-01 16:52:12 UTC (rev 247354)
@@ -1,115 +1,27 @@
-# All options are commented out by default in this file, and they're commented
-# out with their default values. The build system by default looks for
-# `config.toml` in the current directory of a build for build configuration, 
but
-# a custom configuration file can also be specified with `--config` to the 
build
-# system.
-
-# =
-# Tweaking how LLVM is compiled
-# =
-[llvm]
-
-# Indicates whether ccache is used when building LLVM
-#ccache = false
-# or alternatively ...
-#ccache = "/path/to/ccache"
-
-# LLVM targets to build support for.
-# Note: this is NOT related to Rust compilation targets. However, as Rust is
-# dependent on LLVM for code generation, turning targets off here WILL lead to
-# the resulting rustc being unable to compile for the disabled architectures.
-# Also worth pointing out is that, in case support for new targets are added to
-# LLVM, enabling them here doesn't mean Rust is automatically gaining said
-# support. You'll need to write a target specification at least, and most
-# likely, teach rustc about the C ABI of the target. Get in touch with the
-# Rust team and file an issue if you need assistance in porting!
-#targets = 
"X86;ARM;AArch64;Mips;PowerPC;SystemZ;JSBackend;MSP430;Sparc;NVPTX;Hexagon"
-
-# Cap the number of parallel linker invocations when compiling LLVM.
-# This can be useful when building LLVM with debug info, which significantly
-# increases the size of binaries and consequently the memory required by
-# each linker process.
-# If absent or 0, linker invocations are treated like any other job and
-# controlled by rustbuild's -j parameter.
-#link-jobs = 0
-
-# =
-# General build configuration options
-# =
 [build]
-
-# Instead of downloading the src/stage0.txt version of Cargo specified, use
-# this Cargo binary instead to build all Rust code
 cargo = "/usr/bin/cargo"
-
-# Instead of downloading the src/stage0.txt version of the compiler
-# specified, use this rustc binary instead as the stage0 snapshot compiler.
 rustc = "/usr/bin/rustc"
-
-# Python interpreter to use for various tasks throughout the build, notably
-# rustdoc tests, the lldb python interpreter, and some dist bits and pieces.
-# Note that Python 2 is currently required.
 python = "python2.7"
-
+extended = true
 # Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
-verbose = 1
-
+verbose = 0
 # Build the sanitizer runtimes
 #sanitizers = false
 
-# =
-# General install configuration options
-# 

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

2017-08-01 Thread Johannes Löthberg
Date: Tuesday, August 1, 2017 @ 16:52:23
  Author: demize
Revision: 247355

archrelease: copy trunk to community-x86_64, community-i686

Deleted:
  rust/repos/community-i686/PKGBUILD
  rust/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   75 
 community-x86_64/PKGBUILD |   75 
 2 files changed, 150 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-08-01 16:52:12 UTC (rev 247354)
+++ community-i686/PKGBUILD 2017-08-01 16:52:23 UTC (rev 247355)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.19.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64' 'i686')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-0001-librustc_llvm-build-Force-link-against-libffi.patch
-bootstrap-config.toml)
-
-sha256sums=('15231f5053fb72ad82be91f5abfd6aa60cb7898c5089e4f1ac5910a731090c51'
-'SKIP'
-'563529da8e02f575ddde7247d5fc5350d74031daa54743b86d075f3c45ae2713'
-'8b25eaee73ad3f349300b6d2b752df5e54abaad0555953db1b294294c5a1a6c9')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  patch -p1 <"$srcdir"/0001-librustc_llvm-build-Force-link-against-libffi.patch
-  cp "$srcdir"/bootstrap-config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs')
-  optdepends=('cargo')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way
-  mv "$pkgdir/usr/share/doc" "$srcdir/"
-}
-
-package_rust-docs() {
-  msg2 "Packaging documentation"
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-08-01 16:52:12 UTC (rev 247354)
+++ community-x86_64/PKGBUILD   2017-08-01 16:52:23 UTC (rev 247355)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.19.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64' 'i686')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'cargo' 'libffi' 'perl' 'python2' 'curl' 'llvm' 'jemalloc')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-0001-librustc_llvm-build-Force-link-against-libffi.patch
-bootstrap-config.toml)
-
-sha256sums=('15231f5053fb72ad82be91f5abfd6aa60cb7898c5089e4f1ac5910a731090c51'
-'SKIP'
-'563529da8e02f575ddde7247d5fc5350d74031daa54743b86d075f3c45ae2713'
-'8b25eaee73ad3f349300b6d2b752df5e54abaad0555953db1b294294c5a1a6c9')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  patch -p1 <"$srcdir"/0001-librustc_llvm-build-Force-link-against-libffi.patch
-  cp "$srcdir"/bootstrap-config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package_rust() {
-  depends=('gcc-libs' 'llvm-libs')
-  optdepends=('cargo')
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:51:18
  Author: felixonmars
Revision: 247353

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-swagger2/repos/community-staging-i686/
  haskell-swagger2/repos/community-staging-i686/PKGBUILD
(from rev 247352, haskell-swagger2/trunk/PKGBUILD)
  haskell-swagger2/repos/community-staging-x86_64/
  haskell-swagger2/repos/community-staging-x86_64/PKGBUILD
(from rev 247352, haskell-swagger2/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-swagger2/repos/community-staging-i686/PKGBUILD (from rev 
247352, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:51:18 UTC (rev 247353)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.1.4.1
+pkgrel=6
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base-compat" "haskell-hashable" 
"haskell-generics-sop"
+ "haskell-http-media" "haskell-insert-ordered-containers" 
"haskell-lens" "haskell-mtl"
+ "haskell-network" "haskell-scientific" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-swagger2/repos/community-staging-x86_64/PKGBUILD (from rev 
247352, haskell-swagger2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:51:18 UTC (rev 247353)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=swagger2
+pkgname=haskell-swagger2
+pkgver=2.1.4.1
+pkgrel=6
+pkgdesc="Swagger 2.0 data model"
+url="https://github.com/GetShopTV/swagger2;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-base-compat" "haskell-hashable" 
"haskell-generics-sop"
+ "haskell-http-media" "haskell-insert-ordered-containers" 
"haskell-lens" "haskell-mtl"
+ "haskell-network" "haskell-scientific" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('0a0f809e91fb89a8c2f648ff625e2748efd2d17aed6c7eada7b50290061b52995bea839bcce549f7372f14df0866a15e6ea4e41b1d2a756ca6659ac929698dee')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:50:59
  Author: felixonmars
Revision: 247352

upgpkg: haskell-swagger2 2.1.4.1-6

rebuild with th-abstraction,0.2.4.0

Modified:
  haskell-swagger2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:44:08 UTC (rev 247351)
+++ PKGBUILD2017-08-01 16:50:59 UTC (rev 247352)
@@ -5,7 +5,7 @@
 _hkgname=swagger2
 pkgname=haskell-swagger2
 pkgver=2.1.4.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2;
 license=("custom:BSD3")


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

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 16:44:01
  Author: foutrelis
Revision: 247350

poppler 0.57.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:42:33 UTC (rev 247349)
+++ PKGBUILD2017-08-01 16:44:01 UTC (rev 247350)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=2.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/;


[arch-commits] Commit in gdal/repos (6 files)

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 16:44:08
  Author: foutrelis
Revision: 247351

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 247350, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 247350, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 247350, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 247350, gdal/trunk/gdal.changelog)

-+
 community-staging-i686/PKGBUILD |   76 +++
 community-staging-i686/gdal.changelog   |   84 ++
 community-staging-x86_64/PKGBUILD   |   76 +++
 community-staging-x86_64/gdal.changelog |   84 ++
 4 files changed, 320 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 247350, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:44:08 UTC (rev 247351)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=2.2.0
+pkgrel=2
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('i686' 'x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('0d4c326862e0f118e17418c042c2bcd037b25abd3fb198e1fc5d40b11a9fc8ea')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-python --with-curl --with-hdf5 --with-perl 
--with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+#FS15477 clean up junks - still present in 2.2.0
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+#FS#46581 no better way found yet - still present in 2.2.0
+   mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
+   rm -rf "${pkgdir}"/usr/man
+
+# Remove RPATH
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GNM/GNM.so
+}

Copied: gdal/repos/community-staging-i686/gdal.changelog (from rev 247350, 
gdal/trunk/gdal.changelog)
===
--- community-staging-i686/gdal.changelog   (rev 0)
+++ community-staging-i686/gdal.changelog   2017-08-01 16:44:08 UTC (rev 
247351)
@@ -0,0 +1,84 @@
+2017-07-10 Jaroslav Lichtblau 
+   * gdal 2.2.0-1
+   * hdf5 1.10.1 rebuild
+
+2017-01-22 Jaroslav Lichtblau 
+   * gdal 2.1.2-1
+
+2016-08-02 Jaroslav Lichtblau 
+   * gdal 2.1.1-1 glew 2.0.0 / poppler 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:42:33
  Author: felixonmars
Revision: 247349

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  purescript/repos/community-staging-i686/
  purescript/repos/community-staging-i686/PKGBUILD
(from rev 247348, purescript/trunk/PKGBUILD)
  purescript/repos/community-staging-x86_64/
  purescript/repos/community-staging-x86_64/PKGBUILD
(from rev 247348, purescript/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   62 
 community-staging-x86_64/PKGBUILD |   62 
 2 files changed, 124 insertions(+)

Copied: purescript/repos/community-staging-i686/PKGBUILD (from rev 247348, 
purescript/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:42:33 UTC (rev 247349)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.6
+pkgrel=10
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-aeson-better-errors" 
"haskell-aeson-pretty"
+ "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-base-compat" "haskell-blaze-html"
+ "haskell-bower-json" "haskell-boxes" "haskell-cheapskate" 
"haskell-clock"
+ "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance" 
"haskell-file-embed"
+ "haskell-fsnotify" "haskell-glob" "haskell-http-client" 
"haskell-http-types"
+ "haskell-language-javascript" "haskell-lens" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-network" 
"haskell-optparse-applicative"
+ "haskell-parallel" "haskell-parsec" "haskell-pattern-arrows" 
"haskell-pipes"
+ "haskell-pipes-http" "haskell-protolude" "haskell-regex-tdfa" 
"haskell-safe"
+ "haskell-semigroups" "haskell-sourcemap" "haskell-spdx" 
"haskell-split" "haskell-stm"
+ "haskell-stringsearch" "haskell-syb" "haskell-text" 
"haskell-transformers-base"
+ "haskell-transformers-compat" "haskell-unordered-containers" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-wai" "haskell-wai-websockets" "haskell-warp"
+ "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('98a82eb3468c79cc0d0f4adf52879814680f06c40bf443e6ec10a1797ddcbf87b627423714a6d392139fb28a1fb1971a839e24d91f5dd89b8d0ead25ba2eb6a0')
+
+prepare() {
+sed -i 's/aeson >=1.0 && <1.1/aeson >=1.0/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-frelease
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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}/${pkgname}-${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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: purescript/repos/community-staging-x86_64/PKGBUILD (from rev 247348, 
purescript/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:42:33 UTC (rev 247349)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=purescript
+pkgver=0.11.6
+pkgrel=10
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:42:14
  Author: felixonmars
Revision: 247348

upgpkg: purescript 0.11.6-10

rebuild with th-abstraction,0.2.4.0

Modified:
  purescript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:19:11 UTC (rev 247347)
+++ PKGBUILD2017-08-01 16:42:14 UTC (rev 247348)
@@ -4,7 +4,7 @@
 
 pkgname=purescript
 pkgver=0.11.6
-pkgrel=9
+pkgrel=10
 pkgdesc="PureScript Programming Language Compiler"
 url="http://www.purescript.org/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-lens-aeson/repos (4 files)

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:19:11
  Author: felixonmars
Revision: 247347

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-lens-aeson/repos/community-staging-i686/
  haskell-lens-aeson/repos/community-staging-i686/PKGBUILD
(from rev 247346, haskell-lens-aeson/trunk/PKGBUILD)
  haskell-lens-aeson/repos/community-staging-x86_64/
  haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD
(from rev 247346, haskell-lens-aeson/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-lens-aeson/repos/community-staging-i686/PKGBUILD (from rev 
247346, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:19:11 UTC (rev 247347)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-lens-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 
247346, haskell-lens-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:19:11 UTC (rev 247347)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=lens-aeson
+pkgname=haskell-lens-aeson
+pkgver=1.0.2
+pkgrel=5
+pkgdesc="Law-abiding lenses for aeson"
+url="http://github.com/lens/lens-aeson/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-lens' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('db13c9126b41fd1b3b2e66c72e069ef07722c4e125a128eca2592bf2c68b7e550c10a0d35795616c0e66ed6c70bbe3b188e9baba19913bba41b5d44900b71013')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-doctests
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 

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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:18:52
  Author: felixonmars
Revision: 247346

upgpkg: haskell-lens-aeson 1.0.2-5

rebuild with th-abstraction,0.2.4.0

Modified:
  haskell-lens-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:17:09 UTC (rev 247345)
+++ PKGBUILD2017-08-01 16:18:52 UTC (rev 247346)
@@ -4,7 +4,7 @@
 _hkgname=lens-aeson
 pkgname=haskell-lens-aeson
 pkgver=1.0.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Law-abiding lenses for aeson"
 url="http://github.com/lens/lens-aeson/;
 license=('MIT')


[arch-commits] Commit in haskell-insert-ordered-containers/repos (4 files)

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:17:09
  Author: felixonmars
Revision: 247345

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-insert-ordered-containers/repos/community-staging-i686/
  haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 247344, haskell-insert-ordered-containers/trunk/PKGBUILD)
  haskell-insert-ordered-containers/repos/community-staging-x86_64/
  haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 247344, haskell-insert-ordered-containers/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-insert-ordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 247344, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:17:09 UTC (rev 247345)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=24
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -i 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: 
haskell-insert-ordered-containers/repos/community-staging-x86_64/PKGBUILD (from 
rev 247344, haskell-insert-ordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:17:09 UTC (rev 247345)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=insert-ordered-containers
+pkgname=haskell-insert-ordered-containers
+pkgver=0.2.1.0
+pkgrel=24
+pkgdesc="Associative containers retating insertion order for traversals."
+url="https://github.com/phadej/insert-ordered-containers;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-base-compat' 'haskell-hashable' 
'haskell-lens'
+ 'haskell-semigroupoids' 'haskell-semigroups' 'haskell-text' 
'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('baff8b23700a7d0209810208183d9856c0a5219018c5f09e82f8820ac87630073543da19e1198fc42f3feec143895707e5e33fdf1edbf8f4e6c441271cc3243b')
+
+prepare() {
+sed -i 's/, semigroupoids >=4.3  && <5.2/, semigroupoids   
  >=4.3  \&\& <5.3/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+

[arch-commits] Commit in haskell-insert-ordered-containers/trunk (PKGBUILD)

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:16:50
  Author: felixonmars
Revision: 247344

upgpkg: haskell-insert-ordered-containers 0.2.1.0-24

rebuild with th-abstraction,0.2.4.0

Modified:
  haskell-insert-ordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:15:10 UTC (rev 247343)
+++ PKGBUILD2017-08-01 16:16:50 UTC (rev 247344)
@@ -4,7 +4,7 @@
 _hkgname=insert-ordered-containers
 pkgname=haskell-insert-ordered-containers
 pkgver=0.2.1.0
-pkgrel=23
+pkgrel=24
 pkgdesc="Associative containers retating insertion order for traversals."
 url="https://github.com/phadej/insert-ordered-containers;
 license=('custom:BSD3')


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:14:51
  Author: felixonmars
Revision: 247342

upgpkg: hopenpgp-tools 0.19.4-135

rebuild with th-abstraction,0.2.4.0

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:11:22 UTC (rev 247341)
+++ PKGBUILD2017-08-01 16:14:51 UTC (rev 247342)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=134
+pkgrel=135
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:15:10
  Author: felixonmars
Revision: 247343

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-i686/
  hopenpgp-tools/repos/community-staging-i686/PKGBUILD
(from rev 247342, hopenpgp-tools/trunk/PKGBUILD)
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 247342, hopenpgp-tools/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 247342, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:15:10 UTC (rev 247343)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=135
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
247342, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:15:10 UTC (rev 247343)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=135
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:11:02
  Author: felixonmars
Revision: 247340

upgpkg: haskell-hopenpgp 2.5.5-97

rebuild with th-abstraction,0.2.4.0

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 16:01:19 UTC (rev 247339)
+++ PKGBUILD2017-08-01 16:11:02 UTC (rev 247340)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=96
+pkgrel=97
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/;
 license=('MIT')


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

2017-08-01 Thread Felix Yan
Date: Tuesday, August 1, 2017 @ 16:11:22
  Author: felixonmars
Revision: 247341

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-hopenpgp/repos/community-staging-i686/
  haskell-hopenpgp/repos/community-staging-i686/PKGBUILD
(from rev 247340, haskell-hopenpgp/trunk/PKGBUILD)
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 247340, haskell-hopenpgp/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
247340, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-01 16:11:22 UTC (rev 247341)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=97
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
247340, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-01 16:11:22 UTC (rev 247341)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=97
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 

[arch-commits] Commit in texlive-bin/repos (6 files)

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 16:02:53
  Author: foutrelis
Revision: 301466

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  texlive-bin/repos/staging-i686/
  texlive-bin/repos/staging-i686/PKGBUILD
(from rev 301465, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-i686/luatex-gcc7.patch
(from rev 301465, texlive-bin/trunk/luatex-gcc7.patch)
  texlive-bin/repos/staging-x86_64/
  texlive-bin/repos/staging-x86_64/PKGBUILD
(from rev 301465, texlive-bin/trunk/PKGBUILD)
  texlive-bin/repos/staging-x86_64/luatex-gcc7.patch
(from rev 301465, texlive-bin/trunk/luatex-gcc7.patch)

--+
 staging-i686/PKGBUILD|  375 +
 staging-i686/luatex-gcc7.patch   |   32 +++
 staging-x86_64/PKGBUILD  |  375 +
 staging-x86_64/luatex-gcc7.patch |   32 +++
 4 files changed, 814 insertions(+)

Copied: texlive-bin/repos/staging-i686/PKGBUILD (from rev 301465, 
texlive-bin/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-01 16:02:53 UTC (rev 301466)
@@ -0,0 +1,375 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: francois 
+
+pkgname=('texlive-bin' 'libsynctex')
+pkgver=2017.44590
+pkgrel=2
+license=('GPL')
+arch=('i686' 'x86_64')
+makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+ 'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+ 'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+ 'perl' 'clisp' 'ffcall')
+url='http://tug.org/texlive/'
+source=("http://mirrors.kernel.org/archlinux/other/texlive/texlive-bin-source-${pkgver}.tar.xz;
+"luatex-gcc7.patch")
+sha256sums=('4645b4d55fc500ba9be7156a6a330afb44fbf7fda40dfd73fe9cb16d207f2038'
+'ee97f3e07e235dee4ad6d0c3e85c2260914c965e94d5ffbf481fa506df5f01ec')
+
+prepare() {
+cd "$srcdir/source"
+
+# t4ht expects to be un /usr/share/texmf/bin/t4ht (FS#27251)
+sed -i s/SELFAUTOPARENT/TEXMFROOT/ texk/tex4htk/t4ht.c
+
+## prevent compiling Xdvi with libXp
+sed -i~ 's|-lXp ||' texk/xdvik/configure
+
+# Luatex crashes when compiled with GCC7.1
+patch -Np0 -i "${srcdir}/luatex-gcc7.patch"
+}
+
+build() {
+   cd "$srcdir"
+
+   #
+   ### configure
+   cd source
+   mkdir -p Work
+   cd Work
+   echo "--> Initial configuration..."
+   # we use temporary prefix to avoid messing the existing
+   # $pkgdir/usr/share/texmf tree
+   ../configure --prefix=/usr -C \
+ --sysconfdir=/etc \
+ --datarootdir=/usr/share \
+ --datadir=/usr/share \
+ --mandir=/usr/share/man \
+ --disable-native-texlive-build \
+ --with-banner-add="/Arch Linux" \
+ --disable-multiplatform \
+ --disable-dialog \
+ --disable-psutils \
+ --disable-t1utils \
+ --disable-bibtexu \
+ --disable-xz \
+ --enable-shared \
+ --disable-static \
+ --with-system-zlib \
+ --with-system-zziplib \
+ --with-system-pnglib \
+ --with-system-ncurses \
+ --with-system-t1lib \
+ --with-system-gd \
+ --with-system-poppler \
+ --with-system-xpdf \
+ --with-system-freetype2 \
+ --with-system-pixman \
+ --with-system-cairo \
+ --with-system-harfbuzz \
+ --with-system-graphite \
+ --with-system-icu \
+ --with-system-gmp \
+ --with-system-mpfr \
+ --with-system-potrace \
+ --with-system-libpaper \
+ --with-freetype2-libdir=/usr/lib \
+ --with-freetype2-include=/usr/include/freetype2 \
+ --with-xdvi-x-toolkit=xaw \
+ --disable-dump-share \
+ --disable-aleph \
+ --enable-luatex \
+ --with-clisp-runtime=default \
+ --enable-xindy --disable-xindy-rules --disable-xindy-docs
+   #
+   ### make
+   echo "---"
+   echo "--> Building the whole beast ..."
+   echo "---"
+   make
+}
+
+package_libsynctex() {
+pkgdesc='Library for synchronization between TeX files and resulting file'
+depends=('glibc' 'zlib')
+
+cd "${srcdir}/source/Work"
+make -C texk/web2c DESTDIR="${pkgdir}" \
+install-data-am install-libLTLIBRARIES
+}
+
+package_texlive-bin() {
+   pkgdesc="TeX Live binaries"
+   depends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'
+'libsigsegv' 'zziplib' 'libpng' 'libjpeg' 'freetype2'
+'icu' 'harfbuzz' 'harfbuzz-icu' 'gmp' 'mpfr' 'potrace' 'libpaper'
+'libsynctex')
+   provides=('lcdf-typetools' 'kpathsea' 'xindy')
+   optdepends=('ed: for texconfig'
+   'biber: for bibliography processing')
+   options=('!strip')
+
+   cd "$srcdir"
+
+   

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

2017-08-01 Thread Evangelos Foutras
Date: Tuesday, August 1, 2017 @ 16:02:44
  Author: foutrelis
Revision: 301465

poppler 0.57.0 rebuild

Modified:
  texlive-bin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-08-01 13:46:13 UTC (rev 301464)
+++ PKGBUILD2017-08-01 16:02:44 UTC (rev 301465)
@@ -4,7 +4,7 @@
 
 pkgname=('texlive-bin' 'libsynctex')
 pkgver=2017.44590
-pkgrel=1
+pkgrel=2
 license=('GPL')
 arch=('i686' 'x86_64')
 makedepends=('cairo' 'pixman' 'graphite' 't1lib' 'gd' 'poppler'


  1   2   >