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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:45:58
  Author: alucryd
Revision: 321571

upgpkg: lib32-libnm 1.10.8-1

Modified:
  lib32-libnm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:30:29 UTC (rev 321570)
+++ PKGBUILD2018-05-13 08:45:58 UTC (rev 321571)
@@ -9,7 +9,7 @@
 
 pkgbase=lib32-libnm
 pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.10.6
+pkgver=1.10.8
 pkgrel=1
 arch=('x86_64')
 url='https://wiki.gnome.org/Projects/NetworkManager'
@@ -20,7 +20,7 @@
  'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
  'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
  'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='dd8cf21cea13fa1bbee11fd3e0e7519e4b4ba712'
+_commit='cb96d787c93b9ab09cf98c38939437c43f517f1f'
 
source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit}";)
 sha256sums=('SKIP')
 


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:46:10
  Author: alucryd
Revision: 321572

archrelease: copy trunk to multilib-x86_64

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

--+
 PKGBUILD |  276 ++---
 1 file changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 08:45:58 UTC (rev 321571)
+++ PKGBUILD2018-05-13 08:46:10 UTC (rev 321572)
@@ -1,138 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=lib32-libnm
-pkgname=('lib32-libnm' 'lib32-libnm-glib')
-pkgver=1.10.6
-pkgrel=1
-arch=('x86_64')
-url='https://wiki.gnome.org/Projects/NetworkManager'
-license=('GPL2' 'LGPL2.1')
-makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
- 'iptables' 'lib32-dbus' 'lib32-dbus-glib' 'lib32-jansson'
- 'lib32-libgudev' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
- 'lib32-libnl' 'lib32-libpsl' 'lib32-libsoup' 'lib32-nspr'
- 'lib32-nss' 'lib32-polkit' 'lib32-util-linux' 'modemmanager'
- 'perl-yaml' 'python-gobject' 'systemd' 'wpa_supplicant')
-_commit='dd8cf21cea13fa1bbee11fd3e0e7519e4b4ba712'
-source=("git+https://anongit.freedesktop.org/git/NetworkManager/NetworkManager#commit=${_commit}";)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/NetworkManager' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-wifi \
---disable-bluez5-dun \
---disable-concheck \
---disable-gtk-doc-html \
---disable-introspection \
---disable-ifcfg-rh \
---disable-ifcfg-suse \
---disable-ifnet \
---disable-ifupdown \
---disable-introspection \
---disable-lto \
---disable-more-warnings \
---disable-ppp \
---disable-static \
---disable-teamdctl \
---with-config-dhcp-default='dhclient' \
---with-config-dns-rc-manager-default='resolvconf' \
---with-config-logging-backend-default='journal' \
---with-config-plugins-default='keyfile' \
---with-crypto='nss' \
---with-dbus-sys-dir='/usr/share/dbus-1/system.d' \
---with-dhclient='/usr/bin/dhclient' \
---with-dist-version="${pkgver}-${pkgrel}, Arch Linux" \
---with-dnsmasq='/usr/bin/dnsmasq' \
---with-dnssec-trigger='/usr/lib/dnssec-trigger/dnssec-trigger-script' \
---with-hostname-persist='default' \
---with-iptables='/usr/bin/iptables' \
---with-modem-manager-1 \
---with-kernel-firmware-dir='/usr/lib/firmware' \
---with-libnm-glib \
---with-libsoup \
---with-modem-manager-1 \
---with-resolvconf='/usr/bin/resolvconf' \
---with-session-tracking='systemd' \
---with-suspend-resume='systemd' \
---with-system-ca-path='/etc/ssl/certs' \
---with-systemd-journal \
---with-systemd-logind \
---with-systemdsystemunitdir='/usr/lib/systemd/system' \
---with-udev-dir='/usr/lib/udev' \
---with-wext \
---without-consolekit \
---without-dhcpcd \
---without-libaudit \
---without-netconfig \
---without-nmcli \
---without-nmtui \
---without-ofono \
---without-selinux
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0/g' -i libtool
-
-  make DESTDIR="${srcdir}"/install install
-}
-
-package_lib32-libnm() {
-  pkgdesc='NetworkManager client library'
-  depends=('lib32-glib2' 'lib32-glibc' 'lib32-jansson' 'lib32-libgudev'
-   'lib32-nspr' 'lib32-nss' 'lib32-util-linux' 'libnm')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' install/usr/lib32/pkgconfig/libnm.pc 
"${pkgdir}"/usr/lib32/pkgconfig/
-
-}
-
-package_lib32-libnm-glib() {
-  pkgdesc='NetworkManager client library (legacy)'
-  depends=('lib32-dbus' 'lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc'
-   'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux'
-   'libnm-glib')
-
-  install -dm 755 "${pkgdir}"/usr/lib32/pkgconfig
-  cp -dr --no-preserve='ownership' install/usr/lib32/libnm-glib.so* 
"${pkgdir}"/usr/lib32/
-  cp -dr --no-preserve='ownership' inst

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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:53:57
  Author: alucryd
Revision: 324140

archrelease: copy trunk to extra-x86_64

Added:
  libebml/repos/extra-x86_64/PKGBUILD
(from rev 324139, libebml/trunk/PKGBUILD)
Deleted:
  libebml/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 08:53:47 UTC (rev 324139)
+++ PKGBUILD2018-05-13 08:53:57 UTC (rev 324140)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: 03/08/04 
-
-pkgname=libebml
-pkgver=1.3.5
-pkgrel=1
-pkgdesc='Extensible Binary Meta Language library'
-arch=('i686' 'x86_64')
-url='https://github.com/Matroska-Org/libebml'
-license=('LGPL')
-depends=('gcc-libs')
-provides=('libebml.so')
-source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz";)
-sha256sums=('efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6')
-
-prepare() {
-  cd libebml-release-${pkgver}
-
-  autoreconf -fiv
-}
-
-build() {
-  cd libebml-release-${pkgver}
-
-  ./configure \
---prefix='/usr'
-  make
-}
-
-package() {
-  cd libebml-release-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libebml/repos/extra-x86_64/PKGBUILD (from rev 324139, 
libebml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 08:53:57 UTC (rev 324140)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: 03/08/04 
+
+pkgname=libebml
+pkgver=1.3.6
+pkgrel=1
+pkgdesc='Extensible Binary Meta Language library'
+arch=('x86_64')
+url='https://github.com/Matroska-Org/libebml'
+license=('LGPL')
+depends=('gcc-libs')
+makedepends=('cmake')
+provides=('libebml.so')
+source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz";)
+sha256sums=('57ee73eacca8dc13d3c2c064fb757950450da9185e02e863cac34674681de1a8')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../libebml-release-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:53:47
  Author: alucryd
Revision: 324139

upgpkg: libebml 1.3.6-1

Modified:
  libebml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 01:21:41 UTC (rev 324138)
+++ PKGBUILD2018-05-13 08:53:47 UTC (rev 324139)
@@ -4,7 +4,7 @@
 # Contributor: 03/08/04 
 
 pkgname=libebml
-pkgver=1.3.5
+pkgver=1.3.6
 pkgrel=1
 pkgdesc='Extensible Binary Meta Language library'
 arch=('x86_64')
@@ -11,28 +11,31 @@
 url='https://github.com/Matroska-Org/libebml'
 license=('LGPL')
 depends=('gcc-libs')
+makedepends=('cmake')
 provides=('libebml.so')
 
source=("libebml-${pkgver}.tar.gz::https://github.com/Matroska-Org/libebml/archive/release-${pkgver}.tar.gz";)
-sha256sums=('efe9851797db47bc78486b6c518d822cfca435afe3d9c9d0812d8e3825cd71e6')
+sha256sums=('57ee73eacca8dc13d3c2c064fb757950450da9185e02e863cac34674681de1a8')
 
 prepare() {
-  cd libebml-release-${pkgver}
-
-  autoreconf -fiv
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
 }
 
 build() {
-  cd libebml-release-${pkgver}
+  cd build
 
-  ./configure \
---prefix='/usr'
+  cmake ../libebml-release-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
   make
 }
 
 package() {
-  cd libebml-release-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
+  make DESTDIR="${pkgdir}" -C build install
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 08:56:08
  Author: felixonmars
Revision: 321573

addpkg: riscv64-linux-gnu-binutils 2.29.1-1

Added:
  riscv64-linux-gnu-binutils/
  riscv64-linux-gnu-binutils/repos/
  riscv64-linux-gnu-binutils/trunk/
  riscv64-linux-gnu-binutils/trunk/PKGBUILD

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

Added: riscv64-linux-gnu-binutils/trunk/PKGBUILD
===
--- riscv64-linux-gnu-binutils/trunk/PKGBUILD   (rev 0)
+++ riscv64-linux-gnu-binutils/trunk/PKGBUILD   2018-05-13 08:56:08 UTC (rev 
321573)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.29.1
+pkgrel=1
+pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit 
RISC-V'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/binutils/'
+license=('GPL')
+depends=('zlib')
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz";)
+sha1sums=('172244a349d07ec205c39c0321cbc354c125e78e')
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  unset CPPFLAGS
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--disable-nls \
+--enable-multilib \
+--enable-ld=default \
+--enable-gold \
+--enable-plugins \
+--enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+
+# vim: set ts=2 sw=2 et:


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


[arch-commits] Commit in riscv64-linux-gnu-binutils/repos (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 08:56:35
  Author: felixonmars
Revision: 321574

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-binutils/repos/community-x86_64/
  riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD
(from rev 321573, riscv64-linux-gnu-binutils/trunk/PKGBUILD)

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

Copied: riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD (from rev 
321573, riscv64-linux-gnu-binutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-13 08:56:35 UTC (rev 321574)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.29.1
+pkgrel=1
+pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit 
RISC-V'
+arch=('i686' 'x86_64')
+url='http://www.gnu.org/software/binutils/'
+license=('GPL')
+depends=('zlib')
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz";)
+sha1sums=('172244a349d07ec205c39c0321cbc354c125e78e')
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  unset CPPFLAGS
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--disable-nls \
+--enable-multilib \
+--enable-ld=default \
+--enable-gold \
+--enable-plugins \
+--enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+
+# vim: set ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:56:53
  Author: alucryd
Revision: 324141

upgpkg: libmatroska 1.4.9-1

Modified:
  libmatroska/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:53:57 UTC (rev 324140)
+++ PKGBUILD2018-05-13 08:56:53 UTC (rev 324141)
@@ -4,7 +4,7 @@
 # Contributor 03/08/04 
 
 pkgname=libmatroska
-pkgver=1.4.8
+pkgver=1.4.9
 pkgrel=1
 pkgdesc='Matroska library'
 arch=('x86_64')
@@ -11,23 +11,31 @@
 url='https://dl.matroska.org/downloads/libmatroska/'
 license=('LGPL')
 depends=('libebml.so')
+makedepends=('cmake')
 provides=('libmatroska.so')
 
source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.xz";)
-sha256sums=('d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992')
+sha256sums=('38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8')
 
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
 build() {
-  cd libmatroska-${pkgver}
+  cd build
 
-  ./configure \
---prefix='/usr' \
---disable-static
+  cmake ../libmatroska-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
   make
 }
 
 package() {
-  cd libmatroska-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
+  make DESTDIR="${pkgdir}" -C build install
 }
 
 # vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 08:57:04
  Author: alucryd
Revision: 324142

archrelease: copy trunk to extra-x86_64

Added:
  libmatroska/repos/extra-x86_64/PKGBUILD
(from rev 324141, libmatroska/trunk/PKGBUILD)
Deleted:
  libmatroska/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 08:56:53 UTC (rev 324141)
+++ PKGBUILD2018-05-13 08:57:04 UTC (rev 324142)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor 03/08/04 
-
-pkgname=libmatroska
-pkgver=1.4.8
-pkgrel=1
-pkgdesc='Matroska library'
-arch=('i686' 'x86_64')
-url='https://dl.matroska.org/downloads/libmatroska/'
-license=('LGPL')
-depends=('libebml.so')
-provides=('libmatroska.so')
-source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.xz";)
-sha256sums=('d8c72b20d4c5bf888776884b0854f95e74139b5267494fae1f395f7212d7c992')
-
-build() {
-  cd libmatroska-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-static
-  make
-}
-
-package() {
-  cd libmatroska-${pkgver}
-
-  make prefix="${pkgdir}/usr" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: libmatroska/repos/extra-x86_64/PKGBUILD (from rev 324141, 
libmatroska/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 08:57:04 UTC (rev 324142)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor 03/08/04 
+
+pkgname=libmatroska
+pkgver=1.4.9
+pkgrel=1
+pkgdesc='Matroska library'
+arch=('x86_64')
+url='https://dl.matroska.org/downloads/libmatroska/'
+license=('LGPL')
+depends=('libebml.so')
+makedepends=('cmake')
+provides=('libmatroska.so')
+source=("https://dl.matroska.org/downloads/libmatroska/libmatroska-${pkgver}.tar.xz";)
+sha256sums=('38a61dd5d87c070928b5deb3922b63b2b83c09e2e4a10f9393eecb6afa9795c8')
+
+prepare() {
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd build
+
+  cmake ../libmatroska-${pkgver} \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DBUILD_SHARED_LIBS='ON'
+  make
+}
+
+package() {
+  make DESTDIR="${pkgdir}" -C build install
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in riscv64-linux-gnu-binutils/trunk (PKGBUILD)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 08:59:13
  Author: felixonmars
Revision: 321575

upgpkg: riscv64-linux-gnu-binutils 2.30-1

Modified:
  riscv64-linux-gnu-binutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:56:35 UTC (rev 321574)
+++ PKGBUILD2018-05-13 08:59:13 UTC (rev 321575)
@@ -4,15 +4,15 @@
 
 _target=riscv64-linux-gnu
 pkgname=$_target-binutils
-pkgver=2.29.1
+pkgver=2.30
 pkgrel=1
 pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit 
RISC-V'
-arch=('i686' 'x86_64')
+arch=('x86_64')
 url='http://www.gnu.org/software/binutils/'
 license=('GPL')
 depends=('zlib')
 source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz";)
-sha1sums=('172244a349d07ec205c39c0321cbc354c125e78e')
+sha512sums=('e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839')
 
 prepare() {
   cd binutils-$pkgver


[arch-commits] Commit in riscv64-linux-gnu-binutils/repos/community-x86_64 (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 08:59:38
  Author: felixonmars
Revision: 321576

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD
(from rev 321575, riscv64-linux-gnu-binutils/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 08:59:13 UTC (rev 321575)
+++ PKGBUILD2018-05-13 08:59:38 UTC (rev 321576)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-binutils
-pkgver=2.29.1
-pkgrel=1
-pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit 
RISC-V'
-arch=('i686' 'x86_64')
-url='http://www.gnu.org/software/binutils/'
-license=('GPL')
-depends=('zlib')
-source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz";)
-sha1sums=('172244a349d07ec205c39c0321cbc354c125e78e')
-
-prepare() {
-  cd binutils-$pkgver
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
-}
-
-build() {
-  cd binutils-$pkgver
-
-  unset CPPFLAGS
-
-  ./configure \
---target=$_target \
---prefix=/usr \
---with-sysroot=/usr/$_target \
---with-gnu-as \
---with-gnu-ld \
---with-system-zlib \
---disable-nls \
---enable-multilib \
---enable-ld=default \
---enable-gold \
---enable-plugins \
---enable-deterministic-archives
-
-  make
-}
-
-check() {
-  cd binutils-$pkgver
-
-  # unset LDFLAGS as testsuite makes assumptions about which ones are active
-  # do not abort on errors - manually check log files
-  make LDFLAGS="" -k check
-}
-
-package() {
-  cd binutils-$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # Remove info documents that conflict with host version
-  rm -r "$pkgdir"/usr/share/info
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-binutils/repos/community-x86_64/PKGBUILD (from rev 
321575, riscv64-linux-gnu-binutils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 08:59:38 UTC (rev 321576)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-binutils
+pkgver=2.30
+pkgrel=1
+pkgdesc='Assemble and manipulate binary and object files for 32bit and 64bit 
RISC-V'
+arch=('x86_64')
+url='http://www.gnu.org/software/binutils/'
+license=('GPL')
+depends=('zlib')
+source=("https://ftp.gnu.org/gnu/binutils/binutils-$pkgver.tar.xz";)
+sha512sums=('e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b192e9693b5828d27683739b0198431bf8b3e39fb3b04884cf89d9aa839')
+
+prepare() {
+  cd binutils-$pkgver
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" libiberty/configure
+}
+
+build() {
+  cd binutils-$pkgver
+
+  unset CPPFLAGS
+
+  ./configure \
+--target=$_target \
+--prefix=/usr \
+--with-sysroot=/usr/$_target \
+--with-gnu-as \
+--with-gnu-ld \
+--with-system-zlib \
+--disable-nls \
+--enable-multilib \
+--enable-ld=default \
+--enable-gold \
+--enable-plugins \
+--enable-deterministic-archives
+
+  make
+}
+
+check() {
+  cd binutils-$pkgver
+
+  # unset LDFLAGS as testsuite makes assumptions about which ones are active
+  # do not abort on errors - manually check log files
+  make LDFLAGS="" -k check
+}
+
+package() {
+  cd binutils-$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  # Remove info documents that conflict with host version
+  rm -r "$pkgdir"/usr/share/info
+}
+
+# vim: set ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:02:43
  Author: alucryd
Revision: 324144

archrelease: copy trunk to extra-x86_64

Added:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD
(from rev 324143, mkvtoolnix/trunk/PKGBUILD)
Deleted:
  mkvtoolnix/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:02:33 UTC (rev 324143)
+++ PKGBUILD2018-05-13 09:02:43 UTC (rev 324144)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Maintainer: Maxime Gauduin 
-# Contributor: xduugu 
-
-pkgbase=mkvtoolnix
-pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=22.0.0
-pkgrel=1
-pkgdesc='Set of tools to create, edit and inspect Matroska files'
-arch=('x86_64')
-url='https://www.bunkus.org/videotools/mkvtoolnix/'
-license=('GPL')
-makedepends=('boost' 'boost-libs' 'cmark' 'docbook-xsl' 'file' 'flac' 'libebml'
- 'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby-rake'
- 'zlib')
-source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-sha256sums=('88c5074d6731b65d5c2ddd02113ae064373eb83ef3e6e00a04876f88c0be7f67')
-
-build() {
-  cd mkvtoolnix-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-qt
-  rake apps:mkvinfo $MAKEFLAGS
-  mv src/mkvinfo{,-cli}
-
-  ./configure \
---prefix='/usr' \
---disable-update-check
-  rake $MAKEFLAGS
-}
-
-package_mkvtoolnix-cli() {
-  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
-   'libebml.so' 'libmatroska.so' 'libvorbis.so')
-
-  cd mkvtoolnix-${pkgver}
-
-  rake DESTDIR="${pkgdir}" install
-  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
-  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime,mkvtoolnix}
-  find "${pkgdir}" -name mkvtoolnix-gui* -delete
-}
-
-package_mkvtoolnix-gui() {
-  depends=('cmark' 'hicolor-icon-theme' 'mkvtoolnix-cli' 'qt5-base'
-   'qt5-multimedia')
-
-  cd mkvtoolnix-${pkgver}
-
-  rake DESTDIR="${pkgdir}" install
-  rm -rf "${pkgdir}"/usr/share/locale
-  for t in mkv{extract,info,merge,propedit}; do
-find "${pkgdir}" -name $t* -delete
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: mkvtoolnix/repos/extra-x86_64/PKGBUILD (from rev 324143, 
mkvtoolnix/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:02:43 UTC (rev 324144)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Maintainer: Maxime Gauduin 
+# Contributor: xduugu 
+
+pkgbase=mkvtoolnix
+pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
+pkgver=23.0.0
+pkgrel=1
+pkgdesc='Set of tools to create, edit and inspect Matroska files'
+arch=('x86_64')
+url='https://www.bunkus.org/videotools/mkvtoolnix/'
+license=('GPL')
+makedepends=('boost' 'boost-libs' 'cmark' 'docbook-xsl' 'file' 'flac' 'libebml'
+ 'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby-rake'
+ 'zlib')
+source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
+sha256sums=('1da0b0cca24f6d45ef614e864bbec0043af0b53062f86a524fe799cc355c1d68')
+
+build() {
+  cd mkvtoolnix-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--disable-qt
+  rake apps:mkvinfo $MAKEFLAGS
+  mv src/mkvinfo{,-cli}
+
+  ./configure \
+--prefix='/usr' \
+--disable-update-check
+  rake $MAKEFLAGS
+}
+
+package_mkvtoolnix-cli() {
+  depends=('boost-libs' 'file' 'flac' 'gcc-libs' 'glibc' 'libogg' 'zlib'
+   'libebml.so' 'libmatroska.so' 'libvorbis.so')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  install -m 755 src/mkvinfo-cli "${pkgdir}"/usr/bin/mkvinfo
+  rm -rf "${pkgdir}"/usr/share/{applications,icons,mime,mkvtoolnix}
+  find "${pkgdir}" -name mkvtoolnix-gui* -delete
+}
+
+package_mkvtoolnix-gui() {
+  depends=('cmark' 'hicolor-icon-theme' 'mkvtoolnix-cli' 'qt5-base'
+   'qt5-multimedia')
+
+  cd mkvtoolnix-${pkgver}
+
+  rake DESTDIR="${pkgdir}" install
+  rm -rf "${pkgdir}"/usr/share/locale
+  for t in mkv{extract,info,merge,propedit}; do
+find "${pkgdir}" -name $t* -delete
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:02:33
  Author: alucryd
Revision: 324143

upgpkg: mkvtoolnix 23.0.0-1

Modified:
  mkvtoolnix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:57:04 UTC (rev 324142)
+++ PKGBUILD2018-05-13 09:02:33 UTC (rev 324143)
@@ -5,7 +5,7 @@
 
 pkgbase=mkvtoolnix
 pkgname=('mkvtoolnix-cli' 'mkvtoolnix-gui')
-pkgver=22.0.0
+pkgver=23.0.0
 pkgrel=1
 pkgdesc='Set of tools to create, edit and inspect Matroska files'
 arch=('x86_64')
@@ -15,7 +15,7 @@
  'libmatroska' 'libogg' 'libvorbis' 'qt5-multimedia' 'ruby-rake'
  'zlib')
 
source=("http://www.bunkus.org/videotools/mkvtoolnix/sources/mkvtoolnix-${pkgver}.tar.xz";)
-sha256sums=('88c5074d6731b65d5c2ddd02113ae064373eb83ef3e6e00a04876f88c0be7f67')
+sha256sums=('1da0b0cca24f6d45ef614e864bbec0043af0b53062f86a524fe799cc355c1d68')
 
 build() {
   cd mkvtoolnix-${pkgver}


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:12:49
  Author: alucryd
Revision: 321577

upgpkg: dotnet-sdk 2.1.200-1

Modified:
  dotnet-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 08:59:38 UTC (rev 321576)
+++ PKGBUILD2018-05-13 09:12:49 UTC (rev 321577)
@@ -3,7 +3,7 @@
 # Contributor: Max Liebkies 
 
 pkgname=dotnet-sdk
-pkgver=2.1.105
+pkgver=2.1.200
 pkgrel=1
 pkgdesc='The .NET Core SDK'
 arch=('any')
@@ -13,8 +13,8 @@
 options=('staticlibs')
 conflicts=('dotnet-sdk-2.0')
 provides=('dotnet-sdk-2.0')
-source=('https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-linux-x64.tar.gz')
-sha256sums=('e914b75b484d5b0e10958559358ae1e172cb250523e5ba1fffc4fe933ebb6523')
+source=('https://download.microsoft.com/download/3/7/1/37189942-C91D-46E9-907B-CF2B2DE584C7/dotnet-sdk-2.1.200-linux-x64.tar.gz')
+sha256sums=('58977b4b232f5fe97f9825340ce473cf1ec1bad76eb512fe6b5e2210c76c09de')
 
 package() {
   install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:13:00
  Author: alucryd
Revision: 321578

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:12:49 UTC (rev 321577)
+++ PKGBUILD2018-05-13 09:13:00 UTC (rev 321578)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Max Liebkies 
-
-pkgname=dotnet-sdk
-pkgver=2.1.105
-pkgrel=1
-pkgdesc='The .NET Core SDK'
-arch=('any')
-url='https://www.microsoft.com/net/core'
-license=('MIT')
-depends=('dotnet-runtime')
-options=('staticlibs')
-conflicts=('dotnet-sdk-2.0')
-provides=('dotnet-sdk-2.0')
-source=('https://download.microsoft.com/download/2/E/C/2EC018A0-A0FC-40A2-849D-AA692F68349E/dotnet-sdk-2.1.105-linux-x64.tar.gz')
-sha256sums=('e914b75b484d5b0e10958559358ae1e172cb250523e5ba1fffc4fe933ebb6523')
-
-package() {
-  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
-  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
-  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
-}
-
-# vim: ts=2 sw=2 et:

Copied: dotnet-sdk/repos/community-any/PKGBUILD (from rev 321577, 
dotnet-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:13:00 UTC (rev 321578)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Max Liebkies 
+
+pkgname=dotnet-sdk
+pkgver=2.1.200
+pkgrel=1
+pkgdesc='The .NET Core SDK'
+arch=('any')
+url='https://www.microsoft.com/net/core'
+license=('MIT')
+depends=('dotnet-runtime')
+options=('staticlibs')
+conflicts=('dotnet-sdk-2.0')
+provides=('dotnet-sdk-2.0')
+source=('https://download.microsoft.com/download/3/7/1/37189942-C91D-46E9-907B-CF2B2DE584C7/dotnet-sdk-2.1.200-linux-x64.tar.gz')
+sha256sums=('58977b4b232f5fe97f9825340ce473cf1ec1bad76eb512fe6b5e2210c76c09de')
+
+package() {
+  install -dm 755 "${pkgdir}"/{opt/dotnet,usr/share/licenses}
+  cp -dr --no-preserve='ownership' sdk "${pkgdir}"/opt/dotnet/
+  ln -s dotnet-runtime "${pkgdir}"/usr/share/licenses/dotnet-sdk
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 09:27:22
  Author: felixonmars
Revision: 321579

addpkg: riscv64-linux-gnu-linux-api-headers 4.16-1

Added:
  riscv64-linux-gnu-linux-api-headers/
  riscv64-linux-gnu-linux-api-headers/repos/
  riscv64-linux-gnu-linux-api-headers/trunk/
  riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD

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

Added: riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD
===
--- riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD  
(rev 0)
+++ riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD  2018-05-13 09:27:22 UTC 
(rev 321579)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target_arch=riscv
+_target=riscv64-linux-gnu
+pkgname=$_target-linux-api-headers
+pkgver=4.16
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
+arch=(any)
+url='https://www.kernel.org'
+license=(GPL2)
+source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.{xz,sign})
+sha1sums=('76b3c8a7bf9a61d6e6bf0761ac3491e6281001f7'
+  'SKIP')
+validpgpkeys=(
+  'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
+)
+
+
+build() {
+  cd linux-$pkgver
+
+  make ARCH=$_target_arch mrproper
+  make ARCH=$_target_arch headers_check
+}
+
+package() {
+  cd linux-$pkgver
+
+  make INSTALL_HDR_PATH="$pkgdir/usr/$_target/" ARCH=$_target_arch V=0 
headers_install
+
+  # clean-up unnecessary files generated during install
+  find "$pkgdir" \( -name .install -or -name ..install.cmd \) -delete
+}


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


[arch-commits] Commit in riscv64-linux-gnu-linux-api-headers/repos (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 09:27:48
  Author: felixonmars
Revision: 321580

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-linux-api-headers/repos/community-any/
  riscv64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD
(from rev 321579, riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD)

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

Copied: riscv64-linux-gnu-linux-api-headers/repos/community-any/PKGBUILD (from 
rev 321579, riscv64-linux-gnu-linux-api-headers/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-05-13 09:27:48 UTC (rev 321580)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target_arch=riscv
+_target=riscv64-linux-gnu
+pkgname=$_target-linux-api-headers
+pkgver=4.16
+pkgrel=1
+pkgdesc="Kernel headers sanitized for use in userspace ($_target)"
+arch=(any)
+url='https://www.kernel.org'
+license=(GPL2)
+source=(https://www.kernel.org/pub/linux/kernel/v4.x/linux-$pkgver.tar.{xz,sign})
+sha1sums=('76b3c8a7bf9a61d6e6bf0761ac3491e6281001f7'
+  'SKIP')
+validpgpkeys=(
+  'ABAF11C65A2970B130ABE3C479BE3E4300411886'  # Linus Torvalds
+  '647F28654894E3BD457199BE38DBBDC86092693E'  # Greg Kroah-Hartman
+)
+
+
+build() {
+  cd linux-$pkgver
+
+  make ARCH=$_target_arch mrproper
+  make ARCH=$_target_arch headers_check
+}
+
+package() {
+  cd linux-$pkgver
+
+  make INSTALL_HDR_PATH="$pkgdir/usr/$_target/" ARCH=$_target_arch V=0 
headers_install
+
+  # clean-up unnecessary files generated during install
+  find "$pkgdir" \( -name .install -or -name ..install.cmd \) -delete
+}


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:30:15
  Author: alucryd
Revision: 321582

archrelease: copy trunk to community-x86_64

Added:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
(from rev 321581, pycharm-community-edition/trunk/PKGBUILD)
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
(from rev 321581, pycharm-community-edition/trunk/pycharm-build.patch)
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop
(from rev 321581, pycharm-community-edition/trunk/pycharm.desktop)
Deleted:
  pycharm-community-edition/repos/community-x86_64/PKGBUILD
  pycharm-community-edition/repos/community-x86_64/pycharm-build.patch
  pycharm-community-edition/repos/community-x86_64/pycharm.desktop

-+
 PKGBUILD|  124 +-
 pycharm-build.patch |   80 
 pycharm.desktop |   22 
 3 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:30:04 UTC (rev 321581)
+++ PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: David Keogh 
-
-pkgname=pycharm-community-edition
-pkgver=2018.1
-_build=181.4203.547
-pkgrel=1
-pkgdesc='Python IDE for Professional Developers'
-arch=('x86_64')
-url='http://www.jetbrains.com/pycharm/'
-license=('Apache')
-depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
-optdepends=('ipython2: IPython integration for Python 2'
-'ipython: IPython integration for Python 3'
-'python2: Python 2 support'
-'python: Python 3 support')
-makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
- 'python2-setuptools' 'python-setuptools')
-conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
-provides=('pycharm')
-source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
-'pycharm.desktop'
-'pycharm-build.patch')
-sha256sums=('1cd40a38535262771c8b69439a6b7c8f1607abfb5e8c50b2cc575debaec1'
-'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
-'3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
-
-prepare() {
-  cd intellij-community-pycharm-${_build}
-
-  patch -Np1 -i ../pycharm-build.patch
-  sed "s/SNAPSHOT/${_build}/" -i python/build.xml
-}
-
-build() {
-  cd intellij-community-pycharm-${_build}/python
-
-  unset _JAVA_OPTIONS
-
-  ant build
-  tar -xf ../out/pycharm-ce/artifacts/pycharmPC-${_build}-no-jdk.tar.gz -C 
"${srcdir}"
-
-  cd ../../pycharm-community-${pkgver}
-
-  python2 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  python3 helpers/pydev/setup_cython.py build_ext --build-temp build 
--build-lib .
-  rm -rf bin/fsnotifier{,-arm} lib/libpty/linux/x86
-}
-
-package() {
-  cd pycharm-community-${pkgver}
-
-  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,licenses,pixmaps,pycharm}}
-  cp -dr --no-preserve='ownership' bin helpers lib plugins 
"${pkgdir}"/usr/share/pycharm/
-  cp -dr --no-preserve='ownership' license 
"${pkgdir}"/usr/share/licenses/pycharm/
-  ln -s /usr/share/pycharm/bin/pycharm.sh $pkgdir/usr/bin/pycharm
-  ln -s /usr/share/pycharm/bin/pycharm.png "${pkgdir}"/usr/share/pixmaps/
-  install -m 644 ../pycharm.desktop -t "${pkgdir}"/usr/share/applications/
-}
-
-# vim: ts=2 sw=2 et:

Copied: pycharm-community-edition/repos/community-x86_64/PKGBUILD (from rev 
321581, pycharm-community-edition/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: David Keogh 
+
+pkgname=pycharm-community-edition
+pkgver=2018.1.2
+_build=181.4668.75
+pkgrel=1
+pkgdesc='Python IDE for Professional Developers'
+arch=('x86_64')
+url='http://www.jetbrains.com/pycharm/'
+license=('Apache')
+depends=('gcc-libs' 'giflib' 'glibc' 'java-runtime=8' 'sh' 'ttf-font')
+optdepends=('ipython2: IPython integration for Python 2'
+'ipython: IPython integration for Python 3'
+'python2: Python 2 support'
+'python: Python 3 support')
+makedepends=('apache-ant' 'java-environment=8' 'java-openjfx'
+ 'python2-setuptools' 'python-setuptools')
+conflicts=('pycharm' 'pycharm-community' 'pycharm-professional')
+provides=('pycharm')
+source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
+'pycharm.desktop'
+'pycharm-build.patch')
+sha256sums=('921c74c46a3ff2af6de80697d79c40af39ceac691e37c960fa7bc7b3a8cb58b9'
+'28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
+'3793e8125abb05b1

[arch-commits] Commit in pycharm-community-edition/trunk (PKGBUILD)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:30:04
  Author: alucryd
Revision: 321581

upgpkg: pycharm-community-edition 2018.1.2-1

Modified:
  pycharm-community-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:27:48 UTC (rev 321580)
+++ PKGBUILD2018-05-13 09:30:04 UTC (rev 321581)
@@ -3,8 +3,8 @@
 # Contributor: David Keogh 
 
 pkgname=pycharm-community-edition
-pkgver=2018.1
-_build=181.4203.547
+pkgver=2018.1.2
+_build=181.4668.75
 pkgrel=1
 pkgdesc='Python IDE for Professional Developers'
 arch=('x86_64')
@@ -22,7 +22,7 @@
 
source=("pycharm-${_build}.tar.gz::https://github.com/JetBrains/intellij-community/archive/pycharm/${_build}.tar.gz";
 'pycharm.desktop'
 'pycharm-build.patch')
-sha256sums=('1cd40a38535262771c8b69439a6b7c8f1607abfb5e8c50b2cc575debaec1'
+sha256sums=('921c74c46a3ff2af6de80697d79c40af39ceac691e37c960fa7bc7b3a8cb58b9'
 '28e0d3200c721e61831d8246eba8f72485d3c8379d10bfa75ccb5331b6749480'
 '3793e8125abb05b1580919017469ada2563a2e5972a8d74666557df60d270cfd')
 


[arch-commits] Commit in (3 files)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:32:24
  Author: alucryd
Revision: 324145

Add ffnvcodec-headers to add support for NVDEC/NVENC in FFmpeg

Added:
  ffnvcodec-headers/
  ffnvcodec-headers/trunk/
  ffnvcodec-headers/trunk/PKGBUILD

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

Added: ffnvcodec-headers/trunk/PKGBUILD
===
--- ffnvcodec-headers/trunk/PKGBUILD(rev 0)
+++ ffnvcodec-headers/trunk/PKGBUILD2018-05-13 09:32:24 UTC (rev 324145)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=ffnvcodec-headers
+pkgver=8.1.24.2
+pkgrel=2
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
+arch=('any')
+url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
+license=('MIT')
+source=("https://github.com/FFmpeg/nv-codec-headers/releases/download/n${pkgver}/nv-codec-headers-${pkgver}.tar.gz";)
+sha256sums=('2b339b2493f5b63b285dd660be05102af7d4ff2de9fcf3af94e48b5f91a3ca57')
+
+build() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr'
+  sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE # Extract license
+  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:


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


[arch-commits] Commit in ffnvcodec-headers (3 files)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:33:01
  Author: alucryd
Revision: 324146

archrelease: copy trunk to extra-any

Added:
  ffnvcodec-headers/repos/
  ffnvcodec-headers/repos/extra-any/
  ffnvcodec-headers/repos/extra-any/PKGBUILD
(from rev 324145, ffnvcodec-headers/trunk/PKGBUILD)

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

Copied: ffnvcodec-headers/repos/extra-any/PKGBUILD (from rev 324145, 
ffnvcodec-headers/trunk/PKGBUILD)
===
--- repos/extra-any/PKGBUILD(rev 0)
+++ repos/extra-any/PKGBUILD2018-05-13 09:33:01 UTC (rev 324146)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Daniel Bermond < yahoo-com: danielbermond >
+
+pkgname=ffnvcodec-headers
+pkgver=8.1.24.2
+pkgrel=2
+pkgdesc='FFmpeg version of headers required to interface with Nvidias codec 
APIs'
+arch=('any')
+url='https://git.videolan.org/?p=ffmpeg/nv-codec-headers.git'
+license=('MIT')
+source=("https://github.com/FFmpeg/nv-codec-headers/releases/download/n${pkgver}/nv-codec-headers-${pkgver}.tar.gz";)
+sha256sums=('2b339b2493f5b63b285dd660be05102af7d4ff2de9fcf3af94e48b5f91a3ca57')
+
+build() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr'
+  sed -n '4,25p' include/ffnvcodec/nvEncodeAPI.h > LICENSE # Extract license
+  sed -i '1,22s/^.\{,3\}//' LICENSE # Delete C comments
+}
+
+package() {
+  cd nv-codec-headers-n${pkgver}
+
+  make PREFIX='/usr' DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/ffnvcodec-headers/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:51:41
  Author: alucryd
Revision: 324147

upgpkg: ffmpeg 1:4.0-2

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:33:01 UTC (rev 324146)
+++ PKGBUILD2018-05-13 09:51:41 UTC (rev 324147)
@@ -7,7 +7,7 @@
 
 pkgname=ffmpeg
 pkgver=4.0
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('x86_64')
@@ -14,15 +14,15 @@
 url='http://ffmpeg.org/'
 license=('GPL3')
 depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
- 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libomxil-bellagio'
+ 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
+ 'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh'
+ 'libtheora' 'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2'
+ 'libxv' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils'
+ 'xz' 'zlib'
  'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
  'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
  'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('ladspa' 'libvdpau' 'yasm')
+makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
 optdepends=('ladspa: LADSPA filters')
 provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
   'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
@@ -40,7 +40,6 @@
 --disable-debug \
 --disable-static \
 --disable-stripping \
---enable-avisynth \
 --enable-avresample \
 --enable-fontconfig \
 --enable-gmp \
@@ -49,6 +48,7 @@
 --enable-ladspa \
 --enable-libass \
 --enable-libbluray \
+--enable-libdrm \
 --enable-libfreetype \
 --enable-libfribidi \
 --enable-libgsm \
@@ -74,9 +74,10 @@
 --enable-libxcb \
 --enable-libxml2 \
 --enable-libxvid \
+--enable-nvenc \
+--enable-omx \
 --enable-shared \
---enable-version3 \
---enable-omx
+--enable-version3
 
   make
   make tools/qt-faststart


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:51:50
  Author: alucryd
Revision: 324148

archrelease: copy trunk to extra-x86_64

Added:
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 324147, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/fs56089.patch
(from rev 324147, ffmpeg/trunk/fs56089.patch)
Deleted:
  ffmpeg/repos/extra-x86_64/PKGBUILD
  ffmpeg/repos/extra-x86_64/fs56089.patch

---+
 PKGBUILD  |  187 
 fs56089.patch |  168 +-
 2 files changed, 178 insertions(+), 177 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:51:41 UTC (rev 324147)
+++ PKGBUILD2018-05-13 09:51:50 UTC (rev 324148)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Ionut Biru 
-# Contributor: Tom Newsom 
-# Contributor: Paul Mattal 
-
-pkgname=ffmpeg
-pkgver=4.0
-pkgrel=1
-epoch=1
-pkgdesc='Complete solution to record, convert and stream audio and video'
-arch=('x86_64')
-url='http://ffmpeg.org/'
-license=('GPL3')
-depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
- 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
- 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libvdpau' 'libwebp'
- 'libx11' 'libxcb' 'libxml2' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2'
- 'speex' 'v4l-utils' 'xz' 'zlib'
- 'libomxil-bellagio'
- 'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
- 'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
- 'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
-makedepends=('ladspa' 'libvdpau' 'yasm')
-optdepends=('ladspa: LADSPA filters')
-provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so'
-  'libavresample.so' 'libavutil.so' 'libpostproc.so' 'libswresample.so'
-  'libswscale.so')
-source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
-validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('ed945daf40b124e77a685893cc025d086f638bc703183460aff49508edb3a43f'
-'SKIP')
-
-build() {
-  cd ffmpeg-${pkgver}
-
-  ./configure \
---prefix='/usr' \
---disable-debug \
---disable-static \
---disable-stripping \
---enable-avisynth \
---enable-avresample \
---enable-fontconfig \
---enable-gmp \
---enable-gnutls \
---enable-gpl \
---enable-ladspa \
---enable-libass \
---enable-libbluray \
---enable-libfreetype \
---enable-libfribidi \
---enable-libgsm \
---enable-libiec61883 \
---enable-libmodplug \
---enable-libmp3lame \
---enable-libopencore_amrnb \
---enable-libopencore_amrwb \
---enable-libopenjpeg \
---enable-libopus \
---enable-libpulse \
---enable-libsoxr \
---enable-libspeex \
---enable-libssh \
---enable-libtheora \
---enable-libv4l2 \
---enable-libvidstab \
---enable-libvorbis \
---enable-libvpx \
---enable-libwebp \
---enable-libx264 \
---enable-libx265 \
---enable-libxcb \
---enable-libxml2 \
---enable-libxvid \
---enable-shared \
---enable-version3 \
---enable-omx
-
-  make
-  make tools/qt-faststart
-  make doc/ff{mpeg,play}.1
-}
-
-package() {
-  cd ffmpeg-${pkgver}
-
-  make DESTDIR="${pkgdir}" install install-man
-  install -Dm 755 tools/qt-faststart "${pkgdir}"/usr/bin/
-}
-
-# vim: ts=2 sw=2 et:

Copied: ffmpeg/repos/extra-x86_64/PKGBUILD (from rev 324147, 
ffmpeg/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:51:50 UTC (rev 324148)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=4.0
+pkgrel=2
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'lame' 'libavc1394' 'libdrm' 'libiec61883' 'libmodplug'
+ 'libomxil-bellagio' 'libpulse' 'libraw1394' 'libsoxr' 'libssh'
+ 'libtheora' 'libvdpau' 'libwebp' 'libx11' 'libxcb' 'libxext' 'libxml2'
+ 'libxv' 'opencore-amr' 'openjpeg2' 'opus' 'sdl2' 'speex' 'v4l-utils'
+ 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libva-drm.so' 'libva.so'
+ 'libva-x11.so' 'libvidstab.so' 'libvorbisenc.so' 'libvorbis.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so' 'libxvidcore.so')
+makedepends=('ffnvcodec-headers' 'ladspa' 'yasm')
+optdepends=('ladspa: LADSPA filters')
+provides=('libavcodec.so' 'libavdevice.so' 'libavfilter.so' 'libavformat.so

[arch-commits] Commit in adapta-gtk-theme/trunk (PKGBUILD)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:56:31
  Author: alucryd
Revision: 321583

upgpkg: adapta-gtk-theme 3.93.1.14-1

Modified:
  adapta-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:30:15 UTC (rev 321582)
+++ PKGBUILD2018-05-13 09:56:31 UTC (rev 321583)
@@ -3,7 +3,7 @@
 # Contributor: Phillip Schichtel 
 
 pkgname=adapta-gtk-theme
-pkgver=3.93.1.7
+pkgver=3.93.1.14
 pkgrel=1
 pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
 arch=('any')


[arch-commits] Commit in adapta-gtk-theme/repos/community-any (PKGBUILD PKGBUILD)

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:56:41
  Author: alucryd
Revision: 321584

archrelease: copy trunk to community-any

Added:
  adapta-gtk-theme/repos/community-any/PKGBUILD
(from rev 321583, adapta-gtk-theme/trunk/PKGBUILD)
Deleted:
  adapta-gtk-theme/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:56:31 UTC (rev 321583)
+++ PKGBUILD2018-05-13 09:56:41 UTC (rev 321584)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Phillip Schichtel 
-
-pkgname=adapta-gtk-theme
-pkgver=3.93.1.7
-pkgrel=1
-pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
-arch=('any')
-url='https://github.com/adapta-project/adapta-gtk-theme'
-license=('CCPL' 'GPL2')
-makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
-optdepends=('gtk-engine-murrine: for gtk2 themes'
-'noto-fonts: Recommended font'
-'ttf-roboto: Recommended font')
-source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver}";)
-sha256sums=('SKIP')
-
-build() {
-  cd adapta-gtk-theme
-
-  ./autogen.sh \
---prefix='/usr' \
---enable-parallel \
---enable-plank \
---enable-telegram \
---disable-unity
-  make
-}
-
-package() {
-  cd adapta-gtk-theme
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/plank/themes
-  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
-
-  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
-}
-
-# vim: ts=2 sw=2 et:

Copied: adapta-gtk-theme/repos/community-any/PKGBUILD (from rev 321583, 
adapta-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:56:41 UTC (rev 321584)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Phillip Schichtel 
+
+pkgname=adapta-gtk-theme
+pkgver=3.93.1.14
+pkgrel=1
+pkgdesc='An adaptive Gtk+ theme based on Material Design Guidelines'
+arch=('any')
+url='https://github.com/adapta-project/adapta-gtk-theme'
+license=('CCPL' 'GPL2')
+makedepends=('git' 'gnome-shell' 'inkscape' 'libxml2' 'parallel' 'sassc')
+optdepends=('gtk-engine-murrine: for gtk2 themes'
+'noto-fonts: Recommended font'
+'ttf-roboto: Recommended font')
+source=("git+https://github.com/adapta-project/adapta-gtk-theme.git#tag=${pkgver}";)
+sha256sums=('SKIP')
+
+build() {
+  cd adapta-gtk-theme
+
+  ./autogen.sh \
+--prefix='/usr' \
+--enable-parallel \
+--enable-plank \
+--enable-telegram \
+--disable-unity
+  make
+}
+
+package() {
+  cd adapta-gtk-theme
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/plank/themes
+  ln -s /usr/share/themes/Adapta/plank 
"${pkgdir}"/usr/share/plank/themes/Adapta
+
+  install -Dm 644 LICENSE_CC_BY_SA4 -t 
"${pkgdir}"/usr/share/licenses/adapta-gtk-theme/
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:57:20
  Author: alucryd
Revision: 321585

upgpkg: lollypop 0.9.508-1

Modified:
  lollypop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:56:41 UTC (rev 321584)
+++ PKGBUILD2018-05-13 09:57:20 UTC (rev 321585)
@@ -4,9 +4,9 @@
 # Contributor: Cédric Bellegarde 
 
 pkgname=lollypop
-pkgver=0.9.507
+pkgver=0.9.508
 _portal_pkgver=0.9.7
-pkgrel=2
+pkgrel=1
 pkgdesc='Music player for GNOME'
 arch=('any')
 url='https://gitlab.gnome.org/gnumdk/lollypop'
@@ -23,9 +23,9 @@
 'python-pylast: Last.FM support'
 'python-wikipedia: Wikipedia support'
 'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz";
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/14d754166eb532a9efe5788f1176a4c1/lollypop-0.9.508.tar.xz";
 
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz";)
-sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
+sha256sums=('ac9305c186ace329249303ff7eabea76d72212d4e1fbf73391a68cfd691dea3a'
 'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
 
 build() {


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

2018-05-13 Thread Maxime Gauduin via arch-commits
Date: Sunday, May 13, 2018 @ 09:57:31
  Author: alucryd
Revision: 321586

archrelease: copy trunk to community-any

Added:
  lollypop/repos/community-any/PKGBUILD
(from rev 321585, lollypop/trunk/PKGBUILD)
Deleted:
  lollypop/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 09:57:20 UTC (rev 321585)
+++ PKGBUILD2018-05-13 09:57:31 UTC (rev 321586)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: kirek 
-# Contributor: Cédric Bellegarde 
-
-pkgname=lollypop
-pkgver=0.9.507
-_portal_pkgver=0.9.7
-pkgrel=2
-pkgdesc='Music player for GNOME'
-arch=('any')
-url='https://gitlab.gnome.org/gnumdk/lollypop'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
- 'python-dbus' 'python-gobject' 'totem-plparser')
-makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
-optdepends=('easytag: Modify tags'
-'flatpak: Flatpak Portal'
-'gst-libav: FFmpeg plugin for GStreamer'
-'kid3-qt: Store covers in tags'
-'libsecret: Last.FM support'
-'python-pillow: Blur background in lyrics view'
-'python-pylast: Last.FM support'
-'python-wikipedia: Wikipedia support'
-'youtube-dl: YouTube playback')
-source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/27a8e9c3d773e66e05a6ed4f8acb6bd0/lollypop-0.9.507.tar.xz";
-
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz";)
-sha256sums=('b0fb68069eec67a7bea07d341baf8660903561495e4839316e6d16b92e5e99ab'
-'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
-
-build() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-pushd $d
-arch-meson build \
-  --libexecdir='lib/lollypop'
-ninja -C build
-popd
-  done
-}
-
-package() {
-  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
-DESTDIR="${pkgdir}" ninja -C $d/build install
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: lollypop/repos/community-any/PKGBUILD (from rev 321585, 
lollypop/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 09:57:31 UTC (rev 321586)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kirek 
+# Contributor: Cédric Bellegarde 
+
+pkgname=lollypop
+pkgver=0.9.508
+_portal_pkgver=0.9.7
+pkgrel=1
+pkgdesc='Music player for GNOME'
+arch=('any')
+url='https://gitlab.gnome.org/gnumdk/lollypop'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'python-beautifulsoup4' 'python-cairo'
+ 'python-dbus' 'python-gobject' 'totem-plparser')
+makedepends=('gobject-introspection' 'intltool' 'itstool' 'meson' 'python')
+optdepends=('easytag: Modify tags'
+'flatpak: Flatpak Portal'
+'gst-libav: FFmpeg plugin for GStreamer'
+'kid3-qt: Store covers in tags'
+'libsecret: Last.FM support'
+'python-pillow: Blur background in lyrics view'
+'python-pylast: Last.FM support'
+'python-wikipedia: Wikipedia support'
+'youtube-dl: YouTube playback')
+source=("https://gitlab.gnome.org/gnumdk/lollypop/uploads/14d754166eb532a9efe5788f1176a4c1/lollypop-0.9.508.tar.xz";
+
"https://gitlab.gnome.org/gnumdk/lollypop-portal/uploads/42bd030f9c8391db93a335c6a23783bf/lollypop-portal-0.9.7.tar.xz";)
+sha256sums=('ac9305c186ace329249303ff7eabea76d72212d4e1fbf73391a68cfd691dea3a'
+'fef0d7b5a4065884582fef6e6e40ae781fe182063a07cfcc5d98a69602f4d57b')
+
+build() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+pushd $d
+arch-meson build \
+  --libexecdir='lib/lollypop'
+ninja -C build
+popd
+  done
+}
+
+package() {
+  for d in lollypop-portal-${_portal_pkgver} lollypop-${pkgver}; do
+DESTDIR="${pkgdir}" ninja -C $d/build install
+  done
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:15:09
  Author: demize
Revision: 321588

archrelease: copy trunk to community-x86_64

Added:
  dunst/repos/community-x86_64/PKGBUILD
(from rev 321587, dunst/trunk/PKGBUILD)
Deleted:
  dunst/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:15:02 UTC (rev 321587)
+++ PKGBUILD2018-05-13 10:15:09 UTC (rev 321588)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: feuri
-
-pkgname=dunst
-pkgver=1.3.1
-pkgrel=1
-
-pkgdesc="Customizable and lightweight notification-daemon"
-url="https://dunst-project.org/";
-arch=('x86_64')
-license=('BSD')
-
-depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 
'libxdg-basedir' 'libxrandr')
-
-provides=('notification-daemon')
-
-source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
-md5sums=('cd6cee61031e8504b087c4b4344786ed')
-
-build() {
-   make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
-}
-
-package() {
-   make -C "$pkgname-$pkgver" DESTDIR="${pkgdir}" PREFIX=/usr install
-   install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dunst/repos/community-x86_64/PKGBUILD (from rev 321587, 
dunst/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 10:15:09 UTC (rev 321588)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: feuri
+
+pkgname=dunst
+pkgver=1.3.2
+pkgrel=1
+
+pkgdesc="Customizable and lightweight notification-daemon"
+url="https://dunst-project.org/";
+arch=('x86_64')
+license=('BSD')
+
+depends=('libxinerama' 'libxss' 'pango' 'libnotify' 'gdk-pixbuf2' 
'libxdg-basedir' 'libxrandr')
+
+provides=('notification-daemon')
+
+source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
+md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
+
+build() {
+   make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11
+}
+
+package() {
+   make -C "$pkgname-$pkgver" DESTDIR="${pkgdir}" PREFIX=/usr install
+   install -Dm644 "${srcdir}/$pkgname-$pkgver/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:15:02
  Author: demize
Revision: 321587

upgpkg: dunst 1.3.2-1

Modified:
  dunst/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:57:31 UTC (rev 321586)
+++ PKGBUILD2018-05-13 10:15:02 UTC (rev 321587)
@@ -4,7 +4,7 @@
 # Contributor: feuri
 
 pkgname=dunst
-pkgver=1.3.1
+pkgver=1.3.2
 pkgrel=1
 
 pkgdesc="Customizable and lightweight notification-daemon"
@@ -17,7 +17,7 @@
 provides=('notification-daemon')
 
 
source=("dunst-$pkgver.tar.gz::https://github.com/dunst-project/dunst/archive/v$pkgver.tar.gz";)
-md5sums=('cd6cee61031e8504b087c4b4344786ed')
+md5sums=('68ad9fd1dab537d7a1ad93c899c50278')
 
 build() {
make -C "$srcdir/$pkgname-$pkgver" PREFIX=/usr X11INC=/usr/include/X11 
X11LIB=/usr/lib/X11


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:18:33
  Author: demize
Revision: 321589

upgpkg: matrix-synapse 0.28.1-1

Modified:
  matrix-synapse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 10:15:09 UTC (rev 321588)
+++ PKGBUILD2018-05-13 10:18:33 UTC (rev 321589)
@@ -2,7 +2,7 @@
 # Contributor: Ivan Shapovalov 
 
 pkgname=matrix-synapse
-pkgver=0.27.4
+pkgver=0.28.1
 pkgrel=1
 
 pkgdesc="Matrix reference homeserver"
@@ -33,7 +33,7 @@
 
source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
 'sysusers-synapse.conf')
 
-md5sums=('59312cb59e34562a367b34ad5d65c651'
+md5sums=('46a12ccd4ecdf51e6b30481f806c9f50'
  'ecd9f66fb57fe1a2e1e2df07a460a35b')
 
 backup=('etc/synapse/log_config.yaml')


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:18:38
  Author: demize
Revision: 321590

archrelease: copy trunk to community-any

Added:
  matrix-synapse/repos/community-any/PKGBUILD
(from rev 321589, matrix-synapse/trunk/PKGBUILD)
  matrix-synapse/repos/community-any/synapse.install
(from rev 321589, matrix-synapse/trunk/synapse.install)
  matrix-synapse/repos/community-any/sysusers-synapse.conf
(from rev 321589, matrix-synapse/trunk/sysusers-synapse.conf)
Deleted:
  matrix-synapse/repos/community-any/PKGBUILD
  matrix-synapse/repos/community-any/synapse.install
  matrix-synapse/repos/community-any/sysusers-synapse.conf

---+
 PKGBUILD  |  120 
 synapse.install   |   50 ++--
 sysusers-synapse.conf |2 
 3 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:18:33 UTC (rev 321589)
+++ PKGBUILD2018-05-13 10:18:38 UTC (rev 321590)
@@ -1,60 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Ivan Shapovalov 
-
-pkgname=matrix-synapse
-pkgver=0.27.4
-pkgrel=1
-
-pkgdesc="Matrix reference homeserver"
-url="https://github.com/matrix-org/synapse";
-arch=('any')
-license=('Apache')
-
-depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
- 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
- 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
- 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
- 'python2-pysaml2' 'python2-setuptools'
- 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
- 'python2-signedjson' 'python2-pymacaroons-pynacl'
- 'python2-service-identity' 'python2-msgpack'
- 'python2-phonenumbers'
- 'systemd')
-makedepends=('python2-mock')
-checkdepends=('python2-lxml')
-optdepends=('python2-psycopg2: PostgreSQL support'
-'python2-netaddr: URL previewing'
-'python2-lxml: URL previewing'
-'python2-jinja: e-mail notifications'
-'python2-bleach: e-mail notifications'
-'python2-psutil: metrics'
-'python2-matrix-angular-sdk: built-in web client')
-
-source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
-'sysusers-synapse.conf')
-
-md5sums=('59312cb59e34562a367b34ad5d65c651'
- 'ecd9f66fb57fe1a2e1e2df07a460a35b')
-
-backup=('etc/synapse/log_config.yaml')
-install=synapse.install
-
-build() {
-   cd synapse-$pkgver
-   python2 setup.py build
-}
-
-check() {
-   cd synapse-$pkgver
-   PYTHONPATH=. trial tests
-}
-
-package() {
-   cd synapse-$pkgver
-   python2 setup.py install --root "$pkgdir" --optimize=1 --skip-build
-
-   install -dm755 -o 198 -g 198 "$pkgdir"/etc/synapse
-   install -Dm644 contrib/systemd/log_config.yaml 
"$pkgdir"/etc/synapse/log_config.yaml
-   install -Dm644 contrib/systemd/synapse.service 
"$pkgdir"/usr/lib/systemd/system/synapse.service
-   install -Dm644 "$srcdir"/sysusers-synapse.conf 
"$pkgdir"/usr/lib/sysusers.d/synapse.conf
-}

Copied: matrix-synapse/repos/community-any/PKGBUILD (from rev 321589, 
matrix-synapse/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 10:18:38 UTC (rev 321590)
@@ -0,0 +1,60 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Ivan Shapovalov 
+
+pkgname=matrix-synapse
+pkgver=0.28.1
+pkgrel=1
+
+pkgdesc="Matrix reference homeserver"
+url="https://github.com/matrix-org/synapse";
+arch=('any')
+license=('Apache')
+
+depends=('python2-jsonschema' 'python2-twisted' 'python2-service-identity'
+ 'python2-pyopenssl' 'python2-yaml' 'python2-pyasn1' 'python2-pynacl'
+ 'python2-daemonize' 'python2-bcrypt' 'python2-frozendict'
+ 'python2-pillow' 'python2-pydenticon' 'python2-ujson' 'python2-blist'
+ 'python2-pysaml2' 'python2-setuptools'
+ 'python2-systemd' 'python2-unpaddedbase64' 'python2-canonicaljson'
+ 'python2-signedjson' 'python2-pymacaroons-pynacl'
+ 'python2-service-identity' 'python2-msgpack'
+ 'python2-phonenumbers'
+ 'systemd')
+makedepends=('python2-mock')
+checkdepends=('python2-lxml')
+optdepends=('python2-psycopg2: PostgreSQL support'
+'python2-netaddr: URL previewing'
+'python2-lxml: URL previewing'
+'python2-jinja: e-mail notifications'
+'python2-bleach: e-mail notifications'
+'python2-psutil: metrics'
+'python2-matrix-angular-sdk: built-in web client')
+
+source=("synapse-$pkgver.tar.gz::https://github.com/matrix-org/synapse/archive/v$pkgver.tar.gz";
+'sysusers-synapse.conf')
+
+md5sums=('46a12ccd4ecdf51e6b30481f806c9f50'
+ 'ecd9f66fb57fe1a2e1

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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:19:58
  Author: demize
Revision: 321592

archrelease: copy trunk to community-any

Added:
  anki/repos/community-any/0001-Revert-refuse-to-run-on-qt-5.10.patch
(from rev 321591, anki/trunk/0001-Revert-refuse-to-run-on-qt-5.10.patch)
  anki/repos/community-any/PKGBUILD
(from rev 321591, anki/trunk/PKGBUILD)
Deleted:
  anki/repos/community-any/0001-Revert-refuse-to-run-on-qt-5.10.patch
  anki/repos/community-any/PKGBUILD

+
 0001-Revert-refuse-to-run-on-qt-5.10.patch |   48 +++---
 PKGBUILD   |   88 ---
 2 files changed, 64 insertions(+), 72 deletions(-)

Deleted: 0001-Revert-refuse-to-run-on-qt-5.10.patch
===
--- 0001-Revert-refuse-to-run-on-qt-5.10.patch  2018-05-13 10:19:54 UTC (rev 
321591)
+++ 0001-Revert-refuse-to-run-on-qt-5.10.patch  2018-05-13 10:19:58 UTC (rev 
321592)
@@ -1,24 +0,0 @@
-From 6cb98293898c20e34c6ed3ebdb54f757c1a5a768 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Mon, 25 Dec 2017 17:17:13 +0100
-Subject: [PATCH] Revert "refuse to run on qt 5.10"
-
-This reverts commit 65b826d787aff5344ee35707ba3ed21b0678cb7a.

- aqt/qt.py | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/aqt/qt.py b/aqt/qt.py
-index d2a87d1..0afb43a 100644
 a/aqt/qt.py
-+++ b/aqt/qt.py
-@@ -40,5 +40,3 @@ qtpoint = QT_VERSION & 0xff
- 
- if qtmajor < 5 or (qtmajor == 5 and qtminor < 9):
- raise Exception("Anki requires Qt 5.9.0+")
--if qtmajor == 5 and qtminor == 10:
--raise Exception("Qt 5.10 is known to be buggy.")
-\ No newline at end of file
--- 
-2.15.1
-

Copied: anki/repos/community-any/0001-Revert-refuse-to-run-on-qt-5.10.patch 
(from rev 321591, anki/trunk/0001-Revert-refuse-to-run-on-qt-5.10.patch)
===
--- 0001-Revert-refuse-to-run-on-qt-5.10.patch  (rev 0)
+++ 0001-Revert-refuse-to-run-on-qt-5.10.patch  2018-05-13 10:19:58 UTC (rev 
321592)
@@ -0,0 +1,24 @@
+From 6cb98293898c20e34c6ed3ebdb54f757c1a5a768 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Mon, 25 Dec 2017 17:17:13 +0100
+Subject: [PATCH] Revert "refuse to run on qt 5.10"
+
+This reverts commit 65b826d787aff5344ee35707ba3ed21b0678cb7a.
+---
+ aqt/qt.py | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/aqt/qt.py b/aqt/qt.py
+index d2a87d1..0afb43a 100644
+--- a/aqt/qt.py
 b/aqt/qt.py
+@@ -40,5 +40,3 @@ qtpoint = QT_VERSION & 0xff
+ 
+ if qtmajor < 5 or (qtmajor == 5 and qtminor < 9):
+ raise Exception("Anki requires Qt 5.9.0+")
+-if qtmajor == 5 and qtminor == 10:
+-raise Exception("Qt 5.10 is known to be buggy.")
+\ No newline at end of file
+-- 
+2.15.1
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:19:54 UTC (rev 321591)
+++ PKGBUILD2018-05-13 10:19:58 UTC (rev 321592)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sergej Pupykin 
-# Contributor: Timm Preetz 
-# Contributor: Michael 'manveru' Fellinger 
-# Contributor: Dave Pretty 
-
-pkgname=anki
-pkgver=2.1.0beta37
-pkgrel=2
-
-pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
-url="https://ankisrs.net/";
-arch=('any')
-license=('AGPL3')
-
-depends=('qt5-webengine' 'python-beautifulsoup4' 'python-pyaudio'
- 'python-pyqt5' 'python-requests' 'python-send2trash'
- 'python-decorator' 'python-markdown')
-optdepends=('lame: record sound'
-'mplayer: play sound')
-
-source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz
-0001-Revert-refuse-to-run-on-qt-5.10.patch)
-sha256sums=('459e01d3bc132b0cb26d846e6d48b20eb416d55d7d19b569690b4f4961021860'
-'9f10126ffc9e9a3552bee20b750d6a43ec631280ad0838c9f7d2b188998c5ac1')
-
-prepare() {
-  cd anki-$pkgver
-
-  patch -p1 <"$srcdir"/0001-Revert-refuse-to-run-on-qt-5.10.patch
-}
-
-package() {
-  cd anki-$pkgver
-  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * "$pkgdir"/usr/share/anki/
-  cd "$pkgdir"/usr/share/anki
-
-  mv tools/runanki.system "$pkgdir"/usr/bin/anki
-  # Work around https://bugs.archlinux.org/task/57540
-  sed -i '$ iimport os\nos.environ["QTWEBENGINE_DISABLE_SANDBOX"] = "1"' 
"$pkgdir"/usr/bin/anki
-
-  mv anki.xpm anki.png "$pkgdir"/usr/share/pixmaps
-  mv anki.desktop "$pkgdir"/usr/share/applications
-  mv anki.1 "$pkgdir"/usr/share/man/man1
-  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
-}

Copied: anki/repos/community-any/PKGBUILD (from rev 321591, anki/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 10:19:58 UTC (rev 321592)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Johannes Löthberg 

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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:19:54
  Author: demize
Revision: 321591

upgpkg: anki 2.1.0beta39-1

Modified:
  anki/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 10:18:38 UTC (rev 321590)
+++ PKGBUILD2018-05-13 10:19:54 UTC (rev 321591)
@@ -6,8 +6,8 @@
 # Contributor: Dave Pretty 
 
 pkgname=anki
-pkgver=2.1.0beta37
-pkgrel=2
+pkgver=2.1.0beta39
+pkgrel=1
 
 pkgdesc="Helps you remember facts (like words/phrases in a foreign language) 
efficiently"
 url="https://ankisrs.net/";
@@ -22,7 +22,7 @@
 
 source=(https://apps.ankiweb.net/downloads/beta/anki-$pkgver-source.tgz
 0001-Revert-refuse-to-run-on-qt-5.10.patch)
-sha256sums=('459e01d3bc132b0cb26d846e6d48b20eb416d55d7d19b569690b4f4961021860'
+sha256sums=('a6b511ac81bc7024b63ba997f1fd00880c4b574d6b52cedee2ef3d24fa36da49'
 '9f10126ffc9e9a3552bee20b750d6a43ec631280ad0838c9f7d2b188998c5ac1')
 
 prepare() {
@@ -33,16 +33,8 @@
 
 package() {
   cd anki-$pkgver
-  mkdir -p "$pkgdir"/usr/{bin,share/{anki,pixmaps,applications,man/man1}}
-  cp -av * "$pkgdir"/usr/share/anki/
-  cd "$pkgdir"/usr/share/anki
 
-  mv tools/runanki.system "$pkgdir"/usr/bin/anki
-  # Work around https://bugs.archlinux.org/task/57540
+  make install DESTDIR="$pkgdir"
+
   sed -i '$ iimport os\nos.environ["QTWEBENGINE_DISABLE_SANDBOX"] = "1"' 
"$pkgdir"/usr/bin/anki
-
-  mv anki.xpm anki.png "$pkgdir"/usr/share/pixmaps
-  mv anki.desktop "$pkgdir"/usr/share/applications
-  mv anki.1 "$pkgdir"/usr/share/man/man1
-  rm -rf "$pkgdir"/usr/share/anki/{tests,tools,anki.bat}
 }


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:23:15
  Author: demize
Revision: 321593

upgpkg: python-sphinx 1.7.4-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 10:19:58 UTC (rev 321592)
+++ PKGBUILD2018-05-13 10:23:15 UTC (rev 321593)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.7.3
+pkgver=1.7.4
 pkgrel=1
 
 arch=('any')
@@ -55,7 +55,7 @@
 
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'
   'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07')
-md5sums=('d363e6cd778061e542e3fad97e2fc307'
+md5sums=('95f3b83f521314600e5b09e99cf32c46'
  'SKIP')
 
 prepare() {


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:23:20
  Author: demize
Revision: 321594

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  300 ++---
 1 file changed, 150 insertions(+), 150 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:23:15 UTC (rev 321593)
+++ PKGBUILD2018-05-13 10:23:20 UTC (rev 321594)
@@ -1,150 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.7.3
-pkgrel=1
-
-arch=('any')
-url='http://sphinx.pocoo.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python-sphinxcontrib-websupport'
-  'python-sqlalchemy'
-  'python-whoosh'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-  'python2-sphinxcontrib-websupport'
-  'python2-sqlalchemy'
-  'python2-whoosh'
-  'python2-typing'
-)
-
-checkdepends=(
-  'texlive-latexextra'
-  'python-nose' 'python2-nose'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python-mock' 'python2-mock'
-  'python-html5lib' 'python2-html5lib'
-  'python-requests' 'python2-requests'
-  'python2-pytest' 'python-pytest'
-  'python2-enum34'
-  'python-sphinxcontrib-websupport' 'python2-sphinxcontrib-websupport'
-  'imagemagick' 'librsvg'
-)
-
-source=("https://pypi.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E'
-  'E9BEABB07E7B9CC3F56E62C91425F8CE5EBA0E07')
-md5sums=('d363e6cd778061e542e3fad97e2fc307'
- 'SKIP')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-#check() {
-#  msg2 'Python 3 version'
-#  cd "$srcdir"/Sphinx-$pkgver
-#  LC_ALL="en_US.UTF-8" make PYTHON=python3 test
-#  rm -r tests
-#
-#  msg2 'Python 2 version'
-#  cd "$srcdir"/Sphinx-${pkgver}2
-#  LC_ALL="en_US.UTF-8" make PYTHON=python2 test
-#  rm -r tests
-#}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-setuptools'
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-'python-requests'
-'python-sphinxcontrib-websupport'
-'python-sqlalchemy'
-'python-whoosh'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation'
-  'imagemagick: ext.imageconverter')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-setuptools'
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-'python2-imagesize'
-'python2-requests'
-'python2-sphinxcontrib-websupport'
-'python2-sqlalchemy'
-'python2-whoosh'
-'python2-typing'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation'
-  'imagemagick: ext.imageconverter')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 321593, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUIL

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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:24:52
  Author: demize
Revision: 321595

upgpkg: python-sphinx_rtd_theme 0.3.1-1

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 10:23:20 UTC (rev 321594)
+++ PKGBUILD2018-05-13 10:24:52 UTC (rev 321595)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sphinx_rtd_theme
 pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 
 pkgdesc="Python Sphinx Read The Docs Theme"
@@ -17,7 +17,7 @@
 
 
source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz";)
 
-sha256sums=('665135dfbdf8f1d218442458a18cf266444354b8c98eed93d1543f7e701cfdba')
+sha256sums=('6d0481532b5f441b075127a2d755f430f1f8410a50112b1af6b069518548381d')
 
 build() {
   cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2


[arch-commits] Commit in python-sphinx_rtd_theme/repos/community-any (2 files)

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:24:56
  Author: demize
Revision: 321596

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:24:52 UTC (rev 321595)
+++ PKGBUILD2018-05-13 10:24:56 UTC (rev 321596)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: eolianoe 
-# Contributor: Romain Schmitz 
-
-pkgbase=python-sphinx_rtd_theme
-pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.3.0
-pkgrel=1
-
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/rtfd/sphinx_rtd_theme/'
-arch=('any')
-license=('MIT')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz";)
-
-sha256sums=('665135dfbdf8f1d218442458a18cf266444354b8c98eed93d1543f7e701cfdba')
-
-build() {
-  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
-
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-${pkgver}-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 321595, 
python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 10:24:56 UTC (rev 321596)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
+pkgver=0.3.1
+pkgrel=1
+
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/rtfd/sphinx_rtd_theme/'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz";)
+
+sha256sums=('6d0481532b5f441b075127a2d755f430f1f8410a50112b1af6b069518548381d')
+
+build() {
+  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
+
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd sphinx_rtd_theme-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:27:56
  Author: demize
Revision: 321597

Reenable synctex in cty until libsyntex hits extra

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 10:24:56 UTC (rev 321596)
+++ PKGBUILD2018-05-13 10:27:56 UTC (rev 321597)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.9
-pkgrel=2
+pkgrel=3
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/";
@@ -14,7 +14,7 @@
 license=('custom')
 
 makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -29,7 +29,7 @@
 
 build() {
   cd zathura-$pkgver
-  arch-meson -Denable-synctex=false build
+  arch-meson build
 
   cd build
   ninja


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:28:01
  Author: demize
Revision: 321598

archrelease: copy trunk to community-x86_64

Added:
  zathura/repos/community-x86_64/PKGBUILD
(from rev 321597, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 321597, zathura/trunk/bash-completion)
Deleted:
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion

-+
 PKGBUILD|   88 +++---
 bash-completion |   58 +--
 2 files changed, 73 insertions(+), 73 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:27:56 UTC (rev 321597)
+++ PKGBUILD2018-05-13 10:28:01 UTC (rev 321598)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.9
-pkgrel=2
-
-pkgdesc="Minimalistic document viewer"
-url="http://pwmt.org/projects/zathura/";
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support'
-'zathura-cb: Comic book support')
-
-source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
-bash-completion)
-
-sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
-  '94a8236c483626a7f3acee053a1ea885aed45a82')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson -Denable-synctex=false build
-
-  cd build
-  ninja
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-x86_64/PKGBUILD (from rev 321597, 
zathura/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 10:28:01 UTC (rev 321598)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.9
+pkgrel=3
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/";
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion)
+
+sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: bash-completion
===
--- bash-completion 2018-05-13 10:27:56 UTC (rev 321597)
+++ bash-completion 2018-05-13 10:28:01 UTC (rev 321598)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pdf"
-;;
-  ps.so)
-EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-;;
-  djvu.so)
-EXTENTIONS="$EXTENTIONS|djvu|djv"
-;;
-  epub.so)
-EXTENTIONS="$EXTENTIONS|epub"
-;;
-  cb.so)
-EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-;;
-  *)
-;;
-  esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-x86_64/bash-completion (from rev 321597, 
zathura/trunk/bash-completion)
===
--- bash-completion (rev 0)
+++ bash-completion 2018-05-13 10:28:01 UTC (rev 321598)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in /usr/lib/zathura/*.so; do
+case ${PLUGIN##*/} in
+  pdf.so)
+EXTENTIONS="$EXTENTIONS|pdf"
+;;
+  ps.so)
+EXTENTIONS=

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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:30:23
  Author: demize
Revision: 321600

archrelease: copy trunk to community-testing-x86_64

Added:
  zathura/repos/community-testing-x86_64/
  zathura/repos/community-testing-x86_64/PKGBUILD
(from rev 321599, zathura/trunk/PKGBUILD)
  zathura/repos/community-testing-x86_64/bash-completion
(from rev 321599, zathura/trunk/bash-completion)

-+
 PKGBUILD|   44 
 bash-completion |   29 +
 2 files changed, 73 insertions(+)

Copied: zathura/repos/community-testing-x86_64/PKGBUILD (from rev 321599, 
zathura/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2018-05-13 10:30:23 UTC (rev 321600)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.9
+pkgrel=4
+
+pkgdesc="Minimalistic document viewer"
+url="http://pwmt.org/projects/zathura/";
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support'
+'zathura-cb: Comic book support')
+
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.xz
+bash-completion)
+
+sha1sums=('23fd07120031f64a52c24eb90b6e0de9397ba011'
+  '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson -Denable-synctex=false build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion 
"$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Copied: zathura/repos/community-testing-x86_64/bash-completion (from rev 
321599, zathura/trunk/bash-completion)
===
--- community-testing-x86_64/bash-completion(rev 0)
+++ community-testing-x86_64/bash-completion2018-05-13 10:30:23 UTC (rev 
321600)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in /usr/lib/zathura/*.so; do
+case ${PLUGIN##*/} in
+  pdf.so)
+EXTENTIONS="$EXTENTIONS|pdf"
+;;
+  ps.so)
+EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
+;;
+  djvu.so)
+EXTENTIONS="$EXTENTIONS|djvu|djv"
+;;
+  epub.so)
+EXTENTIONS="$EXTENTIONS|epub"
+;;
+  cb.so)
+EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
+;;
+  *)
+;;
+  esac
+  done
+
+  _filedir "${EXTENTIONS#|}"
+} &&
+complete -F _zathura zathura


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

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:30:19
  Author: demize
Revision: 321599

Push without libsyntex to community-testing

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 10:28:01 UTC (rev 321598)
+++ PKGBUILD2018-05-13 10:30:19 UTC (rev 321599)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.9
-pkgrel=3
+pkgrel=4
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/";
@@ -14,7 +14,7 @@
 license=('custom')
 
 makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'
 'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -29,7 +29,7 @@
 
 build() {
   cd zathura-$pkgver
-  arch-meson build
+  arch-meson -Denable-synctex=false build
 
   cd build
   ninja


[arch-commits] Commit in zathura-pdf-mupdf/repos/community-x86_64 (4 files)

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:37:39
  Author: demize
Revision: 321602

archrelease: copy trunk to community-x86_64

Added:
  
zathura-pdf-mupdf/repos/community-x86_64/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
(from rev 321601, 
zathura-pdf-mupdf/trunk/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 321601, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  
zathura-pdf-mupdf/repos/community-x86_64/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

--+
 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch |   80 -
 PKGBUILD |   82 +-
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
===
--- 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
2018-05-13 10:37:35 UTC (rev 321601)
+++ 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
2018-05-13 10:37:39 UTC (rev 321602)
@@ -1,40 +0,0 @@
-From 3fb0ff750373d45d4f5172ce1d41b74183cd07e8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Sat, 24 Mar 2018 14:31:18 +0100
-Subject: [PATCH] Explicitly link against jbig2dec, openjp2, and jpeg
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Normally these are statically linked into libmupdfthird, but we delete
-those to make mupdf use the system libraries.  Previously
-zathura-pdf-mupdf explicitly linked against them, but this is
-technically incorrect since they are supposed to be in libmupdfthird so
-that was removed.  This commit essentially reverts that in the new build
-system.
-
-Signed-off-by: Johannes Löthberg 

- meson.build | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 3b0d7b7..ae2fc9c 100644
 a/meson.build
-+++ b/meson.build
-@@ -22,7 +22,11 @@ cairo = dependency('cairo')
- mupdf = cc.find_library('mupdf')
- mupdfthird = cc.find_library('mupdfthird')
- 
--build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird]
-+jbig2dec = cc.find_library('jbig2dec')
-+openjp2 = cc.find_library('openjp2')
-+jpeg = cc.find_library('jpeg')
-+
-+build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird, 
jbig2dec, openjp2, jpeg]
- 
- # defines
- defines = [
--- 
-2.16.3
-

Copied: 
zathura-pdf-mupdf/repos/community-x86_64/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
 (from rev 321601, 
zathura-pdf-mupdf/trunk/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch)
===
--- 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
(rev 0)
+++ 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
2018-05-13 10:37:39 UTC (rev 321602)
@@ -0,0 +1,40 @@
+From 3fb0ff750373d45d4f5172ce1d41b74183cd07e8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sat, 24 Mar 2018 14:31:18 +0100
+Subject: [PATCH] Explicitly link against jbig2dec, openjp2, and jpeg
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Normally these are statically linked into libmupdfthird, but we delete
+those to make mupdf use the system libraries.  Previously
+zathura-pdf-mupdf explicitly linked against them, but this is
+technically incorrect since they are supposed to be in libmupdfthird so
+that was removed.  This commit essentially reverts that in the new build
+system.
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 3b0d7b7..ae2fc9c 100644
+--- a/meson.build
 b/meson.build
+@@ -22,7 +22,11 @@ cairo = dependency('cairo')
+ mupdf = cc.find_library('mupdf')
+ mupdfthird = cc.find_library('mupdfthird')
+ 
+-build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird]
++jbig2dec = cc.find_library('jbig2dec')
++openjp2 = cc.find_library('openjp2')
++jpeg = cc.find_library('jpeg')
++
++build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird, 
jbig2dec, openjp2, jpeg]
+ 
+ # defines
+ defines = [
+-- 
+2.16.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:37:35 UTC (rev 321601)
+++ PKGBUILD2018-05-13 10:37:39 UTC (rev 321602)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.3.3
-pkgrel=2
-
-pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and 
OpenXPS)"
-url

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:37:35
  Author: demize
Revision: 321601

libmupdf rebuild

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 10:30:23 UTC (rev 321600)
+++ PKGBUILD2018-05-13 10:37:35 UTC (rev 321601)
@@ -6,7 +6,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.3.3
-pkgrel=2
+pkgrel=3
 
 pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and 
OpenXPS)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/";


[arch-commits] Commit in zathura-pdf-mupdf/repos/community-x86_64 (4 files)

2018-05-13 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 13, 2018 @ 10:37:46
  Author: demize
Revision: 321603

archrelease: copy trunk to community-x86_64

Added:
  
zathura-pdf-mupdf/repos/community-x86_64/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
(from rev 321602, 
zathura-pdf-mupdf/trunk/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 321602, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  
zathura-pdf-mupdf/repos/community-x86_64/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

--+
 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch |   80 -
 PKGBUILD |   82 +-
 2 files changed, 81 insertions(+), 81 deletions(-)

Deleted: 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
===
--- 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
2018-05-13 10:37:39 UTC (rev 321602)
+++ 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
2018-05-13 10:37:46 UTC (rev 321603)
@@ -1,40 +0,0 @@
-From 3fb0ff750373d45d4f5172ce1d41b74183cd07e8 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Sat, 24 Mar 2018 14:31:18 +0100
-Subject: [PATCH] Explicitly link against jbig2dec, openjp2, and jpeg
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Normally these are statically linked into libmupdfthird, but we delete
-those to make mupdf use the system libraries.  Previously
-zathura-pdf-mupdf explicitly linked against them, but this is
-technically incorrect since they are supposed to be in libmupdfthird so
-that was removed.  This commit essentially reverts that in the new build
-system.
-
-Signed-off-by: Johannes Löthberg 

- meson.build | 6 +-
- 1 file changed, 5 insertions(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 3b0d7b7..ae2fc9c 100644
 a/meson.build
-+++ b/meson.build
-@@ -22,7 +22,11 @@ cairo = dependency('cairo')
- mupdf = cc.find_library('mupdf')
- mupdfthird = cc.find_library('mupdfthird')
- 
--build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird]
-+jbig2dec = cc.find_library('jbig2dec')
-+openjp2 = cc.find_library('openjp2')
-+jpeg = cc.find_library('jpeg')
-+
-+build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird, 
jbig2dec, openjp2, jpeg]
- 
- # defines
- defines = [
--- 
-2.16.3
-

Copied: 
zathura-pdf-mupdf/repos/community-x86_64/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
 (from rev 321602, 
zathura-pdf-mupdf/trunk/0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch)
===
--- 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
(rev 0)
+++ 0001-Explicitly-link-against-jbig2dec-openjp2-and-jpeg.patch
2018-05-13 10:37:46 UTC (rev 321603)
@@ -0,0 +1,40 @@
+From 3fb0ff750373d45d4f5172ce1d41b74183cd07e8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
+Date: Sat, 24 Mar 2018 14:31:18 +0100
+Subject: [PATCH] Explicitly link against jbig2dec, openjp2, and jpeg
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Normally these are statically linked into libmupdfthird, but we delete
+those to make mupdf use the system libraries.  Previously
+zathura-pdf-mupdf explicitly linked against them, but this is
+technically incorrect since they are supposed to be in libmupdfthird so
+that was removed.  This commit essentially reverts that in the new build
+system.
+
+Signed-off-by: Johannes Löthberg 
+---
+ meson.build | 6 +-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/meson.build b/meson.build
+index 3b0d7b7..ae2fc9c 100644
+--- a/meson.build
 b/meson.build
+@@ -22,7 +22,11 @@ cairo = dependency('cairo')
+ mupdf = cc.find_library('mupdf')
+ mupdfthird = cc.find_library('mupdfthird')
+ 
+-build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird]
++jbig2dec = cc.find_library('jbig2dec')
++openjp2 = cc.find_library('openjp2')
++jpeg = cc.find_library('jpeg')
++
++build_dependencies = [zathura, girara, glib, cairo, mupdf, mupdfthird, 
jbig2dec, openjp2, jpeg]
+ 
+ # defines
+ defines = [
+-- 
+2.16.3
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 10:37:39 UTC (rev 321602)
+++ PKGBUILD2018-05-13 10:37:46 UTC (rev 321603)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.3.3
-pkgrel=3
-
-pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and 
OpenXPS)"
-url

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

2018-05-13 Thread Thore Bödecker via arch-commits
Date: Sunday, May 13, 2018 @ 14:27:51
  Author: foxxx0
Revision: 321606

upgpkg: python-cherrypy 15.0.0-1

update to 15.0.0

Modified:
  python-cherrypy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 13:47:16 UTC (rev 321605)
+++ PKGBUILD2018-05-13 14:27:51 UTC (rev 321606)
@@ -9,7 +9,7 @@
 pkgbase='python-cherrypy'
 _pkgbase="${pkgbase//python-/}"
 pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=14.2.0
+pkgver=15.0.0
 pkgrel=1
 pkgdesc="A pythonic, object-oriented web development framework"
 arch=('any')
@@ -20,7 +20,7 @@
   'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
   'python2-portend')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
-sha512sums=('a9b6fc466af4b8df31aae10094ad0414cdac4e59159b0d9a0634660f161669648e2b21b929f08bc965747f389b0a1da3aa15d86ab8540a6caf34a0ef0cb1')
+sha512sums=('8b976dd0b80fdc3dd0c98460e26bbca999e3646780ff88d1bb1407820846793f70e43cdcebd9cd4a5bc548e991a00d6c72793727d9b5bd8c2dcd381f7b7609a7')
 
 prepare() {
   cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"


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

2018-05-13 Thread Thore Bödecker via arch-commits
Date: Sunday, May 13, 2018 @ 14:28:03
  Author: foxxx0
Revision: 321607

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 14:27:51 UTC (rev 321606)
+++ PKGBUILD2018-05-13 14:28:03 UTC (rev 321607)
@@ -1,75 +0,0 @@
-# Maintainer:  Thore Bödecker 
-# Contributor: Laurent Soest 
-# Contributor: Angel Velasquez 
-# Contributor: Kaiting Chen 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Armando M. Baratti 
-# Contributor: Florian Richter 
-
-pkgbase='python-cherrypy'
-_pkgbase="${pkgbase//python-/}"
-pkgname=('python-cherrypy' 'python2-cherrypy')
-pkgver=14.2.0
-pkgrel=1
-pkgdesc="A pythonic, object-oriented web development framework"
-arch=('any')
-url="http://www.cherrypy.org";
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
-  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
-  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
-  'python2-portend')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
-sha512sums=('a9b6fc466af4b8df31aae10094ad0414cdac4e59159b0d9a0634660f161669648e2b21b929f08bc965747f389b0a1da3aa15d86ab8540a6caf34a0ef0cb1')
-
-prepare() {
-  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  # disable broken tests
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
-  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
-}
-
-build() {
-
-  # setuptools wont find version from git tag
-  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  python ./setup.py build
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  # fix incorrect shebang
-  sed -i 's|#!/usr/bin/python$|#!/usr/bin/python2|' 
cherrypy/test/sessiondemo.py
-  python2 ./setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-  tox
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-  tox2
-}
-
-package_python-cherrypy() {
-  depends=('python' 'python-six' 'python-cheroot' 'python-portend' 
'python-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}"
-
-  python ./setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}
-
-package_python2-cherrypy() {
-  depends=('python2' 'python2-six' 'python2-cheroot' 'python2-portend' 
'python2-jaraco')
-
-  cd "${srcdir}/${_pkgbase}-${pkgver}-py2"
-
-  python2 ./setup.py install --root="${pkgdir}" --optimize=1
-  mv "${pkgdir}/usr/bin/cherryd" "${pkgdir}/usr/bin/cherryd2"
-
-  install -Dm644 LICENSE.md \
-"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
-}

Copied: python-cherrypy/repos/community-any/PKGBUILD (from rev 321606, 
python-cherrypy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 14:28:03 UTC (rev 321607)
@@ -0,0 +1,75 @@
+# Maintainer:  Thore Bödecker 
+# Contributor: Laurent Soest 
+# Contributor: Angel Velasquez 
+# Contributor: Kaiting Chen 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Armando M. Baratti 
+# Contributor: Florian Richter 
+
+pkgbase='python-cherrypy'
+_pkgbase="${pkgbase//python-/}"
+pkgname=('python-cherrypy' 'python2-cherrypy')
+pkgver=15.0.0
+pkgrel=1
+pkgdesc="A pythonic, object-oriented web development framework"
+arch=('any')
+url="http://www.cherrypy.org";
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-setuptools-scm'
+  'python2-setuptools-scm' 'python-tox' 'python2-tox' 'python-six'
+  'python2-six' 'python-cheroot' 'python2-cheroot' 'python-portend'
+  'python2-portend')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/${_pkgbase}/${_pkgbase}/archive/v$pkgver.tar.gz";)
+sha512sums=('8b976dd0b80fdc3dd0c98460e26bbca999e3646780ff88d1bb1407820846793f70e43cdcebd9cd4a5bc548e991a00d6c72793727d9b5bd8c2dcd381f7b7609a7')
+
+prepare() {
+  cp -r "${srcdir}/${_pkgbase}-${pkgver}" "${srcdir}/${_pkgbase}-${pkgver}-py2"
+
+  # disable broken tests
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}/${_pkgbase}/test"/test_{objectmapping.py,request_obj.py}
+  rm 
"${srcdir}/${_pkgbase}-${pkgver}-py2/${_pkgbase}/test"/test_{encoding.py,objectmapping.py,request_obj.py}
+}
+
+build() {
+
+  # setuptools wont find version from git tag
+  export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
+  cd "${srcdir}/${_pkgbase}-${pkgver}"
+  python ./setup.py build
+
+  cd "${srcdir}/${_pkgbase}-${pkgve

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

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:42:43
  Author: heftig
Revision: 324149

0.4.0-2

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 09:51:50 UTC (rev 324148)
+++ PKGBUILD2018-05-13 14:42:43 UTC (rev 324149)
@@ -3,7 +3,7 @@
 
 pkgname=gegl
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
 url="http://www.gegl.org/";


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

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:43:53
  Author: heftig
Revision: 324150

archrelease: copy trunk to extra-x86_64

Added:
  gegl/repos/extra-x86_64/PKGBUILD
(from rev 324149, gegl/trunk/PKGBUILD)
  gegl/repos/extra-x86_64/ffmpeg4.patch
(from rev 324149, gegl/trunk/ffmpeg4.patch)
Deleted:
  gegl/repos/extra-x86_64/PKGBUILD
  gegl/repos/extra-x86_64/ffmpeg4.patch

---+
 PKGBUILD  |  134 
 ffmpeg4.patch |   92 +++---
 2 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 14:42:43 UTC (rev 324149)
+++ PKGBUILD2018-05-13 14:43:53 UTC (rev 324150)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Daniel Isenmann 
-
-pkgname=gegl
-pkgver=0.4.0
-pkgrel=1
-pkgdesc="Graph based image processing framework"
-arch=('x86_64')
-url="http://www.gegl.org/";
-license=('GPL3' 'LGPL3')
-depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
-makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
- 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
- 'git')
-optdepends=('libraw: raw plugin'
-'openexr: openexr plugin'
-'ffmpeg: ffmpeg plugin'
-'suitesparse: matting-levin plugin'
-'librsvg: svg plugin'
-'jasper: jasper plugin'
-'libtiff: tiff plugin'
-'lua: lua plugin'
-'lensfun: lens-correct plugin')
-_commit=f6caafacf3d8c176049de5c6680f8065bcfe9af9  # tags/GEGL_0_4_0^0
-source=("git+https://git.gnome.org/browse/gegl#commit=$_commit";
-ffmpeg4.patch)
-sha256sums=('SKIP'
-'0bd90ad266ac11acb11ec6adf538c6d52e28c9f1355450763528b86959a79156')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
-}
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd ${pkgname}
-  patch -Np0 -i ../ffmpeg4.patch
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
---with-libavformat --with-jasper --disable-docs \
---enable-workshop
-
-  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  make -k check || :
-}
-
-package() {
-  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
-  cd ${pkgname}
-  make DESTDIR="${pkgdir}" install
-}

Copied: gegl/repos/extra-x86_64/PKGBUILD (from rev 324149, gegl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 14:43:53 UTC (rev 324150)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=gegl
+pkgver=0.4.0
+pkgrel=2
+pkgdesc="Graph based image processing framework"
+arch=('x86_64')
+url="http://www.gegl.org/";
+license=('GPL3' 'LGPL3')
+depends=('babl' 'libspiro' 'json-glib' 'libgexiv2')
+makedepends=('intltool' 'ruby' 'lua' 'libraw' 'openexr' 'mesa' 'glu' 'ffmpeg' 
'librsvg' 'jasper'
+ 'libtiff' 'exiv2' 'vala' 'python2' 'suitesparse' 'lensfun' 
'gobject-introspection'
+ 'git')
+optdepends=('libraw: raw plugin'
+'openexr: openexr plugin'
+'ffmpeg: ffmpeg plugin'
+'suitesparse: matting-levin plugin'
+'librsvg: svg plugin'
+'jasper: jasper plugin'
+'libtiff: tiff plugin'
+'lua: lua plugin'
+'lensfun: lens-correct plugin')
+_commit=f6caafacf3d8c176049de5c6680f8065bcfe9af9  # tags/GEGL_0_4_0^0
+source=("git+https://git.gnome.org/browse/gegl#commit=$_commit";
+ffmpeg4.patch)
+sha256sums=('SKIP'
+'0bd90ad266ac11acb11ec6adf538c6d52e28c9f1355450763528b86959a79156')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GEGL_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  mkdir path
+  ln -s /usr/bin/python2 path/python
+
+  cd ${pkgname}
+  patch -Np0 -i ../ffmpeg4.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  ./configure  --prefix=/usr  --with-sdl --with-librsvg \
+--with-libavformat --with-jasper --disable-docs \
+--enable-workshop
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+check() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make -k check || :
+}
+
+package() {
+  export PATH="$srcdir/path:$PATH" PYTHON=/usr/bin/python2
+  cd ${pkgname}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: ffmpeg4.patch
===

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

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:47:20
  Author: heftig
Revision: 324151

3.28.0-3

Modified:
  gnome-photos/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 14:43:53 UTC (rev 324150)
+++ PKGBUILD2018-05-13 14:47:20 UTC (rev 324151)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-photos
 pkgver=3.28.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Access, organize, and share your photos on GNOME"
 arch=(x86_64)
 url="https://wiki.gnome.org/Apps/Photos";


[arch-commits] Commit in libmypaint/trunk (PKGBUILD gegl-0.4.patch versioning.patch)

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:52:25
  Author: heftig
Revision: 324153

1.3.0-5

Added:
  libmypaint/trunk/gegl-0.4.patch
Modified:
  libmypaint/trunk/PKGBUILD (contents, properties)
  libmypaint/trunk/versioning.patch

--+
 PKGBUILD |   12 +
 gegl-0.4.patch   |   53 
 versioning.patch |  343 -
 3 files changed, 61 insertions(+), 347 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 14:52:07 UTC (rev 324152)
+++ PKGBUILD2018-05-13 14:52:25 UTC (rev 324153)
@@ -1,9 +1,10 @@
+# $Id$
 # Maintainer: Levente Polyak 
 # Contributor: twa022 
 
 pkgname=libmypaint
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc='Library for making brushstrokes which is used by MyPaint and other 
projects, with GEGL support'
 url='http://mypaint.org/'
 arch=('x86_64')
@@ -11,15 +12,18 @@
 depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
 makedepends=('intltool' 'python' 'gobject-introspection')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mypaint/libmypaint/archive/v${pkgver}.tar.gz
-versioning.patch)
+versioning.patch gegl-0.4.patch)
 sha256sums=('8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654'
-'d850f9b64bc037bd7ed6bbcec0a39115dd43ff896aef59daea79d8786fbb28c0')
+'4a7812f1f70794471fb1b9a67d6fdb2885e7fe6ee26da88f0b63beec7e0c2325'
+'e6c2a7c2953ea01216090bbff471b406fcec781a2d65c3d174fc870fe4da64d6')
 
sha512sums=('98ba7a48a611014e683d8d534c73af1ed0754e1d9974d62db7efb588abdb9c01d090daaaba3847ece7ca7e5a4e83b334f2a3473a2c9b7e4a9c0680231f650202'
-
'20bba36076e90fcc2fbe85ae08f60b9c80ba84c4f1e24a1ca55b0f494d95a561cd899061bdee48bcdd493fe70f84dc07ada7343128849247ce6c2635b1f97fee')
+
'918541f71a7c8aaf9fbb5873d8e3fb54c2409316ec5ed10a60b7e44c31af3360f81c8cf981dd474951103cce656943e68a7c3666d8bf9ee33a2d26ce2d6a1a64'
+
'e7a79f1d8992022e31e5c24f36684327ec465b48a23e967e7ae290b8a7f35a95a2e3676ca2281d72e2533ae1edb643a5bf827cc7550fb7a39d6bbc14f334c713')
 
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -uNp2 < ../versioning.patch
+  patch -Np1 < ../gegl-0.4.patch
   ./autogen.sh
 }
 


Property changes on: libmypaint/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: gegl-0.4.patch
===
--- gegl-0.4.patch  (rev 0)
+++ gegl-0.4.patch  2018-05-13 14:52:25 UTC (rev 324153)
@@ -0,0 +1,53 @@
+diff -u -r libmypaint-1.3.0/configure.ac libmypaint-1.3.0-gegl/configure.ac
+--- libmypaint-1.3.0/configure.ac  2018-05-13 16:49:44.997077642 +0200
 libmypaint-1.3.0-gegl/configure.ac 2018-05-13 16:49:36.223744476 +0200
+@@ -45,7 +45,7 @@
+ 
+ ## Dependencies ##
+ 
+-m4_define([gegl_required_version], [0.3])
++m4_define([gegl_required_version], [0.4])
+ m4_define([introspection_required_version], [1.32.0])
+ 
+ AC_INIT([libmypaint],
+@@ -336,7 +336,7 @@
+ )
+ 
+ if eval "test x$enable_gegl = xyes"; then
+-  PKG_CHECK_MODULES(GEGL, gegl-0.3 >= gegl_required_version)
++  PKG_CHECK_MODULES(GEGL, gegl-0.4 >= gegl_required_version)
+ fi
+ AM_CONDITIONAL(ENABLE_GEGL, test "x$enable_gegl" = "xyes")
+ 
+diff -u -r libmypaint-1.3.0/gegl/libmypaint-gegl.pc.in 
libmypaint-1.3.0-gegl/gegl/libmypaint-gegl.pc.in
+--- libmypaint-1.3.0/gegl/libmypaint-gegl.pc.in2016-12-01 
23:47:14.0 +0100
 libmypaint-1.3.0-gegl/gegl/libmypaint-gegl.pc.in   2018-05-13 
16:50:16.620410376 +0200
+@@ -6,6 +6,6 @@
+ Name: libmypaint
+ Description: MyPaint brush engine library, with GEGL integration.
+ Version: @LIBMYPAINT_VERSION@
+-Requires: gegl-0.3 libmypaint
++Requires: gegl-0.4 libmypaint
+ Cflags: -I${includedir}/libmypaint-gegl
+ Libs: -L${libdir} -lmypaint-gegl
+diff -u -r libmypaint-1.3.0/gegl/Makefile.am 
libmypaint-1.3.0-gegl/gegl/Makefile.am
+--- libmypaint-1.3.0/gegl/Makefile.am  2018-05-13 16:48:53.437078622 +0200
 libmypaint-1.3.0-gegl/gegl/Makefile.am 2018-05-13 16:49:58.523744053 
+0200
+@@ -11,7 +11,7 @@
+ INTROSPECTION_GIRS =
+ INTROSPECTION_SCANNER_ARGS = \
+ --warn-all \
+---pkg="gegl-0.3" \
++--pkg="gegl-0.4" \
+ --pkg="glib-2.0" \
+ --namespace="MyPaintGegl" \
+ --nsversion="$(LIBMYPAINT_MAJOR_VERSION).$(LIBMYPAINT_MINOR_VERSION)" \
+@@ -38,7 +38,7 @@
+   mypaint-gegl-surface.c
+ 
+ MyPaintGegl-@LIBMYPAINT_MAJOR_VERSION@.@LIBMYPAINT_MINOR_VERSION@.gir: 
libmypaint-gegl-@LIBMYPAINT_API_PLATFORM_VERSION@.la Makefile
+-MyPaintGegl_@LIBMYPAINT_MAJOR_VERSION@_@LIBMYPAINT_MINOR_VERSION@_gir_INCLUDES
 = GObject-2.0 MyPaint-$(LIBMYPAINT_MAJOR_VERSION).$(LIBMYPAINT_MINOR_VERSION) 
Gegl-0.3
++MyPaintGegl_@LIBMYPAINT_MAJOR_VERSION@_@LIBMYPAINT_MINOR_VERSION@_gir_INCLUDES
 = GObject-2.0 MyPaint-$(LIBMYPAINT_MAJOR_VERSION).$(LIBMYPAINT_

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

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:52:07
  Author: heftig
Revision: 324152

2.10.0-5

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 14:47:20 UTC (rev 324151)
+++ PKGBUILD2018-05-13 14:52:07 UTC (rev 324152)
@@ -3,7 +3,7 @@
 
 pkgname=gimp
 pkgver=2.10.0
-pkgrel=4
+pkgrel=5
 pkgdesc='GNU Image Manipulation Program'
 url='https://www.gimp.org/'
 arch=('x86_64')


[arch-commits] Commit in libmypaint/repos/extra-x86_64 (5 files)

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:54:46
  Author: heftig
Revision: 324154

archrelease: copy trunk to extra-x86_64

Added:
  libmypaint/repos/extra-x86_64/PKGBUILD
(from rev 324153, libmypaint/trunk/PKGBUILD)
  libmypaint/repos/extra-x86_64/gegl-0.4.patch
(from rev 324153, libmypaint/trunk/gegl-0.4.patch)
  libmypaint/repos/extra-x86_64/versioning.patch
(from rev 324153, libmypaint/trunk/versioning.patch)
Deleted:
  libmypaint/repos/extra-x86_64/PKGBUILD
  libmypaint/repos/extra-x86_64/versioning.patch

--+
 PKGBUILD |   92 ++---
 gegl-0.4.patch   |   53 +++
 versioning.patch |  879 -
 3 files changed, 369 insertions(+), 655 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 14:52:25 UTC (rev 324153)
+++ PKGBUILD2018-05-13 14:54:46 UTC (rev 324154)
@@ -1,44 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: twa022 
-
-pkgname=libmypaint
-pkgver=1.3.0
-pkgrel=4
-pkgdesc='Library for making brushstrokes which is used by MyPaint and other 
projects, with GEGL support'
-url='http://mypaint.org/'
-arch=('x86_64')
-license=('ISC')
-depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
-makedepends=('intltool' 'python' 'gobject-introspection')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mypaint/libmypaint/archive/v${pkgver}.tar.gz
-versioning.patch)
-sha256sums=('8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654'
-'d850f9b64bc037bd7ed6bbcec0a39115dd43ff896aef59daea79d8786fbb28c0')
-sha512sums=('98ba7a48a611014e683d8d534c73af1ed0754e1d9974d62db7efb588abdb9c01d090daaaba3847ece7ca7e5a4e83b334f2a3473a2c9b7e4a9c0680231f650202'
-
'20bba36076e90fcc2fbe85ae08f60b9c80ba84c4f1e24a1ca55b0f494d95a561cd899061bdee48bcdd493fe70f84dc07ada7343128849247ce6c2635b1f97fee')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -uNp2 < ../versioning.patch
-  ./autogen.sh
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --enable-gegl
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make check || warning "Failed to execute tests (make problem)"
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libmypaint/repos/extra-x86_64/PKGBUILD (from rev 324153, 
libmypaint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 14:54:46 UTC (rev 324154)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Levente Polyak 
+# Contributor: twa022 
+
+pkgname=libmypaint
+pkgver=1.3.0
+pkgrel=5
+pkgdesc='Library for making brushstrokes which is used by MyPaint and other 
projects, with GEGL support'
+url='http://mypaint.org/'
+arch=('x86_64')
+license=('ISC')
+depends=('glibc' 'json-c' 'gegl' 'glib2' 'json-glib' 'babl')
+makedepends=('intltool' 'python' 'gobject-introspection')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mypaint/libmypaint/archive/v${pkgver}.tar.gz
+versioning.patch gegl-0.4.patch)
+sha256sums=('8fbdce62f66a027d8b43fa8b061f0e6ff2a3da63cbe55a82d1642e5e39da0654'
+'4a7812f1f70794471fb1b9a67d6fdb2885e7fe6ee26da88f0b63beec7e0c2325'
+'e6c2a7c2953ea01216090bbff471b406fcec781a2d65c3d174fc870fe4da64d6')
+sha512sums=('98ba7a48a611014e683d8d534c73af1ed0754e1d9974d62db7efb588abdb9c01d090daaaba3847ece7ca7e5a4e83b334f2a3473a2c9b7e4a9c0680231f650202'
+
'918541f71a7c8aaf9fbb5873d8e3fb54c2409316ec5ed10a60b7e44c31af3360f81c8cf981dd474951103cce656943e68a7c3666d8bf9ee33a2d26ce2d6a1a64'
+
'e7a79f1d8992022e31e5c24f36684327ec465b48a23e967e7ae290b8a7f35a95a2e3676ca2281d72e2533ae1edb643a5bf827cc7550fb7a39d6bbc14f334c713')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -uNp2 < ../versioning.patch
+  patch -Np1 < ../gegl-0.4.patch
+  ./autogen.sh
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --enable-gegl
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check || warning "Failed to execute tests (make problem)"
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Copied: libmypaint/repos/extra-x86_64/gegl-0.4.patch (from rev 324153, 
libmypaint/trunk/gegl-0.4.patch)
===
--- gegl-0.4.patch  (rev 0)
+++ gegl-0.4.patch  2018-05-13 14:54:46 UTC (rev 324154)
@@ -0,0 +1,53 @@
+diff -u -r libmypaint-1.3.0/configure.ac libmypaint-1.3.0-gegl/configure.ac
+--- libmypaint-1.3.0/configure.ac  2018-05-13 16:49:44.997077642 +0

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

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 14:55:07
  Author: heftig
Revision: 324155

archrelease: copy trunk to extra-x86_64

Added:
  gnome-photos/repos/extra-x86_64/PKGBUILD
(from rev 324154, gnome-photos/trunk/PKGBUILD)
Deleted:
  gnome-photos/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 14:54:46 UTC (rev 324154)
+++ PKGBUILD2018-05-13 14:55:07 UTC (rev 324155)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gnome-photos
-pkgver=3.28.0
-pkgrel=2
-pkgdesc="Access, organize, and share your photos on GNOME"
-arch=(x86_64)
-url="https://wiki.gnome.org/Apps/Photos";
-license=(GPL)
-depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
- tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
- gnome-online-miners dleyna-server dleyna-renderer libdazzle)
-makedepends=(itstool python yelp-tools autoconf-archive git)
-groups=(gnome)
-_commit=cceaa5f8543a995b186cafb5443f3dd1a9c13c9c  # tags/3.28.0^0
-source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
-"git+https://git.gnome.org/browse/libgd";)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.libgd.url "$srcdir/libgd"
-  git submodule update
-
-  git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib --enable-compile-warnings=minimum
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  # disabled: needs dogtail which we don't have
-  #make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gnome-photos/repos/extra-x86_64/PKGBUILD (from rev 324154, 
gnome-photos/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 14:55:07 UTC (rev 324155)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-photos
+pkgver=3.28.0
+pkgrel=3
+pkgdesc="Access, organize, and share your photos on GNOME"
+arch=(x86_64)
+url="https://wiki.gnome.org/Apps/Photos";
+license=(GPL)
+depends=(exempi gtk3 libexif librsvg babl gegl gsettings-desktop-schemas 
grilo-plugins lcms2
+ tracker-miners geocode-glib grilo gfbgraph libgdata libgexiv2 libraw 
gnome-online-accounts
+ gnome-online-miners dleyna-server dleyna-renderer libdazzle)
+makedepends=(itstool python yelp-tools autoconf-archive git)
+groups=(gnome)
+_commit=cceaa5f8543a995b186cafb5443f3dd1a9c13c9c  # tags/3.28.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-photos.git#commit=$_commit";
+"git+https://git.gnome.org/browse/libgd";)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  git cherry-pick -n 4479b7da00ba788e85b463e06dbf57f633ec2c01
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib --enable-compile-warnings=minimum
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  # disabled: needs dogtail which we don't have
+  #make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 15:06:14
  Author: heftig
Revision: 324156

reduce overlinking

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 14:55:07 UTC (rev 324155)
+++ PKGBUILD2018-05-13 15:06:14 UTC (rev 324156)
@@ -50,6 +50,7 @@
 --without-hal \
 --without-gvfs \
 --without-gnomevfs
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
 


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

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 15:29:10
  Author: heftig
Revision: 324157

Unbreak loading python plugins

GIMP has its own interpreter discovery that understands shebang lines like 
`#!interp` and
`#!/usr/bin/env interp`. For Python, GIMP installs a mapping that translates 
`#!/usr/bin/python` or
`#!/usr/bin/env python` to the build-time PYTHON, see 
/usr/lib/gimp/2.0/interpreters/pygimp.interp.

Unfortunately, when encountering `#!/usr/bin/env python2`, which is not mapped, 
GIMP will do the
wrong thing and attempt to execute `python2` without a path, which fails.

Trivially fix this by removing the patching of plugin shebang lines.

Modified:
  gimp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 15:06:14 UTC (rev 324156)
+++ PKGBUILD2018-05-13 15:29:10 UTC (rev 324157)
@@ -57,7 +57,6 @@
 package() {
   cd ${pkgname}-${pkgver}
   make DESTDIR="${pkgdir}" install
-  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python2|' 
"${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
   install -D -m644 "${srcdir}/linux.gpl" 
"${pkgdir}/usr/share/gimp/2.0/palettes/Linux.gpl"
 
   rm "${pkgdir}/usr/share/man/man1/gimp-console.1"


[arch-commits] Commit in gimp/repos/extra-x86_64 (8 files)

2018-05-13 Thread Jan Steffens via arch-commits
Date: Sunday, May 13, 2018 @ 15:29:57
  Author: heftig
Revision: 324158

archrelease: copy trunk to extra-x86_64

Added:
  gimp/repos/extra-x86_64/0001-do-not-hardcode-gegl-version.patch
(from rev 324157, gimp/trunk/0001-do-not-hardcode-gegl-version.patch)
  gimp/repos/extra-x86_64/PKGBUILD
(from rev 324157, gimp/trunk/PKGBUILD)
  gimp/repos/extra-x86_64/linux.gpl
(from rev 324157, gimp/trunk/linux.gpl)
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch
(from rev 324157, gimp/trunk/uri-backend-libcurl.patch)
Deleted:
  gimp/repos/extra-x86_64/0001-do-not-hardcode-gegl-version.patch
  gimp/repos/extra-x86_64/PKGBUILD
  gimp/repos/extra-x86_64/linux.gpl
  gimp/repos/extra-x86_64/uri-backend-libcurl.patch

-+
 0001-do-not-hardcode-gegl-version.patch |  116 +++---
 PKGBUILD|  136 +-
 linux.gpl   |   38 +++
 uri-backend-libcurl.patch   |  154 +++---
 4 files changed, 222 insertions(+), 222 deletions(-)

Deleted: 0001-do-not-hardcode-gegl-version.patch
===
--- 0001-do-not-hardcode-gegl-version.patch 2018-05-13 15:29:10 UTC (rev 
324157)
+++ 0001-do-not-hardcode-gegl-version.patch 2018-05-13 15:29:57 UTC (rev 
324158)
@@ -1,58 +0,0 @@
-From f6a8d93190e2e6295ed1c1a7c34b770989d6 Mon Sep 17 00:00:00 2001
-From: Jehan 
-Date: Sat, 28 Apr 2018 01:30:19 +0200
-Subject: [PATCH] configure, gimp.pc: do no hardcode the major.minor version of
- GEGL.
-

- configure.ac | 10 +++---
- gimp.pc.in   |  2 +-
- 2 files changed, 8 insertions(+), 4 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 07faa44..f017e34 100644
 a/configure.ac
-+++ b/configure.ac
-@@ -44,7 +44,10 @@ m4_define([gimp_full_name], [GNU Image Manipulation 
Program])
- 
- # required versions of other packages
- m4_define([babl_required_version], [0.1.46])
--m4_define([gegl_required_version], [0.4.0])
-+m4_define([gegl_major_minor_version], [0.4])
-+m4_define([gegl_micro_version], [0])
-+m4_define([gegl_required_version],
-+  [gegl_major_minor_version.gegl_micro_version])
- m4_define([glib_required_version], [2.54.2])
- m4_define([atk_required_version], [2.2.0])
- m4_define([gtk_required_version], [2.24.10])
-@@ -141,6 +144,7 @@ GTK_REQUIRED_VERSION=gtk_required_version
- GTK_WIN32_RECOMMENDED_VERSION=gtk_win32_recommended_version
- CAIRO_REQUIRED_VERSION=cairo_required_version
- CAIRO_PDF_REQUIRED_VERSION=cairo_pdf_required_version
-+GEGL_MAJOR_MINOR_VERSION=gegl_major_minor_version
- GEGL_REQUIRED_VERSION=gegl_required_version
- GEXIV2_REQUIRED_VERSION=gexiv2_required_version
- LCMS_REQUIRED_VERSION=lcms_required_version
-@@ -671,8 +675,8 @@ m4_define([add_deps_error], [
- 
- PKG_CHECK_MODULES(BABL, [babl >= babl_required_version],,
-   [add_deps_error([babl >= babl_required_version])])
--PKG_CHECK_MODULES(GEGL, gegl-0.4 >= gegl_required_version,,
--  [add_deps_error([gegl-0.4 >= gegl_required_version])])
-+PKG_CHECK_MODULES(GEGL, gegl-gegl_major_minor_version >= 
gegl_required_version,,
-+  [add_deps_error([gegl-gegl_major_minor_version >= 
gegl_required_version])])
- PKG_CHECK_MODULES(ATK, atk >= atk_required_version,,
-   [add_deps_error([atk >= atk_required_version])])
- 
-diff --git a/gimp.pc.in b/gimp.pc.in
-index 9cf1da9..2e8d78c 100644
 a/gimp.pc.in
-+++ b/gimp.pc.in
-@@ -12,6 +12,6 @@ gimplocaledir=@gimplocaledir@
- Name: GIMP
- Description: GIMP Library
- Version: @GIMP_REAL_VERSION@
--Requires: gdk-pixbuf-2.0 >= @GDK_PIXBUF_REQUIRED_VERSION@ cairo >= 
@CAIRO_REQUIRED_VERSION@ gegl-0.3 >= @GEGL_REQUIRED_VERSION@
-+Requires: gdk-pixbuf-2.0 >= @GDK_PIXBUF_REQUIRED_VERSION@ cairo >= 
@CAIRO_REQUIRED_VERSION@ gegl-@GEGL_MAJOR_MINOR_VERSION@ >= 
@GEGL_REQUIRED_VERSION@
- Libs: -L${libdir} -lgimp-@GIMP_API_VERSION@ -lgimpmath-@GIMP_API_VERSION@  
-lgimpconfig-@GIMP_API_VERSION@ -lgimpcolor-@GIMP_API_VERSION@ 
-lgimpbase-@GIMP_API_VERSION@ @RT_LIBS@
- Cflags: -I${includedir}/gimp-@GIMP_API_VERSION@

Copied: gimp/repos/extra-x86_64/0001-do-not-hardcode-gegl-version.patch (from 
rev 324157, gimp/trunk/0001-do-not-hardcode-gegl-version.patch)
===
--- 0001-do-not-hardcode-gegl-version.patch (rev 0)
+++ 0001-do-not-hardcode-gegl-version.patch 2018-05-13 15:29:57 UTC (rev 
324158)
@@ -0,0 +1,58 @@
+From f6a8d93190e2e6295ed1c1a7c34b770989d6 Mon Sep 17 00:00:00 2001
+From: Jehan 
+Date: Sat, 28 Apr 2018 01:30:19 +0200
+Subject: [PATCH] configure, gimp.pc: do no hardcode the major.minor version of
+ GEGL.
+
+---
+ configure.ac | 10 +++---
+ gimp.pc.in   |  2 +-
+ 2 files changed, 8 insertions(+), 4 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index 07faa44..f017e34 100644
+--- a/c

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

2018-05-13 Thread Levente Polyak via arch-commits
Date: Sunday, May 13, 2018 @ 15:37:31
  Author: anthraxx
Revision: 324159

remove useless bikeshed, i like it green

Modified:
  libmypaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 15:29:57 UTC (rev 324158)
+++ PKGBUILD2018-05-13 15:37:31 UTC (rev 324159)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Levente Polyak 
 # Contributor: twa022 
 


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

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 15:40:07
  Author: lcarlier
Revision: 324161

archrelease: copy trunk to testing-x86_64

Added:
  mesa/repos/testing-x86_64/
  mesa/repos/testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch
(from rev 324160, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
  
mesa/repos/testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
(from rev 324160, 
mesa/trunk/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch)
  mesa/repos/testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
(from rev 324160, 
mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
  
mesa/repos/testing-x86_64/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch
(from rev 324160, 
mesa/trunk/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
  mesa/repos/testing-x86_64/LICENSE
(from rev 324160, mesa/trunk/LICENSE)
  mesa/repos/testing-x86_64/PKGBUILD
(from rev 324160, mesa/trunk/PKGBUILD)

+
 0001-glvnd-fix-gl-dot-pc.patch 
|   12 
 0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch 
|   14 
 0004-meson-Add-library-versions-to-swr-drivers.patch   
|   71 +++
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch 
|   43 ++
 LICENSE
|   83 
 PKGBUILD   
|  202 ++
 6 files changed, 425 insertions(+)

Copied: mesa/repos/testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch (from rev 
324160, mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
===
--- testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch   
(rev 0)
+++ testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch   2018-05-13 15:40:07 UTC 
(rev 324161)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: 
mesa/repos/testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
 (from rev 324160, 
mesa/trunk/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch)
===
--- 
testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
   (rev 0)
+++ 
testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
   2018-05-13 15:40:07 UTC (rev 324161)
@@ -0,0 +1,14 @@
+diff --git a/src/loader/loader_dri3_helper.c b/src/loader/loader_dri3_helper.c
+index 6bb11c4..7bd79af 100644
+--- a/src/loader/loader_dri3_helper.c
 b/src/loader/loader_dri3_helper.c
+@@ -234,6 +234,9 @@ loader_dri3_drawable_fini(struct loader_dri3_drawable 
*draw)
+ {
+int i;
+ 
++   if (draw->special_event)
++  loader_dri3_swapbuffer_barrier(draw);
++
+draw->ext->core->destroyDrawable(draw->dri_drawable);
+ 
+for (i = 0; i < ARRAY_SIZE(draw->buffers); i++) {

Copied: 
mesa/repos/testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch 
(from rev 324160, 
mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
===
--- testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch 
(rev 0)
+++ testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch 
2018-05-13 15:40:07 UTC (rev 324161)
@@ -0,0 +1,71 @@
+From cd56731b2c63532d6ed97f7b39afa5977936b3bc Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 

+References: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 14 Apr 2018 18:43:23 +0200
+Subject: [PATCH 4/5] meson: Add library versions to swr drivers
+
+This is for parity with autotools.
+
+Signed-off-by: Jan Alexander Steffens (heftig) 
+---
+ src/gallium/drivers/swr/meson.build | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/gallium/drivers/swr/meson.build 
b/src/gallium/drivers/swr/meson.build
+index 43e1c5cc50..a6dbd7a3f6 100644
+--- a/src/gallium/drivers/swr/meson.build
 b/src/gallium/drivers/swr/meson.build
+@@ -198,6 +198,7 @@ if with_swr_arches.contains('avx')
+ link_args : [ld_args_gc_sections],
+ include_directories : [swr_incs],
+ dependencies : [dep_thread, dep_llvm],
++version : '0.0.0',
+ 

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

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 15:39:59
  Author: lcarlier
Revision: 324160

upgpkg: mesa 18.0.3-2

fix FS#58549

Added:
  
mesa/trunk/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
Modified:
  mesa/trunk/PKGBUILD

+
 0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch 
|   14 ++
 PKGBUILD   
|9 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

Added: 
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
===
--- 
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch  
(rev 0)
+++ 
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch  
2018-05-13 15:39:59 UTC (rev 324160)
@@ -0,0 +1,14 @@
+diff --git a/src/loader/loader_dri3_helper.c b/src/loader/loader_dri3_helper.c
+index 6bb11c4..7bd79af 100644
+--- a/src/loader/loader_dri3_helper.c
 b/src/loader/loader_dri3_helper.c
+@@ -234,6 +234,9 @@ loader_dri3_drawable_fini(struct loader_dri3_drawable 
*draw)
+ {
+int i;
+ 
++   if (draw->special_event)
++  loader_dri3_swapbuffer_barrier(draw);
++
+draw->ext->core->destroyDrawable(draw->dri_drawable);
+ 
+for (i = 0; i < ARRAY_SIZE(draw->buffers); i++) {

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 15:37:31 UTC (rev 324159)
+++ PKGBUILD2018-05-13 15:39:59 UTC (rev 324160)
@@ -6,7 +6,7 @@
 pkgname=('opencl-mesa' 'vulkan-intel' 'vulkan-radeon' 'libva-mesa-driver' 
'mesa-vdpau' 'mesa')
 pkgdesc="An open-source implementation of the OpenGL specification"
 pkgver=18.0.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2-mako' 'libxml2' 'libx11' 'glproto' 'libdrm' 'dri2proto' 
'dri3proto' 'presentproto' 
  'libxshmfence' 'libxxf86vm' 'libxdamage' 'libvdpau' 'libva' 
'wayland' 'wayland-protocols'
@@ -17,6 +17,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-glvnd-fix-gl-dot-pc.patch
+
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
 0004-meson-Add-library-versions-to-swr-drivers.patch
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
 
sha512sums=('decd050bab049d17bcde3f832d4da0ffdb80f147c99377a162739bbe72fd6fd32b51e56e6fc66895b8c30fc19a1815bae164b21aa557816c3998ad18c1ffca2d'
@@ -23,6 +24,7 @@
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'75849eca72ca9d01c648d5ea4f6371f1b8737ca35b14be179e14c73cc51dca0739c43cdc228a6d464135f4791bcdc21734e2debecd29d57023c8c088b028'
+
'19b980db37675732d28978318074ca172ef862de7fdcae2c82ef16dc411c709c8598b044a828e7e260d86d23f644485abcc6a0aaf5e04b9c05dce22d0c7e3716'
 
'0f5da6e48885713c7ddef9e5715e178e0a499bcb622d7f19e15b9e4b4647331d7bf14829218b6ab80f17bae90fd95b8df6a0a81203d8081686805ca5329531ff'
 
'd3c01f61a0a0cc2f01e66e0126ad8b6386d4a53c1dc1b3b134800e4cd25507e458bac860cbed10cf4b46b04e8d50aba233870587b89c058fffd57436b48289bf')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

@@ -36,6 +38,11 @@
   # non-upstreamed ones
   patch -Np1 -i ../0001-glvnd-fix-gl-dot-pc.patch
 
+  # experimental patch, should fix FS#58549
+  # see https://bugs.freedesktop.org/show_bug.cgi?id=106351
+  # and https://patchwork.freedesktop.org/series/42687/
+  patch -Np1 -i 
../0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
+
   # Upstreamed meson fixes
   patch -Np1 -i ../0004-meson-Add-library-versions-to-swr-drivers.patch
   patch -Np1 -i ../0005-meson-Version-libMesaOpenCL-like-autotools-does.patch


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

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 16:17:56
  Author: lcarlier
Revision: 321608

upgpkg: lib32-mesa 18.0.3-2

fix FS#58549

Added:
  
lib32-mesa/trunk/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
Modified:
  lib32-mesa/trunk/PKGBUILD

+
 0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch 
|   14 ++
 PKGBUILD   
|9 +-
 2 files changed, 22 insertions(+), 1 deletion(-)

Added: 
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
===
--- 
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch  
(rev 0)
+++ 
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch  
2018-05-13 16:17:56 UTC (rev 321608)
@@ -0,0 +1,14 @@
+diff --git a/src/loader/loader_dri3_helper.c b/src/loader/loader_dri3_helper.c
+index 6bb11c4..7bd79af 100644
+--- a/src/loader/loader_dri3_helper.c
 b/src/loader/loader_dri3_helper.c
+@@ -234,6 +234,9 @@ loader_dri3_drawable_fini(struct loader_dri3_drawable 
*draw)
+ {
+int i;
+ 
++   if (draw->special_event)
++  loader_dri3_swapbuffer_barrier(draw);
++
+draw->ext->core->destroyDrawable(draw->dri_drawable);
+ 
+for (i = 0; i < ARRAY_SIZE(draw->buffers); i++) {

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 14:28:03 UTC (rev 321607)
+++ PKGBUILD2018-05-13 16:17:56 UTC (rev 321608)
@@ -6,7 +6,7 @@
 pkgbase=lib32-mesa
 pkgname=('lib32-vulkan-intel' 'lib32-vulkan-radeon' 'lib32-libva-mesa-driver' 
'lib32-mesa-vdpau' 'lib32-mesa')
 pkgver=18.0.3
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 makedepends=('python2-mako' 'lib32-libxml2' 'lib32-expat' 'lib32-libx11' 
'glproto' 'lib32-libdrm' 'dri2proto' 'dri3proto' 'presentproto'
  'lib32-libxshmfence' 'lib32-libxxf86vm' 'lib32-libxdamage' 
'gcc-multilib' 'lib32-libelf' 'lib32-llvm' 'lib32-libvdpau'
@@ -16,6 +16,7 @@
 source=(https://mesa.freedesktop.org/archive/mesa-${pkgver}.tar.xz{,.sig}
 LICENSE
 0001-glvnd-fix-gl-dot-pc.patch
+
0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
 0004-meson-Add-library-versions-to-swr-drivers.patch
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
 
sha512sums=('decd050bab049d17bcde3f832d4da0ffdb80f147c99377a162739bbe72fd6fd32b51e56e6fc66895b8c30fc19a1815bae164b21aa557816c3998ad18c1ffca2d'
@@ -22,6 +23,7 @@
 'SKIP'
 
'f9f0d0ccf166fe6cb684478b6f1e1ab1f2850431c06aa041738563eb1808a004e52cdec823c103c9e180f03ffc083e95974d291353f0220fe52ae6d4897fecc7'
 
'75849eca72ca9d01c648d5ea4f6371f1b8737ca35b14be179e14c73cc51dca0739c43cdc228a6d464135f4791bcdc21734e2debecd29d57023c8c088b028'
+
'19b980db37675732d28978318074ca172ef862de7fdcae2c82ef16dc411c709c8598b044a828e7e260d86d23f644485abcc6a0aaf5e04b9c05dce22d0c7e3716'
 
'0f5da6e48885713c7ddef9e5715e178e0a499bcb622d7f19e15b9e4b4647331d7bf14829218b6ab80f17bae90fd95b8df6a0a81203d8081686805ca5329531ff'
 
'd3c01f61a0a0cc2f01e66e0126ad8b6386d4a53c1dc1b3b134800e4cd25507e458bac860cbed10cf4b46b04e8d50aba233870587b89c058fffd57436b48289bf')
 validpgpkeys=('8703B6700E7EE06D7A39B8D6EDAE37B02CEB490D'  # Emil Velikov 

@@ -35,6 +37,11 @@
   # non-upstreamed ones
   patch -Np1 -i ../0001-glvnd-fix-gl-dot-pc.patch
 
+  # experimental patch, should fix FS#58549
+  # see https://bugs.freedesktop.org/show_bug.cgi?id=106351
+  # and https://patchwork.freedesktop.org/series/42687/
+  patch -Np1 -i 
../0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
+
   # Upstreamed meson fixes
   patch -Np1 -i ../0004-meson-Add-library-versions-to-swr-drivers.patch
   patch -Np1 -i ../0005-meson-Version-libMesaOpenCL-like-autotools-does.patch


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

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 16:18:04
  Author: lcarlier
Revision: 321609

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-mesa/repos/multilib-testing-x86_64/
  lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch
(from rev 321608, lib32-mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
(from rev 321608, 
lib32-mesa/trunk/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
(from rev 321608, 
lib32-mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
  
lib32-mesa/repos/multilib-testing-x86_64/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch
(from rev 321608, 
lib32-mesa/trunk/0005-meson-Version-libMesaOpenCL-like-autotools-does.patch)
  lib32-mesa/repos/multilib-testing-x86_64/LICENSE
(from rev 321608, lib32-mesa/trunk/LICENSE)
  lib32-mesa/repos/multilib-testing-x86_64/PKGBUILD
(from rev 321608, lib32-mesa/trunk/PKGBUILD)

+
 0001-glvnd-fix-gl-dot-pc.patch 
|   12 
 0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch 
|   14 
 0004-meson-Add-library-versions-to-swr-drivers.patch   
|   71 +++
 0005-meson-Version-libMesaOpenCL-like-autotools-does.patch 
|   43 ++
 LICENSE
|   83 
 PKGBUILD   
|  188 ++
 6 files changed, 411 insertions(+)

Copied: lib32-mesa/repos/multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch 
(from rev 321608, lib32-mesa/trunk/0001-glvnd-fix-gl-dot-pc.patch)
===
--- multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-glvnd-fix-gl-dot-pc.patch  2018-05-13 
16:18:04 UTC (rev 321609)
@@ -0,0 +1,12 @@
+diff -up mesa-12.0.3/src/mesa/gl.pc.in.jx mesa-12.0.3/src/mesa/gl.pc.in
+--- mesa-12.0.3/src/mesa/gl.pc.in.jx   2016-01-18 02:39:26.0 -0500
 mesa-12.0.3/src/mesa/gl.pc.in  2016-10-25 13:06:44.013159358 -0400
+@@ -7,7 +7,7 @@ Name: gl
+ Description: Mesa OpenGL library
+ Requires.private: @GL_PC_REQ_PRIV@
+ Version: @PACKAGE_VERSION@
+-Libs: -L${libdir} -l@GL_LIB@
++Libs: -L${libdir} -lGL
+ Libs.private: @GL_PC_LIB_PRIV@
+ Cflags: -I${includedir} @GL_PC_CFLAGS@
+ glx_tls: @GLX_TLS@

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
 (from rev 321608, 
lib32-mesa/trunk/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch)
===
--- 
multilib-testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
  (rev 0)
+++ 
multilib-testing-x86_64/0002-loader_dri3-Wait-for-pending-swaps-to-complete-before-drawable_fini.patch
  2018-05-13 16:18:04 UTC (rev 321609)
@@ -0,0 +1,14 @@
+diff --git a/src/loader/loader_dri3_helper.c b/src/loader/loader_dri3_helper.c
+index 6bb11c4..7bd79af 100644
+--- a/src/loader/loader_dri3_helper.c
 b/src/loader/loader_dri3_helper.c
+@@ -234,6 +234,9 @@ loader_dri3_drawable_fini(struct loader_dri3_drawable 
*draw)
+ {
+int i;
+ 
++   if (draw->special_event)
++  loader_dri3_swapbuffer_barrier(draw);
++
+draw->ext->core->destroyDrawable(draw->dri_drawable);
+ 
+for (i = 0; i < ARRAY_SIZE(draw->buffers); i++) {

Copied: 
lib32-mesa/repos/multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
 (from rev 321608, 
lib32-mesa/trunk/0004-meson-Add-library-versions-to-swr-drivers.patch)
===
--- 
multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
(rev 0)
+++ 
multilib-testing-x86_64/0004-meson-Add-library-versions-to-swr-drivers.patch
2018-05-13 16:18:04 UTC (rev 321609)
@@ -0,0 +1,71 @@
+From cd56731b2c63532d6ed97f7b39afa5977936b3bc Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 

+References: 

+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 14 Apr 2018 18:43:23 +0200
+Subject: [PATCH 4/5] meson: Add library versions to swr drivers
+
+This is for parity with autotools.
+
+Signed-off-by: Jan Alexander Steffens (heftig) 
+---
+ src/gallium/drivers/swr/meson.build | 4 
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/gallium/drivers/swr/meson.build 
b/src/gallium/drivers/swr/meson.build
+index 43e1c5cc50..a6dbd7a3f6 100644
+--- a/src/gall

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

2018-05-13 Thread Eli Schwartz via arch-commits
Date: Sunday, May 13, 2018 @ 16:31:10
  Author: eschwartz
Revision: 321610

upgpkg: python-apsw 3.23.1-1

upstream release

Modified:
  python-apsw/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 16:18:04 UTC (rev 321609)
+++ PKGBUILD2018-05-13 16:31:10 UTC (rev 321610)
@@ -4,7 +4,7 @@
 
 pkgbase=python-apsw
 pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.22.0
+pkgver=3.23.1
 pkgrel=1
 arch=('x86_64')
 url="https://github.com/rogerbinns/apsw";
@@ -12,7 +12,7 @@
 depends=('sqlite')
 makedepends=('python' 'python2')
 
source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz";)
-md5sums=('2d1975480a1749801c3865aeefaa4438')
+md5sums=('0f3c896693e9e0ec6792e5b2d2dbb362')
 
 build() {
   cp -rf apsw-${pkgver}-r1 apsw2


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

2018-05-13 Thread Eli Schwartz via arch-commits
Date: Sunday, May 13, 2018 @ 16:31:36
  Author: eschwartz
Revision: 321611

archrelease: copy trunk to community-x86_64

Added:
  python-apsw/repos/community-x86_64/LICENSE
(from rev 321610, python-apsw/trunk/LICENSE)
  python-apsw/repos/community-x86_64/PKGBUILD
(from rev 321610, python-apsw/trunk/PKGBUILD)
Deleted:
  python-apsw/repos/community-x86_64/LICENSE
  python-apsw/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   54 +++
 PKGBUILD |  104 ++---
 2 files changed, 79 insertions(+), 79 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2018-05-13 16:31:10 UTC (rev 321610)
+++ LICENSE 2018-05-13 16:31:36 UTC (rev 321611)
@@ -1,27 +0,0 @@
-Copyright (c) 2004-2014 Roger Binns 
-See src/traceback.c for code by Greg Ewing.
-
-All code and documentation is provided under this license:
-
-This software is provided 'as-is', without any express or implied
-warranty. In no event will the authors be held liable for any damages
-arising from the use of this software.
-
-Permission is granted to anyone to use this software for any purpose,
-including commercial applications, and to alter it and redistribute it
-freely, subject to the following restrictions:
-
-1. The origin of this software must not be misrepresented; you must not
-claim that you wrote the original software. If you use this software
-in a product, an acknowledgment in the product documentation would be
-appreciated but is not required.
-
-2. Altered source versions must be plainly marked as such, and must not be
-misrepresented as being the original software.
-
-3. This notice may not be removed or altered from any source
-distribution.
-
-Alternatively you may strike the license above and use it under any
-OSI approved open source license such as those listed at
-http://opensource.org/licenses/alphabetical

Copied: python-apsw/repos/community-x86_64/LICENSE (from rev 321610, 
python-apsw/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2018-05-13 16:31:36 UTC (rev 321611)
@@ -0,0 +1,27 @@
+Copyright (c) 2004-2014 Roger Binns 
+See src/traceback.c for code by Greg Ewing.
+
+All code and documentation is provided under this license:
+
+This software is provided 'as-is', without any express or implied
+warranty. In no event will the authors be held liable for any damages
+arising from the use of this software.
+
+Permission is granted to anyone to use this software for any purpose,
+including commercial applications, and to alter it and redistribute it
+freely, subject to the following restrictions:
+
+1. The origin of this software must not be misrepresented; you must not
+claim that you wrote the original software. If you use this software
+in a product, an acknowledgment in the product documentation would be
+appreciated but is not required.
+
+2. Altered source versions must be plainly marked as such, and must not be
+misrepresented as being the original software.
+
+3. This notice may not be removed or altered from any source
+distribution.
+
+Alternatively you may strike the license above and use it under any
+OSI approved open source license such as those listed at
+http://opensource.org/licenses/alphabetical

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 16:31:10 UTC (rev 321610)
+++ PKGBUILD2018-05-13 16:31:36 UTC (rev 321611)
@@ -1,52 +0,0 @@
-# Maintainer: Brendan MacDonell 
-# Former Maintainer: Linmiao Xu 
-# Contributor: Juan Miguel Cejuela 
-
-pkgbase=python-apsw
-pkgname=('python-apsw' 'python2-apsw')
-pkgver=3.22.0
-pkgrel=1
-arch=('x86_64')
-url="https://github.com/rogerbinns/apsw";
-license=('MIT')
-depends=('sqlite')
-makedepends=('python' 'python2')
-source=("apsw-$pkgver-r1.tar.gz::https://github.com/rogerbinns/apsw/archive/$pkgver-r1.tar.gz";)
-md5sums=('2d1975480a1749801c3865aeefaa4438')
-
-build() {
-  cp -rf apsw-${pkgver}-r1 apsw2
-
-  cd apsw-${pkgver}-r1
-  python setup.py build --enable=load_extension
-  cd "$srcdir"/apsw2
-  python2 setup.py build --enable=load_extension
-}
-
-check() {
-  cd "$srcdir"/apsw2
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH"
-  python2 setup.py test
-
-  cd "$srcdir"/apsw-${pkgver}-r1
-  export PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH"
-  python setup.py test
-}
-
-package_python-apsw() {
-depends+=('python')
-pkgdesc="Python wrapper for SQLite"
-  cd "$srcdir"/apsw-${pkgver}-r1
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-apsw() {
-depends+=('python2')
-pkgdesc="Python2 wrapper for SQLite"
-  cd "$srcdir"/apsw2
-  python2 setup.py ins

[arch-commits] Commit in wine-staging-nine/trunk (PKGBUILD)

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 16:52:19
  Author: lcarlier
Revision: 321612

upgpkg: wine-staging-nine 3.8-1

upstream update 3.8

Modified:
  wine-staging-nine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 16:31:36 UTC (rev 321611)
+++ PKGBUILD2018-05-13 16:52:19 UTC (rev 321612)
@@ -7,7 +7,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging-nine
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -21,10 +21,10 @@
 wine-binfmt.conf
 harmony-fix.diff
 steam.patch)
-sha512sums=('a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694'
+sha512sums=('387c6bff3eafac7e92030d11c02b3461b4ead059d2aad7f6d903e176f304d2ac0a426132fcd452507868f0d22bb360a30734edf3e73dfd514037458f08406e98'
 'SKIP'
-
'4a00b7c61121798b6c4e918aadeb71865e359f6471035b9ed33ae242f3fe70f1977b1c0b3628fb244b5ba4942d771d2ee797bcc087d38192fcd9325e1886ed14'
-
'9a02e40bda9c26001857355ddfb1ba68afb518158260b0904c5aaef3991e19587dcc107cc34b01b9fbda7e710be488384b020bbf8d56632cce787ffb299bc3f3'
+
'46ba27b0b9fe5f86d1647f12050715b796604c91487cad6847dce5250ffcfdf8ccf44dcff79c88048221cbf58af92ed72523c09f3591e2c5306bba24ff9d154c'
+
'e036f9da5993732415752d1f076eba5fd378ad49949a12d094081ff02454dfd8ce2156a5f418b77aa1426772f0b0785f3b0ffb9fc84e80c6265b6e5b7226bf15'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'


[arch-commits] Commit in wine-staging-nine/repos/multilib-x86_64 (12 files)

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 16:52:28
  Author: lcarlier
Revision: 321613

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 321612, wine-staging-nine/trunk/30-win32-aliases.conf)
  wine-staging-nine/repos/multilib-x86_64/PKGBUILD
(from rev 321612, wine-staging-nine/trunk/PKGBUILD)
  wine-staging-nine/repos/multilib-x86_64/harmony-fix.diff
(from rev 321612, wine-staging-nine/trunk/harmony-fix.diff)
  wine-staging-nine/repos/multilib-x86_64/steam.patch
(from rev 321612, wine-staging-nine/trunk/steam.patch)
  wine-staging-nine/repos/multilib-x86_64/wine-binfmt.conf
(from rev 321612, wine-staging-nine/trunk/wine-binfmt.conf)
  wine-staging-nine/repos/multilib-x86_64/wine.install
(from rev 321612, wine-staging-nine/trunk/wine.install)
Deleted:
  wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging-nine/repos/multilib-x86_64/PKGBUILD
  wine-staging-nine/repos/multilib-x86_64/harmony-fix.diff
  wine-staging-nine/repos/multilib-x86_64/steam.patch
  wine-staging-nine/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging-nine/repos/multilib-x86_64/wine.install

---+
 30-win32-aliases.conf |   40 ++--
 PKGBUILD  |  412 
 harmony-fix.diff  |  126 +++---
 steam.patch   |   78 -
 wine-binfmt.conf  |4 
 wine.install  |   14 -
 6 files changed, 337 insertions(+), 337 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2018-05-13 16:52:19 UTC (rev 321612)
+++ 30-win32-aliases.conf   2018-05-13 16:52:28 UTC (rev 321613)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine-staging-nine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
321612, wine-staging-nine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2018-05-13 16:52:28 UTC (rev 321613)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 16:52:19 UTC (rev 321612)
+++ PKGBUILD2018-05-13 16:52:28 UTC (rev 321613)
@@ -1,206 +0,0 @@
-# $Id$
-# Maintainer: Laurent Carlier 
-# Contributor: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging-nine
-pkgver=3.7
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-_ninepatchver=${pkgver}
-#_ninepatchver=3.3
-
-source=(https://dl.winehq.org/wine/source/3.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz";
-
"https://github.com/sarnex/wine-d3d9-patches/archive/wine-d3d9-$_ninepatchver.tar.gz";
-30-win32-aliases.conf
-wine-binfmt.conf
-harmony-fix.diff
-steam.patch)
-sha512sums=('a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694'
-'SKIP'
-
'4a00b7c61121798b6c4e918aadeb71865e359f6471035b9ed33ae242f3fe70f1977b1c0b3628fb244b5ba4942d771d2ee797bcc087d38192fcd9325e1886ed14'
-
'9a02e40bda9c26001857355ddfb1ba68afb518158260b0904c5aaef3991e19587dcc107cc34b01b9fbda7e710be488384b020bbf8d56632cce787ffb299bc3f3'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'f3e42a0720777256ca583f96044f6482aae8f4c707189104216f86f6c7a1b68a186c5124c72866229d46eb66c20c555ba9f32a230ec50f968faa8a12b8372b0a')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch 
with the gallium-nine patches"
-url="http://www.wine-staging.com";
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxm

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

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 17:29:51
  Author: lcarlier
Revision: 321614

upgpkg: wine-staging 3.8-1

upstream update 3.8

Modified:
  wine-staging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 16:52:28 UTC (rev 321613)
+++ PKGBUILD2018-05-13 17:29:51 UTC (rev 321614)
@@ -6,7 +6,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine-staging
-pkgver=3.7
+pkgver=3.8
 pkgrel=1
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -16,9 +16,9 @@
 harmony-fix.diff
 30-win32-aliases.conf
 wine-binfmt.conf)
-sha512sums=('a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694'
+sha512sums=('387c6bff3eafac7e92030d11c02b3461b4ead059d2aad7f6d903e176f304d2ac0a426132fcd452507868f0d22bb360a30734edf3e73dfd514037458f08406e98'
 'SKIP'
-
'4a00b7c61121798b6c4e918aadeb71865e359f6471035b9ed33ae242f3fe70f1977b1c0b3628fb244b5ba4942d771d2ee797bcc087d38192fcd9325e1886ed14'
+
'46ba27b0b9fe5f86d1647f12050715b796604c91487cad6847dce5250ffcfdf8ccf44dcff79c88048221cbf58af92ed72523c09f3591e2c5306bba24ff9d154c'
 
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
 
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
 
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')


[arch-commits] Commit in wine-staging/repos/multilib-x86_64 (10 files)

2018-05-13 Thread Laurent Carlier via arch-commits
Date: Sunday, May 13, 2018 @ 17:29:58
  Author: lcarlier
Revision: 321615

archrelease: copy trunk to multilib-x86_64

Added:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 321614, wine-staging/trunk/30-win32-aliases.conf)
  wine-staging/repos/multilib-x86_64/PKGBUILD
(from rev 321614, wine-staging/trunk/PKGBUILD)
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
(from rev 321614, wine-staging/trunk/harmony-fix.diff)
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
(from rev 321614, wine-staging/trunk/wine-binfmt.conf)
  wine-staging/repos/multilib-x86_64/wine.install
(from rev 321614, wine-staging/trunk/wine.install)
Deleted:
  wine-staging/repos/multilib-x86_64/30-win32-aliases.conf
  wine-staging/repos/multilib-x86_64/PKGBUILD
  wine-staging/repos/multilib-x86_64/harmony-fix.diff
  wine-staging/repos/multilib-x86_64/wine-binfmt.conf
  wine-staging/repos/multilib-x86_64/wine.install

--+
 PKGBUILD |  370 ++---
 harmony-fix.diff |  126 +-
 wine-binfmt.conf |4 
 wine.install |   14 +-
 4 files changed, 257 insertions(+), 257 deletions(-)

Deleted: 30-win32-aliases.conf
===
(Binary files differ)

Copied: wine-staging/repos/multilib-x86_64/30-win32-aliases.conf (from rev 
321614, wine-staging/trunk/30-win32-aliases.conf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 17:29:51 UTC (rev 321614)
+++ PKGBUILD2018-05-13 17:29:58 UTC (rev 321615)
@@ -1,185 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine-staging
-pkgver=3.7
-pkgrel=1
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/3.x/wine-$_pkgbasever.tar.xz{,.sign}
-
"wine-staging-v$_pkgbasever.tar.gz::https://github.com/wine-staging/wine-staging/archive/v$_pkgbasever.tar.gz";
-harmony-fix.diff
-30-win32-aliases.conf
-wine-binfmt.conf)
-sha512sums=('a699418574dd8f407c064421cf6cdfe3923562c8adf9a7749e716f3853291eab05358ea64f0217c303c26c0f8f59d2116024b7b6978f9a52a055147e689a8694'
-'SKIP'
-
'4a00b7c61121798b6c4e918aadeb71865e359f6471035b9ed33ae242f3fe70f1977b1c0b3628fb244b5ba4942d771d2ee797bcc087d38192fcd9325e1886ed14'
-
'b86edf07bfc560f403fdfd5a71f97930ee2a4c3f76c92cc1a0dbb2e107be9db3bed3a727a0430d8a049583c63dd11f5d4567fb7aa69b193997c6da241acc4f2e'
-
'6e54ece7ec7022b3c9d94ad64bdf1017338da16c618966e8baf398e6f18f80f7b0576edf1d1da47ed77b96d577e4cbb2bb0156b0b11c183a0accf22654b0a2bb'
-
'bdde7ae015d8a98ba55e84b86dc05aca1d4f8de85be7e4bd6187054bfe4ac83b5a20538945b63fb073caab78022141e9545685e4e3698c97ff173cf30859e285')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs - Staging branch"
-url="http://www.wine-staging.com";
-arch=(x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-depends=(
-  attr lib32-attr
-  fontconfig   lib32-fontconfig
-  lcms2lib32-lcms2
-  libxml2  lib32-libxml2
-  libxcursor   lib32-libxcursor
-  libxrandrlib32-libxrandr
-  libxdamage   lib32-libxdamage
-  libxilib32-libxi
-  gettext  lib32-gettext
-  freetype2lib32-freetype2
-  glu  lib32-glu
-  libsmlib32-libsm
-  gcc-libs lib32-gcc-libs
-  libpcap  lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  opencl-icd-loader lib32-opencl-icd-loader
-  libxslt   lib32-libxslt
-  libpulse  lib32-libpulse
-  libva lib32-libva
-  gtk3  lib32-gtk3
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  vulkan-icd-loader lib32-vulkan-icd-loader
-  sdl2  lib32-sdl2
-  samba
-  opencl-headers
-)
-
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   

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

2018-05-13 Thread Levente Polyak via arch-commits
Date: Sunday, May 13, 2018 @ 17:32:22
  Author: anthraxx
Revision: 321616

upgpkg: python2-subprocess32 3.5.0-1

Modified:
  python2-subprocess32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 17:29:58 UTC (rev 321615)
+++ PKGBUILD2018-05-13 17:32:22 UTC (rev 321616)
@@ -2,7 +2,7 @@
 
 pkgname=python2-subprocess32
 _gitname=${pkgname/python2/python}
-pkgver=3.2.7
+pkgver=3.5.0
 pkgrel=1
 pkgdesc='Backport of the Python 3 subprocess module'
 url='https://github.com/google/python-subprocess32'
@@ -9,8 +9,9 @@
 arch=('x86_64')
 license=('custom')
 depends=('python2')
+makedepends=('python2-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
-sha512sums=('d2f18de121623d4036b10c28043fc9e8d709f63a333be2b32add76711daf89321df0260751726f8e1625d18840a1be209f45a470b73adf6127105bdc02ba133c')
+sha512sums=('819c518353d349e1c60c2d6ab2ee60c771e47c83bfbd0af8799de08950ea50d1196c47c856e3e43143281c952be0a5f1e008fd0f5514f4264f084f3b21adc156')
 
 build() {
   cd ${_gitname}-${pkgver}


[arch-commits] Commit in python2-subprocess32/repos/community-x86_64 (2 files)

2018-05-13 Thread Levente Polyak via arch-commits
Date: Sunday, May 13, 2018 @ 17:32:31
  Author: anthraxx
Revision: 321617

archrelease: copy trunk to community-x86_64

Added:
  python2-subprocess32/repos/community-x86_64/PKGBUILD
(from rev 321616, python2-subprocess32/trunk/PKGBUILD)
Deleted:
  python2-subprocess32/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 17:32:22 UTC (rev 321616)
+++ PKGBUILD2018-05-13 17:32:31 UTC (rev 321617)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=python2-subprocess32
-_gitname=${pkgname/python2/python}
-pkgver=3.2.7
-pkgrel=1
-pkgdesc='Backport of the Python 3 subprocess module'
-url='https://github.com/google/python-subprocess32'
-arch=('i686' 'x86_64')
-license=('custom')
-depends=('python2')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
-sha512sums=('d2f18de121623d4036b10c28043fc9e8d709f63a333be2b32add76711daf89321df0260751726f8e1625d18840a1be209f45a470b73adf6127105bdc02ba133c')
-
-build() {
-  cd ${_gitname}-${pkgver}
-  python2 setup.py build
-}
-
-check() {
-  cd ${_gitname}-${pkgver}
-  local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
-  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
-python2 test_subprocess32.py
-}
-
-package() {
-  cd ${_gitname}-${pkgver}
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-subprocess32/repos/community-x86_64/PKGBUILD (from rev 321616, 
python2-subprocess32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 17:32:31 UTC (rev 321617)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=python2-subprocess32
+_gitname=${pkgname/python2/python}
+pkgver=3.5.0
+pkgrel=1
+pkgdesc='Backport of the Python 3 subprocess module'
+url='https://github.com/google/python-subprocess32'
+arch=('x86_64')
+license=('custom')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/google/python-subprocess32/archive/${pkgver}.tar.gz)
+sha512sums=('819c518353d349e1c60c2d6ab2ee60c771e47c83bfbd0af8799de08950ea50d1196c47c856e3e43143281c952be0a5f1e008fd0f5514f4264f084f3b21adc156')
+
+build() {
+  cd ${_gitname}-${pkgver}
+  python2 setup.py build
+}
+
+check() {
+  cd ${_gitname}-${pkgver}
+  local PYTHONVERSION="$(python2 -c 'import sys; 
print("{}.{}".format(sys.version_info.major, sys.version_info.minor))')"
+  PYTHONPATH="build/lib.linux-${CARCH}-${PYTHONVERSION}" \
+python2 test_subprocess32.py
+}
+
+package() {
+  cd ${_gitname}-${pkgver}
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md ChangeLog -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-05-13 Thread Levente Polyak via arch-commits
Date: Sunday, May 13, 2018 @ 17:37:49
  Author: anthraxx
Revision: 324162

upgpkg: vim 8.0.1838-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 15:40:07 UTC (rev 324161)
+++ PKGBUILD2018-05-13 17:37:49 UTC (rev 324162)
@@ -9,7 +9,7 @@
 
 pkgbase=vim
 pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1826
+pkgver=8.0.1838
 _versiondir=80
 pkgrel=1
 pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
@@ -22,11 +22,11 @@
 vimrc
 archlinux.vim
 vimdoc.hook)
-sha256sums=('c7ab0f0ba7adeb6fda5196ce748b049f91ea72655dd2fdd22d742032f8b393e3'
+sha256sums=('0d72e80c1acb1852be830d9cc82e0609f9f345857c7239c6a2fa4cba335ef548'
 'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
 '2a6689ce603486f87df9d7e9697032015a8688d663984f5380c1f16cfeed31d4'
 '7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('0a919835779a425a4abe9db229a8f1473e7a11fe298291779cc0a741e8b2bdb208ceca9bdc6987558b6b9eb9b4f3ffde9c18a004b997bc9d41637a962c76bd99'
+sha512sums=('ec0c126361baf0e031d27bc82424121b1de9334357c3e26be959dc5556ac5f112db7be92ed8f679b91442f072cb52cc42fcae6ddb0ae9160392b6623a256ce06'
 
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
 
'6d0130bb35fc1abb5d657393290d838742725a9d5e4e592b5fd71c8c5852374de010fb58347974096192c8dd8cf42c67185bc2cc38c70609afbcce2c91489781'
 
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')


[arch-commits] Commit in vim/repos/extra-x86_64 (8 files)

2018-05-13 Thread Levente Polyak via arch-commits
Date: Sunday, May 13, 2018 @ 17:37:58
  Author: anthraxx
Revision: 324163

archrelease: copy trunk to extra-x86_64

Added:
  vim/repos/extra-x86_64/PKGBUILD
(from rev 324162, vim/trunk/PKGBUILD)
  vim/repos/extra-x86_64/archlinux.vim
(from rev 324162, vim/trunk/archlinux.vim)
  vim/repos/extra-x86_64/vimdoc.hook
(from rev 324162, vim/trunk/vimdoc.hook)
  vim/repos/extra-x86_64/vimrc
(from rev 324162, vim/trunk/vimrc)
Deleted:
  vim/repos/extra-x86_64/PKGBUILD
  vim/repos/extra-x86_64/archlinux.vim
  vim/repos/extra-x86_64/vimdoc.hook
  vim/repos/extra-x86_64/vimrc

---+
 PKGBUILD  |  436 
 archlinux.vim |   70 
 vimdoc.hook   |   22 +-
 vimrc |   36 ++--
 4 files changed, 282 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 17:37:49 UTC (rev 324162)
+++ PKGBUILD2018-05-13 17:37:58 UTC (rev 324163)
@@ -1,218 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Anatol Pomozov 
-# Contributor: Thomas Dziedzic 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: tobias [ tobias at archlinux org ]
-# Contributor: Daniel J Griffiths 
-# Contributor: Christian Hesse 
-# Contributor: Eli Schwartz
-
-pkgbase=vim
-pkgname=('vim' 'gvim' 'vim-runtime')
-pkgver=8.0.1826
-_versiondir=80
-pkgrel=1
-pkgdesc='Vi Improved, a highly configurable, improved version of the vi text 
editor'
-url='http://www.vim.org'
-arch=('x86_64')
-license=('custom:vim')
-makedepends=('glibc' 'libgcrypt' 'gpm' 'python2' 'python' 'ruby' 'libxt' 
'gtk3' 'lua'
- 'gawk' 'tcl' 'pcre' 'zlib' 'libffi')
-source=(vim-${pkgver}.tar.gz::https://github.com/vim/vim/archive/v${pkgver}.tar.gz
-vimrc
-archlinux.vim
-vimdoc.hook)
-sha256sums=('c7ab0f0ba7adeb6fda5196ce748b049f91ea72655dd2fdd22d742032f8b393e3'
-'b16e85e457397ab2043a7ee0a3c84307c6b4eac157fd0b721694761f25b3ed5b'
-'2a6689ce603486f87df9d7e9697032015a8688d663984f5380c1f16cfeed31d4'
-'7095cafac21df7aa42749d6864d1c0549fe65771d8edda3102c931c60782b6b9')
-sha512sums=('0a919835779a425a4abe9db229a8f1473e7a11fe298291779cc0a741e8b2bdb208ceca9bdc6987558b6b9eb9b4f3ffde9c18a004b997bc9d41637a962c76bd99'
-
'4b5bed0813f22af9e158ea9aa56a4a9862dd786ba2d201f20159ccf652da6190164aaed0b6b7217d578f7b25c33a8adcc307bfcf3caa8d173a7ff29e2a00fee7'
-
'6d0130bb35fc1abb5d657393290d838742725a9d5e4e592b5fd71c8c5852374de010fb58347974096192c8dd8cf42c67185bc2cc38c70609afbcce2c91489781'
-
'1e06e981691b17662fd0fddac5c00c87c920d1b4a1cbb6191c42d57cc40b00af12710e26b22fcfc0901bb8142b15f6a04aa65cec2d9b3bb9d5a06cb650d3ab9c')
-
-prepare() {
-  (cd vim-${pkgver}/src
-# define the place for the global (g)vimrc file (set to /etc/vimrc)
-sed -i 's|^.*\(#define SYS_.*VIMRC_FILE.*"\) .*$|\1|' feature.h
-sed -i 's|^.*\(#define VIMRC_FILE.*"\) .*$|\1|' feature.h
-autoconf
-  )
-  cp -a vim-${pkgver} gvim-${pkgver}
-}
-
-build() {
-  msg2 "Building vim..."
-  (cd vim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=no \
-  --disable-gui \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-
-  msg2 "Building gvim..."
-  (cd gvim-${pkgver}
-./configure \
-  --prefix=/usr \
-  --localstatedir=/var/lib/vim \
-  --with-features=huge \
-  --with-compiledby='Arch Linux' \
-  --enable-gpm \
-  --enable-acl \
-  --with-x=yes \
-  --enable-gui=gtk3 \
-  --enable-multibyte \
-  --enable-cscope \
-  --enable-netbeans \
-  --enable-perlinterp=dynamic \
-  --enable-pythoninterp=dynamic \
-  --enable-python3interp=dynamic \
-  --enable-rubyinterp=dynamic \
-  --enable-luainterp=dynamic \
-  --enable-tclinterp=dynamic
-make
-  )
-}
-
-check() {
-  cd vim-${pkgver}
-  TERM=xterm make -j1 test
-}
-
-package_vim-runtime() {
-  pkgdesc+=' (shared runtime)'
-  optdepends=('sh: support for some tools and macros'
-  'python: demoserver example tool'
-  'gawk: mve tools upport')
-  backup=('etc/vimrc')
-
-  cd vim-${pkgver}
-
-  make -j1 VIMRCLOC=/etc DESTDIR="${pkgdir}" install
-  # man and bin files belong to 'vim'
-  rm -r "${pkgdir}"/usr/share/man/ "${pkgdir}"/usr/bin/
-
-  # Don't forget logtalk.dict
-  install -Dm 644 runtime/ftplugin/logtalk.dict \
-"${pkgdir}"/usr/share/vim/vim${_versiondir}/ftplugin/logtalk.dict
-
-  # fix FS#17216
-  sed -i 's|messages,/var|messages,/var/log/messages.log,/var|' \
-

[arch-commits] Commit in (4 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 18:59:50
  Author: felixonmars
Revision: 321618

addpkg: riscv64-linux-gnu-gcc 8.1.0-1

Added:
  riscv64-linux-gnu-gcc/
  riscv64-linux-gnu-gcc/repos/
  riscv64-linux-gnu-gcc/trunk/
  riscv64-linux-gnu-gcc/trunk/PKGBUILD

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

Added: riscv64-linux-gnu-gcc/trunk/PKGBUILD
===
--- riscv64-linux-gnu-gcc/trunk/PKGBUILD(rev 0)
+++ riscv64-linux-gnu-gcc/trunk/PKGBUILD2018-05-13 18:59:50 UTC (rev 
321618)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
+
+  rm -rf $srcdir/gcc-build
+  mkdir $srcdir/gcc-build
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  $srcdir/$_basedir/configure \
+  --prefix=/usr \
+  --program-prefix=$_target- \
+  --with-local-prefix=/usr/$_target \
+  --with-sysroot=/usr/$_target \
+  --with-build-sysroot=/usr/$_target \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --target=$_target --host=$CHOST --build=$CHOST \
+  --disable-nls \
+  --enable-languages=c,c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --disable-multilib --disable-werror \
+  --enable-checking=release
+
+  make
+}
+
+package() {
+  cd gcc-build
+
+  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/gcc-$pkgver
+}
+
+# vim: set ts=2 sw=2 et:


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


[arch-commits] Commit in (4 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:00:30
  Author: felixonmars
Revision: 321620

addpkg: riscv64-linux-gnu-glibc 2.27-1

Added:
  riscv64-linux-gnu-glibc/
  riscv64-linux-gnu-glibc/repos/
  riscv64-linux-gnu-glibc/trunk/
  riscv64-linux-gnu-glibc/trunk/PKGBUILD

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

Added: riscv64-linux-gnu-glibc/trunk/PKGBUILD
===
--- riscv64-linux-gnu-glibc/trunk/PKGBUILD  (rev 0)
+++ riscv64-linux-gnu-glibc/trunk/PKGBUILD  2018-05-13 19:00:30 UTC (rev 
321620)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.27
+pkgrel=1
+pkgdesc="GNU C Library RISCV target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-kernel=2.6.32 \
+  --enable-add-ons \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+  # make install_root=$pkgdir/usr/$_target install-headers 
install-bootstrap-headers=yes
+  # make csu/subdir_lib
+  # mkdir -p $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/include/gnu
+  # cp csu/crt1.o csu/crti.o csu/crtn.o $pkgdir/usr/$_target/lib
+  # $_target-gcc \
+  #   -nostdlib \
+  #   -nostartfiles \
+  #   -shared \
+  #   -x c /dev/null \
+  #   -o $pkgdir/usr/$_target/lib/libc.so
+  # touch $pkgdir/usr/$_target/include/gnu/stubs.h
+
+  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
+}


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


[arch-commits] Commit in riscv64-linux-gnu-gcc/repos (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:00:21
  Author: felixonmars
Revision: 321619

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 321618, riscv64-linux-gnu-gcc/trunk/PKGBUILD)

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

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 321618, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-05-13 19:00:21 UTC (rev 321619)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+  echo $pkgver > gcc/BASE-VER
+
+  # Do not run fixincludes
+  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
+
+  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
+  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
+
+  rm -rf $srcdir/gcc-build
+  mkdir $srcdir/gcc-build
+}
+
+build() {
+  cd gcc-build
+
+  # using -pipe causes spurious test-suite failures
+  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
+  CFLAGS=${CFLAGS/-pipe/}
+  CXXFLAGS=${CXXFLAGS/-pipe/}
+
+  $srcdir/$_basedir/configure \
+  --prefix=/usr \
+  --program-prefix=$_target- \
+  --with-local-prefix=/usr/$_target \
+  --with-sysroot=/usr/$_target \
+  --with-build-sysroot=/usr/$_target \
+  --libdir=/usr/lib --libexecdir=/usr/lib \
+  --target=$_target --host=$CHOST --build=$CHOST \
+  --disable-nls \
+  --enable-languages=c,c++ \
+  --enable-shared --enable-threads=posix \
+  --with-system-zlib --with-isl --enable-__cxa_atexit \
+  --disable-libunwind-exceptions --enable-clocale=gnu \
+  --disable-libstdcxx-pch --disable-libssp \
+  --enable-gnu-unique-object --enable-linker-build-id \
+  --enable-lto --enable-plugin --enable-install-libiberty \
+  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
+  --disable-multilib --disable-werror \
+  --enable-checking=release
+
+  make
+}
+
+package() {
+  cd gcc-build
+
+  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
+
+  # strip target binaries
+  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
+
+  # strip host binaries
+  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
+
+  # Remove files that conflict with host gcc package
+  rm -r "$pkgdir"/usr/share/man/man7
+  rm -r "$pkgdir"/usr/share/info
+  rm -r "$pkgdir"/usr/share/gcc-$pkgver
+}
+
+# vim: set ts=2 sw=2 et:


[arch-commits] Commit in riscv64-linux-gnu-glibc/repos (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:01:48
  Author: felixonmars
Revision: 321621

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-glibc/repos/community-any/
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 321620, riscv64-linux-gnu-glibc/trunk/PKGBUILD)

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

Copied: riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 321620, 
riscv64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-05-13 19:01:48 UTC (rev 321621)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.27
+pkgrel=1
+pkgdesc="GNU C Library RISCV target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-kernel=2.6.32 \
+  --enable-add-ons \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+  # make install_root=$pkgdir/usr/$_target install-headers 
install-bootstrap-headers=yes
+  # make csu/subdir_lib
+  # mkdir -p $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/include/gnu
+  # cp csu/crt1.o csu/crti.o csu/crtn.o $pkgdir/usr/$_target/lib
+  # $_target-gcc \
+  #   -nostdlib \
+  #   -nostartfiles \
+  #   -shared \
+  #   -x c /dev/null \
+  #   -o $pkgdir/usr/$_target/lib/libc.so
+  # touch $pkgdir/usr/$_target/include/gnu/stubs.h
+
+  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
+}


[arch-commits] Commit in riscv64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:04:37
  Author: felixonmars
Revision: 321622

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 321621, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:01:48 UTC (rev 321621)
+++ PKGBUILD2018-05-13 19:04:37 UTC (rev 321622)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-gcc
-pkgver=8.1.0
-_islver=0.19
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
-arch=('x86_64')
-url='http://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=("$_target-binutils" 'zlib' 'libmpc')
-options=(!emptydirs !strip)
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
-sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
-'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
-
-if [[ -n "$_snapshot" ]]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf $srcdir/gcc-build
-  mkdir $srcdir/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  $srcdir/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 321621, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:04:37 UTC (rev 321622)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+

[arch-commits] Commit in riscv64-linux-gnu-glibc/repos/community-any (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:05:20
  Author: felixonmars
Revision: 321623

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 321622, riscv64-linux-gnu-glibc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:04:37 UTC (rev 321622)
+++ PKGBUILD2018-05-13 19:05:20 UTC (rev 321623)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-glibc
-pkgver=2.27
-pkgrel=1
-pkgdesc="GNU C Library RISCV target"
-arch=(any)
-url='https://www.gnu.org/software/libc/'
-license=('GPL' 'LGPL')
-depends=($_target-gcc $_target-linux-api-headers)
-options=(!buildflags !strip staticlibs)
-source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
-sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
-  'SKIP')
-validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
-
-prepare() {
-  mkdir -p glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  echo "slibdir=/lib" >> configparms
-  echo "rtlddir=/lib" >> configparms
-  echo "sbindir=/bin" >> configparms
-  echo "rootsbindir=/bin" >> configparms
-
-  # remove hardening options for building libraries
-  export CFLAGS="-U_FORTIFY_SOURCE -O2"
-  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
-  unset LD_LIBRARY_PATH
-
-  export BUILD_CC=gcc
-  export CC=${_target}-gcc
-  export CXX=${_target}-g++
-  export AR=${_target}-ar
-  export RANLIB=${_target}-ranlib
-
-  ../glibc-$pkgver/configure \
-  --prefix=/usr \
-  --target=$_target \
-  --host=$_target \
-  --build=$CHOST \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --with-headers=/usr/$_target/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-kernel=2.6.32 \
-  --enable-add-ons \
-  --enable-bind-now \
-  --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --disable-werror
-
-  echo "build-programs=no" >> configparms
-  make
-}
-
-package() {
-  cd glibc-build
-
-  make install_root=$pkgdir/usr/$_target install
-  # make install_root=$pkgdir/usr/$_target install-headers 
install-bootstrap-headers=yes
-  # make csu/subdir_lib
-  # mkdir -p $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/include/gnu
-  # cp csu/crt1.o csu/crti.o csu/crtn.o $pkgdir/usr/$_target/lib
-  # $_target-gcc \
-  #   -nostdlib \
-  #   -nostartfiles \
-  #   -shared \
-  #   -x c /dev/null \
-  #   -o $pkgdir/usr/$_target/lib/libc.so
-  # touch $pkgdir/usr/$_target/include/gnu/stubs.h
-
-  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
-}

Copied: riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 321622, 
riscv64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:05:20 UTC (rev 321623)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.27
+pkgrel=1
+pkgdesc="GNU C Library RISCV target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-kernel=2.6.32 \
+  --enable-add-ons \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+  # make install_

[arch-commits] Commit in riscv64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:06:24
  Author: felixonmars
Revision: 321624

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 321623, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:05:20 UTC (rev 321623)
+++ PKGBUILD2018-05-13 19:06:24 UTC (rev 321624)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-gcc
-pkgver=8.1.0
-_islver=0.19
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
-arch=('x86_64')
-url='http://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=("$_target-binutils" 'zlib' 'libmpc')
-options=(!emptydirs !strip)
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
-sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
-'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
-
-if [[ -n "$_snapshot" ]]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf $srcdir/gcc-build
-  mkdir $srcdir/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  $srcdir/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 321623, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:06:24 UTC (rev 321624)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+

[arch-commits] Commit in riscv64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:07:53
  Author: felixonmars
Revision: 321627

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 321625, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:07:51 UTC (rev 321626)
+++ PKGBUILD2018-05-13 19:07:53 UTC (rev 321627)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-gcc
-pkgver=8.1.0
-_islver=0.19
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
-arch=('x86_64')
-url='http://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=("$_target-binutils" 'zlib' 'libmpc')
-options=(!emptydirs !strip)
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
-sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
-'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
-
-if [[ -n "$_snapshot" ]]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf $srcdir/gcc-build
-  mkdir $srcdir/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  $srcdir/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 321625, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:07:53 UTC (rev 321627)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+

[arch-commits] Commit in riscv64-linux-gnu-glibc/repos/community-any (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:07:10
  Author: felixonmars
Revision: 321625

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 321624, riscv64-linux-gnu-glibc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:06:24 UTC (rev 321624)
+++ PKGBUILD2018-05-13 19:07:10 UTC (rev 321625)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-glibc
-pkgver=2.27
-pkgrel=1
-pkgdesc="GNU C Library RISCV target"
-arch=(any)
-url='https://www.gnu.org/software/libc/'
-license=('GPL' 'LGPL')
-depends=($_target-gcc $_target-linux-api-headers)
-options=(!buildflags !strip staticlibs)
-source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
-sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
-  'SKIP')
-validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
-
-prepare() {
-  mkdir -p glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  echo "slibdir=/lib" >> configparms
-  echo "rtlddir=/lib" >> configparms
-  echo "sbindir=/bin" >> configparms
-  echo "rootsbindir=/bin" >> configparms
-
-  # remove hardening options for building libraries
-  export CFLAGS="-U_FORTIFY_SOURCE -O2"
-  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
-  unset LD_LIBRARY_PATH
-
-  export BUILD_CC=gcc
-  export CC=${_target}-gcc
-  export CXX=${_target}-g++
-  export AR=${_target}-ar
-  export RANLIB=${_target}-ranlib
-
-  ../glibc-$pkgver/configure \
-  --prefix=/usr \
-  --target=$_target \
-  --host=$_target \
-  --build=$CHOST \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --with-headers=/usr/$_target/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-kernel=2.6.32 \
-  --enable-add-ons \
-  --enable-bind-now \
-  --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --disable-werror
-
-  echo "build-programs=no" >> configparms
-  make
-}
-
-package() {
-  cd glibc-build
-
-  make install_root=$pkgdir/usr/$_target install
-  # make install_root=$pkgdir/usr/$_target install-headers 
install-bootstrap-headers=yes
-  # make csu/subdir_lib
-  # mkdir -p $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/include/gnu
-  # cp csu/crt1.o csu/crti.o csu/crtn.o $pkgdir/usr/$_target/lib
-  # $_target-gcc \
-  #   -nostdlib \
-  #   -nostartfiles \
-  #   -shared \
-  #   -x c /dev/null \
-  #   -o $pkgdir/usr/$_target/lib/libc.so
-  # touch $pkgdir/usr/$_target/include/gnu/stubs.h
-
-  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
-}

Copied: riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 321624, 
riscv64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:07:10 UTC (rev 321625)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.27
+pkgrel=1
+pkgdesc="GNU C Library RISCV target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-kernel=2.6.32 \
+  --enable-add-ons \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+  # make install_

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

2018-05-13 Thread Jakob Gruber via arch-commits
Date: Sunday, May 13, 2018 @ 19:07:51
  Author: schuay
Revision: 321626

FS#58359

Modified:
  abcde/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:07:10 UTC (rev 321625)
+++ PKGBUILD2018-05-13 19:07:51 UTC (rev 321626)
@@ -16,6 +16,7 @@
 'flac: FLAC encoding support'
 'glyr: album art support'
 'lame: MP3 encoding support'
+'opus-tools: Opus encoding support'
 'python-eyed3: ID3 tag support'
 'vorbisgain: Ogg Vorbis normalization support')
 backup=("etc/${pkgname}.conf")


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

2018-05-13 Thread Jakob Gruber via arch-commits
Date: Sunday, May 13, 2018 @ 19:08:50
  Author: schuay
Revision: 321629

upgpkg: nethack 3.6.1-1

3.6.1

Modified:
  nethack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:08:45 UTC (rev 321628)
+++ PKGBUILD2018-05-13 19:08:50 UTC (rev 321629)
@@ -6,7 +6,7 @@
 # Contributor : Nick Erdmann 
 
 pkgname=nethack
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc='A single player dungeon exploration game'
 arch=('x86_64')
@@ -72,4 +72,4 @@
   install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('d42147b26e5fb4746fb72536ce145984')
+md5sums=('5c469058a0d2876c274c102d56f47bb5')


[arch-commits] Commit in riscv64-linux-gnu-glibc/repos/community-any (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:08:45
  Author: felixonmars
Revision: 321628

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 321627, riscv64-linux-gnu-glibc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:07:53 UTC (rev 321627)
+++ PKGBUILD2018-05-13 19:08:45 UTC (rev 321628)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-glibc
-pkgver=2.27
-pkgrel=1
-pkgdesc="GNU C Library RISCV target"
-arch=(any)
-url='https://www.gnu.org/software/libc/'
-license=('GPL' 'LGPL')
-depends=($_target-gcc $_target-linux-api-headers)
-options=(!buildflags !strip staticlibs)
-source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
-sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
-  'SKIP')
-validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
-
-prepare() {
-  mkdir -p glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  echo "slibdir=/lib" >> configparms
-  echo "rtlddir=/lib" >> configparms
-  echo "sbindir=/bin" >> configparms
-  echo "rootsbindir=/bin" >> configparms
-
-  # remove hardening options for building libraries
-  export CFLAGS="-U_FORTIFY_SOURCE -O2"
-  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
-  unset LD_LIBRARY_PATH
-
-  export BUILD_CC=gcc
-  export CC=${_target}-gcc
-  export CXX=${_target}-g++
-  export AR=${_target}-ar
-  export RANLIB=${_target}-ranlib
-
-  ../glibc-$pkgver/configure \
-  --prefix=/usr \
-  --target=$_target \
-  --host=$_target \
-  --build=$CHOST \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --with-headers=/usr/$_target/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-kernel=2.6.32 \
-  --enable-add-ons \
-  --enable-bind-now \
-  --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --disable-werror
-
-  echo "build-programs=no" >> configparms
-  make
-}
-
-package() {
-  cd glibc-build
-
-  make install_root=$pkgdir/usr/$_target install
-  # make install_root=$pkgdir/usr/$_target install-headers 
install-bootstrap-headers=yes
-  # make csu/subdir_lib
-  # mkdir -p $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/include/gnu
-  # cp csu/crt1.o csu/crti.o csu/crtn.o $pkgdir/usr/$_target/lib
-  # $_target-gcc \
-  #   -nostdlib \
-  #   -nostartfiles \
-  #   -shared \
-  #   -x c /dev/null \
-  #   -o $pkgdir/usr/$_target/lib/libc.so
-  # touch $pkgdir/usr/$_target/include/gnu/stubs.h
-
-  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
-}

Copied: riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 321627, 
riscv64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:08:45 UTC (rev 321628)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.27
+pkgrel=1
+pkgdesc="GNU C Library RISCV target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-kernel=2.6.32 \
+  --enable-add-ons \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+  # make install_

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

2018-05-13 Thread Jakob Gruber via arch-commits
Date: Sunday, May 13, 2018 @ 19:09:04
  Author: schuay
Revision: 321630

archrelease: copy trunk to community-x86_64

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

-+
 PKGBUILD|  150 +++---
 nethack.install |   24 
 2 files changed, 87 insertions(+), 87 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:08:50 UTC (rev 321629)
+++ PKGBUILD2018-05-13 19:09:04 UTC (rev 321630)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer : schuay 
-# Contributor : kevin 
-# Contributor : Christian Schmidt 
-# Contributor : Markus Meissner 
-# Contributor : Nick Erdmann 
-
-pkgname=nethack
-pkgver=3.6.0
-pkgrel=1
-pkgdesc='A single player dungeon exploration game'
-arch=('i686' 'x86_64')
-url="http://www.nethack.org/index.html";
-license=('custom')
-depends=('ncurses' 'gzip')
-install=nethack.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz";)
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
-  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
-
-  # we are setting up for setgid games, so modify all necessary permissions
-  # to allow full access for groups
-
-  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
-  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
-  -e '/^VARDIRPERM/ s|0755|0775|' \
-  -e '/^VARFILEPERM/ s|0600|0664|' \
-  -e '/^GAMEPERM/ s|0755|02755|' \
-  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
-  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
-
-  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
-  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
-  -e '/^FILEPERM\s*=/ s|0644|0664|' \
-  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
-
-  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man/man6|" -i 
sys/unix/Makefile.doc
-
-}
-
-build(){
-  cd $srcdir/$pkgname-$pkgver/sys/unix
-  sh setup.sh hints/linux
-
-  cd $srcdir/$pkgname-$pkgver
-  make
-}
-  
-package() {
-  cd $srcdir/$pkgname-$pkgver/
-
-  install -dm755 $pkgdir/usr/share/{man/man6,doc/nethack}
-  install -dm775 $pkgdir/var/games/
-  make PREFIX=$pkgdir -j1 install manpages # Multi-threaded builds fail.
-  sed -e "s|HACKDIR=$pkgdir/|HACKDIR=/|" \
-  -e 's|HACK=$HACKDIR|HACK=/usr/lib/nethack|' \
-  -i $pkgdir/usr/bin/nethack
-
-  install -dm755 $pkgdir/usr/lib/nethack
-  mv $pkgdir/var/games/nethack/{nethack,recover} $pkgdir/usr/lib/nethack/
-
-  # FS#43414: /var/games should be owned by root:games.
-  chown -R root:games $pkgdir/var/games/
-  chown root:games $pkgdir/usr/lib/nethack/nethack
-  #chmod 02755 $pkgdir/usr/lib/nethack/nethack
-
-  install -Dm644 doc/Guidebook.txt $pkgdir/usr/share/doc/nethack/Guidebook.txt
-  install -Dm644 dat/license $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('d42147b26e5fb4746fb72536ce145984')

Copied: nethack/repos/community-x86_64/PKGBUILD (from rev 321629, 
nethack/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:09:04 UTC (rev 321630)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer : schuay 
+# Contributor : kevin 
+# Contributor : Christian Schmidt 
+# Contributor : Markus Meissner 
+# Contributor : Nick Erdmann 
+
+pkgname=nethack
+pkgver=3.6.1
+pkgrel=1
+pkgdesc='A single player dungeon exploration game'
+arch=('x86_64')
+url="http://www.nethack.org/index.html";
+license=('custom')
+depends=('ncurses' 'gzip')
+install=nethack.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-${pkgver//.}-src.tgz";)
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver/
+
+  sed -e 's|^/\* \(#define LINUX\) \*/|\1|' \
+  -e 's|^/\* \(#define TIMED_DELAY\) \*/|\1|' -i include/unixconf.h
+
+  # we are setting up for setgid games, so modify all necessary permissions
+  # to allow full access for groups
+
+  sed -e '/^HACKDIR/ s|/games/lib/\$(GAME)dir|/var/games/nethack/|' \
+  -e '/^SHELLDIR/ s|/games|/usr/bin|' \
+  -e '/^VARDIRPERM/ s|0755|0775|' \
+  -e '/^VARFILEPERM/ s|0600|0664|' \
+  -e '/^GAMEPERM/ s|0755|02755|' \
+  -e 's|\(DSYSCF_FILE=\)\\"[^"]*\\"|\1\\"/var/games/nethack/sysconf\\"|' \
+  -e 's|\(DHACKDIR=\)\\"[^"]*\\"|\1\\"/var/games/nethack/\\"|' -i 
sys/unix/hints/linux
+
+  sed -e 's|^#GAMEUID.*|GAMEUID = root|' \
+  -e 's|^#GAMEGRP.*|GAMEGRP = games|' \
+  -e '/^FILEPERM\s*=/ s|0644|0664|' \
+  -e '/^DIRPERM\s*=/ s|0755|0775|' -i sys/unix/Makefile.top
+
+  sed -e "/^MANDIR\s*=/s|/usr/man/man6|$pkgdir/usr/share/man

[arch-commits] Commit in riscv64-linux-gnu-glibc/repos/community-any (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:10:54
  Author: felixonmars
Revision: 321632

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 321631, riscv64-linux-gnu-glibc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:10:24 UTC (rev 321631)
+++ PKGBUILD2018-05-13 19:10:54 UTC (rev 321632)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-glibc
-pkgver=2.27
-pkgrel=1
-pkgdesc="GNU C Library RISCV target"
-arch=(any)
-url='https://www.gnu.org/software/libc/'
-license=('GPL' 'LGPL')
-depends=($_target-gcc $_target-linux-api-headers)
-options=(!buildflags !strip staticlibs)
-source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
-sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
-  'SKIP')
-validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
-
-prepare() {
-  mkdir -p glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  echo "slibdir=/lib" >> configparms
-  echo "rtlddir=/lib" >> configparms
-  echo "sbindir=/bin" >> configparms
-  echo "rootsbindir=/bin" >> configparms
-
-  # remove hardening options for building libraries
-  export CFLAGS="-U_FORTIFY_SOURCE -O2"
-  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
-  unset LD_LIBRARY_PATH
-
-  export BUILD_CC=gcc
-  export CC=${_target}-gcc
-  export CXX=${_target}-g++
-  export AR=${_target}-ar
-  export RANLIB=${_target}-ranlib
-
-  ../glibc-$pkgver/configure \
-  --prefix=/usr \
-  --target=$_target \
-  --host=$_target \
-  --build=$CHOST \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --with-headers=/usr/$_target/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-kernel=2.6.32 \
-  --enable-add-ons \
-  --enable-bind-now \
-  --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --disable-werror
-
-  echo "build-programs=no" >> configparms
-  make
-}
-
-package() {
-  cd glibc-build
-
-  make install_root=$pkgdir/usr/$_target install
-  # make install_root=$pkgdir/usr/$_target install-headers 
install-bootstrap-headers=yes
-  # make csu/subdir_lib
-  # mkdir -p $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/include/gnu
-  # cp csu/crt1.o csu/crti.o csu/crtn.o $pkgdir/usr/$_target/lib
-  # $_target-gcc \
-  #   -nostdlib \
-  #   -nostartfiles \
-  #   -shared \
-  #   -x c /dev/null \
-  #   -o $pkgdir/usr/$_target/lib/libc.so
-  # touch $pkgdir/usr/$_target/include/gnu/stubs.h
-
-  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
-}

Copied: riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 321631, 
riscv64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:10:54 UTC (rev 321632)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.27
+pkgrel=1
+pkgdesc="GNU C Library RISCV target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-kernel=2.6.32 \
+  --enable-add-ons \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+  # make install_

[arch-commits] Commit in riscv64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:10:24
  Author: felixonmars
Revision: 321631

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 321630, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:09:04 UTC (rev 321630)
+++ PKGBUILD2018-05-13 19:10:24 UTC (rev 321631)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-gcc
-pkgver=8.1.0
-_islver=0.19
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
-arch=('x86_64')
-url='http://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=("$_target-binutils" 'zlib' 'libmpc')
-options=(!emptydirs !strip)
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
-sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
-'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
-
-if [[ -n "$_snapshot" ]]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf $srcdir/gcc-build
-  mkdir $srcdir/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  $srcdir/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 321630, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:10:24 UTC (rev 321631)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+

[arch-commits] Commit in riscv64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:12:11
  Author: felixonmars
Revision: 321633

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 321632, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:10:54 UTC (rev 321632)
+++ PKGBUILD2018-05-13 19:12:11 UTC (rev 321633)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-gcc
-pkgver=8.1.0
-_islver=0.19
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
-arch=('x86_64')
-url='http://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=("$_target-binutils" 'zlib' 'libmpc')
-options=(!emptydirs !strip)
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
-sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
-'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
-
-if [[ -n "$_snapshot" ]]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf $srcdir/gcc-build
-  mkdir $srcdir/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  $srcdir/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 321632, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:12:11 UTC (rev 321633)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+

[arch-commits] Commit in riscv64-linux-gnu-glibc/repos/community-any (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:12:51
  Author: felixonmars
Revision: 321634

archrelease: copy trunk to community-any

Added:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD
(from rev 321633, riscv64-linux-gnu-glibc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD

--+
 PKGBUILD |  162 ++---
 1 file changed, 81 insertions(+), 81 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:12:11 UTC (rev 321633)
+++ PKGBUILD2018-05-13 19:12:51 UTC (rev 321634)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Anatol Pomozov 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-glibc
-pkgver=2.27
-pkgrel=1
-pkgdesc="GNU C Library RISCV target"
-arch=(any)
-url='https://www.gnu.org/software/libc/'
-license=('GPL' 'LGPL')
-depends=($_target-gcc $_target-linux-api-headers)
-options=(!buildflags !strip staticlibs)
-source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
-sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
-  'SKIP')
-validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
-
-prepare() {
-  mkdir -p glibc-build
-}
-
-build() {
-  cd glibc-build
-
-  echo "slibdir=/lib" >> configparms
-  echo "rtlddir=/lib" >> configparms
-  echo "sbindir=/bin" >> configparms
-  echo "rootsbindir=/bin" >> configparms
-
-  # remove hardening options for building libraries
-  export CFLAGS="-U_FORTIFY_SOURCE -O2"
-  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
-  unset LD_LIBRARY_PATH
-
-  export BUILD_CC=gcc
-  export CC=${_target}-gcc
-  export CXX=${_target}-g++
-  export AR=${_target}-ar
-  export RANLIB=${_target}-ranlib
-
-  ../glibc-$pkgver/configure \
-  --prefix=/usr \
-  --target=$_target \
-  --host=$_target \
-  --build=$CHOST \
-  --libdir=/usr/lib \
-  --libexecdir=/usr/lib \
-  --with-headers=/usr/$_target/include \
-  --with-bugurl=https://bugs.archlinux.org/ \
-  --enable-kernel=2.6.32 \
-  --enable-add-ons \
-  --enable-bind-now \
-  --disable-profile \
-  --enable-stackguard-randomization \
-  --enable-lock-elision \
-  --disable-werror
-
-  echo "build-programs=no" >> configparms
-  make
-}
-
-package() {
-  cd glibc-build
-
-  make install_root=$pkgdir/usr/$_target install
-  # make install_root=$pkgdir/usr/$_target install-headers 
install-bootstrap-headers=yes
-  # make csu/subdir_lib
-  # mkdir -p $pkgdir/usr/$_target/lib $pkgdir/usr/$_target/include/gnu
-  # cp csu/crt1.o csu/crti.o csu/crtn.o $pkgdir/usr/$_target/lib
-  # $_target-gcc \
-  #   -nostdlib \
-  #   -nostartfiles \
-  #   -shared \
-  #   -x c /dev/null \
-  #   -o $pkgdir/usr/$_target/lib/libc.so
-  # touch $pkgdir/usr/$_target/include/gnu/stubs.h
-
-  rm -rf $pkgdir/usr/$_target/{bin,sbin,etc,share,var}
-}

Copied: riscv64-linux-gnu-glibc/repos/community-any/PKGBUILD (from rev 321633, 
riscv64-linux-gnu-glibc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:12:51 UTC (rev 321634)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Anatol Pomozov 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-glibc
+pkgver=2.27
+pkgrel=1
+pkgdesc="GNU C Library RISCV target"
+arch=(any)
+url='https://www.gnu.org/software/libc/'
+license=('GPL' 'LGPL')
+depends=($_target-gcc $_target-linux-api-headers)
+options=(!buildflags !strip staticlibs)
+source=(https://ftp.gnu.org/gnu/libc/glibc-$pkgver.tar.xz{,.sig})
+sha1sums=('1f7a9c43026484943ef7cf6885f2176a2bc1e093'
+  'SKIP')
+validpgpkeys=(7273542B39962DF7B299931416792B4EA25340F8)  # "Carlos O'Donell 
"
+
+prepare() {
+  mkdir -p glibc-build
+}
+
+build() {
+  cd glibc-build
+
+  echo "slibdir=/lib" >> configparms
+  echo "rtlddir=/lib" >> configparms
+  echo "sbindir=/bin" >> configparms
+  echo "rootsbindir=/bin" >> configparms
+
+  # remove hardening options for building libraries
+  export CFLAGS="-U_FORTIFY_SOURCE -O2"
+  export CPPFLAGS="-U_FORTIFY_SOURCE -O2"
+  unset LD_LIBRARY_PATH
+
+  export BUILD_CC=gcc
+  export CC=${_target}-gcc
+  export CXX=${_target}-g++
+  export AR=${_target}-ar
+  export RANLIB=${_target}-ranlib
+
+  ../glibc-$pkgver/configure \
+  --prefix=/usr \
+  --target=$_target \
+  --host=$_target \
+  --build=$CHOST \
+  --libdir=/usr/lib \
+  --libexecdir=/usr/lib \
+  --with-headers=/usr/$_target/include \
+  --with-bugurl=https://bugs.archlinux.org/ \
+  --enable-kernel=2.6.32 \
+  --enable-add-ons \
+  --enable-bind-now \
+  --disable-profile \
+  --enable-stackguard-randomization \
+  --enable-lock-elision \
+  --disable-werror
+
+  echo "build-programs=no" >> configparms
+  make
+}
+
+package() {
+  cd glibc-build
+
+  make install_root=$pkgdir/usr/$_target install
+  # make install_

[arch-commits] Commit in riscv64-linux-gnu-gcc/repos/community-x86_64 (2 files)

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:13:33
  Author: felixonmars
Revision: 321635

archrelease: copy trunk to community-x86_64

Added:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD
(from rev 321634, riscv64-linux-gnu-gcc/trunk/PKGBUILD)
Deleted:
  riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  186 ++---
 1 file changed, 93 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:12:51 UTC (rev 321634)
+++ PKGBUILD2018-05-13 19:13:33 UTC (rev 321635)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Emil Renner Berthing 
-
-_target=riscv64-linux-gnu
-pkgname=$_target-gcc
-pkgver=8.1.0
-_islver=0.19
-pkgrel=1
-pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
-arch=('x86_64')
-url='http://gcc.gnu.org/'
-license=(GPL LGPL FDL)
-depends=("$_target-binutils" 'zlib' 'libmpc')
-options=(!emptydirs !strip)
-source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
-"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
-sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
-'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
-
-if [[ -n "$_snapshot" ]]; then
-  _basedir=gcc-$_snapshot
-else
-  _basedir=gcc-$pkgver
-fi
-
-prepare() {
-  cd $_basedir
-
-  # link isl for in-tree builds
-  ln -s ../isl-$_islver isl
-
-  echo $pkgver > gcc/BASE-VER
-
-  # Do not run fixincludes
-  sed -i 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
-
-  # hack! - some configure tests for header files using "$CPP $CPPFLAGS"
-  sed -i "/ac_cpp=/s/\$CPPFLAGS/\$CPPFLAGS -O2/" 
"$srcdir"/$_basedir/{libiberty,gcc}/configure
-
-  rm -rf $srcdir/gcc-build
-  mkdir $srcdir/gcc-build
-}
-
-build() {
-  cd gcc-build
-
-  # using -pipe causes spurious test-suite failures
-  # http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48565
-  CFLAGS=${CFLAGS/-pipe/}
-  CXXFLAGS=${CXXFLAGS/-pipe/}
-
-  $srcdir/$_basedir/configure \
-  --prefix=/usr \
-  --program-prefix=$_target- \
-  --with-local-prefix=/usr/$_target \
-  --with-sysroot=/usr/$_target \
-  --with-build-sysroot=/usr/$_target \
-  --libdir=/usr/lib --libexecdir=/usr/lib \
-  --target=$_target --host=$CHOST --build=$CHOST \
-  --disable-nls \
-  --enable-languages=c,c++ \
-  --enable-shared --enable-threads=posix \
-  --with-system-zlib --with-isl --enable-__cxa_atexit \
-  --disable-libunwind-exceptions --enable-clocale=gnu \
-  --disable-libstdcxx-pch --disable-libssp \
-  --enable-gnu-unique-object --enable-linker-build-id \
-  --enable-lto --enable-plugin --enable-install-libiberty \
-  --with-linker-hash-style=gnu --enable-gnu-indirect-function \
-  --disable-multilib --disable-werror \
-  --enable-checking=release
-
-  make
-}
-
-package() {
-  cd gcc-build
-
-  make DESTDIR="$pkgdir" install-gcc install-target-libgcc 
install-target-libstdc++-v3
-
-  # strip target binaries
-  find "$pkgdir"/usr/lib/gcc/$_target/ "$pkgdir"/usr/$_target/lib -type f -and 
\( -name \*.a -or -name \*.o \) -exec $_target-objcopy -R .comment -R .note -R 
.debug_info -R .debug_aranges -R .debug_pubnames -R .debug_pubtypes -R 
.debug_abbrev -R .debug_line -R .debug_str -R .debug_ranges -R .debug_loc '{}' 
\;
-
-  # strip host binaries
-  find "$pkgdir"/usr/bin/ "$pkgdir"/usr/lib/gcc/$_target/ -type f -and \( 
-executable \) -exec strip '{}' \;
-
-  # Remove files that conflict with host gcc package
-  rm -r "$pkgdir"/usr/share/man/man7
-  rm -r "$pkgdir"/usr/share/info
-  rm -r "$pkgdir"/usr/share/gcc-$pkgver
-}
-
-# vim: set ts=2 sw=2 et:

Copied: riscv64-linux-gnu-gcc/repos/community-x86_64/PKGBUILD (from rev 321634, 
riscv64-linux-gnu-gcc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:13:33 UTC (rev 321635)
@@ -0,0 +1,93 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Emil Renner Berthing 
+
+_target=riscv64-linux-gnu
+pkgname=$_target-gcc
+pkgver=8.1.0
+_islver=0.19
+pkgrel=1
+pkgdesc='The GNU Compiler Collection - cross compiler for 32bit and 64bit 
RISC-V bare-metal'
+arch=('x86_64')
+url='http://gcc.gnu.org/'
+license=(GPL LGPL FDL)
+depends=("$_target-binutils" 'zlib' 'libmpc')
+options=(!emptydirs !strip)
+source=("https://gcc.gnu.org/pub/gcc/releases/gcc-$pkgver/gcc-$pkgver.tar.xz";
+"http://isl.gforge.inria.fr/isl-$_islver.tar.bz2";)
+sha256sums=('1d1866f992626e61349a1ccd0b8d5253816222cdc13390dcfaa74b093aa2b153'
+'d59726f34f7852a081fbd3defd1ab2136f174110fc2e0c8d10bb122173fa9ed8')
+
+if [[ -n "$_snapshot" ]]; then
+  _basedir=gcc-$_snapshot
+else
+  _basedir=gcc-$pkgver
+fi
+
+prepare() {
+  cd $_basedir
+
+  # link isl for in-tree builds
+  ln -s ../isl-$_islver isl
+
+

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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:22:56
  Author: felixonmars
Revision: 321636

upgpkg: pandoc 2.2.1-1

rebuild with pandoc,2.2.1

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:13:33 UTC (rev 321635)
+++ PKGBUILD2018-05-13 19:22:56 UTC (rev 321636)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=pandoc
-pkgver=2.2
-pkgrel=5
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org";
 license=("GPL")
@@ -28,7 +28,7 @@
 makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
  'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
 
source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('3a00df31863aedbe42c1710d5b287ca5b98606d15b16e4d1e2c91dc7b7647c6d203ceda3a73a513fcab20a7ccc72a90f991146a4eea78c990771992454cf9a8d')
+sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1')
 
 prepare() {
 cd "${srcdir}/$pkgname-${pkgver}"
@@ -52,7 +52,8 @@
 
 check() {
 cd "${srcdir}/${pkgname}-${pkgver}"
-LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+# https://github.com/jgm/pandoc/issues/4651
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
 }
 
 package() {


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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:23:16
  Author: felixonmars
Revision: 321637

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 321636, pandoc/trunk/PKGBUILD)

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 321636, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-13 19:23:16 UTC (rev 321637)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-mtl' 'haskell-haddock-library' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-http-client-tls'
+ 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-texmath'
+ 'haskell-network' 'haskell-pandoc-types' 'haskell-parsec' 
'haskell-random'
+ 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-network-uri'
+ 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
+ 'haskell-yaml' 'haskell-zlib')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
+'texlive-core: for pdf output')
+conflicts=('haskell-pandoc')
+replaces=('haskell-pandoc')
+makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
+ 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri -f-trypandoc -f-embed_data_files -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+# https://github.com/jgm/pandoc/issues/4651
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}


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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:30:15
  Author: felixonmars
Revision: 321638

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc/repos/community-staging-x86_64/PKGBUILD
(from rev 321637, pandoc/trunk/PKGBUILD)
Deleted:
  pandoc/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-13 19:23:16 UTC (rev 321637)
+++ PKGBUILD2018-05-13 19:30:15 UTC (rev 321638)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-pkgname=pandoc
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="Conversion between markup formats"
-url="http://pandoc.org";
-license=("GPL")
-arch=('x86_64')
-depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
- 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
- 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
- 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
- 'haskell-mtl' 'haskell-haddock-library' 'haskell-skylighting' 
'haskell-hslua'
- 'haskell-hslua-module-text' 'haskell-http-client' 'haskell-syb' 
'haskell-http-client-tls'
- 'haskell-http-types' 'haskell-safe' 'haskell-split' 'haskell-text' 
'haskell-texmath'
- 'haskell-network' 'haskell-pandoc-types' 'haskell-parsec' 
'haskell-random'
- 'haskell-scientific' 'haskell-tagsoup' 'haskell-temporary' 
'haskell-network-uri'
- 'haskell-unordered-containers' 'haskell-zip-archive' 'haskell-vector' 
'haskell-xml'
- 'haskell-yaml' 'haskell-zlib')
-optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
-'pandoc-crossref: for numbering figures, equations, tables and 
cross-references to them with pandoc-crossref filter'
-'texlive-core: for pdf output')
-conflicts=('haskell-pandoc')
-replaces=('haskell-pandoc')
-makedepends=('ghc' 'haskell-diff' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck'
- 'haskell-tasty-golden' 'haskell-quickcheck' 
'haskell-executable-path')
-source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1')
-
-prepare() {
-cd "${srcdir}/$pkgname-${pkgver}"
-# TODO: find a better solution
-sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
-}
-
-build() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
---prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" --enable-tests \
---dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
--fnetwork-uri -f-trypandoc -f-embed_data_files -f-static
-runhaskell Setup build
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-check() {
-cd "${srcdir}/${pkgname}-${pkgver}"
-# https://github.com/jgm/pandoc/issues/4651
-LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning "Tests failed"
-}
-
-package() {
-cd "${srcdir}/${pkgbase}-${pkgver}"
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
-install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
-runhaskell Setup copy --destdir="${pkgdir}"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
-}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 321637, 
pandoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-13 19:30:15 UTC (rev 321638)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org";
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-http' 'haskell-juicypixels' 'haskell-sha' 
'haskell-aeson'
+ 'haskell-aeson-pretty' 'haskell-base-compat' 
'haskell-base64-bytestring'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cmark-gfm'
+ 'haskell-data-default' 'haskell-doctemplates' 'haskell-exceptions' 
'haskell-glob'
+ 'haskell-mtl' 'haskell-haddock-library' 'haskell-skylighting' 
'haskell-hslua'
+ 'haskell

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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:34:12
  Author: felixonmars
Revision: 321640

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 321639, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
321639, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-13 19:34:12 UTC (rev 321640)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=6
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 
'haskell-attoparsec' 'haskell-base-compat'
+ 'haskell-data-default' 'haskell-hs-bibutils' 'haskell-mtl' 
'haskell-old-locale' 'pandoc'
+ 'haskell-pandoc-types' 'haskell-parsec' 'haskell-rfc5051' 
'haskell-setenv' 'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' 'haskell-text' 
'haskell-text-icu'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-xml-conduit' 
'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz";)
+sha512sums=('ab3d395c77192f72fa5cf9606f3cc5fc37c00a5719a58203d4b7c6edbc032524dd8457abe292d5d7dbe5ab2eaccd545269355931451ca0835d0ac1aa3cc48414')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:33:51
  Author: felixonmars
Revision: 321639

upgpkg: pandoc-citeproc 0.14.3.1-6

rebuild with pandoc,2.2.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:30:15 UTC (rev 321638)
+++ PKGBUILD2018-05-13 19:33:51 UTC (rev 321639)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname";
 license=("custom:BSD3")


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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:35:35
  Author: felixonmars
Revision: 321641

upgpkg: pandoc-crossref 0.3.2.0-6

rebuild with pandoc,2.2.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:34:12 UTC (rev 321640)
+++ PKGBUILD2018-05-13 19:35:35 UTC (rev 321641)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname}";
 license=("GPL2")


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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:35:55
  Author: felixonmars
Revision: 321642

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 321641, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
321641, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-13 19:35:55 UTC (rev 321642)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.0
+pkgrel=6
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname}";
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz";)
+sha512sums=('945a9eb97f65c17b4303afba5fe3af4c0bee4934d41feaef5252134af20ae576aeef4bd406a707c3559a54f8a5ecec0aa8ec0d347fffe9895ed80f5077bf3043')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/base >=4.11/base >=4/' $pkgname.cabal
+sed -i '/import Text.Pandoc$/a import Text.Pandoc.Builder' 
src/pandoc-crossref.hs
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $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"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, May 13, 2018 @ 19:37:09
  Author: bpiotrowski
Revision: 324164

4.16.1-1: new upstream release

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 17:37:58 UTC (rev 324163)
+++ PKGBUILD2018-05-13 19:37:09 UTC (rev 324164)
@@ -4,8 +4,8 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.16
-pkgrel=2
+pkgver=4.16.1
+pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('x86_64')
 depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd' 'python')
@@ -25,7 +25,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- '830e173b9fcef4135b0e5a2e0399344e'
+ 'd7a4598d58fc91d49ee8e7c342b3b919'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '917b31f4eb90448d6791e17ea0f386c7'


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

2018-05-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Sunday, May 13, 2018 @ 19:37:30
  Author: bpiotrowski
Revision: 324165

archrelease: copy trunk to testing-x86_64

Added:
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/FS#58237.patch
(from rev 324164, btrfs-progs/trunk/FS#58237.patch)
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 324164, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 324164, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 324164, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 324164, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 324164, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 324164, btrfs-progs/trunk/initcpio-install-btrfs)

+
 FS#58237.patch |   16 +
 PKGBUILD   |   76 +++
 btrfs-progs.install|   15 +
 btrfs-scrub@.service   |8 
 btrfs-scrub@.timer |   10 ++
 initcpio-hook-btrfs|7 
 initcpio-install-btrfs |   17 ++
 7 files changed, 149 insertions(+)

Copied: btrfs-progs/repos/testing-x86_64/FS#58237.patch (from rev 324164, 
btrfs-progs/trunk/FS#58237.patch)
===
--- testing-x86_64/FS#58237.patch   (rev 0)
+++ testing-x86_64/FS#58237.patch   2018-05-13 19:37:30 UTC (rev 324165)
@@ -0,0 +1,16 @@
+diff --git a/utils.c b/utils.c
+index e9cb3a82f..f867e5a7f 100644
+--- a/utils.c
 b/utils.c
+@@ -2484,11 +2484,6 @@ const char *subvol_strip_mountpoint(const char *mnt, 
const char *full_path)
+   if (!len)
+   return full_path;
+ 
+-  if ((strncmp(mnt, full_path, len) != 0) || (full_path[len] != '/')) {
+-  error("not on mount point: %s", mnt);
+-  exit(1);
+-  }
+-
+   if (mnt[len - 1] != '/')
+   len += 1;
+ 

Copied: btrfs-progs/repos/testing-x86_64/PKGBUILD (from rev 324164, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-05-13 19:37:30 UTC (rev 324165)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.16.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib' 'zstd' 'python')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd' 'python-setuptools')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer'
+'FS#58237.patch')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ 'd7a4598d58fc91d49ee8e7c342b3b919'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '917b31f4eb90448d6791e17ea0f386c7'
+ '502221c1b47a3bb2c06703d4fb90a0c2'
+ '340766c706bd3de66c1cbe70fe7e2934')
+
+prepare() {
+  cd $pkgname-v$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-x86_64/btrfs-progs.install (from rev 324164, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- tes

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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:37:54
  Author: felixonmars
Revision: 321643

upgpkg: haskell-hakyll 4.12.2.0-6

rebuild with pandoc,2.2.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:35:55 UTC (rev 321642)
+++ PKGBUILD2018-05-13 19:37:54 UTC (rev 321643)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll";
 license=("custom:BSD3")


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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:38:15
  Author: felixonmars
Revision: 321644

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
321643, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-05-13 19:38:15 UTC (rev 321644)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.2.0
+pkgrel=6
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll";
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-mtl' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-parsec' 'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-text' 'haskell-time-locale-compat' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('0192460e1734f88906ec9c8f56ae5d9baed9bcaa9a760c748b4e8d42a5e7caa72fdaa4291f3fc96d667a37de9725a483b1f323fca2283434b29cd7bb5f25e253')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-05-13 Thread Felix Yan via arch-commits
Date: Sunday, May 13, 2018 @ 19:46:53
  Author: felixonmars
Revision: 321650

upgpkg: brook 20180401-1

Modified:
  brook/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-05-13 19:42:09 UTC (rev 321649)
+++ PKGBUILD2018-05-13 19:46:53 UTC (rev 321650)
@@ -3,7 +3,7 @@
 # Contributor: Kasei Wang 
 
 pkgname=brook
-pkgver=20180227
+pkgver=20180401
 pkgrel=1
 pkgdesc="A cross-platform proxy/vpn software"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('glibc')
 makedepends=('go-pie' 'git')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/txthinking/brook/archive/v$pkgver.tar.gz";)
-sha512sums=('0c05aa8e72e06e61dfd5e8548072653e4e034e622d664fa1e35cb55744a3c37eea1e1f0fe1f3d06b2e8d4822a924bc1660a6d7943a76f9fbe09807ee8387e729')
+sha512sums=('515a0fec61e1411bfebb5b49abf94b3743f80d2802e90eb4586702829304893cef1babd7d7757fc73b464ac2a7bafa8c7c501457e2a5a4963fa708fae50a7166')
 
 prepare() {
   cd brook-$pkgver


  1   2   3   >