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

2018-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 24, 2018 @ 05:59:05
  Author: felixonmars
Revision: 344881

archrelease: copy trunk to community-x86_64

Added:
  haskell-wcwidth/repos/community-x86_64/
  haskell-wcwidth/repos/community-x86_64/PKGBUILD
(from rev 344880, haskell-wcwidth/trunk/PKGBUILD)

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

Copied: haskell-wcwidth/repos/community-x86_64/PKGBUILD (from rev 344880, 
haskell-wcwidth/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-06-24 05:59:05 UTC (rev 344881)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=wcwidth
+pkgname=haskell-wcwidth
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="Bindings for your system's native wcwidth"
+url="https://github.com/nikita-volkov/wcwidth;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('555c38183c7c402a66c151e52bbac9e6c501528cd661ad1708576444b6dc4daa19e0d75c9b79f8590843e0e40b3758d9bea08e426e754688cd32070dfce5a649')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_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 (4 files)

2018-06-23 Thread Felix Yan via arch-commits
Date: Sunday, June 24, 2018 @ 05:58:19
  Author: felixonmars
Revision: 344880

addpkg: haskell-wcwidth 0.0.2-1

Added:
  haskell-wcwidth/
  haskell-wcwidth/repos/
  haskell-wcwidth/trunk/
  haskell-wcwidth/trunk/PKGBUILD

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

Added: haskell-wcwidth/trunk/PKGBUILD
===
--- haskell-wcwidth/trunk/PKGBUILD  (rev 0)
+++ haskell-wcwidth/trunk/PKGBUILD  2018-06-24 05:58:19 UTC (rev 344880)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=wcwidth
+pkgname=haskell-wcwidth
+pkgver=0.0.2
+pkgrel=1
+pkgdesc="Bindings for your system's native wcwidth"
+url="https://github.com/nikita-volkov/wcwidth;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('555c38183c7c402a66c151e52bbac9e6c501528cd661ad1708576444b6dc4daa19e0d75c9b79f8590843e0e40b3758d9bea08e426e754688cd32070dfce5a649')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_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"
+}


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


[arch-commits] Commit in cinnamon-settings-daemon/repos/community-x86_64 (2 files)

2018-06-23 Thread Eli Schwartz via arch-commits
Date: Sunday, June 24, 2018 @ 05:29:56
  Author: eschwartz
Revision: 344879

archrelease: copy trunk to community-x86_64

Added:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD
(from rev 344878, cinnamon-settings-daemon/trunk/PKGBUILD)
Deleted:
  cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-24 05:29:29 UTC (rev 344878)
+++ PKGBUILD2018-06-24 05:29:56 UTC (rev 344879)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira (faidoc) 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=cinnamon-settings-daemon
-pkgver=3.8.3
-pkgrel=1
-pkgdesc="The Cinnamon Settings daemon"
-arch=('x86_64')
-url="https://github.com/linuxmint/${pkgname};
-license=('GPL')
-depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
- 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
- 'pulseaudio-alsa' 'upower')
-optdepends=('cinnamon-translations: i18n')
-makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4bfa74892e97e0a9b847f4711807c1e5fe3f1ab9d20b1bd0d9c8ee3821b98fa1')
-
-prepare() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-autoreconf -fi
-}
-
-build() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---libexecdir="/usr/lib/${pkgname}" \
---enable-systemd \
---enable-polkit
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/${pkgname}-${pkgver}
-
-make DESTDIR="$pkgdir" install
-}

Copied: cinnamon-settings-daemon/repos/community-x86_64/PKGBUILD (from rev 
344878, cinnamon-settings-daemon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-24 05:29:56 UTC (rev 344879)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Contributor: Alexandre Filgueira (faidoc) 
+# Contributor: Jan Alexander Steffens (heftig) 
+
+pkgname=cinnamon-settings-daemon
+pkgver=3.8.4
+pkgrel=1
+pkgdesc="The Cinnamon Settings daemon"
+arch=('x86_64')
+url="https://github.com/linuxmint/${pkgname};
+license=('GPL')
+depends=('cinnamon-desktop' 'colord' 'dbus-glib' 'libcanberra-pulse' 'libcups'
+ 'libgnomekbd' 'libgudev' 'libnotify' 'librsvg' 'libwacom' 'nss' 
'polkit'
+ 'pulseaudio-alsa' 'upower')
+optdepends=('cinnamon-translations: i18n')
+makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
+options=('!emptydirs')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+sha256sums=('3c1f63d4d3acc6ee6d38d5d384d49333af1470458e8b53dace3483d1b27135e5')
+
+prepare() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+autoreconf -fi
+}
+
+build() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir="/usr/lib/${pkgname}" \
+--enable-systemd \
+--enable-polkit
+
+#https://bugzilla.gnome.org/show_bug.cgi?id=656231
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+make
+}
+
+package() {
+cd "${srcdir}"/${pkgname}-${pkgver}
+
+make DESTDIR="$pkgdir" install
+}


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

2018-06-23 Thread Eli Schwartz via arch-commits
Date: Sunday, June 24, 2018 @ 05:29:29
  Author: eschwartz
Revision: 344878

archrelease: copy trunk to community-x86_64

Added:
  cinnamon/repos/community-x86_64/PKGBUILD
(from rev 344877, cinnamon/trunk/PKGBUILD)
  cinnamon/repos/community-x86_64/default-theme.patch
(from rev 344877, cinnamon/trunk/default-theme.patch)
  cinnamon/repos/community-x86_64/set_wheel.patch
(from rev 344877, cinnamon/trunk/set_wheel.patch)
Deleted:
  cinnamon/repos/community-x86_64/PKGBUILD
  cinnamon/repos/community-x86_64/default-theme.patch
  cinnamon/repos/community-x86_64/set_wheel.patch

-+
 PKGBUILD|  170 +-
 default-theme.patch |   50 +++---
 set_wheel.patch |  110 
 3 files changed, 165 insertions(+), 165 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-24 05:29:15 UTC (rev 344877)
+++ PKGBUILD2018-06-24 05:29:29 UTC (rev 344878)
@@ -1,85 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz 
-# Contributor: Alexandre Filgueira 
-# Contributor: M0Rf30
-# Contributor: unifiedlinux
-# Contributor: CReimer
-
-pkgname=cinnamon
-pkgver=3.8.4
-pkgrel=1
-pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
-arch=('x86_64')
-url="https://github.com/linuxmint/Cinnamon;
-license=('GPL2')
-depends=('accountsservice' 'caribou' 'cinnamon-control-center' 
'cinnamon-menus' 'cinnamon-screensaver'
- 'cinnamon-session' 'cinnamon-settings-daemon' 'cjs' 'clutter-gtk' 
'gnome-backgrounds'
- 'gnome-themes-standard' 'gstreamer' 'libgnomekbd' 'libkeybinder3' 
'librsvg' 'muffin'
- 'network-manager-applet' 'nemo' 'polkit-gnome' 'python-cairo' 
'python-dbus'
- 'python-gobject' 'python-pam' 'python-pexpect' 'python-pillow' 
'python-pyinotify' 'xapps')
-optdepends=('blueberry: Bluetooth support'
-'cinnamon-translations: i18n'
-'gnome-panel: fallback mode'
-'metacity: fallback mode'
-'system-config-printer: printer settings')
-makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
-options=('!emptydirs')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz"
-
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
-"set_wheel.patch"
-"default-theme.patch")
-sha512sums=('fba59c72a0448555d22b1fbe5c1d885b57555913ef37c55191291e954484cf556ee7e67c677fbee51c072ae2084799c3dc1bb29140e4099f5ad360f9ce477ff1'
-
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
-
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
-
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')
-
-prepare() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-# Check for the cc-panel module path, not for the irrelevant binary
-patch -p1 -i 
../0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch
-
-# Use wheel group instread of sudo (taken from Fedora)
-patch -Np1 -i ../set_wheel.patch
-
-# Set default theme to 'cinnamon'
-patch -Np1 -i ../default-theme.patch
-
-# Replace MintInstall with GNOME Software
-sed -i 's/mintinstall.desktop/org.gnome.Software.desktop/' 
data/org.cinnamon.gschema.xml.in
-
-# Add polkit agent to required components
-sed -i 
's/RequiredComponents=\(.*\)$/RequiredComponents=\1polkit-gnome-authentication-agent-1;/'
 \
-files/usr/share/cinnamon-session/sessions/cinnamon*.session
-
-# https://github.com/linuxmint/Cinnamon/issues/3575#issuecomment-374887122
-# Cinnamon has no upstream backgrounds, use GNOME backgrounds instead
-sed -i 
's|/usr/share/cinnamon-background-properties|/usr/share/gnome-background-properties|'
 \
-files/usr/share/cinnamon/cinnamon-settings/modules/cs_backgrounds.py
-
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-./configure --prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib/cinnamon \
---localstatedir=/var \
---disable-static \
---disable-gtk-doc \
---disable-schemas-compile \
---enable-compile-warnings=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=656231
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd "${srcdir}"/Cinnamon-${pkgver}
-
-make DESTDIR="${pkgdir}" install
-}

Copied: cinnamon/repos/community-x86_64/PKGBUILD (from rev 344877, 
cinnamon/trunk/PKGBUILD)
===
--- PKGBUILD

[arch-commits] Commit in cinnamon-settings-daemon/trunk (PKGBUILD)

2018-06-23 Thread Eli Schwartz via arch-commits
Date: Sunday, June 24, 2018 @ 05:29:15
  Author: eschwartz
Revision: 344877

upgpkg: cinnamon-settings-daemon 3.8.4-1

upstream release

Modified:
  cinnamon-settings-daemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-24 05:29:11 UTC (rev 344876)
+++ PKGBUILD2018-06-24 05:29:15 UTC (rev 344877)
@@ -4,7 +4,7 @@
 # Contributor: Jan Alexander Steffens (heftig) 
 
 pkgname=cinnamon-settings-daemon
-pkgver=3.8.3
+pkgver=3.8.4
 pkgrel=1
 pkgdesc="The Cinnamon Settings daemon"
 arch=('x86_64')
@@ -17,7 +17,7 @@
 makedepends=('autoconf-archive' 'intltool' 'python' 'xf86-input-wacom')
 options=('!emptydirs')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('4bfa74892e97e0a9b847f4711807c1e5fe3f1ab9d20b1bd0d9c8ee3821b98fa1')
+sha256sums=('3c1f63d4d3acc6ee6d38d5d384d49333af1470458e8b53dace3483d1b27135e5')
 
 prepare() {
 cd "${srcdir}"/${pkgname}-${pkgver}


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

2018-06-23 Thread Eli Schwartz via arch-commits
Date: Sunday, June 24, 2018 @ 05:29:11
  Author: eschwartz
Revision: 344876

upgpkg: cinnamon 3.8.5-1

upstream release

Modified:
  cinnamon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 19:42:20 UTC (rev 344875)
+++ PKGBUILD2018-06-24 05:29:11 UTC (rev 344876)
@@ -6,7 +6,7 @@
 # Contributor: CReimer
 
 pkgname=cinnamon
-pkgver=3.8.4
+pkgver=3.8.5
 pkgrel=1
 pkgdesc="Linux desktop which provides advanced innovative features and a 
traditional user experience"
 arch=('x86_64')
@@ -28,7 +28,7 @@
 
"0001-cinanmon-settings-don-t-rely-on-the-presence-of-cinn.patch::${url}/pull/7382.patch"
 "set_wheel.patch"
 "default-theme.patch")
-sha512sums=('fba59c72a0448555d22b1fbe5c1d885b57555913ef37c55191291e954484cf556ee7e67c677fbee51c072ae2084799c3dc1bb29140e4099f5ad360f9ce477ff1'
+sha512sums=('a86630279a3d18476608813a19ba3624a0b351ca988a4d812ef34be9f669b3b628c4f9ac42e10d7a25e5362105a01435c1204400a2014fef07a5e974cb7a25b6'
 
'a0a9f4d25053fe96f9b1495394adb829252367099931d3f0e9bdfd2371093b4e86ff13fc945301b3a59691bbb7ee14da89e68c4ef3d8e7a1b5ec6bdedccb9137'
 
'fd7e117054996ed1c3dfd0f968c2bf98ca4fcee9a100221f8839a232147745ec0140e1f68eeffba58a3c44f66f26e05d433648a7a28858ec669524f7266ba04c'
 
'3c460141b277df61c4546cc311fa5ecc7e7ea19a7d39a92d1d0214c37a91b4e163bc91823df7098bd2cf6fb430361cdb9839ab96abe53fe82f2a735e187de563')


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

2018-06-23 Thread Tobias Powalowski via arch-commits
Date: Sunday, June 24, 2018 @ 04:32:31
  Author: tpowa
Revision: 327514

upgpkg: archboot 2018.06-3

bumkp to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 21:58:03 UTC (rev 327513)
+++ PKGBUILD2018-06-24 04:32:31 UTC (rev 327514)
@@ -3,7 +3,7 @@
 
 pkgname=archboot
 pkgver=2018.06
-pkgrel=1
+pkgrel=3
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
 license=('GPL')
@@ -26,7 +26,7 @@
 'nfs-utils>=1.3.4-1' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
 'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
 'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
-'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
+'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 'smbclient>=3.6.3-4'  
'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
 'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
 'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
 'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
@@ -54,7 +54,7 @@
 'etc/archboot/presets/x86_64'
 )
 install=archboot.install
-sha256sums=('1e22b4b8073809d79f87ba336694aa9a0bb19285fe1b4bef7d0ad71a06a162e3')
+sha256sums=('4615902c8f8a40f7fb4c4d282f202214f5d57b54ee9f87461db8e43f2719c852')
 
 ### to bump the depends list use this:
 #for i in $(grep ^depends= PKGBUILD | sed  -e 's/depends=(//g' -e 's/)//g'); 
do sed -i -e "s/$(echo $i)/$(echo $i | sed -e "s/>=.*/>=$(pacman -Qi $(echo $i 
| sed -e "s/'//g" -e 's/>=.*//g') | grep ^Version | sed -e 's/.*: //g')'/g")/g" 
PKGBUILD; done
@@ -61,6 +61,6 @@
 
 package()
 {
-  cd "$srcdir"/$pkgname-$pkgver-1
+  cd "$srcdir"/$pkgname-$pkgver-$pkgrel
   mv * "$pkgdir/"
 }


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

2018-06-23 Thread Tobias Powalowski via arch-commits
Date: Sunday, June 24, 2018 @ 04:32:42
  Author: tpowa
Revision: 327515

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/PKGBUILD
(from rev 327514, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 327514, archboot/trunk/archboot.install)
Deleted:
  archboot/repos/extra-any/PKGBUILD
  archboot/repos/extra-any/archboot.install

--+
 PKGBUILD |  132 ++---
 archboot.install |   48 +--
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-24 04:32:31 UTC (rev 327514)
+++ PKGBUILD2018-06-24 04:32:42 UTC (rev 327515)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer : Tobias Powalowski 
-
-pkgname=archboot
-pkgver=2018.06
-pkgrel=1
-pkgdesc="Advanced, modular arch boot/install image creation utility"
-arch=(any)
-license=('GPL')
-url="http://www.archlinux.org/;
-depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
- 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
- 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
- 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
- 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
- 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 'reiserfsprogs>=3.6.21-4'
- 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'bind-tools>=9.9.2.P1-1'
- 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
- 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
-'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
- 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
- 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
- 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
-'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
-'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
-'nfs-utils>=1.3.4-1' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
-'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
-'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
-'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
-'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
-'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
-'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
-'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3'
-'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
-'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
-'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'curl>=7.25.0-1'  'smartmontools>=5.42-3'
-'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 
-'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
-'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
-'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
-'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
-'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 'dnssec-anchors>=20120422-1' 
'hwids>=20120512-1'
-'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
-'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 
'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
-'systemd-sysvcompat>=188-2' 'arch-wiki-lite>=20120619-1'
- 'intel-ucode>=20120606-1' 'arch-install-scripts>=5-1' 'zsh>=5.0.0-2' 
'gdbm>=1.10-1'
- 

[arch-commits] Commit in (zd1211-firmware)

2018-06-23 Thread Jelle van der Waa via arch-commits
Date: Saturday, June 23, 2018 @ 21:58:03
  Author: jelle
Revision: 327513

remove obsolete wifi firmware

Deleted:
  zd1211-firmware/


[arch-commits] Commit in sip/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 21:45:41
  Author: arojas
Revision: 327512

archrelease: copy trunk to testing-x86_64

Added:
  sip/repos/testing-x86_64/PKGBUILD
(from rev 327511, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  169 +
 1 file changed, 72 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 21:45:29 UTC (rev 327511)
+++ PKGBUILD2018-06-23 21:45:41 UTC (rev 327512)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip' 'python-pyqt5-sip' 
'python2-pyqt5-sip')
-pkgver=4.19.9
-pkgrel=2
-arch=('x86_64')
-url='http://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
-
-prepare() {
-  cp -a sip-$pkgver{,-py2}
-  cp -a sip-$pkgver{,-pyqt5}
-  cp -a sip-$pkgver{,-py2-pyqt5}
-}
-
-build() {
-  cd "$srcdir"/sip-$pkgver
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/sip-$pkgver-py2
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/sip-$pkgver-pyqt5
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module PyQt5.sip
-  make
-
-  cd "$srcdir"/sip-$pkgver-py2-pyqt5
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module 
PyQt5.sip
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C sipgen
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('python')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('python2')
-
-  cd sip-$pkgver-py2
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-pyqt5-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
-  depends=('python')
-
-  cd sip-$pkgver-pyqt5
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
- 
-package_python2-pyqt5-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
-  depends=('python2')
-
-  cd sip-$pkgver-py2-pyqt5
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 327511, sip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-23 21:45:41 UTC (rev 327512)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.10
+pkgrel=1
+arch=('x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('31ac7d48be8fd2df5f3bdb712f66a7d9a858cc1f6cb35fc95d829e0a69c3dd48')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 

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

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 21:45:29
  Author: arojas
Revision: 327511

Update to 4.19.10

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 21:18:52 UTC (rev 327510)
+++ PKGBUILD2018-06-23 21:45:29 UTC (rev 327511)
@@ -5,20 +5,18 @@
 # Contributor: riai , Ben 
 
 pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip' 'python-pyqt5-sip' 
'python2-pyqt5-sip')
-pkgver=4.19.9
-pkgrel=2
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.10
+pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
+sha256sums=('31ac7d48be8fd2df5f3bdb712f66a7d9a858cc1f6cb35fc95d829e0a69c3dd48')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
-  cp -a sip-$pkgver{,-pyqt5}
-  cp -a sip-$pkgver{,-py2-pyqt5}
 }
 
 build() {
@@ -29,14 +27,6 @@
   cd "$srcdir"/sip-$pkgver-py2
   python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
-
-  cd "$srcdir"/sip-$pkgver-pyqt5
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module PyQt5.sip
-  make
-
-  cd "$srcdir"/sip-$pkgver-py2-pyqt5
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module 
PyQt5.sip
-  make
 }
 
 package_sip() {
@@ -59,6 +49,9 @@
   install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
 
+  mkdir -p "$pkgdir"/usr/lib/python3.6/site-packages/PyQt5
+  ln -sr "$pkgdir"/usr/lib/python3.6/site-packages/sip.* 
"$pkgdir"/usr/lib/python3.6/site-packages/PyQt5
+
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
@@ -72,26 +65,8 @@
   install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
   install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
 
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
+  mkdir -p "$pkgdir"/usr/lib/python2.7/site-packages/PyQt5
+  ln -sr "$pkgdir"/usr/lib/python2.7/site-packages/sip.* 
"$pkgdir"/usr/lib/python2.7/site-packages/PyQt5
 
-package_python-pyqt5-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
-  depends=('python')
-
-  cd sip-$pkgver-pyqt5
-  make DESTDIR="$pkgdir" install -C siplib
-
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
- 
-package_python2-pyqt5-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
-  depends=('python2')
-
-  cd sip-$pkgver-py2-pyqt5
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-


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

2018-06-23 Thread Tobias Powalowski via arch-commits
Date: Saturday, June 23, 2018 @ 21:18:52
  Author: tpowa
Revision: 327510

archrelease: copy trunk to extra-any

Added:
  archboot/repos/extra-any/
  archboot/repos/extra-any/PKGBUILD
(from rev 327509, archboot/trunk/PKGBUILD)
  archboot/repos/extra-any/archboot.install
(from rev 327509, archboot/trunk/archboot.install)

--+
 PKGBUILD |   66 +
 archboot.install |   24 +++
 2 files changed, 90 insertions(+)

Copied: archboot/repos/extra-any/PKGBUILD (from rev 327509, 
archboot/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2018-06-23 21:18:52 UTC (rev 327510)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer : Tobias Powalowski 
+
+pkgname=archboot
+pkgver=2018.06
+pkgrel=1
+pkgdesc="Advanced, modular arch boot/install image creation utility"
+arch=(any)
+license=('GPL')
+url="http://www.archlinux.org/;
+depends=('mkinitcpio>=0.8.5-1' 'mksyslinux>=2010.08-2' 'mkpxelinux>=2010.08-2' 
'mkisolinux>=2010.08-2'
+ 'subversion>=1.7.4-1' 'wget>=1.13.4-1' 'bash>=4.2.024-2' 
'coreutils>=8.15-1'
+ 'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
+ 'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
+ 'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
+ 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 'reiserfsprogs>=3.6.21-4'
+ 'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'bind-tools>=9.9.2.P1-1'
+ 'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
+ 'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
+'bridge-utils>=1.5-1' 'ifenslave>=1.1.0-7' 'links>=2.5-1' 
'dosfstools>=3.0.12-1'
+ 'glibc>=2.15-7' 'linux-api-headers>=3.1.6-1' 'linux>=3.2.13-1'
+ 'kexec-tools>=2.0.2-4' 'ppp>=2.4.5-3' 'rp-pppoe>=3.10-7' 
'iptables>=1.4.12.2-1' 'isdn4k-utils>=3.20-1'
+ 'ntfs-3g>=2012.1.15-1' 'pciutils>=3.1.9-1' 'usbutils>=005-1' 
'vpnc>=0.5.3.svn516-1' 'openvpn>=2.2.2-1'
+'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
+'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
+'nfs-utils>=1.3.4-1' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
+'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
+'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
+'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
+'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
+'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
+'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
+'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
+'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3'
+'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
+'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
+'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'curl>=7.25.0-1'  'smartmontools>=5.42-3'
+'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 
+'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
+'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
+'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
+'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
+'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 'dnssec-anchors>=20120422-1' 
'hwids>=20120512-1'
+'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
+'pambase>=20120602-1' 'chntpw>=110511-2' 'traceroute>=2.0.18' 
'arch-wiki-lite>=20120619-1' 'grub>=2.00-1' 
+'systemd-sysvcompat>=188-2' 'arch-wiki-lite>=20120619-1'
+ 'intel-ucode>=20120606-1' 'arch-install-scripts>=5-1' 'zsh>=5.0.0-2' 
'gdbm>=1.10-1'
+   

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

2018-06-23 Thread Tobias Powalowski via arch-commits
Date: Saturday, June 23, 2018 @ 21:12:54
  Author: tpowa
Revision: 327509

upgpkg: archboot 2018.06-1

bumkp to latest version

Modified:
  archboot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 20:47:55 UTC (rev 327508)
+++ PKGBUILD2018-06-23 21:12:54 UTC (rev 327509)
@@ -2,7 +2,7 @@
 # Maintainer : Tobias Powalowski 
 
 pkgname=archboot
-pkgver=2016.08
+pkgver=2018.06
 pkgrel=1
 pkgdesc="Advanced, modular arch boot/install image creation utility"
 arch=(any)
@@ -13,7 +13,7 @@
  'cryptsetup>=1.4.1-1' 'dialog>=1.1_20120215-1' 'e2fsprogs>=1.42.1-1' 
'findutils>=4.4.2-4' 'gawk>=4.0.0-2'
  'grep>=2.11-2' 'iputils>=20101006-2' 'jfsutils>=1.1.15-3' 
'less>=444-3' 'lvm2>=2.02.95-1' 'mdadm>=3.2.3-1'
  'kmod>=7-1' 'nano>=2.2.6-2' 'ncurses>=5.9-3' 
'net-tools>=1.60.20110819cvs-3' 'gnu-netcat>=0.7.1-4'
- 'pcmciautils>=018-2' 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 
'reiserfsprogs>=3.6.21-4'
+ 'procps-ng>=3.3.2-1' 'psmisc>=22.16-1' 'reiserfsprogs>=3.6.21-4'
  'sed>=4.2.1-4' 'snarf>=7.0-5' 'tar>=1.26-2' 'util-linux>=2.21-6' 
'bind-tools>=9.9.2.P1-1'
  'which>=2.20-5' 'kbd>=1.15.3-2' 'wireless_tools>=29-6' 
'xfsprogs>=3.1.7-1' 'hdparm>=9.39-1'
  'memtest86+>=4.20-2' 'inetutils>=1.9.1-1' 'openssh>=5.9p1-8' 
'hwdetect>=2012.01-1' 'shadow>=4.1.5-4' 
@@ -24,7 +24,7 @@
 'b43-fwcutter>=015-1' 'wpa_supplicant>=0.7.3-5' 'rsync>=3.0.9-2' 
'gzip>=1.4-4' 'libarchive>=3.0.3-5'
 'device-mapper>=2.02.95-1' 'screen>=4.0.3-13' 'elfutils>=0.152-2' 
'pam>=1.1.5-2' 'cracklib>=2.8.18-2'
 'nfs-utils>=1.3.4-1' 'nfsidmap>=0.24-3' 'readline>=6.2.002-1' 
'acl>=2.2.51-1' 'attr>=2.4.46-1' 'pcre>=8.30-1'
-'cpio>=2.11-3' 'fuse2>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
+'cpio>=2.11-3' 'fuse>=2.8.7-1' 'libusb>=1.0.18-1' 'vim>=7.4.0-1' 
'lzo>=2.06-1' 'libsasl>=2.1.23-9' 'libldap>=2.4.30-1'
 'gpm>=1.20.6-7' 'libevent>=2.0.17-1' 'gcc-libs>=4.6.3-1' 
'sdparm>=1.07-1' 'licenses>=2.9-1' 'pptpclient>=1.7.2-4'
 'zd1211-firmware>=1.4-5' 'ipw2100-fw>=1.3-6' 'ipw2200-fw>=3.1-4' 
'smbclient>=3.6.3-4'  'dhcpcd>=5.5.4-1' 'openssl>=1.0.1-1'
 'git>=1.7.9.5-1' 'dmraid>=1.0.0.rc16.3-2' 'linux-atm>=2.5.2-1' 
'netctl>=0.6-1' 'parted>=3.1-1' 'tzdata>=2012b-1'
@@ -31,14 +31,14 @@
 'ntp>=4.2.6.p5-6' 'libgcrypt>=1.5.0-1' 'iw>=3.3-2' 'crda>=1.1.2-2' 
'libnl>=3.2.7-1' 'iproute2>=3.2.0-3'
 'wireless-regdb>=2011.04.28-1' 'dhclient>=4.2.3.2-2' 
'syslinux>=4.05-3' 'mtools>=4.0.17-2'
 'fsarchiver>=0.6.13-1' 'xz>=5.0.3-1' 'libtirpc>=0.2.2-2' 
'librpcsecgss>=0.19-7' 'rpcbind>=0.2.0-6' 'testdisk>=6.13-2'
-'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3' 'rfkill>=0.4-3'
+'wipe>=2.3.1-2' 'ddrescue>=1.15-1' 'ifplugd>=0.28-8' 
'wpa_actiond>=1.1-3'
 'libgssglue>=0.3-1' 'mkinitcpio-nfs-utils>=0.2-2' 'gptfdisk>=0.8.4-1' 
'nilfs-utils>=2.1.1-1' 'btrfs-progs>=0.19.20120110-2'
 'linux-firmware>=20120227-1' 'iana-etc>=2.30-2' 
'libusb-compat>=0.1.3-2' 'keyutils>=1.5.5-1'
-'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'yp-tools>=2.12-2' 'curl>=7.25.0-1'  'smartmontools>=5.42-3'
-'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 'speedtouch>=1.3.1-4'
+'libisoburn>=1.2.0-1' 'squashfs-tools>=4.2-2' 'file>=5.11-1' 
'curl>=7.25.0-1'  'smartmontools>=5.42-3'
+'dnsmasq>=2.60-2' 'lftp>=4.3.5-1' 'openconnect>=1:3.15-1' 
'libxml2>=2.7.8-2' 'libproxy>=0.4.7-1' 
 'tcpdump>=4.2.1-2' 'nmap>=5.51-3' 'lua>=5.1.5-1' 'weechat>=0.3.7-1' 
'gnutls>=3.0.17-1' 'nettle>=2.4-1' 'libtasn1>=2.12-1'
 'expat>=2.0.1-7' 'progsreiserfs>=0.3.0.5-7' 'glib2>=2.30.2-2' 
'freetype2>=2.4.9-1'
-'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'eventlog>=0.2.12-3' 'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
+'libssh2>=1.4.0-1' 'libedit>=20120311_3.0-1' 'talloc>=2.0.7-1' 
'idnkit>=1.0-2' 'libjpeg-turbo>=1.2.0-1'
 'dmidecode>=2.11-2' 'pth>=2.0.7-4' 'gnupg>=2.0.19-1' 
'libksba>=1.2.0-1' 'libassuan>=2.0.3-1' 'pinentry>=0.8.1-3'
 'gpgme>=1.3.1-4' 'ldns>=1.6.12-2' 'dnssec-anchors>=20120422-1' 
'hwids>=20120512-1'
 'systemd>=185' 'archlinux-keyring>=20120529-1' 'haveged>=1.4-3' 
@@ -47,20 +47,14 @@
  'intel-ucode>=20120606-1' 'arch-install-scripts>=5-1' 'zsh>=5.0.0-2' 
'gdbm>=1.10-1'
  'grml-zsh-config>=0.6.2-1' 'cpupower>=3.5-4' 'wvdial>=1.61-4' 
'xl2tpd>=1.3.0-2' 'usb_modeswitch>=1.2.4-1'
  'refind-efi>=0.4.5-1' 'efibootmgr>=0.6.0-3' 'f2fs-tools>=1.1.0-2' 
'efitools>=1.7.0' 
- 'lockdown-ms>=20130326-1' 'efivar>=0.4_18_gb8c524c-1' 
'ethtool>=1:3.13-1') 
+ 

[arch-commits] Commit in qpdf/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-06-23 Thread Andreas Radke via arch-commits
Date: Saturday, June 23, 2018 @ 20:47:55
  Author: andyrtr
Revision: 327508

archrelease: copy trunk to testing-x86_64

Added:
  qpdf/repos/testing-x86_64/
  qpdf/repos/testing-x86_64/PKGBUILD
(from rev 327507, qpdf/trunk/PKGBUILD)

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

Copied: qpdf/repos/testing-x86_64/PKGBUILD (from rev 327507, 
qpdf/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-23 20:47:55 UTC (rev 327508)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Miguel Revilla 
+# Contributor: David Sotelo 
+# Contributor: Nuno Araujo 
+
+pkgname=qpdf
+pkgver=8.1.0
+pkgrel=1
+pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
+arch=('x86_64')
+url="https://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0' 'Apache')
+depends=('libjpeg-turbo' 'zlib')
+optdepends=('perl: required for fix-qdf')
+checkdepends=('perl')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('f819707c346b21d90194cf9cec95e370f2807f20'
+  'SKIP')
+validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check # passes all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}/" install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 {Artistic-2.0,LICENSE.txt} 
${pkgdir}/usr/share/licenses/${pkgname}/
+}


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

2018-06-23 Thread Andreas Radke via arch-commits
Date: Saturday, June 23, 2018 @ 20:47:46
  Author: andyrtr
Revision: 327507

upgpkg: qpdf 8.1.0-1

upstream update 8.1.0

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 20:37:45 UTC (rev 327506)
+++ PKGBUILD2018-06-23 20:47:46 UTC (rev 327507)
@@ -5,7 +5,7 @@
 # Contributor: Nuno Araujo 
 
 pkgname=qpdf
-pkgver=8.0.2
+pkgver=8.1.0
 pkgrel=1
 pkgdesc="QPDF: A Content-Preserving PDF Transformation System"
 arch=('x86_64')
@@ -14,8 +14,10 @@
 depends=('libjpeg-turbo' 'zlib')
 optdepends=('perl: required for fix-qdf')
 checkdepends=('perl')
-source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ffafee34e424fe9da32f0d1874c3eaeb65f529c1')
+source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha1sums=('f819707c346b21d90194cf9cec95e370f2807f20'
+  'SKIP')
+validpgpkeys=('C2C96B10011FE009E6D1DF828A75D10998012C7E') # "Jay Berkenbilt 
"
 
 build() {
   cd ${pkgname}-${pkgver}


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

2018-06-23 Thread Andreas Radke via arch-commits
Date: Saturday, June 23, 2018 @ 20:37:32
  Author: andyrtr
Revision: 327505

upgpkg: x2goclient 4.1.2.0-1

upstream update 4.1.2.0

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 20:17:58 UTC (rev 327504)
+++ PKGBUILD2018-06-23 20:37:32 UTC (rev 327505)
@@ -3,19 +3,20 @@
 # Contributor: Gerhard Brauer 
 # Contributor: Richard Murri 
 
-pkgbase=x2goclient
-pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
-pkgver=4.1.1.1
+pkgname=x2goclient
+pkgver=4.1.2.0
 pkgrel=1
 arch=('x86_64')
 license=('GPL2')
 url="http://www.x2go.org;
-makedepends=('qt4'
- #'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
- 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
- 'man2html' 'hicolor-icon-theme' 'xdg-utils' 'xorg-xauth')
+pkgdesc="a graphical client (Qt4) for the X2Go system"
+makedepends=(#'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
+ 'man2html' 'xdg-utils' 'xorg-xauth')
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme')
+# FS#48088
+optdepends=('xorg-xauth: may be required by X2goservers running a different 
linux distribution giving MIT-COOKIE errors')
 
source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('e3fa40cc13d779b230d44087f7515ad57cd1cbd030c3430b1c222cb481e5f44b'
+sha256sums=('f687a3904c8c1ee507f283af6210964d9cd03d65bf3385b5cdab9affb58f31f4'
 'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
@@ -31,37 +32,8 @@
   make PREFIX=/usr build_man
 }
 
-package_x2goclient() {
+package() {
   
-  pkgdesc="a graphical client (Qt4) for the X2Go system"
-  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme')
-  # FS#48088
-  optdepends=('xorg-xauth: may be required by X2goservers running a different 
linux distribution giving MIT-COOKIE errors')
-
   cd ${pkgbase}-${pkgver}
   make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
 }
-
-package_x2goplugin() {
-  pkgdesc="provides X2Go Client as QtBrowser-based Mozilla plugin"
-  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
-  
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install_plugin
-}
-
-package_x2goplugin-provider() {
-  
-  pkgdesc="an example configuration for providing the X2Go Plugin via an 
Apache webserver"
-  depends=('apache')
-  backup=(etc/x2go/plugin-provider/x2goplugin.html
-  etc/x2go/x2goplugin-apache.conf
-  etc/httpd/conf/x2goplugin-apache.conf)
-   
-  cd ${pkgbase}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install_pluginprovider
-  
-  install -dm755 ${pkgdir}/etc/httpd/conf
-  cd ${pkgdir}/etc/httpd/conf
-  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
-}


[arch-commits] Commit in x2goclient/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-06-23 Thread Andreas Radke via arch-commits
Date: Saturday, June 23, 2018 @ 20:37:45
  Author: andyrtr
Revision: 327506

archrelease: copy trunk to testing-x86_64

Added:
  x2goclient/repos/testing-x86_64/
  x2goclient/repos/testing-x86_64/PKGBUILD
(from rev 327505, x2goclient/trunk/PKGBUILD)

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

Copied: x2goclient/repos/testing-x86_64/PKGBUILD (from rev 327505, 
x2goclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-23 20:37:45 UTC (rev 327506)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+
+pkgname=x2goclient
+pkgver=4.1.2.0
+pkgrel=1
+arch=('x86_64')
+license=('GPL2')
+url="http://www.x2go.org;
+pkgdesc="a graphical client (Qt4) for the X2Go system"
+makedepends=(#'qt5-x11extras' 'qt5-tools' 'qt5-svg' 'phonon-qt5'
+ 'man2html' 'xdg-utils' 'xorg-xauth')
+depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme')
+# FS#48088
+optdepends=('xorg-xauth: may be required by X2goservers running a different 
linux distribution giving MIT-COOKIE errors')
+source=(https://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('f687a3904c8c1ee507f283af6210964d9cd03d65bf3385b5cdab9affb58f31f4'
+'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

+  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "s:-o root -g root ::" Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make PREFIX=/usr build_man
+}
+
+package() {
+  
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
+}


[arch-commits] Commit in sip/repos/testing-x86_64 (PKGBUILD PKGBUILD)

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 20:17:58
  Author: arojas
Revision: 327504

archrelease: copy trunk to testing-x86_64

Added:
  sip/repos/testing-x86_64/PKGBUILD
(from rev 327503, sip/trunk/PKGBUILD)
Deleted:
  sip/repos/testing-x86_64/PKGBUILD

--+
 PKGBUILD |  163 -
 1 file changed, 97 insertions(+), 66 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 20:17:46 UTC (rev 327503)
+++ PKGBUILD2018-06-23 20:17:58 UTC (rev 327504)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai , Ben 
-
-pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.9
-pkgrel=1
-arch=('x86_64')
-url='http://www.riverbankcomputing.com/software/sip/intro'
-license=('custom:"sip"')
-makedepends=('python' 'python2')
-source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
-
-prepare() {
-  cp -a sip-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/sip-$pkgver
-  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-
-  cd "$srcdir"/sip-$pkgver-py2
-  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
-  make
-}
-
-package_sip() {
-  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
-  depends=('glibc')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C sipgen
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-sip() {
-  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('python')
-
-  cd sip-$pkgver
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sip() {
-  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('python2')
-
-  cd sip-$pkgver-py2
-  make DESTDIR="$pkgdir" install -C siplib
-
-  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
-  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 327503, sip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-23 20:17:58 UTC (rev 327504)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip' 'python-pyqt5-sip' 
'python2-pyqt5-sip')
+pkgver=4.19.9
+pkgrel=2
+arch=('x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+  cp -a sip-$pkgver{,-pyqt5}
+  cp -a sip-$pkgver{,-py2-pyqt5}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-pyqt5
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module PyQt5.sip
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2-pyqt5
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module 
PyQt5.sip
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 

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

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 20:17:46
  Author: arojas
Revision: 327503

Build private copies for pyqt5

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 20:11:49 UTC (rev 327502)
+++ PKGBUILD2018-06-23 20:17:46 UTC (rev 327503)
@@ -5,9 +5,9 @@
 # Contributor: riai , Ben 
 
 pkgbase=sip
-pkgname=('sip' 'python-sip' 'python2-sip')
+pkgname=('sip' 'python-sip' 'python2-sip' 'python-pyqt5-sip' 
'python2-pyqt5-sip')
 pkgver=4.19.9
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
 license=('custom:"sip"')
@@ -17,6 +17,8 @@
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
+  cp -a sip-$pkgver{,-pyqt5}
+  cp -a sip-$pkgver{,-py2-pyqt5}
 }
 
 build() {
@@ -27,6 +29,14 @@
   cd "$srcdir"/sip-$pkgver-py2
   python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
   make
+
+  cd "$srcdir"/sip-$pkgver-pyqt5
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module PyQt5.sip
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2-pyqt5
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS" --sip-module 
PyQt5.sip
+  make
 }
 
 package_sip() {
@@ -64,3 +74,24 @@
 
   install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
+
+package_python-pyqt5-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
+  depends=('python')
+
+  cd sip-$pkgver-pyqt5
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+ 
+package_python2-pyqt5-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries (PyQt5 private 
copy)"
+  depends=('python2')
+
+  cd sip-$pkgver-py2-pyqt5
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2018-06-23 Thread Gerardo Exequiel Pozzi via arch-commits
Date: Saturday, June 23, 2018 @ 20:11:49
  Author: djgera
Revision: 327502

archrelease: copy trunk to extra-any

Added:
  archiso/repos/extra-any/PKGBUILD
(from rev 327501, archiso/trunk/PKGBUILD)
Deleted:
  archiso/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 20:11:11 UTC (rev 327501)
+++ PKGBUILD2018-06-23 20:11:49 UTC (rev 327502)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Gerardo Exequiel Pozzi 
-# Maintainer: Pierre Schmitz 
-
-pkgname=archiso
-pkgver=34
-pkgrel=1
-pkgdesc='Tools for creating Arch Linux live and install iso images'
-arch=('any')
-license=('GPL')
-url='https://projects.archlinux.org/archiso.git/'
-depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
-source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('19257d68210824358366e8918b5e51cb48e34e103caeb40d10dc77a534f4e332'
-'SKIP')
-validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
-
-package() {
-make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-}

Copied: archiso/repos/extra-any/PKGBUILD (from rev 327501, 
archiso/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-23 20:11:49 UTC (rev 327502)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Gerardo Exequiel Pozzi 
+# Maintainer: Pierre Schmitz 
+
+pkgname=archiso
+pkgver=35
+pkgrel=1
+pkgdesc='Tools for creating Arch Linux live and install iso images'
+arch=('any')
+license=('GPL')
+url='https://projects.archlinux.org/archiso.git/'
+depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
+source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha256sums=('a248d77ad2af22241645ae8d4399af92c54a3a04e00140dd025c7edf563fc66c'
+'SKIP')
+validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
+
+package() {
+make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+}


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

2018-06-23 Thread Gerardo Exequiel Pozzi via arch-commits
Date: Saturday, June 23, 2018 @ 20:11:11
  Author: djgera
Revision: 327501

upgpkg: archiso 35-1

Modified:
  archiso/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 19:44:20 UTC (rev 327500)
+++ PKGBUILD2018-06-23 20:11:11 UTC (rev 327501)
@@ -3,7 +3,7 @@
 # Maintainer: Pierre Schmitz 
 
 pkgname=archiso
-pkgver=34
+pkgver=35
 pkgrel=1
 pkgdesc='Tools for creating Arch Linux live and install iso images'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('make' 'arch-install-scripts' 'squashfs-tools' 'libisoburn' 
'dosfstools' 'lynx')
 
source=("https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz;
 
"https://sources.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.gz.sig;)
-sha256sums=('19257d68210824358366e8918b5e51cb48e34e103caeb40d10dc77a534f4e332'
+sha256sums=('a248d77ad2af22241645ae8d4399af92c54a3a04e00140dd025c7edf563fc66c'
 'SKIP')
 validpgpkeys=('0F334D8698881578F65D2AE55ED514A45BD5C938') # Gerardo Exequiel 
Pozzi
 


[arch-commits] Commit in sip/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 19:44:20
  Author: arojas
Revision: 327500

archrelease: copy trunk to testing-x86_64

Added:
  sip/repos/testing-x86_64/
  sip/repos/testing-x86_64/PKGBUILD
(from rev 327499, sip/trunk/PKGBUILD)

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

Copied: sip/repos/testing-x86_64/PKGBUILD (from rev 327499, sip/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-23 19:44:20 UTC (rev 327500)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: riai , Ben 
+
+pkgbase=sip
+pkgname=('sip' 'python-sip' 'python2-sip')
+pkgver=4.19.9
+pkgrel=1
+arch=('x86_64')
+url='http://www.riverbankcomputing.com/software/sip/intro'
+license=('custom:"sip"')
+makedepends=('python' 'python2')
+source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
+sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
+
+prepare() {
+  cp -a sip-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sip-$pkgver
+  python configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+
+  cd "$srcdir"/sip-$pkgver-py2
+  python2 configure.py CFLAGS="$CFLAGS" LFLAGS="$LDFLAGS"
+  make
+}
+
+package_sip() {
+  pkgdesc="A tool that makes it easy to create Python bindings for C and C++ 
libraries"
+  depends=('glibc')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C sipgen
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-sip() {
+  pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
+  depends=('python')
+
+  cd sip-$pkgver
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python3.6/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sip() {
+  pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
+  depends=('python2')
+
+  cd sip-$pkgver-py2
+  make DESTDIR="$pkgdir" install -C siplib
+
+  install -Dm644 sipconfig.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipconfig.py
+  install -Dm644 sipdistutils.py 
"$pkgdir"/usr/lib/python2.7/site-packages/sipdistutils.py
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 19:44:00
  Author: arojas
Revision: 327499

Update to 4.19.9

Modified:
  sip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 18:40:43 UTC (rev 327498)
+++ PKGBUILD2018-06-23 19:44:00 UTC (rev 327499)
@@ -6,7 +6,7 @@
 
 pkgbase=sip
 pkgname=('sip' 'python-sip' 'python2-sip')
-pkgver=4.19.8
+pkgver=4.19.9
 pkgrel=1
 arch=('x86_64')
 url='http://www.riverbankcomputing.com/software/sip/intro'
@@ -13,7 +13,7 @@
 license=('custom:"sip"')
 makedepends=('python' 'python2')
 
source=("http://sourceforge.net/projects/pyqt/files/sip/sip-$pkgver/sip-$pkgver.tar.gz;)
-sha256sums=('7eaf7a2ea7d4d38a56dd6d2506574464bddf7cf284c960801679942377c297bc')
+sha256sums=('38a646ba483821ca4a6be7fa33e8634eb74812114e7081eccc4c3a8a6c92e438')
 
 prepare() {
   cp -a sip-$pkgver{,-py2}
@@ -41,7 +41,7 @@
 
 package_python-sip() {
   pkgdesc="Python 3.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python')
+  depends=('python')
 
   cd sip-$pkgver
   make DESTDIR="$pkgdir" install -C siplib
@@ -54,7 +54,7 @@
 
 package_python2-sip() {
   pkgdesc="Python 2.x SIP bindings for C and C++ libraries"
-  depends=('sip' 'python2')
+  depends=('python2')
 
   cd sip-$pkgver-py2
   make DESTDIR="$pkgdir" install -C siplib


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

2018-06-23 Thread Jelle van der Waa via arch-commits
Date: Saturday, June 23, 2018 @ 19:42:20
  Author: jelle
Revision: 344875

archrelease: copy trunk to community-x86_64

Added:
  cppcheck/repos/community-x86_64/PKGBUILD
(from rev 344874, cppcheck/trunk/PKGBUILD)
Deleted:
  cppcheck/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 19:42:04 UTC (rev 344874)
+++ PKGBUILD2018-06-23 19:42:20 UTC (rev 344875)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Stéphane Gaudreault 
-
-pkgname=cppcheck
-pkgver=1.83
-pkgrel=1
-pkgdesc="A tool for static C/C++ code analysis"
-arch=('x86_64')
-url="http://cppcheck.sourceforge.net/;
-license=('GPL')
-depends=('qt5-base' 'python-pygments')
-makedepends=('docbook-xsl' 'qt5-tools' 'python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('23d7fa879301d625e2276c46fee314dcaff4117e')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   export CXXFLAGS+=" -DNDEBUG"
-   # Unicode fix
-   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
-
-   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
-
-   cd gui
-   lrelease gui.pro
-   qmake HAVE_RULES=yes
-   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
-}
-
-check() {
-   cd "${pkgname}-${pkgver}"
-
-   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
-
-   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
-
-   # GUI
-   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
-   install -d "${pkgdir}/usr/share/applications/"
-   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg
-   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
-
-   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
-   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
-}

Copied: cppcheck/repos/community-x86_64/PKGBUILD (from rev 344874, 
cppcheck/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-23 19:42:20 UTC (rev 344875)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Stéphane Gaudreault 
+
+pkgname=cppcheck
+pkgver=1.84
+pkgrel=1
+pkgdesc="A tool for static C/C++ code analysis"
+arch=('x86_64')
+url="http://cppcheck.sourceforge.net/;
+license=('GPL')
+depends=('qt5-base' 'python-pygments')
+makedepends=('docbook-xsl' 'qt5-tools' 'python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
+sha1sums=('711a2d6b19612507df6ac44ed99d8e30f7464af9')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   export CXXFLAGS+=" -DNDEBUG"
+   # Unicode fix
+   LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes
+
+   make 
DB2MAN=/usr/share/xml/docbook/xsl-stylesheets-1.79.2/manpages/docbook.xsl 
CFGDIR=/usr/share/cppcheck/cfg man
+
+   cd gui
+   lrelease gui.pro
+   qmake HAVE_RULES=yes
+   make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg HAVE_RULES=yes
+}
+
+check() {
+   cd "${pkgname}-${pkgver}"
+
+   #LANG='en_US.UTF-8' make SRCDIR=build CFGDIR=/usr/share/cppcheck/cfg 
HAVE_RULES=yes test
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   LANG='en_US.UTF-8' make DESTDIR=${pkgdir} CFGDIR=/usr/share/cppcheck/cfg 
SRCDIR=build HAVE_RULES=yes install 
+
+   install -D -p -m 644 cppcheck.1 "${pkgdir}"/usr/share/man/man1/cppcheck.1
+
+   # GUI
+   install -m755 gui/cppcheck-gui "${pkgdir}"/usr/bin
+   install -d "${pkgdir}/usr/share/applications/"
+   install -m644 gui/cppcheck-gui.desktop "${pkgdir}/usr/share/applications/"
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg
+   install -D ./cfg/* -t "${pkgdir}"/usr/share/cppcheck/cfg
+
+   install -d "${pkgdir}"/usr/share/cppcheck/cfg/lang
+   install -D gui/*.qm -t "${pkgdir}"/usr/share/cppcheck/cfg/lang/
+}


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

2018-06-23 Thread Jelle van der Waa via arch-commits
Date: Saturday, June 23, 2018 @ 19:42:04
  Author: jelle
Revision: 344874

upgpkg: cppcheck 1.84-1

Modified:
  cppcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 15:04:00 UTC (rev 344873)
+++ PKGBUILD2018-06-23 19:42:04 UTC (rev 344874)
@@ -3,7 +3,7 @@
 # Maintainer: Stéphane Gaudreault 
 
 pkgname=cppcheck
-pkgver=1.83
+pkgver=1.84
 pkgrel=1
 pkgdesc="A tool for static C/C++ code analysis"
 arch=('x86_64')
@@ -12,7 +12,7 @@
 depends=('qt5-base' 'python-pygments')
 makedepends=('docbook-xsl' 'qt5-tools' 'python')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/danmar/cppcheck/archive/${pkgver}.tar.gz)
-sha1sums=('23d7fa879301d625e2276c46fee314dcaff4117e')
+sha1sums=('711a2d6b19612507df6ac44ed99d8e30f7464af9')
 
 build() {
cd "${pkgname}-${pkgver}"


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

2018-06-23 Thread root via arch-commits
Date: Saturday, June 23, 2018 @ 18:40:43
  Author: root
Revision: 327498

db-move: moved sysfsutils from [testing] to [core] (x86_64)

Added:
  sysfsutils/repos/core-x86_64/PKGBUILD
(from rev 327497, sysfsutils/repos/testing-x86_64/PKGBUILD)
Deleted:
  sysfsutils/repos/core-x86_64/PKGBUILD
  sysfsutils/repos/testing-x86_64/

--+
 /PKGBUILD|   31 +++
 core-x86_64/PKGBUILD |   31 ---
 2 files changed, 31 insertions(+), 31 deletions(-)

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2018-06-23 18:39:11 UTC (rev 327497)
+++ core-x86_64/PKGBUILD2018-06-23 18:40:43 UTC (rev 327498)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-
-pkgname=sysfsutils
-pkgver=2.1.0
-pkgrel=9
-pkgdesc="System Utilities Based on Sysfs"
-arch=(i686 x86_64)
-license=('GPL' 'LGPL')
-url="http://linux-diag.sourceforge.net/Sysfsutils.html;
-groups=('base')
-depends=('glibc')
-source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
-md5sums=('14e7dcd0436d2f49aa403f67e1ef7ddc')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm "$pkgdir/usr/lib/libsysfs.a"
-}

Copied: sysfsutils/repos/core-x86_64/PKGBUILD (from rev 327497, 
sysfsutils/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2018-06-23 18:40:43 UTC (rev 327498)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+
+pkgname=sysfsutils
+pkgver=2.1.0
+pkgrel=10
+pkgdesc="System Utilities Based on Sysfs"
+arch=(x86_64)
+license=('GPL' 'LGPL')
+url="http://linux-diag.sourceforge.net/Sysfsutils.html;
+groups=('base')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/sourceforge/linux-diag/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('485902d98b41a69343cb037883d0c0a1de8a1a4aed657cd4528fe10bc845ac51629657dff01deef042e57c9bd9243095e23fc931d06d74db31b03c5f0a18cf07')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm "$pkgdir/usr/lib/libsysfs.a"
+}


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

2018-06-23 Thread root via arch-commits
Date: Saturday, June 23, 2018 @ 18:39:11
  Author: root
Revision: 327497

db-move: moved zd1211-firmware from [testing] to [core] (any)

Added:
  zd1211-firmware/repos/core-any/PKGBUILD
(from rev 327496, zd1211-firmware/repos/testing-any/PKGBUILD)
Deleted:
  zd1211-firmware/repos/core-any/PKGBUILD
  zd1211-firmware/repos/testing-any/

---+
 /PKGBUILD |   23 +++
 core-any/PKGBUILD |   23 ---
 2 files changed, 23 insertions(+), 23 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2018-06-23 18:32:38 UTC (rev 327496)
+++ core-any/PKGBUILD   2018-06-23 18:39:11 UTC (rev 327497)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Giovanni Scafora 
-
-pkgname=zd1211-firmware
-pkgver=1.5
-pkgrel=1
-pkgdesc="Firmware for the in-kernel26 zd1211rw wireless driver"
-arch=('any')
-url="http://zd1211.wiki.sourceforge.net/;
-license=('GPL')
-provides=('zd1211')
-source=("http://downloads.sourceforge.net/zd1211/${pkgname}-${pkgver}.tar.bz2;)
-md5sums=('3c182ceb9b2fc1d8442cd81c1280d83f')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-  # Install firmware
-  for i in zd1211*
-  do
-install -D -m 644 $i "${pkgdir}/usr/lib/firmware/zd1211/$i"
-  done
-}

Copied: zd1211-firmware/repos/core-any/PKGBUILD (from rev 327496, 
zd1211-firmware/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2018-06-23 18:39:11 UTC (rev 327497)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Giovanni Scafora 
+
+pkgname=zd1211-firmware
+pkgver=1.5
+pkgrel=2
+pkgdesc="Firmware for the in-kernel26 zd1211rw wireless driver"
+arch=('any')
+url="http://zd1211.wiki.sourceforge.net/;
+license=('GPL')
+provides=('zd1211')
+source=("http://downloads.sourceforge.net/zd1211/${pkgname}-${pkgver}.tar.bz2;)
+sha512sums=('6a8d39318a8c136b2a780ebeb485a94bbb05fa12ad7104b707314e0108e49939b4dcd0035b19f07dac0ec7bdd12668ea281b48724e512b45ac5df9dedf035897')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  # Install firmware
+  for i in zd1211*
+  do
+install -D -m 644 $i "${pkgdir}/usr/lib/firmware/zd1211/$i"
+  done
+}


[arch-commits] Commit in (pcmciautils)

2018-06-23 Thread Jelle van der Waa via arch-commits
Date: Saturday, June 23, 2018 @ 18:32:38
  Author: jelle
Revision: 327496

drop pcmciautils, deprecated tech since 2003

Deleted:
  pcmciautils/


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

2018-06-23 Thread Andreas Radke via arch-commits
Date: Saturday, June 23, 2018 @ 17:28:36
  Author: andyrtr
Revision: 327495

archrelease: copy trunk to testing-x86_64

Added:
  libreoffice-fresh/repos/testing-x86_64/
  libreoffice-fresh/repos/testing-x86_64/PKGBUILD
(from rev 327494, libreoffice-fresh/trunk/PKGBUILD)
  libreoffice-fresh/repos/testing-x86_64/emfio.patch
(from rev 327494, libreoffice-fresh/trunk/emfio.patch)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.csh
(from rev 327494, libreoffice-fresh/trunk/libreoffice-fresh.csh)
  libreoffice-fresh/repos/testing-x86_64/libreoffice-fresh.sh
(from rev 327494, libreoffice-fresh/trunk/libreoffice-fresh.sh)
  
libreoffice-fresh/repos/testing-x86_64/make-pyuno-work-with-system-wide-module-install.diff
(from rev 327494, 
libreoffice-fresh/trunk/make-pyuno-work-with-system-wide-module-install.diff)

--+
 PKGBUILD |  345 +
 emfio.patch  |  292 ++
 libreoffice-fresh.csh|6 
 libreoffice-fresh.sh |6 
 make-pyuno-work-with-system-wide-module-install.diff |   18 
 5 files changed, 667 insertions(+)

Copied: libreoffice-fresh/repos/testing-x86_64/PKGBUILD (from rev 327494, 
libreoffice-fresh/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-06-23 17:28:36 UTC (rev 327495)
@@ -0,0 +1,345 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Bartłomiej Piotrowski 
+
+# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
+# Note: These are for Arch Linux use ONLY. For your own distribution, please
+# get your own set of keys. Feel free to contact foutre...@archlinux.org for
+# more information.
+_google_default_client_id=413772536636.apps.googleusercontent.com
+_google_default_client_secret=0ZChLK6AxeA3Isu96MkwqDR4
+
+pkgbase=libreoffice-fresh
+pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
+_LOver=6.0.5.2
+pkgver=6.0.5
+pkgrel=1
+arch=('x86_64')
+license=('LGPL3')
+url="http://www.libreoffice.org/;
+makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.6' 'libwpd>=0.9.2' 
'libwps'
+   'neon>=0.28.6' 'pango' 'nspr' 'libjpeg' 'libxrandr' 'libgl' 'dbus-glib'
+   'libxslt' 'redland' 'hyphen' 'lpsolve' 'gcc-libs' 'sh' 'graphite' 'icu' 
+   'lcms2' 'poppler>=0.24.0' 'libvisio' 'libetonyek' 'libodfgen' 'libcdr'
+   'libmspub' 'harfbuzz-icu' 'glew' 'nss' 'hicolor-icon-theme'
+   'desktop-file-utils' 'shared-mime-info' 'gtk2' 'gst-plugins-base-libs'
+   'glu' 'sane' 'perl-archive-zip' 'zip' 'unzip' 'unixodbc' 'apache-ant'
+   'gperf' 'kdelibs' 'gtk3' 'cppunit' 'beanshell' 'clucene' 
+   'junit' 'libmythes' 'libwpg'  'java-environment' 'postgresql-libs' 
'libgl'
+   'bluez-libs' 'gdb' 'doxygen'  'libatomic_ops' 'mdds' 'glew'
+   'apr' 'serf' 'ttf-liberation' 'ttf-dejavu' 'libxinerama' 'libpagemaker' 
# 'glm'
+   'libabw' 'libmwaw' 'libe-book' 'coin-or-mp' 'liblangtag' 'liborcus' 
+   'libexttextcat' 'libcmis' 'gobject-introspection' #'libfbclient'
+   'libtommath' 'libzmf' 'gpgme' 'xmlsec' 'rxvt-unicode' 
+   'libepubgen' 'libfreehand' 'libqxp' 'libstaroffice'
+)
+
+_mirror="https://download.documentfoundation.org/libreoffice/src/${pkgver};
+#_mirror="https://dev-builds.libreoffice.org/pre-releases/src;
+_additional_source_url="http://dev-www.libreoffice.org/src;
+_additional_source_url2="http://dev-www.libreoffice.org/extern;
+source=(${_mirror}/libreoffice{,-help,-translations}-${_LOver}.tar.xz{,.asc}
+   ${_additional_source_url}/boost_1_65_1.tar.bz2
+   
${_additional_source_url}/35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
+   
${_additional_source_url}/798b2ffdc8bcfe7bca2cf92b62caf685-rhino1_5R5.zip # 
keep old bundled version, new system version ftbs
+   
${_additional_source_url}/a7983f859eafb2677d7ff386a023bc40-xsltml_2.1.2.zip
+   
${_additional_source_url}/0168229624cfac409e766913506961a8-ucpp-1.3.2.tar.gz
+   ${_additional_source_url}/language-subtag-registry-2017-08-15.tar.bz2
+   
${_additional_source_url}/17410483b5b5f267aa18b7e00b65e6e0-hsqldb_1_8_0.zip
+   
${_additional_source_url}/d8bd5eed178db6e2b18eeed243f85aa8-flute-1.1.6.zip
+   
${_additional_source_url}/ba2930200c9f019c2d93a8c88c651a0f-flow-engine-0.9.4.zip
+   ${_additional_source_url}/Firebird-3.0.0.32483-0.tar.bz2
+   ${_additional_source_url}/pdfium-3235.tar.bz2
+
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
+   
${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
 # for test 

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

2018-06-23 Thread Andreas Radke via arch-commits
Date: Saturday, June 23, 2018 @ 17:28:24
  Author: andyrtr
Revision: 327494

upgpkg: libreoffice-fresh 6.0.5-1

upstream update 6.0.5

Added:
  libreoffice-fresh/trunk/emfio.patch
Modified:
  libreoffice-fresh/trunk/PKGBUILD

-+
 PKGBUILD|   26 +++--
 emfio.patch |  292 ++
 2 files changed, 309 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:55:21 UTC (rev 327493)
+++ PKGBUILD2018-06-23 17:28:24 UTC (rev 327494)
@@ -11,9 +11,9 @@
 
 pkgbase=libreoffice-fresh
 pkgname=('libreoffice-fresh-sdk' 'libreoffice-fresh')
-_LOver=6.0.4.2
-pkgver=6.0.4
-pkgrel=2
+_LOver=6.0.5.2
+pkgver=6.0.5
+pkgrel=1
 arch=('x86_64')
 license=('LGPL3')
 url="http://www.libreoffice.org/;
@@ -52,9 +52,10 @@
${_additional_source_url}/pdfium-3235.tar.bz2
 
${_additional_source_url}/bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip

${_additional_source_url2}/8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar
  # for test suite
-   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  # for test suite
+   
${_additional_source_url2}/odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
 # for test suite

${_additional_source_url2}/185d60944ea767075d27247c3162b3bc-unowinreg.dll
make-pyuno-work-with-system-wide-module-install.diff
+   emfio.patch
libreoffice-fresh.sh libreoffice-fresh.csh)
 noextract=(boost_1_65_1.tar.bz2
35c94d2df8893241173de1d16b6034c0-swingExSrc.zip
@@ -69,15 +70,15 @@
pdfium-3235.tar.bz2
bae83fa5dc7f081768daace6e199adc3-glm-0.9.4.6-libreoffice.zip
8249374c274932a21846fa7629c2aa9b-officeotron-0.7.4-master.jar  # 
for test suite
-   
odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-461.jar
  # for test suite
+   
odfvalidator-1.2.0-incubating-SNAPSHOT-jar-with-dependencies+ODFTOOLKIT-460+ODFTOOLKIT-475.jar
  # for test suite
185d60944ea767075d27247c3162b3bc-unowinreg.dll
 )
 validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # LibreOffice Build 
Team (CODE SIGNING KEY) 
-sha256sums=('9081fb132090e9fe1ed8896ba4085e6f7ceef145f3a76889caeaed6c032510f7'
+sha256sums=('b6fd3951ad50bfbe48340c0368f3cbd9eae92b31550809a1db88fc048f04069a'
 'SKIP'
-'cef0f0d54da925bb9a69725177ba8594683f5f7500f226bdeeaf344ecb5c41fc'
+'492db3e52c67944c2747a573f1b0efa1afb2ca747b95c1cdd495c46fcca97fb6'
 'SKIP'
-'865f78003114c9333d8df63ee64197b25f1894c5dd1038f563abb4c91a1c542e'
+'99e62f75bc94ca0797d22ef6fcca29af575578fb58bba5e77bc892dd655a0fdd'
 'SKIP'
 '9807a5d16566c57fd74fb522764e0b134a8bbe6b6e8967b83afefd30dcd3be81'
 '64585ac36a81291a58269ec5347e7e3e2e8596dbacb9221015c208191333c6e1'
@@ -92,9 +93,10 @@
 '7dc0d33fc24b1612865f5e173d48800ba3f2db891c57e3f92b9d2ce56ffeb72f'
 'd0312c360efe04dd048b3311fe375ff36f1993b4c2e3cb58c81062990532904a'
 'f2443f27561af52324eee03a1892d9f569adc8db9e7bca55614898bc2a13a770'
-'aa8896eef3adbd6b54d4ec1817c1bc3871cce99120faf26f93502077480233cf'
+'702413413a5d8076c17fe79c0808dfba145a7260020f6c8627ea529a0cf83769'
 'eafde646a7dbe46d20c291685b0beac2382174d78d66ee990e229a1bf6e6cec6'
 'c463654a73ecfbc242ff109726fb4faecdbfb3d91affafe919b24bea65afb563'
+'8b4815788be087940750b775690b5890c4cf9e121f11006a72ccab834f212abb'
 '76f62957d0058092b11316357d9d716a62b48a53e5277426ffa87429ab5510e4'
 'd24cfcb556ae1db02087c49012bbc4621f9ef7e3465ca832e1410326d260f283')
 
@@ -114,8 +116,14 @@
sed -i "/CppunitTest_sw_uiwriter/d" sw/Module_sw.mk 
sed -i "/CppunitTest_xmlsecurity_signing/d" 
xmlsecurity/Module_xmlsecurity.mk
sed -i "/CppunitTest_sc_subsequent_filters_test/d" sc/Module_sc.mk 
+   sed -i "/CppunitTest_sc_subsequent_export_test/d" sc/Module_sc.mk
+   sed -i "/CppunitTest_chart2_export/d" chart2/Module_chart2.mk
sed -i "/CppunitTest_dbaccess_RowSetClones/d" 
dbaccess/Module_dbaccess.mk
sed -i "/CppunitTest_dbaccess_hsqldb/d" dbaccess/Module_dbaccess.mk
+   # apply upstream fix for broken cppunit test
+   patch -Np1 -i ../emfio.patch
+#  sed -i "/emfio\/emfio/d" emfio/CppunitTest_emfio_emf_test.mk
+   sed -i "/CppunitTest_emfio_emf_test/d" emfio/Module_emfio.mk
 
# unowinreg.dll must be a file not a symlink or the result will become 
a broken symlink
# /usr/share/libreoffice/sdk/classes/win/unowinreg.dll -> 
/build/libreoffice/src/185d60944ea767075d27247c3162b3bc-unowinreg.dll

Added: emfio.patch

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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 15:04:00
  Author: felixonmars
Revision: 344873

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 15:03:41 UTC (rev 344872)
+++ PKGBUILD2018-06-23 15:04:00 UTC (rev 344873)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jerome Leclanche 
-
-pkgbase=python-webtest
-pkgname=(python-webtest python2-webtest)
-pkgver=2.0.29
-pkgrel=1
-pkgdesc="Helper to test WSGI applications"
-arch=('any')
-url='http://webtest.pythonpaste.org/'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
- 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
-  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
-  'python-wsgiproxy2' 'python2-wsgiproxy2')
-source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
-sha512sums=('319700d1444f6a681f8ed8a4ee8661ba0462b3f4bfeb7510232f58be92e017066da3bac494ebe1a3c5b9f2d06c025e08e6193277e13c6113e9485108d4ccd2d2')
-
-prepare() {
-  cp -a WebTest-$pkgver{,-py2}
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/WebTest-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/WebTest-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/WebTest-$pkgver
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" nosetests3
-
-  cd "$srcdir"/WebTest-$pkgver-py2
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
-}
-
-package_python-webtest() {
-  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
-  optdepends=('python-pyquery: for response.pyquery'
-  'python-lxml: for response.lxml')
-
-  cd WebTest-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-webtest() {
-  depends=('python2-webob' 'python2-six' 'python2-beautifulsoup4' 
'python2-waitress')
-  optdepends=('python2-pyquery: for response.pyquery'
-  'python2-lxml: for response.lxml')
-
-  cd WebTest-$pkgver-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 "docs/license.rst" 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-webtest/repos/community-any/PKGBUILD (from rev 344872, 
python-webtest/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-23 15:04:00 UTC (rev 344873)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jerome Leclanche 
+
+pkgbase=python-webtest
+pkgname=(python-webtest python2-webtest)
+pkgver=2.0.30
+pkgrel=1
+pkgdesc="Helper to test WSGI applications"
+arch=('any')
+url='http://webtest.pythonpaste.org/'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-webob' 
'python2-webob' 'python-six' 'python2-six'
+ 'python-beautifulsoup4' 'python2-beautifulsoup4' 
'python-waitress' 'python2-waitress')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-coverage' 'python2-coverage'
+  'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
+  'python-wsgiproxy2' 'python2-wsgiproxy2')
+source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
+sha512sums=('aa3c32c377e3392cf8b7c3d192fb4ccde9c61ce9ecef0b478236d08cbddfd541524053c6e2b02ed74dbc10262c5122946f8d79831c8b7bd5f37006073d5c')
+
+prepare() {
+  cp -a WebTest-$pkgver{,-py2}
+
+  export LC_CTYPE=en_US.UTF-8
+}
+
+build() {
+  cd "$srcdir"/WebTest-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/WebTest-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/WebTest-$pkgver
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" nosetests3
+
+  cd "$srcdir"/WebTest-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" nosetests2
+}
+
+package_python-webtest() {
+  depends=('python-webob' 'python-six' 'python-beautifulsoup4' 
'python-waitress')
+  optdepends=('python-pyquery: for response.pyquery'
+  'python-lxml: for response.lxml')
+
+  cd WebTest-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
+  install -Dm644 "docs/license.rst" 

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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 15:03:41
  Author: felixonmars
Revision: 344872

upgpkg: python-webtest 2.0.30-1

Modified:
  python-webtest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 14:16:26 UTC (rev 344871)
+++ PKGBUILD2018-06-23 15:03:41 UTC (rev 344872)
@@ -4,7 +4,7 @@
 
 pkgbase=python-webtest
 pkgname=(python-webtest python2-webtest)
-pkgver=2.0.29
+pkgver=2.0.30
 pkgrel=1
 pkgdesc="Helper to test WSGI applications"
 arch=('any')
@@ -16,7 +16,7 @@
   'python-pyquery' 'python2-pyquery'  'python-pastedeploy' 
'python2-pastedeploy'
   'python-wsgiproxy2' 'python2-wsgiproxy2')
 source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
-sha512sums=('319700d1444f6a681f8ed8a4ee8661ba0462b3f4bfeb7510232f58be92e017066da3bac494ebe1a3c5b9f2d06c025e08e6193277e13c6113e9485108d4ccd2d2')
+sha512sums=('aa3c32c377e3392cf8b7c3d192fb4ccde9c61ce9ecef0b478236d08cbddfd541524053c6e2b02ed74dbc10262c5122946f8d79831c8b7bd5f37006073d5c')
 
 prepare() {
   cp -a WebTest-$pkgver{,-py2}


[arch-commits] Commit in atom/repos/community-x86_64 (19 files)

2018-06-23 Thread Nicola Squartini via arch-commits
Date: Saturday, June 23, 2018 @ 14:16:26
  Author: tensor5
Revision: 344871

archrelease: copy trunk to community-x86_64

Added:
  atom/repos/community-x86_64/PKGBUILD
(from rev 344870, atom/trunk/PKGBUILD)
  atom/repos/community-x86_64/atom.js
(from rev 344870, atom/trunk/atom.js)
  atom/repos/community-x86_64/dugite-use-system-git.patch
(from rev 344870, atom/trunk/dugite-use-system-git.patch)
  atom/repos/community-x86_64/fix-atom-sh.patch
(from rev 344870, atom/trunk/fix-atom-sh.patch)
  atom/repos/community-x86_64/fix-license-path.patch
(from rev 344870, atom/trunk/fix-license-path.patch)
  atom/repos/community-x86_64/fix-restart.patch
(from rev 344870, atom/trunk/fix-restart.patch)
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
(from rev 344870, atom/trunk/symbols-view-use-system-ctags.patch)
  atom/repos/community-x86_64/use-system-apm.patch
(from rev 344870, atom/trunk/use-system-apm.patch)
  atom/repos/community-x86_64/use-system-electron.patch
(from rev 344870, atom/trunk/use-system-electron.patch)
Deleted:
  atom/repos/community-x86_64/PKGBUILD
  atom/repos/community-x86_64/atom.js
  atom/repos/community-x86_64/dugite-use-system-git.patch
  atom/repos/community-x86_64/fix-atom-sh.patch
  atom/repos/community-x86_64/fix-license-path.patch
  atom/repos/community-x86_64/fix-node8.patch
  atom/repos/community-x86_64/fix-restart.patch
  atom/repos/community-x86_64/symbols-view-use-system-ctags.patch
  atom/repos/community-x86_64/use-system-apm.patch
  atom/repos/community-x86_64/use-system-electron.patch

-+
 PKGBUILD|  256 +---
 atom.js |   66 ++---
 dugite-use-system-git.patch |   66 ++---
 fix-atom-sh.patch   |  254 ++--
 fix-license-path.patch  |   44 +--
 fix-node8.patch |   11 
 fix-restart.patch   |   22 -
 symbols-view-use-system-ctags.patch |   22 -
 use-system-apm.patch|   64 ++---
 use-system-electron.patch   |  426 +-
 10 files changed, 608 insertions(+), 623 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 14:16:04 UTC (rev 344870)
+++ PKGBUILD2018-06-23 14:16:26 UTC (rev 344871)
@@ -1,131 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=atom
-pkgver=1.27.2
-pkgrel=2
-pkgdesc='A hackable text editor for the 21st Century'
-arch=('x86_64')
-url='https://github.com/atom/atom'
-license=('MIT' 'custom')
-depends=('apm' 'electron' 'libxkbfile')
-makedepends=('git' 'npm')
-optdepends=('ctags: symbol indexing support'
-'git: Git and GitHub integration')
-replaces=('atom-editor')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/atom/atom/archive/v${pkgver}.tar.gz;
-'atom.js'
-'dugite-use-system-git.patch'
-'fix-atom-sh.patch'
-'fix-license-path.patch'
-'fix-node8.patch'
-'fix-restart.patch'
-'symbols-view-use-system-ctags.patch'
-'use-system-apm.patch'
-'use-system-electron.patch')
-sha256sums=('e99c96326682cd674d3d225c01b706ddd7e5a6b3f4e7cbfcbef1a74d3b977223'
-'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
-'866f19de9184287da459b0f9e8b79d0eeb72ba4e6c2a803ba29f74a33976deda'
-'d8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
-'7f0142c91e24236a3a6dcc70af9d4217f65c5a764091876a916e3bbafa4ed0fa'
-'eb771d7c009be8d48c1387ed63f3e575dc12f3bd69455b4be4b78ab57cb49b86'
-'f81a8dd53403fe76d80716b65d69bec141fae0b1a9a6ef56314f9e815e48f132'
-'3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
-'4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
-'1d0ff39e5bc5c0bfbb08a533bff9fb834a8dbc70d280bf93b5e2649fff181221')
-
-prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  patch -Np1 -i "${srcdir}"/fix-atom-sh.patch
-  patch -Np1 -i "${srcdir}"/use-system-electron.patch
-  patch -Np1 -i "${srcdir}"/use-system-apm.patch
-  patch -Np1 -i "${srcdir}"/fix-license-path.patch
-  patch -Np1 -i "${srcdir}"/fix-node8.patch
-  patch -Np1 -i "${srcdir}"/fix-restart.patch
-
-  # Upstream ea1ff8d45448679390058be185ee0d36f823872e
-  sed -e 's/"archive-view": "0.64.3"/"archive-view": "0.64.6"/' -i package.json
-
-  # Workaround for Node 10
-  sed -e 's|"electron-link": "0.2.0"|"electron-link": "../../electron-link"|' \
-  -i script/package.json
-  cd ..
-  git clone https://github.com/atom/electron-link.git
-  cd electron-link
-  git checkout v0.2.0
-  sed -e 's/"leveldown": "^1.6.0"/"leveldown": "^2.0.1"/' -i package.json
-  npm install
-  npx babel src -d lib
-  cd node_modules/levelup
-  sed -e 's/"leveldown": "^1.1.0"/"leveldown": "^2.0.1"/' 

[arch-commits] Commit in atom/trunk (5 files)

2018-06-23 Thread Nicola Squartini via arch-commits
Date: Saturday, June 23, 2018 @ 14:16:04
  Author: tensor5
Revision: 344870

upgpkg: atom 1.28.0-1

Modified:
  atom/trunk/PKGBUILD
  atom/trunk/fix-license-path.patch
  atom/trunk/fix-restart.patch
  atom/trunk/use-system-electron.patch
Deleted:
  atom/trunk/fix-node8.patch

---+
 PKGBUILD  |   18 ++
 fix-license-path.patch|2 +-
 fix-node8.patch   |   11 ---
 fix-restart.patch |2 +-
 use-system-electron.patch |   10 ++
 5 files changed, 14 insertions(+), 29 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 12:58:50 UTC (rev 344869)
+++ PKGBUILD2018-06-23 14:16:04 UTC (rev 344870)
@@ -2,8 +2,8 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=atom
-pkgver=1.27.2
-pkgrel=2
+pkgver=1.28.0
+pkgrel=1
 pkgdesc='A hackable text editor for the 21st Century'
 arch=('x86_64')
 url='https://github.com/atom/atom'
@@ -19,21 +19,19 @@
 'dugite-use-system-git.patch'
 'fix-atom-sh.patch'
 'fix-license-path.patch'
-'fix-node8.patch'
 'fix-restart.patch'
 'symbols-view-use-system-ctags.patch'
 'use-system-apm.patch'
 'use-system-electron.patch')
-sha256sums=('e99c96326682cd674d3d225c01b706ddd7e5a6b3f4e7cbfcbef1a74d3b977223'
+sha256sums=('8d31c74870b7c0813f14eeae55aa85e13bffdfb33a087ad08f1f5eec319331f4'
 'cdf87ab82cfcf69e8904684c59b08c35a68540ea16ab173fce06037ac341efcd'
 '866f19de9184287da459b0f9e8b79d0eeb72ba4e6c2a803ba29f74a33976deda'
 'd8d77adebd7bd4eaf024988c68c30dc6b968044f7a6381227d13b6d77fa2b442'
-'7f0142c91e24236a3a6dcc70af9d4217f65c5a764091876a916e3bbafa4ed0fa'
-'eb771d7c009be8d48c1387ed63f3e575dc12f3bd69455b4be4b78ab57cb49b86'
-'f81a8dd53403fe76d80716b65d69bec141fae0b1a9a6ef56314f9e815e48f132'
+'0f3fc6c435be47c3de78033544cd23a07c6a059aad94921174f7be0796a8b663'
+'b9533bd31e9329d63abc5ec87b237761c73d0586485288925ba723fb34b3b933'
 '3c68e6b3751313e1d386e721f8f819fb051351fb2cf8e753b1d773a0f475fef8'
 '4b91a1acd112838bd001f4e3c555de2a5fc7446c9eab6bc5dae0ca640306e81b'
-'1d0ff39e5bc5c0bfbb08a533bff9fb834a8dbc70d280bf93b5e2649fff181221')
+'9be3fa4ba23dadefafd8b87f12c30957582e5428f74c623180369de9fb4924bd')
 
 prepare() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -42,12 +40,8 @@
   patch -Np1 -i "${srcdir}"/use-system-electron.patch
   patch -Np1 -i "${srcdir}"/use-system-apm.patch
   patch -Np1 -i "${srcdir}"/fix-license-path.patch
-  patch -Np1 -i "${srcdir}"/fix-node8.patch
   patch -Np1 -i "${srcdir}"/fix-restart.patch
 
-  # Upstream ea1ff8d45448679390058be185ee0d36f823872e
-  sed -e 's/"archive-view": "0.64.3"/"archive-view": "0.64.6"/' -i package.json
-
   # Workaround for Node 10
   sed -e 's|"electron-link": "0.2.0"|"electron-link": "../../electron-link"|' \
   -i script/package.json

Modified: fix-license-path.patch
===
--- fix-license-path.patch  2018-06-23 12:58:50 UTC (rev 344869)
+++ fix-license-path.patch  2018-06-23 14:16:04 UTC (rev 344870)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.js
 +++ b/src/main-process/atom-application.js
-@@ -414,7 +414,7 @@
+@@ -416,7 +416,7 @@
  this.openPathOnEvent('application:open-your-keymap', 
'atom://.atom/keymap')
  this.openPathOnEvent('application:open-your-snippets', 
'atom://.atom/snippets')
  this.openPathOnEvent('application:open-your-stylesheet', 
'atom://.atom/stylesheet')

Deleted: fix-node8.patch
===
--- fix-node8.patch 2018-06-23 12:58:50 UTC (rev 344869)
+++ fix-node8.patch 2018-06-23 14:16:04 UTC (rev 344870)
@@ -1,11 +0,0 @@
 a/src/module-cache.coffee
-+++ b/src/module-cache.coffee
-@@ -189,7 +189,7 @@ resolveModulePath = (relativePath, parentModule) ->
-   return unless candidates?
- 
-   for version, resolvedPath of candidates
--if Module._cache.hasOwnProperty(resolvedPath) or isCorePath(resolvedPath)
-+if Boolean(Module._cache[resolvedPath]) or isCorePath(resolvedPath)
-   return resolvedPath if satisfies(version, range)
- 
-   return

Modified: fix-restart.patch
===
--- fix-restart.patch   2018-06-23 12:58:50 UTC (rev 344869)
+++ fix-restart.patch   2018-06-23 14:16:04 UTC (rev 344870)
@@ -1,6 +1,6 @@
 --- a/src/main-process/atom-application.js
 +++ b/src/main-process/atom-application.js
-@@ -1347,7 +1347,7 @@
+@@ -1349,7 +1349,7 @@
}
  
restart () {

Modified: use-system-electron.patch
===
--- use-system-electron.patch   2018-06-23 12:58:50 UTC (rev 344869)
+++ use-system-electron.patch   2018-06-23 14:16:04 UTC (rev 344870)
@@ -4,7 +4,7 @@
  "url": 

[arch-commits] Commit in electron/repos/community-x86_64 (44 files)

2018-06-23 Thread Nicola Squartini via arch-commits
Date: Saturday, June 23, 2018 @ 12:58:50
  Author: tensor5
Revision: 344869

archrelease: copy trunk to community-x86_64

Added:
  electron/repos/community-x86_64/PKGBUILD
(from rev 344868, electron/trunk/PKGBUILD)
  electron/repos/community-x86_64/breakpad-glibc2.26.patch
(from rev 344868, electron/trunk/breakpad-glibc2.26.patch)
  electron/repos/community-x86_64/chromium-atk-r1.patch
(from rev 344868, electron/trunk/chromium-atk-r1.patch)
  electron/repos/community-x86_64/chromium-gn-bootstrap-r14.patch
(from rev 344868, electron/trunk/chromium-gn-bootstrap-r14.patch)
  electron/repos/community-x86_64/chromium-include-functional.patch
(from rev 344868, electron/trunk/chromium-include-functional.patch)
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
(from rev 344868, electron/trunk/chromium-use-system-ffmpeg.patch)
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
(from rev 344868, electron/trunk/chromium-use-system-minizip.patch)
  electron/repos/community-x86_64/chromium-use-system-re2.patch
(from rev 344868, electron/trunk/chromium-use-system-re2.patch)
  electron/repos/community-x86_64/default_app-icon.patch
(from rev 344868, electron/trunk/default_app-icon.patch)
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
(from rev 344868, electron/trunk/dont-bootstrap-libchromiumcontent.patch)
  electron/repos/community-x86_64/dont-update-submodules.patch
(from rev 344868, electron/trunk/dont-update-submodules.patch)
  electron/repos/community-x86_64/dont-use-sysroot.patch
(from rev 344868, electron/trunk/dont-use-sysroot.patch)
  electron/repos/community-x86_64/electron.desktop
(from rev 344868, electron/trunk/electron.desktop)
  electron/repos/community-x86_64/gyp-no-rpath.patch
(from rev 344868, electron/trunk/gyp-no-rpath.patch)
  electron/repos/community-x86_64/libchromiumcontent-fix-v8-patches.patch
(from rev 344868, electron/trunk/libchromiumcontent-fix-v8-patches.patch)
  electron/repos/community-x86_64/libchromiumcontent-settings.patch
(from rev 344868, electron/trunk/libchromiumcontent-settings.patch)
  electron/repos/community-x86_64/libchromiumcontent-sort-filenames.patch
(from rev 344868, electron/trunk/libchromiumcontent-sort-filenames.patch)
  electron/repos/community-x86_64/libchromiumcontent-static-library-only.patch
(from rev 344868, 
electron/trunk/libchromiumcontent-static-library-only.patch)
  electron/repos/community-x86_64/libchromiumcontent-use-system-tools.patch
(from rev 344868, electron/trunk/libchromiumcontent-use-system-tools.patch)
  electron/repos/community-x86_64/no-whole-archive.patch
(from rev 344868, electron/trunk/no-whole-archive.patch)
  electron/repos/community-x86_64/use-system-ffmpeg.patch
(from rev 344868, electron/trunk/use-system-ffmpeg.patch)
  electron/repos/community-x86_64/use-system-libraries-in-node.patch
(from rev 344868, electron/trunk/use-system-libraries-in-node.patch)
Deleted:
  electron/repos/community-x86_64/PKGBUILD
  electron/repos/community-x86_64/breakpad-glibc2.26.patch
  electron/repos/community-x86_64/chromium-atk-r1.patch
  electron/repos/community-x86_64/chromium-gn-bootstrap-r14.patch
  electron/repos/community-x86_64/chromium-include-functional.patch
  electron/repos/community-x86_64/chromium-use-system-ffmpeg.patch
  electron/repos/community-x86_64/chromium-use-system-minizip.patch
  electron/repos/community-x86_64/chromium-use-system-re2.patch
  electron/repos/community-x86_64/default_app-icon.patch
  electron/repos/community-x86_64/dont-bootstrap-libchromiumcontent.patch
  electron/repos/community-x86_64/dont-update-submodules.patch
  electron/repos/community-x86_64/dont-use-sysroot.patch
  electron/repos/community-x86_64/electron.desktop
  electron/repos/community-x86_64/gyp-no-rpath.patch
  electron/repos/community-x86_64/libchromiumcontent-fix-v8-patches.patch
  electron/repos/community-x86_64/libchromiumcontent-settings.patch
  electron/repos/community-x86_64/libchromiumcontent-sort-filenames.patch
  electron/repos/community-x86_64/libchromiumcontent-static-library-only.patch
  electron/repos/community-x86_64/libchromiumcontent-use-system-tools.patch
  electron/repos/community-x86_64/no-whole-archive.patch
  electron/repos/community-x86_64/use-system-ffmpeg.patch
  electron/repos/community-x86_64/use-system-libraries-in-node.patch

--+
 PKGBUILD |  542 ++--
 breakpad-glibc2.26.patch |  416 -
 chromium-atk-r1.patch|   22 
 chromium-gn-bootstrap-r14.patch  |   54 -
 chromium-include-functional.patch|   20 
 chromium-use-system-ffmpeg.patch |  162 +--
 chromium-use-system-minizip.patch|   28 
 chromium-use-system-re2.patch|   20 
 default_app-icon.patch   |   44 -
 

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

2018-06-23 Thread Nicola Squartini via arch-commits
Date: Saturday, June 23, 2018 @ 12:58:09
  Author: tensor5
Revision: 344868

upgpkg: electron 2.0.3-1

Modified:
  electron/trunk/PKGBUILD
  electron/trunk/default_app-icon.patch
  electron/trunk/use-system-libraries-in-node.patch

+
 PKGBUILD   |6 +++---
 default_app-icon.patch |2 +-
 use-system-libraries-in-node.patch |2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:44:10 UTC (rev 344867)
+++ PKGBUILD2018-06-23 12:58:09 UTC (rev 344868)
@@ -3,7 +3,7 @@
 
 _chromiumver=61.0.3163.100
 pkgname=electron
-pkgver=2.0.2
+pkgver=2.0.3
 pkgrel=1
 pkgdesc='Build cross platform desktop apps with web technologies'
 arch=('x86_64')
@@ -67,12 +67,12 @@
 'SKIP'
 
'4dfd3a493ceb7c605eeab6f387541273d529e8b935a6104927e34836469aedcfcbb4a1154591585621d5c2e842e68701d32328acba842f840a20498822165f78'
 
'613317b8c63efb0ddfe9112b56aa9714b536082144c0903d5b97351c3396b3c9eedeb44b6da72b85cbfd1bdd16cba30c512ac93c8ca6ffb04cad283ef29958b2'
-
'bfc11bd13197834d5ffec805c26a2e638d90a292f0e1e5f9cbd1f630b2eafeb8b7bc8c3a4051c60cb86024a3106f8a639fb130ce238e8b2a0f7dab4661c9984e'
+
'6189c850c8dc07c4e517d5b1e3b4771703e1b3d267ef7edc0cf57aa154f4d865a87255a4d28a554db9e8068113ccf851664cb7be04c8d07684e50bacb1021725'
 
'b002bb96d38875876d09ad5ceb76843b306031c470ba24aace6cbc5b8a22774f44b5c0e4a99bf807737e25f57254d14865934694114a9f4551453cc6c560063a'
 
'22d2d3605a49a72cf7e12e4f1cdadb6e327a7487eed47eeb04a4213cf6dcc73c47d93cdea85a767a11181debc37e952f5e4685f9fae1debd4a1a1a10ac188e8c'
 
'1bda751a86a1c07f87e6631469701ebab5b1ce8f4052fcf666e8fc3bc645199a4df47fe7e75aed092ff23e17c2b9c4f286a60c2428fd72d0e6cae7a5d0507de4'
 
'e5a21eea33f24e82b250ad903ae9f6f40a71876661391b7bb2b749edb3470e1256ecb06aba0541f4da4cbaf9be2df90eb2b9e588566138fdb63d92a9aca60936'
-
'e1ddaabb8f907917ca4c97531212e573dd1b9dc77a030958f1efd896d178fb6f1af1b678f4de21f5946ff340ffe9b4970ab0bcb4833dbb69b89c51505bc80946'
+
'baf921c2970e09cbc98781bdad9625c6926eaeb197cca5588cb3444db4422d18949a611f8d66452c4acff1c5f2cb0ba67cac3f85214a97c91c232778e1e9dce2'
 
'ab4b9d01bf150120fb3510e181c05df84fc49ee0b9938ef3d5ffc2113bc3d71e14a051edc9e70959698f78950f4adee6a676e1c8a1a56ba6ca337b6aa9188e40'
 
'2dd594a07f8ce62a7706a0365d764ab3ee3cc2d050d6ae4460db3152269e84f43516438a4f48f47fc54fe758a70c462baed6b7defa8b2bd277e67cb1bae8da12'
 
'd77a2045f03c1327eb78517028c083e8965297a41d5a81df8c7dac5a8500aa242faa644a38be5d12914b68ba3a0b944c1bfe6dbfd7b88b1a0aeeec1d87a1619a'

Modified: default_app-icon.patch
===
--- default_app-icon.patch  2018-06-23 06:44:10 UTC (rev 344867)
+++ default_app-icon.patch  2018-06-23 12:58:09 UTC (rev 344868)
@@ -12,7 +12,7 @@
  mainWindow.loadURL(appUrl)
 --- a/filenames.gypi
 +++ b/filenames.gypi
-@@ -88,7 +88,6 @@
+@@ -89,7 +89,6 @@
  ],
  'default_app_sources': [
'default_app/default_app.js',

Modified: use-system-libraries-in-node.patch
===
--- use-system-libraries-in-node.patch  2018-06-23 06:44:10 UTC (rev 344867)
+++ use-system-libraries-in-node.patch  2018-06-23 12:58:09 UTC (rev 344868)
@@ -16,7 +16,7 @@
  'node_tag': '',
  'node_use_dtrace': 'false',
  'node_use_etw': 'false',
-@@ -173,6 +173,12 @@
+@@ -174,6 +174,12 @@
  ],
}],
['OS=="linux" and libchromiumcontent_component==0', {


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

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 06:55:21
  Author: arojas
Revision: 327493

archrelease: copy trunk to extra-x86_64

Added:
  texmacs/repos/extra-x86_64/PKGBUILD
(from rev 327492, texmacs/trunk/PKGBUILD)
  texmacs/repos/extra-x86_64/texmacs-fusion.patch
(from rev 327492, texmacs/trunk/texmacs-fusion.patch)
Deleted:
  texmacs/repos/extra-x86_64/PKGBUILD

--+
 PKGBUILD |  117 +
 texmacs-fusion.patch |  101 ++
 2 files changed, 162 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-23 06:55:01 UTC (rev 327492)
+++ PKGBUILD2018-06-23 06:55:21 UTC (rev 327493)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Ronald van Haren 
-# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
-
-pkgname=texmacs
-pkgver=1.99.6
-pkgrel=1
-pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
-arch=('x86_64')
-url="http://www.texmacs.org/;
-license=('GPL')
-depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'qt5-base')
-# do not remove texlive-core dependency, as it is needed!
-optdepends=('transfig: convert images using fig2ps'
-'gawk: conversion of some files'
-   'ghostscript: rendering ps files'
-'imagemagick: convert images'
-'aspell: spell checking')
-makedepends=('ghostscript' 'cmake')
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
-options=('!emptydirs')
-sha1sums=('bef4d2637ad3cff0138236f07ee0031943b8de61')
-   
-prepare() {
-  cd TeXmacs-${pkgver}-src
-
-  sed -i 's/env python/env python2/' \
-
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
-TeXmacs/misc/inkscape_extension/texmacs_reedit.py
-  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
-
-  sed -e 's/-Wno-deprecated-register//' -i src/CMakeLists.txt # Remove wrong 
flag on Linux
-}
-
-build() {
-  cd TeXmacs-${pkgver}-src
-  
-  mkdir -p build
-  cd build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DGUILECONFIG_EXECUTABLE=/usr/bin/guile-config1.8
-  make
-}
-
-package() {
-  cd TeXmacs-${pkgver}-src/build
-  make DESTDIR=${pkgdir} install
-
- # fix fig2ps script
- sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
- # fix launch script
- sed -e 's|\@CONFIG_LIB_PATH\@|LD_LIBRARY_PATH|g' -i "$pkgdir"/usr/bin/texmacs
-}

Copied: texmacs/repos/extra-x86_64/PKGBUILD (from rev 327492, 
texmacs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-23 06:55:21 UTC (rev 327493)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Ronald van Haren 
+# Contributor: Damir Perisa  # Contributor: 
Christopher Reimer 
+
+pkgname=texmacs
+pkgver=1.99.6
+pkgrel=2
+pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
+arch=('x86_64')
+url="http://www.texmacs.org/;
+license=('GPL')
+depends=('perl' 'guile1.8' 'texlive-core' 'python2' 'libxext' 'freetype2' 
'qt5-base')
+# do not remove texlive-core dependency, as it is needed!
+optdepends=('transfig: convert images using fig2ps'
+'gawk: conversion of some files'
+   'ghostscript: rendering ps files'
+'imagemagick: convert images'
+'aspell: spell checking')
+makedepends=('ghostscript' 'cmake')
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz
+texmacs-fusion.patch)
+options=('!emptydirs')
+sha1sums=('bef4d2637ad3cff0138236f07ee0031943b8de61'
+  '21bdad3180f8dca6c16f4a3a43f1d96eab718b0f')
+   
+prepare() {
+  cd TeXmacs-${pkgver}-src
+
+  sed -i 's/env python/env python2/' \
+
plugins/{mathematica/bin/realpath.py,python/bin/tm_python,sage/bin/tm_sage} \
+TeXmacs/misc/inkscape_extension/texmacs_reedit.py
+  sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
+
+  sed -e 's/-Wno-deprecated-register//' -i src/CMakeLists.txt # Remove wrong 
flag on Linux
+
+  # Fix crash with fusion style
+  patch -p2 -i ../texmacs-fusion.patch
+}
+
+build() {
+  cd TeXmacs-${pkgver}-src
+  
+  mkdir -p build
+  cd build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DGUILECONFIG_EXECUTABLE=/usr/bin/guile-config1.8
+  make
+}
+
+package() {
+  cd TeXmacs-${pkgver}-src/build
+  make DESTDIR=${pkgdir} install
+
+ # fix fig2ps script
+ sed -i 's|${prefix}|/usr|' "${pkgdir}/usr/bin/fig2ps"
+ # fix launch script
+ sed -e 's|\@CONFIG_LIB_PATH\@|LD_LIBRARY_PATH|g' -i "$pkgdir"/usr/bin/texmacs
+}

[arch-commits] Commit in texmacs/trunk (PKGBUILD texmacs-fusion.patch)

2018-06-23 Thread Antonio Rojas via arch-commits
Date: Saturday, June 23, 2018 @ 06:55:01
  Author: arojas
Revision: 327492

Fix crash with fusion style (FS#56947)

Added:
  texmacs/trunk/texmacs-fusion.patch
Modified:
  texmacs/trunk/PKGBUILD

--+
 PKGBUILD |   11 +++--
 texmacs-fusion.patch |  101 +
 2 files changed, 109 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 05:50:06 UTC (rev 327491)
+++ PKGBUILD2018-06-23 06:55:01 UTC (rev 327492)
@@ -4,7 +4,7 @@
 
 pkgname=texmacs
 pkgver=1.99.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Free scientific text editor, inspired by TeX and GNU Emacs. WYSIWYG 
editor TeX-fonts and CAS-interface (Giac, GTybalt, Macaulay 2, Maxima, Octave, 
Pari, Qcl, R and Yacas) in one."
 arch=('x86_64')
 url="http://www.texmacs.org/;
@@ -17,9 +17,11 @@
 'imagemagick: convert images'
 'aspell: spell checking')
 makedepends=('ghostscript' 'cmake')
-source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz)
+source=(http://www.texmacs.org/Download/ftp/tmftp/source/TeXmacs-${pkgver}-src.tar.gz
+texmacs-fusion.patch)
 options=('!emptydirs')
-sha1sums=('bef4d2637ad3cff0138236f07ee0031943b8de61')
+sha1sums=('bef4d2637ad3cff0138236f07ee0031943b8de61'
+  '21bdad3180f8dca6c16f4a3a43f1d96eab718b0f')

 prepare() {
   cd TeXmacs-${pkgver}-src
@@ -30,6 +32,9 @@
   sed -i 's/"python"/"python2"/' plugins/python/progs/init-python.scm
 
   sed -e 's/-Wno-deprecated-register//' -i src/CMakeLists.txt # Remove wrong 
flag on Linux
+
+  # Fix crash with fusion style
+  patch -p2 -i ../texmacs-fusion.patch
 }
 
 build() {

Added: texmacs-fusion.patch
===
--- texmacs-fusion.patch(rev 0)
+++ texmacs-fusion.patch2018-06-23 06:55:01 UTC (rev 327492)
@@ -0,0 +1,101 @@
+From 9e95c89118cb0404eac575b40f97d8439f704bc7 Mon Sep 17 00:00:00 2001
+From: Darcy Shen 
+Date: Tue, 19 Jun 2018 18:17:47 +
+Subject: [PATCH] fix as QTBUG-65578 indicates
+
+---
+ src/src/Plugins/Qt/QTMMenuHelper.cpp | 11 +--
+ src/src/Plugins/Qt/QTMMenuHelper.hpp | 21 -
+ 3 files changed, 6 insertions(+), 27 deletions(-)
+
+diff --git a/src/src/Plugins/Qt/QTMMenuHelper.cpp 
b/src/src/Plugins/Qt/QTMMenuHelper.cpp
+index 5f7ae7d47..d1646d7c3 100644
+--- a/src/src/Plugins/Qt/QTMMenuHelper.cpp
 b/src/src/Plugins/Qt/QTMMenuHelper.cpp
+@@ -241,8 +241,6 @@ QTMMinibarAction::createWidget (QWidget* parent) {
+  
**/
+ 
+ QTMMenuButton::QTMMenuButton (QWidget* parent) : QToolButton (parent) {
+-  QTMAuxMenu m;
+-  m.myInitStyleOption ();
+   setAttribute (Qt::WA_Hover);
+ }
+ 
+@@ -267,11 +265,13 @@ QTMMenuButton::mouseReleaseEvent (QMouseEvent* e) {
+ void
+ QTMMenuButton::paintEvent (QPaintEvent* e) {
+   (void) e;
+-  QPainter p (this);
+   
+ // initialize the options
+   QStyleOptionToolButton opt;
+   initStyleOption ();
++
++  QPainter p (this);
++  QStyleOptionToolButton option;
+   QRect r = rect();
+   option.rect = r;
+   option.state = QStyle::State_Enabled | (opt.state & QStyle::State_MouseOver
+@@ -289,14 +289,13 @@ QTMMenuButton::paintEvent (QPaintEvent* e) {
+  
**/
+ 
+ QTMMenuWidget::QTMMenuWidget (QWidget* parent) : QWidget (parent) {
+-  QTMAuxMenu m;
+-  m.myInitStyleOption ();
+ }
+ 
+ void
+ QTMMenuWidget::paintEvent(QPaintEvent* e) {
+   QPainter p (this);
+-  option.rect = rect ();
++  QStyleOptionMenuItem option;
++  option.rect = rect();
+   style()->drawControl (QStyle::CE_MenuEmptyArea, , , this);
+   QWidget::paintEvent (e);
+ }
+diff --git a/src/src/Plugins/Qt/QTMMenuHelper.hpp 
b/src/src/Plugins/Qt/QTMMenuHelper.hpp
+index 7a3098c87..8dfb319eb 100644
+--- a/src/src/Plugins/Qt/QTMMenuHelper.hpp
 b/src/src/Plugins/Qt/QTMMenuHelper.hpp
+@@ -188,23 +188,6 @@ class QTMMinibarAction : public QWidgetAction {
+ };
+ 
+ 
+-/*!
+- We use this class to properly initialize style options for our QWidgets
+- which have to blend into QMenus. See #QTBUG-1993 and #QTBUG-7707.
+- */
+-class QTMAuxMenu : public QMenu {
+-  Q_OBJECT
+-
+-public:
+-  QTMAuxMenu() : QMenu() { }
+-  
+-  void myInitStyleOption (QStyleOptionMenuItem* option) const {
+-QAction action (NULL);
+-initStyleOption (option, );
+-  }
+-};
+-
+-
+ /*! QTMMenuButton is a custom button appropriate for menus.
+  
+  We need to subclass QToolButton for two reasons:
+@@ -215,8 +198,6 @@ class QTMAuxMenu : public QMenu {
+ class QTMMenuButton: public QToolButton {
+   Q_OBJECT
+ 
+-  QStyleOptionMenuItem option;
+-  
+ public:
+   QTMMenuButton (QWidget* parent = NULL);
+  
+@@ -231,8 +212,6 @@ class QTMMenuButton: public QToolButton {
+ class QTMMenuWidget: public QWidget {

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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:18:46
  Author: felixonmars
Revision: 344800

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
344799, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:18:46 UTC (rev 344800)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.0
+pkgrel=18
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('ccdbfc7f169624210590c5b60c98202709a9418bfe0aac1cf9af7e51704f7f1a2092716e1f5857056634611afbbb5d1013e2b2c3e79602a959a9725aacfba51a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i '/semigroups/d' $pkgname.cabal
+}
+
+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 \
+-f-old_base
+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}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:18:26
  Author: felixonmars
Revision: 344799

upgpkg: stylish-haskell 0.9.2.0-18

rebuild with tasty-golden 2.3.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:17:30 UTC (rev 344798)
+++ PKGBUILD2018-06-23 06:18:26 UTC (rev 344799)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.0
-pkgrel=17
+pkgrel=18
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:17:30
  Author: felixonmars
Revision: 344798

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 344797, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 344797, stack/trunk/stack.install)

---+
 PKGBUILD  |   77 
 stack.install |4 ++
 2 files changed, 81 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 344797, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:17:30 UTC (rev 344798)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=35
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-cryptonite-conduit' 'haskell-echo'
+ 'haskell-exceptions' 'haskell-extra' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hpack' 'haskell-hpc' 'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-mintty' 'haskell-monad-logger' 
'haskell-mono-traversable'
+ 'haskell-mustache' 'haskell-neat-interpolation' 'haskell-network-uri' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'haskell-optparse-simple' 
'haskell-path' 'haskell-path-io'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-primitive' 'haskell-project-template' 
'haskell-regex-applicative-text'
+ 'haskell-resourcet' 'haskell-retry' 'haskell-rio' 'haskell-split' 
'haskell-store'
+ 'haskell-store-core' 'haskell-streaming-commons' 'haskell-tar' 
'haskell-temporary'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-typed-process'
+ 'haskell-unicode-transforms' 'haskell-unix-compat' 'haskell-unliftio'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml' 
'haskell-zip-archive'
+ 'haskell-zlib' 'haskell-bindings-uname')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('786c116b4717f6e0f5ac0b5397db4834486610f511eafefe2356574545f97093fe3203824b7a3cabb2e0562e5c0443af3d93defe83751a9982727d88cafe78a7')
+
+prepare() {
+  cd $pkgname-$pkgver
+  sed -i '54d;55d;56d;57d;58d' src/test/Stack/StoreSpec.hs
+  hpack
+  sed -i '/semigroups/d' $pkgname.cabal
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  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
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+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"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: stack/repos/community-staging-x86_64/stack.install (from rev 344797, 

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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:17:14
  Author: felixonmars
Revision: 344797

upgpkg: stack 1.7.1-35

rebuild with tasty-golden 2.3.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:13:34 UTC (rev 344796)
+++ PKGBUILD2018-06-23 06:17:14 UTC (rev 344797)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=34
+pkgrel=35
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:13:34
  Author: felixonmars
Revision: 344796

archrelease: copy trunk to community-staging-x86_64

Added:
  shellcheck/repos/community-staging-x86_64/
  shellcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 344795, shellcheck/trunk/PKGBUILD)

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 344795, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:13:34 UTC (rev 344796)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.5.0
+pkgrel=16
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('87861cddb353262630e4370e12e508224b3c14e128082909b4b35f0526dfe648a744d68cc27f77f2f8bb098af37a2af7bdc805d88018bba5e48b6c1ff1749f10')
+
+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 \
+--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
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+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 shellcheck/trunk (PKGBUILD)

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:13:18
  Author: felixonmars
Revision: 344795

upgpkg: shellcheck 0.5.0-16

rebuild with tasty-golden 2.3.2

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:11:39 UTC (rev 344794)
+++ PKGBUILD2018-06-23 06:13:18 UTC (rev 344795)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.5.0
-pkgrel=15
+pkgrel=16
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:11:22
  Author: felixonmars
Revision: 344793

upgpkg: postgrest 0.4.4.0-170

rebuild with tasty-golden 2.3.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:09:35 UTC (rev 344792)
+++ PKGBUILD2018-06-23 06:11:22 UTC (rev 344793)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.4.0
-pkgrel=169
+pkgrel=170
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:11:39
  Author: felixonmars
Revision: 344794

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 344793, postgrest/trunk/PKGBUILD)

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 344793, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:11:39 UTC (rev 344794)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.4.0
+pkgrel=170
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 
'haskell-gitrev'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific'
+ 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-wai'
+ 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+
+sed -i '/import\s*Safe/d' $pkgname-$pkgver/src/PostgREST/App.hs
+sed -i '/safe/d' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+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
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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-crossref/repos (2 files)

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:09:35
  Author: felixonmars
Revision: 344792

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 344791, pandoc-crossref/trunk/PKGBUILD)

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
344791, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:09:35 UTC (rev 344792)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.2.1
+pkgrel=3
+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-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' '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=('224218d3a559fc6a2b574c4f62a7e99f28c25abb20f7fc2eb6b318f388d0c3e65f690c03b687964d50bb4fc87a77d79a6bebb20c196cd93f884f12c43ce1c68e')
+
+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() {
+# 
https://github.com/lierdakil/pandoc-crossref/issues/181#issuecomment-398269601
+cd $pkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+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 pandoc-crossref/trunk (PKGBUILD)

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:09:19
  Author: felixonmars
Revision: 344791

upgpkg: pandoc-crossref 0.3.2.1-3

rebuild with tasty-golden 2.3.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:08:24 UTC (rev 344790)
+++ PKGBUILD2018-06-23 06:09:19 UTC (rev 344791)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.2.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:08:24
  Author: felixonmars
Revision: 344790

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 344789, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
344789, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:08:24 UTC (rev 344790)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.3.0
+pkgrel=24
+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-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ '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=('287112e1cb7ac4c06f976ee77fe6b64605c96f04e78c366cffdc24d435f57d37c06543e180476a23bd5e7a42a54e4b30a08ad5e4a8aec5fd97052503691574fc')
+
+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 haskell-hakyll/trunk (PKGBUILD)

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:08:08
  Author: felixonmars
Revision: 344789

upgpkg: haskell-hakyll 4.12.3.0-24

rebuild with tasty-golden 2.3.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:06:41 UTC (rev 344788)
+++ PKGBUILD2018-06-23 06:08:08 UTC (rev 344789)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.3.0
-pkgrel=23
+pkgrel=24
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:06:25
  Author: felixonmars
Revision: 344787

upgpkg: pandoc-citeproc 0.14.3.1-49

rebuild with tasty-golden 2.3.2

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 06:03:51 UTC (rev 344786)
+++ PKGBUILD2018-06-23 06:06:25 UTC (rev 344787)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.14.3.1
-pkgrel=48
+pkgrel=49
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("custom:BSD3")


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

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:06:41
  Author: felixonmars
Revision: 344788

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 344787, pandoc-citeproc/trunk/PKGBUILD)

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
344787, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:06:41 UTC (rev 344788)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.14.3.1
+pkgrel=49
+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-old-locale' 
'pandoc'
+ 'haskell-pandoc-types' 'haskell-rfc5051' 'haskell-setenv' 
'haskell-split'
+ 'haskell-syb' 'haskell-tagsoup' 'haskell-temporary' '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/repos (2 files)

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:03:51
  Author: felixonmars
Revision: 344786

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 344785, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-06-23 06:03:51 UTC (rev 344786)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc
+pkgver=2.2.1
+pkgrel=40
+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-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-texmath'
+ 'haskell-network' 'haskell-pandoc-types' '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;
+
https://github.com/jgm/pandoc/commit/edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch)
+sha512sums=('84af51e180bcf8f0c11e67d8031d11a4b60c6061736a48c21e64bc30d0018a0161e3993167111584e384eced18632841b70027fdf29ed9e46427425096bb56b1'
+
'9e19d24d98a173622a00993c0a5b57f2a8e02f9c117572fa25863dba23fd25cd9d56ccddbf4213c608747c89b17f657f0f769c777d5c12dbb99532e3ab23dabe')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+patch -p1 -i ../edcfbccf5dbef7d64b498376b457cc0e44fd275c.patch
+
+# TODO: find a better solution
+sed -i "s|let env' = dynlibEnv ++ |let env' = dynlibEnv ++ 
[(\"LD_LIBRARY_PATH\", \"$PWD/dist/build\")] ++ |" test/Tests/Command.hs
+sed -i 's/<.*1.1/<2/' $pkgname.cabal
+}
+
+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}"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+}
+
+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/trunk (PKGBUILD)

2018-06-23 Thread Felix Yan via arch-commits
Date: Saturday, June 23, 2018 @ 06:03:34
  Author: felixonmars
Revision: 344785

upgpkg: pandoc 2.2.1-40

rebuild with tasty-golden 2.3.2

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-06-23 05:58:36 UTC (rev 344784)
+++ PKGBUILD2018-06-23 06:03:34 UTC (rev 344785)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc
 pkgver=2.2.1
-pkgrel=39
+pkgrel=40
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")