[arch-commits] Commit in beats/repos/community-x86_64 (27 files)

2018-09-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, September 14, 2018 @ 15:31:42
  Author: mtorromeo
Revision: 380910

archrelease: copy trunk to community-x86_64

Added:
  beats/repos/community-x86_64/PKGBUILD
(from rev 380909, beats/trunk/PKGBUILD)
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
(from rev 380909, beats/trunk/auditbeat-tmpfile.conf)
  beats/repos/community-x86_64/auditbeat.install
(from rev 380909, beats/trunk/auditbeat.install)
  beats/repos/community-x86_64/auditbeat.service
(from rev 380909, beats/trunk/auditbeat.service)
  beats/repos/community-x86_64/filebeat-tmpfile.conf
(from rev 380909, beats/trunk/filebeat-tmpfile.conf)
  beats/repos/community-x86_64/filebeat.service
(from rev 380909, beats/trunk/filebeat.service)
  beats/repos/community-x86_64/filebeat.sysusers
(from rev 380909, beats/trunk/filebeat.sysusers)
  beats/repos/community-x86_64/golang-crypto.patch
(from rev 380909, beats/trunk/golang-crypto.patch)
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
(from rev 380909, beats/trunk/heartbeat-tmpfile.conf)
  beats/repos/community-x86_64/heartbeat.service
(from rev 380909, beats/trunk/heartbeat.service)
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
(from rev 380909, beats/trunk/metricbeat-tmpfile.conf)
  beats/repos/community-x86_64/metricbeat.service
(from rev 380909, beats/trunk/metricbeat.service)
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
(from rev 380909, beats/trunk/packetbeat-tmpfile.conf)
  beats/repos/community-x86_64/packetbeat.service
(from rev 380909, beats/trunk/packetbeat.service)
Deleted:
  beats/repos/community-x86_64/PKGBUILD
  beats/repos/community-x86_64/auditbeat-tmpfile.conf
  beats/repos/community-x86_64/auditbeat.install
  beats/repos/community-x86_64/auditbeat.service
  beats/repos/community-x86_64/filebeat-tmpfile.conf
  beats/repos/community-x86_64/filebeat.service
  beats/repos/community-x86_64/filebeat.sysusers
  beats/repos/community-x86_64/heartbeat-tmpfile.conf
  beats/repos/community-x86_64/heartbeat.service
  beats/repos/community-x86_64/metricbeat-tmpfile.conf
  beats/repos/community-x86_64/metricbeat.service
  beats/repos/community-x86_64/packetbeat-tmpfile.conf
  beats/repos/community-x86_64/packetbeat.service

-+
 PKGBUILD|  347 --
 auditbeat-tmpfile.conf  |4 
 auditbeat.install   |   12 -
 auditbeat.service   |   22 +-
 filebeat-tmpfile.conf   |4 
 filebeat.service|   24 +--
 filebeat.sysusers   |2 
 golang-crypto.patch |  131 +
 heartbeat-tmpfile.conf  |4 
 heartbeat.service   |   22 +-
 metricbeat-tmpfile.conf |4 
 metricbeat.service  |   22 +-
 packetbeat-tmpfile.conf |4 
 packetbeat.service  |   22 +-
 14 files changed, 389 insertions(+), 235 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 15:31:13 UTC (rev 380909)
+++ PKGBUILD2018-09-14 15:31:42 UTC (rev 380910)
@@ -1,162 +0,0 @@
-# Maintainer: Massimiliano Torromeo 
-# Contributor: Tyler Langlois 
-
-pkgbase=beats
-pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.3.2
-pkgrel=1
-pkgdesc='Data shippers for Elasticsearch'
-arch=('x86_64')
-url='https://www.elastic.co/products/beats'
-license=('APACHE')
-depends=('glibc')
-makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
-optdepends=('elasticsearch: for standalone installation'
-'python: for migration script')
-options=('!strip')
-source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz;
-"filebeat.sysusers"
-"filebeat.service"
-"packetbeat.service"
-"metricbeat.service"
-"heartbeat.service"
-"auditbeat.service"
-"filebeat-tmpfile.conf"
-"packetbeat-tmpfile.conf"
-"metricbeat-tmpfile.conf"
-"heartbeat-tmpfile.conf"
-"auditbeat-tmpfile.conf")
-sha256sums=('2eb116df314ab780f75da928ac41f379c677b5251a584b04e99817190f95d1ed'
-'33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
-'4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
-'9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
-'26b123acd96808162a7f827ce6f0e9669140c2665fc28d76583a15996fbf853d'
-'212cb4ab5a02d7078025f7d1f50f48e5caa25debce0852cf68cd8f89ed0a8d09'
-'b7f1c61950f21c7fab31166c68d4a9e5027f0c5bcc40a97913d6d89eaf643b85'
-'ec999a29bc19d1b36b84e03cbd7b00b29d3e08c97ca03043b9fd6bfbe04c5e2d'
-'3f3ead4168d5b4953cca883d8a3c4552c26a75f52cedfcf6c7785bfd7bbae3c4'
-'cb927141d3bed94cb5570789dd9fc97713e967580ee354ff393020811f087dca'
-'9629931db8455891f0a6e9f9c91272716f2b47ec88f8a49e601423a16c7cdba5'
-'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
-

[arch-commits] Commit in beats/trunk (PKGBUILD golang-crypto.patch)

2018-09-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, September 14, 2018 @ 15:31:13
  Author: mtorromeo
Revision: 380909

upgpkg: beats 6.4.0-1

Added:
  beats/trunk/golang-crypto.patch
Modified:
  beats/trunk/PKGBUILD

-+
 PKGBUILD|   63 
 golang-crypto.patch |  131 ++
 2 files changed, 174 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 14:10:00 UTC (rev 380908)
+++ PKGBUILD2018-09-14 15:31:13 UTC (rev 380909)
@@ -3,7 +3,7 @@
 
 pkgbase=beats
 pkgname=(filebeat packetbeat metricbeat heartbeat-elastic auditbeat)
-pkgver=6.3.2
+pkgver=6.4.0
 pkgrel=1
 pkgdesc='Data shippers for Elasticsearch'
 arch=('x86_64')
@@ -13,8 +13,8 @@
 makedepends=('go-pie' 'git' 'libpcap' 'rsync' 'python')
 optdepends=('elasticsearch: for standalone installation'
 'python: for migration script')
-options=('!strip')
 
source=("https://github.com/elastic/beats/archive/v$pkgver/beats-$pkgver.tar.gz;
+"golang-crypto.patch" # golang/crypto patch
 "filebeat.sysusers"
 "filebeat.service"
 "packetbeat.service"
@@ -26,7 +26,8 @@
 "metricbeat-tmpfile.conf"
 "heartbeat-tmpfile.conf"
 "auditbeat-tmpfile.conf")
-sha256sums=('2eb116df314ab780f75da928ac41f379c677b5251a584b04e99817190f95d1ed'
+sha256sums=('970718690fba96efec8ea54fa24939b7216434f55465273a31e3850d3af08ee3'
+'75583a195b43d7345449bbac60359bf54661ccbd699386a6e59bb483c6054338'
 '33feb3690f8b31563cc1e2da557c2aa326501ce9ccd7e0a142036902bfdb05ff'
 '4d5394cfe3299c9a6af5ac34c1ad4bcdc2e79162379cccbf00fb414eb28253c0'
 '9f4e33fc768d3500fa3428dcbfda241c6473a2cae8cc4dbadf8f61ca9f2bbec5'
@@ -40,10 +41,18 @@
 'dcdf1be6acda30cc3e8949b5affbc1fe7b0a1efc2a08dfe2f878d6eb6de84d38')
 
 prepare() {
-cd beats-$pkgver
+export GOPATH="$srcdir"/gopath
+mkdir -p "$GOPATH"
+go get golang.org/x/sys/cpu
 
+cd "$srcdir"/beats-$pkgver/vendor/golang.org/x/crypto
+patch -p1 -i "$srcdir"/golang-crypto.patch
+
+cd "$srcdir"/beats-$pkgver
+
 # Avoid installing extraneous configs
 sed '/[- ]win/d ; /[- ]darwin/d ; /[- ]binary/d' -i */Makefile
+
 # Install the Linux config as default
 sed -r 's#/([a-z]+)-linux.yml#/\1.yml#' -i */Makefile
 
@@ -51,29 +60,40 @@
 LANG=C _t="$(date -r Makefile +'%Y-%m-%d %k:%M:%S')"
 touch -m -d "$_t" */Makefile
 
+# Use version instead of commit id
+sed -ri "s/^COMMIT_ID=.*/COMMIT_ID=$pkgver/" libbeat/scripts/Makefile
+
 # Workaround to place extracted release into GOPATH
-mkdir -p "$srcdir"/gopath/src/github.com/elastic
+mkdir -p "$GOPATH"/src/github.com/elastic
 ln -sf "$srcdir"/beats-$pkgver \
-"$srcdir"/gopath/src/github.com/elastic/beats
+"$GOPATH"/src/github.com/elastic/beats
 }
 
 build() {
 export GOPATH="$srcdir"/gopath
+export PATH="$GOPATH/bin:$PATH"
 
-cd "$srcdir"/beats-$pkgver/libbeat
+cd "$GOPATH"/src/github.com/elastic/beats
+git init # git root required by one of the build scripts
+
+cd libbeat
 make fields
 
 for beat in ${pkgname[@]}; do
 beat="${beat%-elastic}"
 msg2 "Building $beat..."
-cd "$srcdir"/beats-$pkgver/$beat
+cd ../$beat
 make
 
+if [ ! -d _meta/kibana ]; then
+make kibana
+mv _meta/kibana{.generated,}
+fi
+
 case "$beat" in
 filebeat|metricbeat|auditbeat)
 cp _meta/fields.common.yml _meta/fields.generated.yml
 python ../metricbeat/scripts/fields_collector.py >> 
_meta/fields.generated.yml
-make kibana
 ;;
 
 packetbeat)
@@ -87,9 +107,6 @@
 
 cat ../libbeat/_meta/fields.generated.yml _meta/fields.generated.yml > 
fields.yml
 done
-
-cd "$srcdir"/beats-$pkgver/filebeat
-make modules
 }
 
 _do_package_beat() {
@@ -99,11 +116,10 @@
 
 install -dm755 
"$pkgdir"/{etc,usr/share,usr/share/licenses,var/lib}/$_pkgname
 
-cd beats-$pkgver/$_pkgname
-make install-home HOME_PREFIX="$pkgdir"/usr/share/$_pkgname
+cd "$srcdir"/beats-$pkgver
+install -Dm644 NOTICE.txt "$pkgdir"/usr/share/licenses/$pkgname/NOTICE.txt
 
-rm "$pkgdir"/usr/share/$_pkgname/LICENSE.txt
-mv "$pkgdir"/usr/share/{,licenses/}$_pkgname/NOTICE.txt
+cd $_pkgname
 
 cp $_pkgname.{yml,reference.yml} "$pkgdir"/etc/$_pkgname
 install -Dm644 fields.yml "$pkgdir"/etc/$_pkgname/fields.yml
@@ -114,6 +130,17 @@
"$pkgdir"/usr/lib/systemd/system/$_pkgname.service
 install -Dm644 "$srcdir"/$_pkgname-tmpfile.conf \
"$pkgdir"/usr/lib/tmpfiles.d/$_pkgname.conf
+
+cp -R _meta/kibana "$pkgdir"/usr/share/$_pkgname/
+
+if [ -d module ]; then
+cp -R module "$pkgdir"/usr/share/$_pkgname/
+rm -rf 

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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 15:51:18
  Author: heftig
Revision: 334566

3.30.0+25+g179cd0a3c-1

Modified:
  gnome-shell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 15:48:31 UTC (rev 334565)
+++ PKGBUILD2018-09-14 15:51:18 UTC (rev 334566)
@@ -3,7 +3,7 @@
 # Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
@@ -17,7 +17,7 @@
 optdepends=('gnome-control-center: System settings'
 'evolution-data-server: Evolution calendar integration')
 groups=(gnome)
-_commit=b087752b5539a8cbb1d61979cb069aef8a3475be  # master
+_commit=179cd0a3c85596481cd6ab0203fecaa8cf7dd6ef  # master
 source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
 "git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
 sha256sums=('SKIP'


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 16:59:38
  Author: felixonmars
Revision: 380926

upgpkg: haskell-hpack 0.31.0-1

rebuild with hpack 0.31.0

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 16:59:29 UTC (rev 380925)
+++ PKGBUILD2018-09-14 16:59:38 UTC (rev 380926)
@@ -4,8 +4,8 @@
 
 pkgname=haskell-hpack
 _hkgname=hpack
-pkgver=0.30.0
-pkgrel=8
+pkgver=0.31.0
+pkgrel=1
 pkgdesc="A modern format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")
@@ -17,7 +17,7 @@
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
  'haskell-mockery' 'haskell-temporary')
 
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
-sha512sums=('76cf9c682293e4d9b906fc875ef400ccebc483f7c5db2a5a16b9a85cae1cf6a52daed1a89859a3e377172ef2385ff307d2a963a2b12dbc66381ddbd6b7bdb258')
+sha512sums=('02ba5f7716d9ea2b9131c91815c33e20ea8e2a934128e81cfe69488918b1e421badb22589c7728794e16be25e59231bb937d32c5ee826e44a31f092320e5a6f3')
 
 build() {
   cd $_hkgname-$pkgver


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

2018-09-14 Thread Filipe Laíns via arch-commits
Date: Friday, September 14, 2018 @ 16:59:29
  Author: ffy00
Revision: 380925

fix NAME/NAME_SHORT

Modified:
  code/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 16:58:42 UTC (rev 380924)
+++ PKGBUILD2018-09-14 16:59:29 UTC (rev 380925)
@@ -62,8 +62,8 @@
 
   # Patch appdata and desktop file
   sed -i 's|/usr/share/@@NAME@@/@@NAME@@|@@NAME@@|g
-  s|@@NAME_SHORT@@|Code - OSS|g
-  s|@@NAME_LONG@@|Code|g
+  s|@@NAME_SHORT@@|Code|g
+  s|@@NAME_LONG@@|Code - OSS|g
   s|@@NAME@@|code-oss|g
   s|@@ICON@@|code-oss|g
   s|@@LICENSE@@|MIT|g


[arch-commits] Commit in haskell-ghc-typelits-extra/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 16:57:14
  Author: felixonmars
Revision: 380922

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 380921, haskell-ghc-typelits-extra/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD 
(from rev 380921, haskell-ghc-typelits-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-14 16:57:14 UTC (rev 380922)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-extra
+pkgname=haskell-ghc-typelits-extra
+pkgver=0.3
+pkgrel=1
+pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-extra;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6dfc55b978d0c65445fa9dc1f8aebdc311d4690b506398d31bc9dd6da303ece34f8b08270eb14882b3e1c823ec12ccaa537020e592bbcf4ac901db0ca99fe3ee')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 curl/trunk (PKGBUILD)

2018-09-14 Thread Dave Reisner via arch-commits
Date: Friday, September 14, 2018 @ 15:20:03
  Author: dreisner
Revision: 334562

upgpkg: curl 7.61.1-2

- Rebuild against openssl 1.1.1 headers to enable TLSv1.3 support

Modified:
  curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 14:45:48 UTC (rev 334561)
+++ PKGBUILD2018-09-14 15:20:03 UTC (rev 334562)
@@ -6,7 +6,7 @@
 
 pkgname=curl
 pkgver=7.61.1
-pkgrel=1
+pkgrel=2
 pkgdesc="An URL retrieval utility and library"
 arch=('x86_64')
 url="https://curl.haxx.se;


[arch-commits] Commit in gtk3/repos/testing-x86_64 (12 files)

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 15:52:01
  Author: heftig
Revision: 334568

archrelease: copy trunk to testing-x86_64

Added:
  gtk3/repos/testing-x86_64/PKGBUILD
(from rev 334567, gtk3/trunk/PKGBUILD)
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
(from rev 334567, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
(from rev 334567, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
(from rev 334567, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/testing-x86_64/gtk3.install
(from rev 334567, gtk3/trunk/gtk3.install)
  gtk3/repos/testing-x86_64/settings.ini
(from rev 334567, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/testing-x86_64/PKGBUILD
  gtk3/repos/testing-x86_64/gtk-query-immodules-3.0.hook
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/testing-x86_64/gtk-update-icon-cache.script
  gtk3/repos/testing-x86_64/gtk3.install
  gtk3/repos/testing-x86_64/settings.ini

--+
 PKGBUILD |  165 -
 gtk-query-immodules-3.0.hook |   22 ++---
 gtk-update-icon-cache.hook   |   26 +++---
 gtk-update-icon-cache.script |   20 ++--
 gtk3.install |6 -
 settings.ini |8 -
 6 files changed, 123 insertions(+), 124 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 15:51:48 UTC (rev 334567)
+++ PKGBUILD2018-09-14 15:52:01 UTC (rev 334568)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.0+9+g4858f4b46e
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(x86_64)
-url="https://www.gtk.org/;
-depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
- libxcomposite libxdamage pango shared-mime-info at-spi2-atk wayland 
libxkbcommon
- adwaita-icon-theme json-glib librsvg wayland-protocols 
desktop-file-utils mesa
- cantarell-fonts colord rest libcups libcanberra)
-makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
-license=(LGPL)
-_commit=4858f4b46ef19db884afb71957fe1d6a67d88915  # gtk-3-24
-source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
-settings.ini
-gtk-query-immodules-3.0.hook
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('SKIP'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'f1d3a0dbfd82f7339301abecdbe5f024337919b48bd0e09296bb0e79863b2541')
-
-pkgver() {
-  cd gtk
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd gtk
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd gtk
-
-  CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend \
---enable-gtk-doc
-
-  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-package_gtk3() {
-  depends+=(gtk-update-icon-cache)
-  provides=(gtk3-print-backends)
-  conflicts=(gtk3-print-backends)
-  replaces=("gtk3-print-backends<=3.22.26-1")
-  install=gtk3.install
-
-  DESTDIR="$pkgdir" make -C gtk install
-
-  install -Dt "$pkgdir/usr/share/gtk-3.0" -m644 settings.ini
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-query-immodules-3.0.hook
-
-  # split this out to use with gtk2 too
-  mv "$pkgdir/usr/bin/gtk-update-icon-cache" "$srcdir"
-}
-
-package_gtk-update-icon-cache() {
-  pkgdesc="GTK+ icon cache updater"
-  depends=(gdk-pixbuf2 librsvg hicolor-icon-theme)
-
-  install -Dt "$pkgdir/usr/bin" gtk-update-icon-cache
-  install -Dt "$pkgdir/usr/share/libalpm/hooks" -m644 
gtk-update-icon-cache.hook
-  install -D gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gtk3/repos/testing-x86_64/PKGBUILD (from rev 334567, 
gtk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 15:52:01 UTC (rev 334568)
@@ -0,0 +1,82 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgbase=gtk3
+pkgname=(gtk3 gtk-update-icon-cache)
+pkgver=3.24.0+33+g8fd2d461fc
+pkgrel=1
+pkgdesc="GObject-based multi-platform GUI toolkit"
+arch=(x86_64)
+url="https://www.gtk.org/;
+depends=(atk cairo libxcursor libxinerama libxrandr libxi libepoxy gdk-pixbuf2 
dconf
+ libxcomposite libxdamage pango 

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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 15:51:48
  Author: heftig
Revision: 334567

archrelease: copy trunk to testing-x86_64

Added:
  gnome-shell/repos/testing-x86_64/PKGBUILD
(from rev 334566, gnome-shell/trunk/PKGBUILD)
Deleted:
  gnome-shell/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 15:51:18 UTC (rev 334566)
+++ PKGBUILD2018-09-14 15:51:48 UTC (rev 334567)
@@ -1,52 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
-arch=(x86_64)
-license=(GPL2)
-depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
- gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
- mutter nm-connection-editor unzip gstreamer libibus)
-makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
- sassc)
-optdepends=('gnome-control-center: System settings'
-'evolution-data-server: Evolution calendar integration')
-groups=(gnome)
-_commit=b087752b5539a8cbb1d61979cb069aef8a3475be  # master
-source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
-"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
-sha256sums=('SKIP'
-'SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # Move the plugin to our custom epiphany-only dir
-  sed -i "s/'mozilla'/'epiphany'/g" meson.build
-
-  git submodule init
-  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
-  git submodule update
-}
-  
-build() {
-  arch-meson $pkgname build -D gtk_doc=true
-  ninja -C build
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-
-  # https://bugs.archlinux.org/task/37412
-  mkdir "$pkgdir/usr/share/gnome-shell/modes"
-}

Copied: gnome-shell/repos/testing-x86_64/PKGBUILD (from rev 334566, 
gnome-shell/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 15:51:48 UTC (rev 334567)
@@ -0,0 +1,52 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+# Contributor: Flamelab https://wiki.gnome.org/Projects/GnomeShell;
+arch=(x86_64)
+license=(GPL2)
+depends=(accountsservice gcr gjs gnome-bluetooth upower gnome-session 
gnome-settings-daemon
+ gnome-themes-extra gsettings-desktop-schemas libcanberra-pulse 
libcroco libgdm libsecret
+ mutter nm-connection-editor unzip gstreamer libibus)
+makedepends=(gtk-doc gnome-control-center evolution-data-server 
gobject-introspection git meson
+ sassc)
+optdepends=('gnome-control-center: System settings'
+'evolution-data-server: Evolution calendar integration')
+groups=(gnome)
+_commit=179cd0a3c85596481cd6ab0203fecaa8cf7dd6ef  # master
+source=("git+https://gitlab.gnome.org/GNOME/gnome-shell.git#commit=$_commit;
+"git+https://gitlab.gnome.org/GNOME/libgnome-volume-control.git;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # Move the plugin to our custom epiphany-only dir
+  sed -i "s/'mozilla'/'epiphany'/g" meson.build
+
+  git submodule init
+  git config --local submodule.subprojects/gvc.url 
"$srcdir/libgnome-volume-control"
+  git submodule update
+}
+  
+build() {
+  arch-meson $pkgname build -D gtk_doc=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+
+  # https://bugs.archlinux.org/task/37412
+  mkdir "$pkgdir/usr/share/gnome-shell/modes"
+}


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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 15:52:09
  Author: heftig
Revision: 334569

archrelease: copy trunk to testing-x86_64

Added:
  gpaste/repos/testing-x86_64/PKGBUILD
(from rev 334568, gpaste/trunk/PKGBUILD)
Deleted:
  gpaste/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 15:52:01 UTC (rev 334568)
+++ PKGBUILD2018-09-14 15:52:09 UTC (rev 334569)
@@ -1,44 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=gpaste
-pkgver=3.30.0
-pkgrel=1
-pkgdesc="Clipboard management system"
-url="http://www.imagination-land.org/tags/GPaste.html;
-license=(BSD)
-arch=(x86_64)
-depends=(gtk3)
-makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
-optdepends=("wgetpaste: Upload clipboard contents")
-_commit=56327893b0679af225ba4e169eead9f54c009dc8  # tags/v3.30.0^0
-source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^v//;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
---enable-vala
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  install -Dt "$pkgdir/usr/share/licenses/$pkgname" COPYING
-}

Copied: gpaste/repos/testing-x86_64/PKGBUILD (from rev 334568, 
gpaste/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 15:52:09 UTC (rev 334569)
@@ -0,0 +1,44 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gpaste
+pkgver=3.30.1
+pkgrel=1
+pkgdesc="Clipboard management system"
+url="http://www.imagination-land.org/tags/GPaste.html;
+license=(BSD)
+arch=(x86_64)
+depends=(gtk3)
+makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
+optdepends=("wgetpaste: Upload clipboard contents")
+_commit=85788ac73e53130d9b70075e02f1df614e2e  # tags/v3.30.1^0
+source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
+--enable-vala
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  install -Dt "$pkgdir/usr/share/licenses/$pkgname" COPYING
+}


[arch-commits] Commit in haskell-ghc-typelits-knownnat/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 16:55:51
  Author: felixonmars
Revision: 380918

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/
  haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/PKGBUILD
(from rev 380917, haskell-ghc-typelits-knownnat/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-knownnat/repos/community-staging-x86_64/PKGBUILD 
(from rev 380917, haskell-ghc-typelits-knownnat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-14 16:55:51 UTC (rev 380918)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-knownnat
+pkgname=haskell-ghc-typelits-knownnat
+pkgver=0.6
+pkgrel=1
+pkgdesc="Derive KnownNat constraints from other KnownNat constraints"
+url="https://github.com/clash-lang/ghc-typelits-knownnat;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('2df9ebb1cb79bb474db7f18284f9eaa5e5f7501def732a05909a3e3c03cc0a2a105cf1b9d0451b0c20d0c36da43a739e5bfb77524c523ad7b76630bb51676abb')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 urh/trunk (PKGBUILD)

2018-09-14 Thread Filipe Laíns via arch-commits
Date: Friday, September 14, 2018 @ 16:56:37
  Author: ffy00
Revision: 380919

upgpkg: urh 2.2.4-4

Modified:
  urh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 16:55:51 UTC (rev 380918)
+++ PKGBUILD2018-09-14 16:56:37 UTC (rev 380919)
@@ -3,14 +3,14 @@
 
 pkgname=urh
 pkgver=2.2.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Universal Radio Hacker: investigate wireless protocols like a boss"
 arch=('x86_64')
 url="https://github.com/jopohl/urh;
 license=('GPL3')
-depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'python-pyzmq')
-makedepends=('gcc' 'python-setuptools' 'cython'
- 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'python-pyzmq' 
'cython')
+makedepends=('gcc' 'python-setuptools'
+ 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr') # Optional
 checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
 optdepends=('airspy: for native airspy backend'
 'cython: for recompiling native backends right from inside URH'
@@ -41,10 +41,10 @@
 package() {
   cd $pkgname-$pkgver
 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python setup.py install --root="$pkgdir" -O1 --skip-build
 
   install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
   install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
 }
 


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

2018-09-14 Thread Filipe Laíns via arch-commits
Date: Friday, September 14, 2018 @ 16:56:42
  Author: ffy00
Revision: 380920

archrelease: copy trunk to community-x86_64

Added:
  urh/repos/community-x86_64/PKGBUILD
(from rev 380919, urh/trunk/PKGBUILD)
Deleted:
  urh/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 16:56:37 UTC (rev 380919)
+++ PKGBUILD2018-09-14 16:56:42 UTC (rev 380920)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Pohl 
-
-pkgname=urh
-pkgver=2.2.4
-pkgrel=3
-pkgdesc="Universal Radio Hacker: investigate wireless protocols like a boss"
-arch=('x86_64')
-url="https://github.com/jopohl/urh;
-license=('GPL3')
-depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'python-pyzmq')
-makedepends=('gcc' 'python-setuptools' 'cython'
- 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr')
-checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
-optdepends=('airspy: for native airspy backend'
-'cython: for recompiling native backends right from inside URH'
-'hackrf: for native hackrf backend'
-'libuhd: for native USRP backend'
-'limesuite: for native LimeSDR backend'
-'rtl-sdr: for native RTL-SDR backend'
-'rfcat-hg: for rfcat plugin'
-'gnuradio: for USRP gnuradio backend'
-'gnuradio-osmosdr: for more gnuradio device backends'
-'python-pyaudio: for soundcard support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
-sha512sums=('082cb70aa2594d92c8334dd0676bbe05f087a9f5d79ae526330fcac3c782467135b3eb987de8571b7ae9a53b2d32c1ccba4dbb0515b52a73b3c0358790792e33')
-
-build() {
-  cd $pkgname-$pkgver
-
-  python setup.py build build_ext
-  python src/urh/cythonext/build.py
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  xvfb-run pytest --boxed
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-
-  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
-  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
-  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README.md
-}
-

Copied: urh/repos/community-x86_64/PKGBUILD (from rev 380919, 
urh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 16:56:42 UTC (rev 380920)
@@ -0,0 +1,50 @@
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Pohl 
+
+pkgname=urh
+pkgver=2.2.4
+pkgrel=4
+pkgdesc="Universal Radio Hacker: investigate wireless protocols like a boss"
+arch=('x86_64')
+url="https://github.com/jopohl/urh;
+license=('GPL3')
+depends=('python' 'python-pyqt5' 'python-numpy' 'python-psutil' 'python-pyzmq' 
'cython')
+makedepends=('gcc' 'python-setuptools'
+ 'airspy' 'hackrf' 'libuhd' 'limesuite' 'rtl-sdr') # Optional
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 'xorg-server-xvfb')
+optdepends=('airspy: for native airspy backend'
+'cython: for recompiling native backends right from inside URH'
+'hackrf: for native hackrf backend'
+'libuhd: for native USRP backend'
+'limesuite: for native LimeSDR backend'
+'rtl-sdr: for native RTL-SDR backend'
+'rfcat-hg: for rfcat plugin'
+'gnuradio: for USRP gnuradio backend'
+'gnuradio-osmosdr: for more gnuradio device backends'
+'python-pyaudio: for soundcard support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jopohl/urh/archive/v$pkgver.tar.gz;)
+sha512sums=('082cb70aa2594d92c8334dd0676bbe05f087a9f5d79ae526330fcac3c782467135b3eb987de8571b7ae9a53b2d32c1ccba4dbb0515b52a73b3c0358790792e33')
+
+build() {
+  cd $pkgname-$pkgver
+
+  python setup.py build build_ext
+  python src/urh/cythonext/build.py
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  xvfb-run pytest --boxed
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  python setup.py install --root="$pkgdir" -O1 --skip-build
+
+  install -Dm644 ./data/urh.desktop 
"$pkgdir"/usr/share/applications/urh.desktop
+  install -Dm 644 data/icons/appicon.png "$pkgdir"/usr/share/pixmaps/urh.png
+  install -Dm 644 README.md "$pkgdir"/usr/share/doc/$pkgname/README
+}
+


[arch-commits] Commit in haskell-ghc-typelits-extra/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 16:56:45
  Author: felixonmars
Revision: 380921

upgpkg: haskell-ghc-typelits-extra 0.3-1

rebuild with ghc-typelits-knownnat 0.6, ghc-typelits-extra 0.3

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 16:56:42 UTC (rev 380920)
+++ PKGBUILD2018-09-14 16:56:45 UTC (rev 380921)
@@ -2,7 +2,7 @@
 
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
-pkgver=0.2.6
+pkgver=0.3
 pkgrel=1
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra;
@@ -12,7 +12,7 @@
  'haskell-ghc-typelits-natnormalise')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('8cb2a7caf74a13023c874790ed0952b7cc69b132d170680c648f67d7116531dc5950669005af2c0fcddb8c115e94763c092b74beff6ca7d2e5469007b1dc6eeb')
+sha512sums=('6dfc55b978d0c65445fa9dc1f8aebdc311d4690b506398d31bc9dd6da303ece34f8b08270eb14882b3e1c823ec12ccaa537020e592bbcf4ac901db0ca99fe3ee')
 
 build() {
 cd $_hkgname-$pkgver


[arch-commits] Commit in haskell-ghc-typelits-knownnat/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 16:55:24
  Author: felixonmars
Revision: 380917

upgpkg: haskell-ghc-typelits-knownnat 0.6-1

rebuild with ghc-typelits-knownnat 0.6, ghc-typelits-extra 0.3

Modified:
  haskell-ghc-typelits-knownnat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 16:52:21 UTC (rev 380916)
+++ PKGBUILD2018-09-14 16:55:24 UTC (rev 380917)
@@ -2,7 +2,7 @@
 
 _hkgname=ghc-typelits-knownnat
 pkgname=haskell-ghc-typelits-knownnat
-pkgver=0.5.1
+pkgver=0.6
 pkgrel=1
 pkgdesc="Derive KnownNat constraints from other KnownNat constraints"
 url="https://github.com/clash-lang/ghc-typelits-knownnat;
@@ -11,7 +11,7 @@
 depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-natnormalise')
 makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit' 
'haskell-tasty-quickcheck')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('47b35ddaa892180e6a1b8755f183c45fea3bd6a53d6cd741c9aa0c36dd9efbdf9693194aceea53a8afe07f7edb218bc606c99569a11447b0a8523ff43f8a0879')
+sha512sums=('2df9ebb1cb79bb474db7f18284f9eaa5e5f7501def732a05909a3e3c03cc0a2a105cf1b9d0451b0c20d0c36da43a739e5bfb77524c523ad7b76630bb51676abb')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 15:42:32
  Author: heftig
Revision: 334564

3.30.1-1

Modified:
  gpaste/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 15:20:20 UTC (rev 334563)
+++ PKGBUILD2018-09-14 15:42:32 UTC (rev 334564)
@@ -1,7 +1,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gpaste
-pkgver=3.30.0
+pkgver=3.30.1
 pkgrel=1
 pkgdesc="Clipboard management system"
 url="http://www.imagination-land.org/tags/GPaste.html;
@@ -10,7 +10,7 @@
 depends=(gtk3)
 makedepends=(intltool vala appstream-glib gobject-introspection gnome-shell 
gnome-control-center git)
 optdepends=("wgetpaste: Upload clipboard contents")
-_commit=56327893b0679af225ba4e169eead9f54c009dc8  # tags/v3.30.0^0
+_commit=85788ac73e53130d9b70075e02f1df614e2e  # tags/v3.30.1^0
 source=("git+https://github.com/keruspe/gpaste#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-09-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, September 14, 2018 @ 16:06:52
  Author: mtorromeo
Revision: 380912

archrelease: copy trunk to community-any

Added:
  percona-toolkit/repos/community-any/PKGBUILD
(from rev 380911, percona-toolkit/trunk/PKGBUILD)
Deleted:
  percona-toolkit/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 16:06:37 UTC (rev 380911)
+++ PKGBUILD2018-09-14 16:06:52 UTC (rev 380912)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: D. Can Celasun 
-# Contributor: Felix Hanley 
-# Contributor: Sławomir Kowalski 
-
-pkgname=percona-toolkit
-pkgver=3.0.11
-pkgrel=1
-pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
-url="https://www.percona.com/software/database-tools/percona-toolkit;
-arch=('any')
-license=('GPL')
-depends=('perl-term-readkey')
-makedepends=('perl-dbd-mysql' 'perl-dbi')
-optdepends=(
-'perl-dbd-mysql: MySQL connections'
-'perl-dbi: MySQL connections'
-)
-options=('!emptydirs' 'purge')
-source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('934500d0fdd5fdb94885ca5d8e96cf386ccec279536eea84b242c5db83023cd6')
-
-build() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
-perl Makefile.PL INSTALLDIRS=vendor
-make
-}
-
-package() {
-cd "$srcdir"/$pkgname-$pkgver
-unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
-make install DESTDIR="$pkgdir"
-rm -rf "$pkgdir"/usr/lib
-}

Copied: percona-toolkit/repos/community-any/PKGBUILD (from rev 380911, 
percona-toolkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 16:06:52 UTC (rev 380912)
@@ -0,0 +1,36 @@
+# Maintainer: Massimiliano Torromeo 
+# Contributor: D. Can Celasun 
+# Contributor: Felix Hanley 
+# Contributor: Sławomir Kowalski 
+
+pkgname=percona-toolkit
+pkgver=3.0.12
+pkgrel=1
+pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
+url="https://www.percona.com/software/database-tools/percona-toolkit;
+arch=('any')
+license=('GPL')
+depends=('perl-term-readkey')
+makedepends=('perl-dbd-mysql' 'perl-dbi')
+optdepends=(
+'perl-dbd-mysql: MySQL connections'
+'perl-dbi: MySQL connections'
+)
+options=('!emptydirs' 'purge')
+source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
+sha256sums=('7d15d6b186a0fa6e45a1f9c390fab210b1d18f66d24d58b1bea30d2f59b35e20')
+
+build() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps 
MODULEBUILDRC=/dev/null
+perl Makefile.PL INSTALLDIRS=vendor
+make
+}
+
+package() {
+cd "$srcdir"/$pkgname-$pkgver
+unset PERL5LIB PERL_MM_OPT PERL_LOCAL_LIB_ROOT
+make install DESTDIR="$pkgdir"
+rm -rf "$pkgdir"/usr/lib
+}


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

2018-09-14 Thread Massimiliano Torromeo via arch-commits
Date: Friday, September 14, 2018 @ 16:06:37
  Author: mtorromeo
Revision: 380911

upgpkg: percona-toolkit 3.0.12-1

Modified:
  percona-toolkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 15:31:42 UTC (rev 380910)
+++ PKGBUILD2018-09-14 16:06:37 UTC (rev 380911)
@@ -4,7 +4,7 @@
 # Contributor: Sławomir Kowalski 
 
 pkgname=percona-toolkit
-pkgver=3.0.11
+pkgver=3.0.12
 pkgrel=1
 pkgdesc="Collection of advanced command-line tools to perform a variety of 
MySQL and system tasks."
 url="https://www.percona.com/software/database-tools/percona-toolkit;
@@ -18,7 +18,7 @@
 )
 options=('!emptydirs' 'purge')
 
source=("https://www.percona.com/downloads/$pkgname/$pkgver/source/tarball/$pkgname-$pkgver.tar.gz;)
-sha256sums=('934500d0fdd5fdb94885ca5d8e96cf386ccec279536eea84b242c5db83023cd6')
+sha256sums=('7d15d6b186a0fa6e45a1f9c390fab210b1d18f66d24d58b1bea30d2f59b35e20')
 
 build() {
 cd "$srcdir"/$pkgname-$pkgver


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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 16:34:27
  Author: heftig
Revision: 334571

archrelease: copy trunk to testing-x86_64

Added:
  gjs/repos/testing-x86_64/PKGBUILD
(from rev 334570, gjs/trunk/PKGBUILD)
Deleted:
  gjs/repos/testing-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 16:34:10 UTC (rev 334570)
+++ PKGBUILD2018-09-14 16:34:27 UTC (rev 334571)
@@ -1,53 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Ionut Biru 
-
-pkgname=gjs
-pkgver=1.54.0+17+gb3ab88a7
-pkgrel=1
-epoch=1
-pkgdesc="Javascript Bindings for GNOME"
-url="https://wiki.gnome.org/Projects/Gjs;
-arch=(x86_64)
-license=(GPL)
-depends=(cairo gobject-introspection-runtime js60 gtk3)
-makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
-checkdepends=(valgrind)
-_commit=b3ab88a73d23adfbf5e5b5d0e7de692a15bedaf0  # master
-source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-
-  # We don't have C.UTF-8
-  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  ./configure \
---prefix=/usr \
---libexecdir=/usr/lib \
---disable-static \
---enable-compile-warnings=yes \
---with-xvfb-tests
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname
-  make -j1 check
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: gjs/repos/testing-x86_64/PKGBUILD (from rev 334570, gjs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 16:34:27 UTC (rev 334571)
@@ -0,0 +1,53 @@
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Ionut Biru 
+
+pkgname=gjs
+pkgver=1.54.0+3+g15cf7c29
+pkgrel=1
+epoch=2
+pkgdesc="Javascript Bindings for GNOME"
+url="https://wiki.gnome.org/Projects/Gjs;
+arch=(x86_64)
+license=(GPL)
+depends=(cairo gobject-introspection-runtime js60 gtk3)
+makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
+checkdepends=(valgrind)
+_commit=15cf7c29d32785e3877f529154404b0906cba1f5  # gnome-3-30
+source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  # We don't have C.UTF-8
+  sed -i 's|C\.UTF-8|en_US.UTF-8|g' Makefile-test.am test/test-ci.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib \
+--disable-static \
+--enable-compile-warnings=yes \
+--with-xvfb-tests
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make -j1 check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 16:34:10
  Author: heftig
Revision: 334570

1.54.0+3+g15cf7c29-1

Modified:
  gjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 15:52:09 UTC (rev 334569)
+++ PKGBUILD2018-09-14 16:34:10 UTC (rev 334570)
@@ -2,9 +2,9 @@
 # Contributor: Ionut Biru 
 
 pkgname=gjs
-pkgver=1.54.0+17+gb3ab88a7
+pkgver=1.54.0+3+g15cf7c29
 pkgrel=1
-epoch=1
+epoch=2
 pkgdesc="Javascript Bindings for GNOME"
 url="https://wiki.gnome.org/Projects/Gjs;
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(cairo gobject-introspection-runtime js60 gtk3)
 makedepends=(gobject-introspection git autoconf-archive xorg-server-xvfb)
 checkdepends=(valgrind)
-_commit=b3ab88a73d23adfbf5e5b5d0e7de692a15bedaf0  # master
+_commit=15cf7c29d32785e3877f529154404b0906cba1f5  # gnome-3-30
 source=("git+https://gitlab.gnome.org/GNOME/gjs.git#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-09-14 Thread Dave Reisner via arch-commits
Date: Friday, September 14, 2018 @ 15:20:20
  Author: dreisner
Revision: 334563

archrelease: copy trunk to testing-x86_64

Added:
  curl/repos/testing-x86_64/
  curl/repos/testing-x86_64/PKGBUILD
(from rev 334562, curl/trunk/PKGBUILD)

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

Copied: curl/repos/testing-x86_64/PKGBUILD (from rev 334562, 
curl/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-14 15:20:20 UTC (rev 334563)
@@ -0,0 +1,49 @@
+# Maintainer: Dave Reisner 
+# Contributor: Angel Velasquez 
+# Contributor: Eric Belanger 
+# Contributor: Lucien Immink 
+# Contributor: Daniel J Griffiths 
+
+pkgname=curl
+pkgver=7.61.1
+pkgrel=2
+pkgdesc="An URL retrieval utility and library"
+arch=('x86_64')
+url="https://curl.haxx.se;
+license=('MIT')
+depends=('ca-certificates' 'krb5' 'libssh2' 'openssl' 'zlib' 'libpsl' 
'libnghttp2')
+provides=('libcurl.so')
+options=('strip' 'debug')
+source=("https://curl.haxx.se/download/$pkgname-$pkgver.tar.gz"{,.asc})
+sha512sums=('6469a3ff27623826bf29a9256ba730ae0a5135c20b27377027554e19ed26be6d0225db0101b60e7f12aa22d55eccaa53f4015414ef5736ee6002c6d780ed513f'
+'SKIP')
+validpgpkeys=('27EDEAF22F3ABCEB50DB9A125CC908FDB71E12C2') # Daniel Stenberg
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-ldap \
+  --disable-ldaps \
+  --disable-manual \
+  --enable-ipv6 \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" install -C scripts
+
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}


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

2018-09-14 Thread Johannes Löthberg via arch-commits
Date: Friday, September 14, 2018 @ 16:52:12
  Author: demize
Revision: 380915

upgpkg: rust 1:1.29.0-1

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 16:11:42 UTC (rev 380914)
+++ PKGBUILD2018-09-14 16:52:12 UTC (rev 380915)
@@ -7,7 +7,7 @@
 
 pkgname=('rust' 'rust-docs')
 epoch=1
-pkgver=1.28.0
+pkgver=1.29.0
 pkgrel=1
 
 pkgdesc='Systems programming language focused on safety, speed and concurrency'
@@ -22,7 +22,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('1d5a81729c6f23a0a23b584dd249e35abe9c6f7569cee967cc42b1758ecd6486'
+sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
 'SKIP'
 'ff4890bd733509b0dbb885d69afd578c41fc583af256dcc81e9239339c60b144')
 validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 


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

2018-09-14 Thread Johannes Löthberg via arch-commits
Date: Friday, September 14, 2018 @ 16:52:21
  Author: demize
Revision: 380916

archrelease: copy trunk to community-x86_64

Added:
  rust/repos/community-x86_64/PKGBUILD
(from rev 380915, rust/trunk/PKGBUILD)
  rust/repos/community-x86_64/config.toml
(from rev 380915, rust/trunk/config.toml)
Deleted:
  rust/repos/community-x86_64/PKGBUILD
  rust/repos/community-x86_64/config.toml

-+
 PKGBUILD|  159 --
 config.toml |   54 +--
 2 files changed, 106 insertions(+), 107 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 16:52:12 UTC (rev 380915)
+++ PKGBUILD2018-09-14 16:52:21 UTC (rev 380916)
@@ -1,80 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Alexander F Rødseth 
-# Contributor: Daniel Micay 
-# Contributor: userwithuid 
-
-# Remember to bump lib32-rust as well!
-
-pkgname=('rust' 'rust-docs')
-epoch=1
-pkgver=1.28.0
-pkgrel=1
-
-pkgdesc='Systems programming language focused on safety, speed and concurrency'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
-
-options=('!emptydirs')
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('1d5a81729c6f23a0a23b584dd249e35abe9c6f7569cee967cc42b1758ecd6486'
-'SKIP'
-'ff4890bd733509b0dbb885d69afd578c41fc583af256dcc81e9239339c60b144')
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package_rust() {
-  depends=('gcc-libs' 'curl' 'libssh2')
-  provides=('cargo' 'rustfmt')
-  conflicts=('cargo' 'rustfmt')
-  replaces=('cargo' 'rustfmt')
-
-
-  cd "rustc-$pkgver-src"
-
-  DESTDIR="$pkgdir" python2 ./x.py install
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-
-  cd "$pkgdir/usr/lib"
-
-  rm rustlib/{components,manifest-rustc,rust-installer-version}
-  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
-
-  # move docs out of the way
-  mv "$pkgdir/usr/share/doc" "$srcdir/"
-
-  install -d "$pkgdir"/usr/share/bash-completion
-  mv "$pkgdir"/etc/bash_completion.d/ 
"$pkgdir"/usr/share/bash-completion/completions/
-}
-
-package_rust-docs() {
-  msg2 "Packaging documentation"
-  install -d "$pkgdir/usr/share/doc/"
-  mv "$srcdir"/doc/* "$pkgdir"/usr/share/doc/rust/
-
-  msg2 "Packaging license files for the documentation"
-  for license in APACHE MIT; do install -Dm644 
"rustc-$pkgver-src/LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rust/repos/community-x86_64/PKGBUILD (from rev 380915, 
rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 16:52:21 UTC (rev 380916)
@@ -0,0 +1,79 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Alexander F Rødseth 
+# Contributor: Daniel Micay 
+# Contributor: userwithuid 
+
+# Remember to bump lib32-rust as well!
+
+pkgname=('rust' 'rust-docs')
+epoch=1
+pkgver=1.29.0
+pkgrel=1
+
+pkgdesc='Systems programming language focused on safety, speed and concurrency'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('rust' 'libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+
+options=('!emptydirs')
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
+'SKIP'
+'ff4890bd733509b0dbb885d69afd578c41fc583af256dcc81e9239339c60b144')
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package_rust() {
+  depends=('gcc-libs' 'curl' 'libssh2')
+  provides=('cargo' 'rustfmt')
+  conflicts=('cargo' 'rustfmt')
+  replaces=('cargo' 'rustfmt')
+
+
+  cd "rustc-$pkgver-src"
+
+  DESTDIR="$pkgdir" python2 ./x.py install
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+
+  cd "$pkgdir/usr/lib"
+
+  rm rustlib/{components,manifest-rustc,rust-installer-version}
+  ln -sf rustlib/$CARCH-unknown-linux-gnu/lib/*.so .
+
+  # move docs out of the way
+  mv "$pkgdir/usr/share/doc" "$srcdir/"
+
+  install -d "$pkgdir"/usr/share/bash-completion
+  mv 

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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 16:11:14
  Author: felixonmars
Revision: 380913

upgpkg: acorn 6.0.1-1

Modified:
  acorn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 16:06:52 UTC (rev 380912)
+++ PKGBUILD2018-09-14 16:11:14 UTC (rev 380913)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=acorn
-pkgver=5.7.3
+pkgver=6.0.1
 pkgrel=1
 pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
 arch=('any')
@@ -11,7 +11,7 @@
 makedepends=('npm')
 source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-sha512sums=('4ffcefcd845f6d5a233d66a10ec1397af25d1dbde826841f15bb2b28cef0e5972cfbe4ebdb9eed89adc198c3fc5d8563a754bd4595d0321ee06a8f7a065a993b')
+sha512sums=('4a2c20ad1b910f60f547aaa3c30a28a4a7024e49a62168f2d4cd795aff8d93fed552c05a7783fc18e3dfb76b7a7280d91b44ee47976af68d6fd20f30a3b17af8')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 16:11:42
  Author: felixonmars
Revision: 380914

archrelease: copy trunk to community-testing-any

Added:
  acorn/repos/community-testing-any/
  acorn/repos/community-testing-any/PKGBUILD
(from rev 380913, acorn/trunk/PKGBUILD)

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

Copied: acorn/repos/community-testing-any/PKGBUILD (from rev 380913, 
acorn/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2018-09-14 16:11:42 UTC (rev 380914)
@@ -0,0 +1,21 @@
+# Maintainer: Felix Yan 
+
+pkgname=acorn
+pkgver=6.0.1
+pkgrel=1
+pkgdesc='A tiny, fast JavaScript parser, written completely in JavaScript.'
+arch=('any')
+url='https://github.com/ternjs/acorn'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(https://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+sha512sums=('4a2c20ad1b910f60f547aaa3c30a28a4a7024e49a62168f2d4cd795aff8d93fed552c05a7783fc18e3dfb76b7a7280d91b44ee47976af68d6fd20f30a3b17af8')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+}


[arch-commits] Commit in zsh/repos/extra-x86_64 (6 files)

2018-09-14 Thread Pierre Schmitz via arch-commits
Date: Friday, September 14, 2018 @ 14:45:48
  Author: pierre
Revision: 334561

archrelease: copy trunk to extra-x86_64

Added:
  zsh/repos/extra-x86_64/PKGBUILD
(from rev 334560, zsh/trunk/PKGBUILD)
  zsh/repos/extra-x86_64/zprofile
(from rev 334560, zsh/trunk/zprofile)
  zsh/repos/extra-x86_64/zsh.install
(from rev 334560, zsh/trunk/zsh.install)
Deleted:
  zsh/repos/extra-x86_64/PKGBUILD
  zsh/repos/extra-x86_64/zprofile
  zsh/repos/extra-x86_64/zsh.install

-+
 PKGBUILD|  174 +-
 zprofile|2 
 zsh.install |   24 
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 14:45:40 UTC (rev 334560)
+++ PKGBUILD2018-09-14 14:45:48 UTC (rev 334561)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=zsh
-pkgname=('zsh' 'zsh-doc')
-pkgver=5.6.1
-pkgrel=1
-arch=('x86_64')
-url='http://www.zsh.org/'
-license=('custom')
-makedepends=('pcre' 'libcap' 'gdbm')
-source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
-'zprofile')
-sha512sums=('45a60b864482a276277d8443f6faf41a2f63e11ab89a4ec0276c897971f34a874393f79c118af915b8f325a1b0265a457a1a82e8d33530f7fb797ece9c2adb7b'
-'SKIP'
-
'a3b64c01ce817d31c48bd8da7342af2a2adb116e6f58dab84f9c79fc9e687c4d83b2e5a2375ffe070376adc609b3f4f4f4114e5fd77f6f0b75859c5c30f7c752'
-'SKIP'
-
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
-validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
-
-prepare() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   # Set correct keymap path
-   sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' 
Completion/Unix/Command/_loadkeys
-
-   # Fix usb.ids path
-   sed -i 's#/usr/share/misc/usb.ids#/usr/share/hwdata/usb.ids#g' 
Completion/Linux/Command/_lsusb
-
-   # Remove unneeded and conflicting completion scripts
-   for _fpath in AIX BSD Cygwin Darwin Debian Mandriva openSUSE Redhat 
Solaris; do
-   rm -rf Completion/$_fpath
-   sed "s#\s*Completion/$_fpath/\*/\*##g" -i Src/Zle/complete.mdd
-   done
-   rm Completion/Linux/Command/_{pkgtool,rpmbuild}
-}
-
-build() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-
-   ./configure --prefix=/usr \
-   --docdir=/usr/share/doc/zsh \
-   --htmldir=/usr/share/doc/zsh/html \
-   --enable-etcdir=/etc/zsh \
-   --enable-zshenv=/etc/zsh/zshenv \
-   --enable-zlogin=/etc/zsh/zlogin \
-   --enable-zlogout=/etc/zsh/zlogout \
-   --enable-zprofile=/etc/zsh/zprofile \
-   --enable-zshrc=/etc/zsh/zshrc \
-   --enable-maildir-support \
-   --with-term-lib='ncursesw' \
-   --enable-multibyte \
-   --enable-function-subdirs \
-   --enable-fndir=/usr/share/zsh/functions \
-   --enable-scriptdir=/usr/share/zsh/scripts \
-   --with-tcsetpgrp \
-   --enable-pcre \
-   --enable-cap \
-   --enable-zsh-secure-free
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   HOME="${srcdir}" make check
-}
-
-package_zsh() {
-   pkgdesc='A very advanced and programmable command interpreter (shell) 
for UNIX'
-   depends=('pcre' 'libcap' 'gdbm')
-   backup=('etc/zsh/zprofile')
-   install=zsh.install
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install
-   install -D -m644 "${srcdir}/zprofile" "${pkgdir}/etc/zsh/zprofile"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_zsh-doc() {
-   pkgdesc='Info, HTML and PDF format of the ZSH documentation'
-
-   cd "${srcdir}/${pkgbase}-${pkgver}"
-   make DESTDIR="${pkgdir}/" install.info install.html
-   install -D -m644 Doc/zsh.pdf "${pkgdir}/usr/share/doc/zsh/zsh.pdf"
-   install -D -m644 LICENCE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: zsh/repos/extra-x86_64/PKGBUILD (from rev 334560, zsh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 14:45:48 UTC (rev 334561)
@@ -0,0 +1,87 @@
+# Maintainer: Pierre Schmitz 
+
+pkgbase=zsh
+pkgname=('zsh' 'zsh-doc')
+pkgver=5.6.2
+pkgrel=1
+arch=('x86_64')
+url='http://www.zsh.org/'
+license=('custom')
+makedepends=('pcre' 'libcap' 'gdbm')
+source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
+'zprofile')
+sha512sums=('f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2'
+'SKIP'
+

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

2018-09-14 Thread Pierre Schmitz via arch-commits
Date: Friday, September 14, 2018 @ 14:45:40
  Author: pierre
Revision: 334560

upgpkg: zsh 5.6.2-1

Modified:
  zsh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 14:10:27 UTC (rev 334559)
+++ PKGBUILD2018-09-14 14:45:40 UTC (rev 334560)
@@ -2,7 +2,7 @@
 
 pkgbase=zsh
 pkgname=('zsh' 'zsh-doc')
-pkgver=5.6.1
+pkgver=5.6.2
 pkgrel=1
 arch=('x86_64')
 url='http://www.zsh.org/'
@@ -10,12 +10,13 @@
 makedepends=('pcre' 'libcap' 'gdbm')
 source=("https://www.zsh.org/pub/zsh-${pkgver}"{,-doc}".tar.xz"{,.asc}
 'zprofile')
-sha512sums=('45a60b864482a276277d8443f6faf41a2f63e11ab89a4ec0276c897971f34a874393f79c118af915b8f325a1b0265a457a1a82e8d33530f7fb797ece9c2adb7b'
+sha512sums=('f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2'
 'SKIP'
-
'a3b64c01ce817d31c48bd8da7342af2a2adb116e6f58dab84f9c79fc9e687c4d83b2e5a2375ffe070376adc609b3f4f4f4114e5fd77f6f0b75859c5c30f7c752'
+
'5102314e2857b032c6e6b4b715c261970b2f0c28663aff99fb87f7bb6c3971f88f8e8892ed349793570beae3fb68ff7923c82e99a3c1bb485e4639f01caaad4a'
 'SKIP'
 
'b287e00d8de4dc4cfb1c52bb2aef1d4b191de3512baad4c91dc81e78ddc3e5bb07297f43924b022ac44ff401a348d8a9fa366e19ddc8ea1ea72df311f5ed0034')
-validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3')
+validpgpkeys=('F7B2754C7DE2830914661F0EA71D9A9D4BDB27B3'
+  'E96646BE08C0AF0AA0F90788A5FEEE3AC7937444')
 
 prepare() {
cd "${srcdir}/${pkgbase}-${pkgver}"


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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 15:48:31
  Author: heftig
Revision: 334565

3.24.0+33+g8fd2d461fc-1

Modified:
  gtk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 15:42:32 UTC (rev 334564)
+++ PKGBUILD2018-09-14 15:48:31 UTC (rev 334565)
@@ -3,7 +3,7 @@
 
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.24.0+9+g4858f4b46e
+pkgver=3.24.0+33+g8fd2d461fc
 pkgrel=1
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(x86_64)
@@ -14,7 +14,7 @@
  cantarell-fonts colord rest libcups libcanberra)
 makedepends=(gobject-introspection gtk-doc git glib2-docs sassc)
 license=(LGPL)
-_commit=4858f4b46ef19db884afb71957fe1d6a67d88915  # gtk-3-24
+_commit=8fd2d461fce6da655060880fdb183a9f1e0b957c  # gtk-3-24
 source=("git+https://gitlab.gnome.org/GNOME/gtk.git#commit=$_commit;
 settings.ini
 gtk-query-immodules-3.0.hook


[arch-commits] Commit in code/trunk (code.js)

2018-09-14 Thread Filipe Laíns via arch-commits
Date: Friday, September 14, 2018 @ 17:14:48
  Author: ffy00
Revision: 380953

fix application name

Modified:
  code/trunk/code.js

-+
 code.js |8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: code.js
===
--- code.js 2018-09-14 17:13:17 UTC (rev 380952)
+++ code.js 2018-09-14 17:14:48 UTC (rev 380953)
@@ -1,10 +1,16 @@
 #!/usr/bin/electron
 
-const name = 'code';
+const name = 'code-oss';
 
 const app = require('electron').app;
 const path = require('path');
+const fs = require("fs");
 
+// Change command name.
+const fd = fs.openSync("/proc/self/comm", fs.constants.O_WRONLY);
+fs.writeSync(fd, name);
+fs.closeSync(fd);
+
 // Remove first command line argument (/usr/lib/code/code.js). - We call the 
CLI file first
 process.argv.splice(0, 1);
 


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 19:27:14
  Author: arodseth
Revision: 380993

archrelease: copy trunk to community-x86_64

Added:
  tuxpaint/repos/community-x86_64/PKGBUILD
(from rev 380992, tuxpaint/trunk/PKGBUILD)
Deleted:
  tuxpaint/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 19:27:06 UTC (rev 380992)
+++ PKGBUILD2018-09-14 19:27:14 UTC (rev 380993)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Mateusz Herych 
-# Contributor: Sergio Jovani Guzman 
-# Contributor: royrocks 
-
-pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=4
-pkgdesc='Drawing program designed for young children'
-arch=('x86_64' 'i686')
-url='http://tuxpaint.org/' # no https available
-license=('GPL')
-backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
-makedepends=('gperf' 'optipng' 'setconf')
-optdepends=('tuxpaint-stamps: more stamps'
-'tuxpaint-conf: configuration manager')
-source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-
-  # python2 fix
-  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
-sed -i '0,/on/s//on2/' $f
-  done
-
-  # libpng16 fix
-  find -name '*.png' -exec optipng -quiet -force -fix {} +
-
-  # desktop shortcut categories
-  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
-
-  # fullscreen by default
-  setconf -u src/tuxpaint.conf fullscreen=true
-
-  # location of bash completion files
-  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
-}
-
-build() {
-  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
-}
-
-package() {
-  make -C "$pkgname-$pkgver" \
-PREFIX=/usr \
-GNOME_PREFIX=/usr \
-X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
-DESTDIR="$pkgdir" \
-install -j1
-
-  # fix permissions
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-
-  # bash completions
-  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
-"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
-}
-
-# getver: tuxpaint.org/download/source
-# vim: ts=2 sw=2 et:

Copied: tuxpaint/repos/community-x86_64/PKGBUILD (from rev 380992, 
tuxpaint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 19:27:14 UTC (rev 380993)
@@ -0,0 +1,64 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Mateusz Herych 
+# Contributor: Sergio Jovani Guzman 
+# Contributor: royrocks 
+
+pkgname=tuxpaint
+pkgver=0.9.23
+pkgrel=1
+pkgdesc='Drawing program designed for young children'
+arch=('x86_64')
+url='http://tuxpaint.org/' # no https available
+license=('GPL')
+backup=('etc/tuxpaint/tuxpaint.conf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
+ 'sdl_mixer' 'sdl_pango' 'sdl_ttf')
+makedepends=('gperf' 'optipng' 'setconf')
+optdepends=('tuxpaint-stamps: more stamps'
+'tuxpaint-conf: configuration manager')
+source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
+sha256sums=('349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+
+  # python2 fix
+  for f in docs/zh_tw/mkTuxpaintIM.py fonts/locale/zh_tw_docs/maketuxfont.py; 
do
+sed -i '0,/on/s//on2/' $f
+  done
+
+  # libpng16 fix
+  find -name '*.png' -exec optipng -quiet -force -fix {} +
+
+  # desktop shortcut categories
+  setconf src/tuxpaint.desktop 
Categories='Game;KidsGame;Graphics;RasterGraphics;'
+
+  # fullscreen by default
+  setconf -u src/tuxpaint.conf fullscreen=true
+
+  # location of bash completion files
+  setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+
+  # no KDE4-related requirements at installation-time
+  setconf Makefile ARCH_INSTALL=''
+}
+
+build() {
+  make -C "$pkgname-$pkgver" PREFIX=/usr clean translations all -j1
+}
+
+package() {
+  make -C "$pkgname-$pkgver" \
+PREFIX=/usr \
+GNOME_PREFIX=/usr \
+X11_ICON_PREFIX="$pkgdir/usr/share/pixmaps" \
+DESTDIR="$pkgdir" \
+install -j1
+
+  # bash completions
+  mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
+"$pkgdir/usr/share/bash-completion/completions/tuxpaint"
+}
+
+# getver: tuxpaint.org/download/source
+# vim: ts=2 sw=2 et:


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 19:27:06
  Author: arodseth
Revision: 380992

upgpkg: tuxpaint 0.9.23-1

Modified:
  tuxpaint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 19:22:48 UTC (rev 380991)
+++ PKGBUILD2018-09-14 19:27:06 UTC (rev 380992)
@@ -1,22 +1,23 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Mateusz Herych 
 # Contributor: Sergio Jovani Guzman 
 # Contributor: royrocks 
 
 pkgname=tuxpaint
-pkgver=0.9.22
-pkgrel=4
+pkgver=0.9.23
+pkgrel=1
 pkgdesc='Drawing program designed for young children'
 arch=('x86_64')
 url='http://tuxpaint.org/' # no https available
 license=('GPL')
 backup=('etc/tuxpaint/tuxpaint.conf')
-depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image' 'sdl_mixer' 
'sdl_pango' 'sdl_ttf')
+depends=('fribidi' 'libpaper' 'librsvg' 'python2' 'sdl_image'
+ 'sdl_mixer' 'sdl_pango' 'sdl_ttf')
 makedepends=('gperf' 'optipng' 'setconf')
 optdepends=('tuxpaint-stamps: more stamps'
 'tuxpaint-conf: configuration manager')
 
source=("https://downloads.sourceforge.net/sourceforge/tuxpaint/$pkgname-$pkgver.tar.gz;)
-sha256sums=('8abd932f8e36fad795bba0290c094c9c221e424c4b9aa8c763b7fb3459cb2be3')
+sha256sums=('349919c44e0fa252581be6e3242251fb62d20a82c971e99be96d648462bf6926')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -37,6 +38,9 @@
 
   # location of bash completion files
   setconf Makefile 
COMPLETIONDIR='$(DESTDIR)/usr/share/bash-completion/completions'
+
+  # no KDE4-related requirements at installation-time
+  setconf Makefile ARCH_INSTALL=''
 }
 
 build() {
@@ -51,10 +55,6 @@
 DESTDIR="$pkgdir" \
 install -j1
 
-  # fix permissions
-  chmod -R 644 "$pkgdir/usr/share/doc/tuxpaint-dev/"*
-  chmod 755 "$pkgdir/usr/share/doc/tuxpaint-dev/html"
-
   # bash completions
   mv "$pkgdir/usr/share/bash-completion/completions/tuxpaint-completion.bash" \
 "$pkgdir/usr/share/bash-completion/completions/tuxpaint"


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:07:37
  Author: felixonmars
Revision: 380933

archrelease: copy trunk to community-x86_64

Added:
  haskell-th-desugar/repos/community-x86_64/
  haskell-th-desugar/repos/community-x86_64/PKGBUILD
(from rev 380932, haskell-th-desugar/trunk/PKGBUILD)

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

Copied: haskell-th-desugar/repos/community-x86_64/PKGBUILD (from rev 380932, 
haskell-th-desugar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-14 17:07:37 UTC (rev 380933)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=th-desugar
+pkgname=haskell-th-desugar
+pkgver=1.8
+pkgrel=1
+pkgdesc="Functions to desugar Template Haskell"
+url="https://github.com/goldfirere/th-desugar;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-syb' 'haskell-th-lift' 'haskell-th-orphans' 
'haskell-th-expand-syns')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('485bada31cc16ed41e7f867d4fbd519e926d6053e56926478e25ed7be4a5c561f21c350c07727c794c3480404650637be9015268853bc45c017692ced6a2be5f')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 (python-pytest-capturelog)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:09:00
  Author: felixonmars
Revision: 380948

remove obsolete python-pytest-capturelog

Deleted:
  python-pytest-capturelog/


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:17:03
  Author: felixonmars
Revision: 380955

archrelease: copy trunk to community-any

Added:
  dns-lexicon/repos/community-any/PKGBUILD
(from rev 380954, dns-lexicon/trunk/PKGBUILD)
Deleted:
  dns-lexicon/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 17:16:40 UTC (rev 380954)
+++ PKGBUILD2018-09-14 17:17:03 UTC (rev 380955)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=dns-lexicon
-pkgver=2.7.2
-pkgrel=1
-pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
-arch=('any')
-url="https://github.com/AnalogJ/lexicon;
-license=('MIT')
-depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract'
- 'python-cryptography')
-optdepends=('python-softlayer: for SoftLayer support'
-'python-boto3: for Route53 support'
-'python-pynamecheap: for Namecheap support'
-'python-zeep: for Subreg support')
-checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
-  'python-pynamecheap' 'python-zeep')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('eb7cf92a01a181522ca6a4cc2e4bdb1112401782f7c6c86b757d65e43ad95d3c69379ac1b2d969e15088a8aff9204c4f9e21f9c1b7a67f798697b3192d8c6ccf')
-
-build() {
-  cd lexicon-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd lexicon-$pkgver
-  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
-}
-
-package() {
-  cd lexicon-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dns-lexicon/repos/community-any/PKGBUILD (from rev 380954, 
dns-lexicon/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 17:17:03 UTC (rev 380955)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+
+pkgname=dns-lexicon
+pkgver=2.7.3
+pkgrel=1
+pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+arch=('any')
+url="https://github.com/AnalogJ/lexicon;
+license=('MIT')
+depends=('python-future' 'python-requests' 'python-setuptools' 
'python-tldextract'
+ 'python-cryptography')
+optdepends=('python-softlayer: for SoftLayer support'
+'python-boto3: for Route53 support'
+'python-pynamecheap: for Namecheap support'
+'python-zeep: for Subreg support')
+checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
+  'python-pynamecheap' 'python-zeep')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
+sha512sums=('6288f0d0a87b5e1cbe457060381ef843b9933755811f969001eb827b31efc9d226423d311ab07513ca25915825db9c9ee588ccc151b1512db78d462b5f5a89c6')
+
+build() {
+  cd lexicon-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd lexicon-$pkgver
+  python setup.py pytest --addopts '--ignore tests/providers/test_route53.py 
--ignore tests/providers/test_transip.py'
+}
+
+package() {
+  cd lexicon-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-14 Thread Johannes Löthberg via arch-commits
Date: Friday, September 14, 2018 @ 17:35:35
  Author: demize
Revision: 380956

upgpkg: lib32-rust 1.29.0-1

Modified:
  lib32-rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 17:17:03 UTC (rev 380955)
+++ PKGBUILD2018-09-14 17:35:35 UTC (rev 380956)
@@ -1,7 +1,7 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=lib32-rust
-pkgver=1.28.0
+pkgver=1.29.0
 pkgrel=1
 
 pkgdesc='32-bit libraries for rust'
@@ -15,7 +15,7 @@
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
 config.toml)
 
-sha256sums=('1d5a81729c6f23a0a23b584dd249e35abe9c6f7569cee967cc42b1758ecd6486'
+sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
 'SKIP'
 '5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
 


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

2018-09-14 Thread Johannes Löthberg via arch-commits
Date: Friday, September 14, 2018 @ 17:35:42
  Author: demize
Revision: 380957

archrelease: copy trunk to community-x86_64

Added:
  lib32-rust/repos/community-x86_64/
  lib32-rust/repos/community-x86_64/PKGBUILD
(from rev 380956, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/community-x86_64/config.toml
(from rev 380956, lib32-rust/trunk/config.toml)

-+
 PKGBUILD|   50 ++
 config.toml |  419 ++
 2 files changed, 469 insertions(+)

Copied: lib32-rust/repos/community-x86_64/PKGBUILD (from rev 380956, 
lib32-rust/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-14 17:35:42 UTC (rev 380957)
@@ -0,0 +1,50 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.29.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
+'SKIP'
+'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
+
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/community-x86_64/config.toml (from rev 380956, 
lib32-rust/trunk/config.toml)
===
--- community-x86_64/config.toml(rev 0)
+++ community-x86_64/config.toml2018-09-14 17:35:42 UTC (rev 380957)
@@ -0,0 +1,419 @@
+# Sample TOML configuration file for building Rust.
+#
+# To configure rustbuild, copy this file to the directory from which you will 
be
+# running the build, and name it config.toml.
+#
+# All options are commented out by default in this file, and they're commented
+# out with their default values. The build system by default looks for
+# `config.toml` in the current directory of a build for build configuration, 
but
+# a custom configuration file can also be specified with `--config` to the 
build
+# system.
+
+# =
+# Tweaking how LLVM is compiled
+# =
+[llvm]
+
+# Indicates whether rustc will support compilation with LLVM
+# note: rustc does not compile without LLVM at the moment
+#enabled = true
+
+# Indicates whether the LLVM build is a Release or Debug build
+#optimize = true
+
+# Indicates whether an LLVM Release build should include debug info
+#release-debuginfo = false
+
+# Indicates whether the LLVM assertions are enabled or not
+#assertions = false
+
+# Indicates whether ccache is used when building LLVM
+#ccache = false
+# or alternatively ...
+#ccache = "/path/to/ccache"
+
+# If an external LLVM root is specified, we automatically check the version by
+# default to make sure it's within the range that we're expecting, but setting
+# this flag will indicate that this version check should not be done.
+#version-check = true
+
+# Link libstdc++ statically into the librustc_llvm instead of relying on a
+# dynamic version to be available.
+#static-libstdcpp = false
+
+# Tell the LLVM build system to use Ninja instead of the platform default for
+# the generated build system. This can sometimes be faster than make, for
+# example.
+ninja = true
+
+# LLVM targets to build support for.
+# Note: this is NOT related to Rust compilation targets. However, as Rust is
+# dependent on LLVM for code generation, turning targets off here WILL lead to
+# the resulting rustc being unable to compile for the disabled architectures.
+# Also worth pointing out is that, in case support for new targets are added to
+# LLVM, enabling them here doesn't mean Rust is automatically gaining said
+# support. You'll need to write a target specification at least, and most
+# likely, teach rustc about the C ABI of the target. Get in touch with the
+# Rust team and file an issue if you need assistance in porting!
+targets = "X86"
+
+# LLVM experimental 

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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:41:21
  Author: felixonmars
Revision: 380961

archrelease: copy trunk to community-x86_64

Added:
  haskell-singletons/repos/community-x86_64/
  haskell-singletons/repos/community-x86_64/PKGBUILD
(from rev 380960, haskell-singletons/trunk/PKGBUILD)

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

Copied: haskell-singletons/repos/community-x86_64/PKGBUILD (from rev 380960, 
haskell-singletons/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-14 17:41:21 UTC (rev 380961)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=singletons
+pkgname=haskell-singletons
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="A framework for generating singleton types"
+url="https://github.com/goldfirere/singletons;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-th-desugar' 'haskell-syb')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-golden')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a44288fd023135780d2d5e77dd57a844f9f0535dc07b7fc3bf03e97ffa5ae655fe955f1429860526828729782364f14009efc136899c5a7532722d3540a1af1c')
+
+prepare() {
+cd $_hkgname-$pkgver
+# TODO: make it work :/
+# sed -i '/XEmptyCase/a \  , "-dynamic"' tests/SingletonsTestSuiteUtils.hs
+}
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+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-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:40:56
  Author: felixonmars
Revision: 380960

addpkg: haskell-singletons 2.4.1-1

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

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

Added: haskell-singletons/trunk/PKGBUILD
===
--- haskell-singletons/trunk/PKGBUILD   (rev 0)
+++ haskell-singletons/trunk/PKGBUILD   2018-09-14 17:40:56 UTC (rev 380960)
@@ -0,0 +1,48 @@
+# Maintainer: Felix Yan 
+
+_hkgname=singletons
+pkgname=haskell-singletons
+pkgver=2.4.1
+pkgrel=1
+pkgdesc="A framework for generating singleton types"
+url="https://github.com/goldfirere/singletons;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-th-desugar' 'haskell-syb')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-golden')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('a44288fd023135780d2d5e77dd57a844f9f0535dc07b7fc3bf03e97ffa5ae655fe955f1429860526828729782364f14009efc136899c5a7532722d3540a1af1c')
+
+prepare() {
+cd $_hkgname-$pkgver
+# TODO: make it work :/
+# sed -i '/XEmptyCase/a \  , "-dynamic"' tests/SingletonsTestSuiteUtils.hs
+}
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test || warning "Tests failed"
+}
+
+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 python-rawkit/repos/community-any (PKGBUILD PKGBUILD)

2018-09-14 Thread Eli Schwartz via arch-commits
Date: Friday, September 14, 2018 @ 19:20:22
  Author: eschwartz
Revision: 380990

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 19:20:07 UTC (rev 380989)
+++ PKGBUILD2018-09-14 19:20:22 UTC (rev 380990)
@@ -1,25 +0,0 @@
-# Contributor: Josip Ponjavic 
-
-pkgname=python-rawkit
-_pyname=rawkit
-pkgver=0.6.0
-pkgrel=3
-pkgdesc='CTypes based LibRaw bindings'
-arch=('any')
-url='https://github.com/photoshell/rawkit'
-license=('MIT')
-depends=('libraw' 'python')
-makedepends=('python-setuptools')
-source=("$_pyname-$pkgver.tar.gz::https://github.com/photoshell/$_pyname/archive/v$pkgver.tar.gz;)
-sha256sums=('c07971ddbca9568cef93753ebb06a72b5b622f9b827a5d8bf96f2a137cc4219e')
-
-build() {
-  cd $_pyname-$pkgver
-  python setup.py build
-}
-
-package(){
-  cd $_pyname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-rawkit/repos/community-any/PKGBUILD (from rev 380989, 
python-rawkit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 19:20:22 UTC (rev 380990)
@@ -0,0 +1,55 @@
+# Contributor: Eli Schwartz 
+
+_pkgname=rawkit
+pkgbase=python-rawkit
+pkgname=('python-rawkit' 'python2-rawkit')
+pkgver=0.6.0
+pkgrel=4
+pkgdesc="ctypes based libraw bindings"
+arch=('any')
+url="https://rawkit.readthedocs.io/;
+license=('MIT')
+depends=('libraw')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/photoshell/rawkit/archive/v${pkgver}.tar.gz;
+
"https://github.com/photoshell/rawkit/pull/140/commits/663e90afa835d398aedd782c87b8cd0bff64bc9f.patch;)
+sha256sums=('c07971ddbca9568cef93753ebb06a72b5b622f9b827a5d8bf96f2a137cc4219e'
+'1297740c3825d41b394808b3be145d0f41effc415e5dbd6fd1e17e51328ce418')
+
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# python 3.7
+patch -p1 -i ../663e90afa835d398aedd782c87b8cd0bff64bc9f.patch
+}
+
+build() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
+}
+
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+python2 -m pytest
+}
+
+package_python-rawkit() {
+depends+=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-rawkit() {
+depends+=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-09-14 Thread Eli Schwartz via arch-commits
Date: Friday, September 14, 2018 @ 19:20:07
  Author: eschwartz
Revision: 380989

upgpkg: python-rawkit 0.6.0-4

fix for python3.7, add testsuite, python2

Modified:
  python-rawkit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 19:08:30 UTC (rev 380988)
+++ PKGBUILD2018-09-14 19:20:07 UTC (rev 380989)
@@ -1,25 +1,55 @@
-# Contributor: Josip Ponjavic 
+# Contributor: Eli Schwartz 
 
-pkgname=python-rawkit
-_pyname=rawkit
+_pkgname=rawkit
+pkgbase=python-rawkit
+pkgname=('python-rawkit' 'python2-rawkit')
 pkgver=0.6.0
-pkgrel=3
-pkgdesc='CTypes based LibRaw bindings'
+pkgrel=4
+pkgdesc="ctypes based libraw bindings"
 arch=('any')
-url='https://github.com/photoshell/rawkit'
+url="https://rawkit.readthedocs.io/;
 license=('MIT')
-depends=('libraw' 'python')
-makedepends=('python-setuptools')
-source=("$_pyname-$pkgver.tar.gz::https://github.com/photoshell/$_pyname/archive/v$pkgver.tar.gz;)
-sha256sums=('c07971ddbca9568cef93753ebb06a72b5b622f9b827a5d8bf96f2a137cc4219e')
+depends=('libraw')
+makedepends=('python-setuptools' 'python2-setuptools')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest' 'python2-pytest')
+source=("${_pkgname}-${pkgver}.tar.gz::https://github.com/photoshell/rawkit/archive/v${pkgver}.tar.gz;
+
"https://github.com/photoshell/rawkit/pull/140/commits/663e90afa835d398aedd782c87b8cd0bff64bc9f.patch;)
+sha256sums=('c07971ddbca9568cef93753ebb06a72b5b622f9b827a5d8bf96f2a137cc4219e'
+'1297740c3825d41b394808b3be145d0f41effc415e5dbd6fd1e17e51328ce418')
 
+prepare() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+# python 3.7
+patch -p1 -i ../663e90afa835d398aedd782c87b8cd0bff64bc9f.patch
+}
+
 build() {
-  cd $_pyname-$pkgver
-  python setup.py build
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python setup.py build
+python2 setup.py build
 }
 
-package(){
-  cd $_pyname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+check() {
+cd "${srcdir}"/${_pkgname}-${pkgver}
+
+python -m pytest
+python2 -m pytest
 }
+
+package_python-rawkit() {
+depends+=('python')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+
+package_python2-rawkit() {
+depends+=('python2')
+
+cd "${srcdir}"/${_pkgname}-${pkgver}
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:05:52
  Author: felixonmars
Revision: 380928

upgpkg: stack 1.7.1-131

rebuild with hpack 0.31.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 17:00:01 UTC (rev 380927)
+++ PKGBUILD2018-09-14 17:05:52 UTC (rev 380928)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.7.1
-pkgrel=130
+pkgrel=131
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:12:49
  Author: felixonmars
Revision: 380951

upgpkg: python-keyring 15.1.0-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 17:11:04 UTC (rev 380950)
+++ PKGBUILD2018-09-14 17:12:49 UTC (rev 380951)
@@ -9,7 +9,7 @@
 pkgbase=python-keyring
 _pkgname=${pkgbase#python-}
 pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=15.0.0
+pkgver=15.1.0
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -21,7 +21,7 @@
 checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
   'python2-pytest-runner' 'python-dbus' 'python2-dbus')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('58001d61bdd442196ec4891000cc532d1dd9b85b18d100d8dde38cf1cf733ef6d6541513d73435dfe41e9cd26c6e34332d518a06a7fbc498b1b8971df6640212')
+sha512sums=('27415ad44a562dfea2ac0276cf53d4cb6e1daced66ccf133de155c48656c554b27424ea63dcd928f9dce45de904544ff0e89fc0ac0e5eb09fcbb614a7e39daa7')
 
 prepare() {
   echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:13:17
  Author: felixonmars
Revision: 380952

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 17:12:49 UTC (rev 380951)
+++ PKGBUILD2018-09-14 17:13:17 UTC (rev 380952)
@@ -1,72 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Maintainer: Filipe Laíns (FFY00) 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-_pkgname=${pkgbase#python-}
-pkgname=(python-$_pkgname python2-$_pkgname)
-pkgver=15.0.0
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="https://github.com/jaraco/keyring;
-license=('PSF' 'MIT')
-optdepends=('python-keyrings-alt: Alternative backends')
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
- 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
-checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
-  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
-sha512sums=('58001d61bdd442196ec4891000cc532d1dd9b85b18d100d8dde38cf1cf733ef6d6541513d73435dfe41e9cd26c6e34332d518a06a7fbc498b1b8971df6640212')
-
-prepare() {
-  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
-
-  cp -a $_pkgname-$pkgver{,-py2}
-}
-
-build() {
-  echo "Building python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  echo "Building python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  echo "Running tests on python-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py pytest
-
-  echo "Running tests on python2-$_pkgname $pkgver"
-  cd "$srcdir"/$_pkgname-$pkgver-py2
-  python2 setup.py pytest
-}
-
-package_python-keyring() {
-  depends=('python-entrypoints' 'python-secretstorage')
-  optdepends=('python-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver
-
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-keyring() {
-  depends=('python2-entrypoints' 'python2-secretstorage')
-  optdepends=('python2-dbus: for kwallet backend')
-  cd $_pkgname-$pkgver-py2
-
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  mv "$pkgdir"/usr/bin/keyring "$pkgdir"/usr/bin/keyring2 # Fix the binary name
-  install -Dm 644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 380951, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 17:13:17 UTC (rev 380952)
@@ -0,0 +1,71 @@
+# Maintainer: Felix Yan 
+# Maintainer: Filipe Laíns (FFY00) 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+_pkgname=${pkgbase#python-}
+pkgname=(python-$_pkgname python2-$_pkgname)
+pkgver=15.1.0
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="https://github.com/jaraco/keyring;
+license=('PSF' 'MIT')
+optdepends=('python-keyrings-alt: Alternative backends')
+makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-entrypoints'
+ 'python2-entrypoints' 'python-secretstorage' 
'python2-secretstorage')
+checkdepends=('python-pytest-flake8' 'python-pytest-runner' 
'python2-pytest-flake8'
+  'python2-pytest-runner' 'python-dbus' 'python2-dbus')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz;)
+sha512sums=('27415ad44a562dfea2ac0276cf53d4cb6e1daced66ccf133de155c48656c554b27424ea63dcd928f9dce45de904544ff0e89fc0ac0e5eb09fcbb614a7e39daa7')
+
+prepare() {
+  echo -e '\nflake8-ignore = W191 W503 W504' >> $_pkgname-$pkgver/pytest.ini
+
+  cp -a $_pkgname-$pkgver{,-py2}
+}
+
+build() {
+  echo "Building python-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+
+  echo "Building python2-$_pkgname $pkgver"
+  cd "$srcdir"/$_pkgname-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  echo "Running tests on python-$_pkgname $pkgver"
+  cd 

[arch-commits] Commit in (4 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 18:03:28
  Author: felixonmars
Revision: 380981

addpkg: haskell-clash-prelude 0.99.3-1

Added:
  haskell-clash-prelude/
  haskell-clash-prelude/repos/
  haskell-clash-prelude/trunk/
  haskell-clash-prelude/trunk/PKGBUILD

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

Added: haskell-clash-prelude/trunk/PKGBUILD
===
--- haskell-clash-prelude/trunk/PKGBUILD(rev 0)
+++ haskell-clash-prelude/trunk/PKGBUILD2018-09-14 18:03:28 UTC (rev 
380981)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=0.99.3
+pkgrel=1
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="http://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-lens' 
'haskell-quickcheck'
+ 'haskell-reflection' 'haskell-singletons' 'haskell-vector')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9eb9dc5647a5dc61c9f0b5a9b880ae102e6f26783db0c4b29b4898705c9679c01d6cb96db0b206e327172743189a984299662c91209429f36c1eeb7d1d319bd1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*0.3/<1/' -e 's/<.*0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+# TODO
+runhaskell Setup test || warning "Tests failed"
+}
+
+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 haskell-clash-prelude/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 18:04:06
  Author: felixonmars
Revision: 380982

archrelease: copy trunk to community-x86_64

Added:
  haskell-clash-prelude/repos/community-x86_64/
  haskell-clash-prelude/repos/community-x86_64/PKGBUILD
(from rev 380981, haskell-clash-prelude/trunk/PKGBUILD)

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

Copied: haskell-clash-prelude/repos/community-x86_64/PKGBUILD (from rev 380981, 
haskell-clash-prelude/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-14 18:04:06 UTC (rev 380982)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+
+_hkgname=clash-prelude
+pkgname=haskell-clash-prelude
+pkgver=0.99.3
+pkgrel=1
+pkgdesc="CAES Language for Synchronous Hardware - Prelude library"
+url="http://github.com/clash-lang/clash-prelude;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-bifunctors' 'haskell-constraints' 
'haskell-data-binary-ieee754'
+ 'haskell-data-default' 'haskell-ghc-typelits-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise' 'haskell-half' 'haskell-lens' 
'haskell-quickcheck'
+ 'haskell-reflection' 'haskell-singletons' 'haskell-vector')
+makedepends=('ghc' 'haskell-doctest')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9eb9dc5647a5dc61c9f0b5a9b880ae102e6f26783db0c4b29b4898705c9679c01d6cb96db0b206e327172743189a984299662c91209429f36c1eeb7d1d319bd1')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*0.3/<1/' -e 's/<.*0.6/<1/' $_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+# TODO
+runhaskell Setup test || warning "Tests failed"
+}
+
+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 freeradius/trunk (PKGBUILD openssl-cve.patch)

2018-09-14 Thread Christian Hesse via arch-commits
Date: Friday, September 14, 2018 @ 19:08:20
  Author: eworm
Revision: 380987

upgpkg: freeradius 3.0.17-6

fix version check for openssl vulnerability

Added:
  freeradius/trunk/openssl-cve.patch
Modified:
  freeradius/trunk/PKGBUILD

---+
 PKGBUILD  |   16 
 openssl-cve.patch |   15 +++
 2 files changed, 27 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 18:37:23 UTC (rev 380986)
+++ PKGBUILD2018-09-14 19:08:20 UTC (rev 380987)
@@ -4,7 +4,7 @@
 
 pkgname=freeradius
 pkgver=3.0.17
-pkgrel=5
+pkgrel=6
 pkgdesc='The premier open source RADIUS server'
 arch=('x86_64')
 url="https://freeradius.org/;
@@ -19,15 +19,23 @@
 options=('!makeflags')
 validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
 
source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
-   'freeradius-sysusers.conf'
-   'freeradius-tmpfiles.conf'
-   'freeradius.service')
+'openssl-cve.patch'
+'freeradius-sysusers.conf'
+'freeradius-tmpfiles.conf'
+'freeradius.service')
 
sha512sums=('f4510d8e77eb7c72a21fbfad851f13460ff4b5a35f0b7bea6102076ceb71188a63b277fb7e4fcd9c3033b396b63e1bf0e455cc03608d7ab1380d1662407cb399'
 'SKIP'
+
'77908c2f9e7bd526711f6057c827a0fd969dd2c9269df7a88d494112cc68c7f3ceb0fcde3d3c6358a14e4980505c57284787c8981e52856c7fc858d46a95a3dc'
 
'890005b2129174568a3bf0e8963b683ab15550198b9478cc766c3ddcfd5167296cfce221c7592be354fe7dfe08e82484f826e55fd59b6291e86c8a4f78ca2d96'
 
'5e196584c725885ae33b70d729729b52852f6a051445be3f9afd831564029820179f606e6c8d8554f8615e2b4b9b8d5203a32b8a81c04d4edfb96a377a213bae'
 
'833bfd85218898af6f24e9356f1af60ba9e8f08a93fa93aafb53ba9ec49afdf23c7eeb897ac5939c2d7c6958076cbb3fbc0c075b741e4b9be2f70c3fef2014b6')
 
+prepare() {
+  cd "$srcdir"/freeradius-server-$pkgver
+
+  patch -Np1 < ../openssl-cve.patch
+}
+
 build() {
   cd "$srcdir"/freeradius-server-$pkgver
 

Added: openssl-cve.patch
===
--- openssl-cve.patch   (rev 0)
+++ openssl-cve.patch   2018-09-14 19:08:20 UTC (rev 380987)
@@ -0,0 +1,15 @@
+diff --git a/src/main/tls.c b/src/main/tls.c
+index f60fa2dbd0..1545b1a0d2 100644
+--- a/src/main/tls.c
 b/src/main/tls.c
+@@ -79,8 +79,8 @@ static libssl_defect_t libssl_defects[] =
+   .comment= "For more information see 
https://www.openssl.org/news/secadv/20160926.txt;
+   },
+   {
+-  .low= 0x01010100f,  /* 1.1.0  */
+-  .high   = 0x01010100f,  /* 1.1.0  */
++  .low= 0x0101f,  /* 1.1.0  */
++  .high   = 0x0101f,  /* 1.1.0  */
+   .id = "CVE-2016-6304",
+   .name   = "OCSP status request extension",
+   .comment= "For more information see 
https://www.openssl.org/news/secadv/20160922.txt;


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

2018-09-14 Thread Eli Schwartz via arch-commits
Date: Friday, September 14, 2018 @ 19:22:48
  Author: eschwartz
Revision: 380991

propdel svn:keywords

Modified:
  python-rawkit/repos/community-any/PKGBUILD(properties)
  python-rawkit/trunk/PKGBUILD  (properties)

Index: python-rawkit/repos/community-any/PKGBUILD
===
--- python-rawkit/repos/community-any/PKGBUILD  2018-09-14 19:20:22 UTC (rev 
380990)
+++ python-rawkit/repos/community-any/PKGBUILD  2018-09-14 19:22:48 UTC (rev 
380991)

Property changes on: python-rawkit/repos/community-any/PKGBUILD
___
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property
Index: python-rawkit/trunk/PKGBUILD
===
--- python-rawkit/trunk/PKGBUILD2018-09-14 19:20:22 UTC (rev 380990)
+++ python-rawkit/trunk/PKGBUILD2018-09-14 19:22:48 UTC (rev 380991)

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


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

2018-09-14 Thread Antonio Rojas via arch-commits
Date: Friday, September 14, 2018 @ 20:05:30
  Author: arojas
Revision: 380994

Fix introspection with sphinx 1.8, fix search_doc

Added:
  sagemath/trunk/sagemath-no-doc-check.patch
  sagemath/trunk/sagemath-sphinx-1.8.patch
Modified:
  sagemath/trunk/PKGBUILD

-+
 PKGBUILD|   14 +++--
 sagemath-no-doc-check.patch |   61 ++
 sagemath-sphinx-1.8.patch   |   28 +++
 3 files changed, 100 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 19:27:14 UTC (rev 380993)
+++ PKGBUILD2018-09-14 20:05:30 UTC (rev 380994)
@@ -8,7 +8,7 @@
 pkgbase=sagemath
 pkgname=(sagemath sagemath-jupyter)
 pkgver=8.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Open Source Mathematics Software, free alternative to Magma, Maple, 
Mathematica, and Matlab"
 arch=(x86_64)
 url="http://www.sagemath.org;
@@ -50,7 +50,9 @@
 sagemath-gap-4.8.patch
 sagemath-cypari2.patch
 sagemath-cddlib-0.94j.patch
-sagemath-eclib-20180710.patch)
+sagemath-eclib-20180710.patch
+sagemath-no-doc-check.patch
+sagemath-sphinx-1.8.patch)
 sha256sums=('41fd0b4eb820f7a1274e12294b6fbdbbf60d0027bff98c22fdc84da140964929'
 'f483a448c045aeff186bec4b402da8109fa12547ff36219a9aa427c2561ec8e5'
 '960afe4fcbffe2762b66119b8f14355386ced0d8ee52b535d0dac1dba90d365b'
@@ -67,7 +69,9 @@
 'b2c9b9695c358f868c3868790382cf7d112092184ce08f5733524d406ec20cac'
 '94847fc033fd36bc59217c8484d4cf48d0640ff35bb5ca5ffba88a8158c6dd44'
 '9a690bda83c280c0801f6d04353e8a909da80ccfee92e06d200ae6eb9be9a5a8'
-'182b0765d58494978bf27628bada8b42c95ef7eb2671b91ddf9c67608560c662')
+'182b0765d58494978bf27628bada8b42c95ef7eb2671b91ddf9c67608560c662'
+'a10079bc1994ac99acf527f666513d7dd135615d6d9c29705f24570aa22f6852'
+'7dd2ab94fddda8e7c2cdd5250642c4cdd00b7702815d88762fbcd68416bacaee')
 
 prepare(){
   cd sage-$pkgver
@@ -97,6 +101,10 @@
   patch -p1 -i ../sagemath-gap-4.8.patch
 # Fix build with eclib 20180710
   patch -p1 -i ../sagemath-eclib-20180710.patch
+# don't check for doc presence in doc_search (Gentoo)
+  patch -p1 -i ../sagemath-no-doc-check.patch
+# fix introspection with sphinx 1.8
+  patch -p1 -i ../sagemath-sphinx-1.8.patch
 
 # Upstream patches  
 # fix build against libfes 0.2 http://trac.sagemath.org/ticket/15209

Added: sagemath-no-doc-check.patch
===
--- sagemath-no-doc-check.patch (rev 0)
+++ sagemath-no-doc-check.patch 2018-09-14 20:05:30 UTC (rev 380994)
@@ -0,0 +1,61 @@
+diff -Naur src.orig/sage/misc/sagedoc.py src/sage/misc/sagedoc.py
+--- a/src/sage/misc/sagedoc.py 2016-02-26 13:15:40.649917083 +1300
 b/src/sage/misc/sagedoc.py 2016-02-26 13:16:59.173122116 +1300
+@@ -838,57 +838,6 @@
+ exts = ['html']
+ title = 'Documentation'
+ base_path = SAGE_DOC
+-doc_path = SAGE_DOC_SRC
+-
+-from sage_setup.docbuild.build_options import LANGUAGES, OMIT
+-# List of languages
+-lang = LANGUAGES
+-# Documents in SAGE_DOC_SRC/LANG/ to omit
+-omit = OMIT
+-
+-# List of documents, minus the omitted ones
+-documents = []
+-for L in lang:
+-documents += [os.path.join(L, dir) for dir
+-  in os.listdir(os.path.join(doc_path, L))
+-  if dir not in omit]
+-
+-# Check to see if any documents are missing.  This just
+-# checks to see if the appropriate output directory exists,
+-# not that it contains a complete build of the docs.
+-missing = [os.path.join(SAGE_DOC, 'html', doc)
+-   for doc in documents if not
+-   os.path.exists(os.path.join(SAGE_DOC, 'html', doc))]
+-num_missing = len(missing)
+-if num_missing > 0:
+-print("""Warning, the following Sage documentation hasn't been 
built,
+-so documentation search results may be incomplete:
+-""")
+-for s in missing:
+-print(s)
+-if num_missing > 1:
+-print("""
+-You can build these with 'sage -docbuild DOCUMENT html',
+-where DOCUMENT is one of""", end=' ')
+-for s in missing:
+-if s.find('en') != -1:
+-print("'{}',".format(os.path.split(s)[-1]), end=' ')
+-else:
+-print("'{}',".format(os.path.join(
+-os.path.split(os.path.split(s)[0])[-1],
+-os.path.split(s)[-1])), end=' ')
+-print("""
+-or you can use 'sage -docbuild all html' to build all of the missing 
documentation.""")
+-else:
+-s = missing[0]
+-   

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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 18:05:41
  Author: arodseth
Revision: 380983

upgpkg: ivy 2.4.0-4

Modified:
  ivy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 18:04:06 UTC (rev 380982)
+++ PKGBUILD2018-09-14 18:05:41 UTC (rev 380983)
@@ -3,28 +3,22 @@
 
 pkgname=ivy
 pkgver=2.4.0
-pkgrel=3
-pkgdesc='Dependency manager'
+pkgrel=4
+pkgdesc='Agile dependency manager'
 arch=('any')
 url='https://ant.apache.org/ivy/'
 license=('Apache')
 depends=('java-runtime>=1.8')
-makedepends=('ant' 'setconf')
+makedepends=('ant')
 source=("https://apache.uib.no/ant/ivy/2.4.0/apache-ivy-2.4.0-src.tar.gz;
 'ivy.sh')
 sha256sums=('202f08ca41f4bdf1c081aa8b2e531565be6c73e9e5e0d68137f454f14eb16ef6'
 'fc719139726f670f0acf7b09016a4bb3c4ffdd7a0db88e11eb827467b475ad2d')
 
-prepare() {
-  _fn="apache-$pkgname-$pkgver/build.properties"
-  setconf "$_fn" ivy.minimum.javaversion=1.8
-  setconf "$_fn" ivy.install.version=1.10
-}
-
 build() {
   cd "apache-$pkgname-$pkgver"
 
-  ant jar
+  ant jar -Divy.minimum.javaversion=1.8 -Divy.install.version=1.10
 }
 
 package() {


[arch-commits] Commit in ivy/repos/community-any (PKGBUILD PKGBUILD ivy.sh ivy.sh)

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 18:05:48
  Author: arodseth
Revision: 380984

archrelease: copy trunk to community-any

Added:
  ivy/repos/community-any/PKGBUILD
(from rev 380983, ivy/trunk/PKGBUILD)
  ivy/repos/community-any/ivy.sh
(from rev 380983, ivy/trunk/ivy.sh)
Deleted:
  ivy/repos/community-any/PKGBUILD
  ivy/repos/community-any/ivy.sh

--+
 PKGBUILD |   66 +++--
 ivy.sh   |   14 ++--
 2 files changed, 37 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 18:05:41 UTC (rev 380983)
+++ PKGBUILD2018-09-14 18:05:48 UTC (rev 380984)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: Vitaliy Berdinskikh 
-
-pkgname=ivy
-pkgver=2.4.0
-pkgrel=3
-pkgdesc='Dependency manager'
-arch=('any')
-url='https://ant.apache.org/ivy/'
-license=('Apache')
-depends=('java-runtime>=1.8')
-makedepends=('ant' 'setconf')
-source=("https://apache.uib.no/ant/ivy/2.4.0/apache-ivy-2.4.0-src.tar.gz;
-'ivy.sh')
-sha256sums=('202f08ca41f4bdf1c081aa8b2e531565be6c73e9e5e0d68137f454f14eb16ef6'
-'fc719139726f670f0acf7b09016a4bb3c4ffdd7a0db88e11eb827467b475ad2d')
-
-prepare() {
-  _fn="apache-$pkgname-$pkgver/build.properties"
-  setconf "$_fn" ivy.minimum.javaversion=1.8
-  setconf "$_fn" ivy.install.version=1.10
-}
-
-build() {
-  cd "apache-$pkgname-$pkgver"
-
-  ant jar
-}
-
-package() {
-  install -Dm755 ivy.sh "$pkgdir/usr/bin/ivy"
-  install -Dm644 "apache-$pkgname-$pkgver/build/artifact/jars/ivy.jar" \
-"$pkgdir/usr/share/java/ivy/ivy.jar"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ivy/repos/community-any/PKGBUILD (from rev 380983, ivy/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 18:05:48 UTC (rev 380984)
@@ -0,0 +1,30 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=ivy
+pkgver=2.4.0
+pkgrel=4
+pkgdesc='Agile dependency manager'
+arch=('any')
+url='https://ant.apache.org/ivy/'
+license=('Apache')
+depends=('java-runtime>=1.8')
+makedepends=('ant')
+source=("https://apache.uib.no/ant/ivy/2.4.0/apache-ivy-2.4.0-src.tar.gz;
+'ivy.sh')
+sha256sums=('202f08ca41f4bdf1c081aa8b2e531565be6c73e9e5e0d68137f454f14eb16ef6'
+'fc719139726f670f0acf7b09016a4bb3c4ffdd7a0db88e11eb827467b475ad2d')
+
+build() {
+  cd "apache-$pkgname-$pkgver"
+
+  ant jar -Divy.minimum.javaversion=1.8 -Divy.install.version=1.10
+}
+
+package() {
+  install -Dm755 ivy.sh "$pkgdir/usr/bin/ivy"
+  install -Dm644 "apache-$pkgname-$pkgver/build/artifact/jars/ivy.jar" \
+"$pkgdir/usr/share/java/ivy/ivy.jar"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: ivy.sh
===
--- ivy.sh  2018-09-14 18:05:41 UTC (rev 380983)
+++ ivy.sh  2018-09-14 18:05:48 UTC (rev 380984)
@@ -1,7 +0,0 @@
-#!/bin/sh
-if [ -z $CLASSPATH ]; then
-  CLASSPATH="/usr/share/java/ivy/ivy.jar"
-else
-  CLASSPATH="/usr/share/java/ivy/ivy.jar:$CLASSPATH"
-fi
-exec "$JAVA_HOME/bin/java" -classpath "$CLASSPATH" $JAVA_OPTS 
org.apache.ivy.Main "$@"

Copied: ivy/repos/community-any/ivy.sh (from rev 380983, ivy/trunk/ivy.sh)
===
--- ivy.sh  (rev 0)
+++ ivy.sh  2018-09-14 18:05:48 UTC (rev 380984)
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ -z $CLASSPATH ]; then
+  CLASSPATH="/usr/share/java/ivy/ivy.jar"
+else
+  CLASSPATH="/usr/share/java/ivy/ivy.jar:$CLASSPATH"
+fi
+exec "$JAVA_HOME/bin/java" -classpath "$CLASSPATH" $JAVA_OPTS 
org.apache.ivy.Main "$@"


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 17:11:04
  Author: arodseth
Revision: 380950

archrelease: copy trunk to community-any

Added:
  ivy/repos/community-any/
  ivy/repos/community-any/PKGBUILD
(from rev 380949, ivy/trunk/PKGBUILD)
  ivy/repos/community-any/ivy.sh
(from rev 380949, ivy/trunk/ivy.sh)

--+
 PKGBUILD |   36 
 ivy.sh   |7 +++
 2 files changed, 43 insertions(+)

Copied: ivy/repos/community-any/PKGBUILD (from rev 380949, ivy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-09-14 17:11:04 UTC (rev 380950)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Vitaliy Berdinskikh 
+
+pkgname=ivy
+pkgver=2.4.0
+pkgrel=3
+pkgdesc='Dependency manager'
+arch=('any')
+url='https://ant.apache.org/ivy/'
+license=('Apache')
+depends=('java-runtime>=1.8')
+makedepends=('ant' 'setconf')
+source=("https://apache.uib.no/ant/ivy/2.4.0/apache-ivy-2.4.0-src.tar.gz;
+'ivy.sh')
+sha256sums=('202f08ca41f4bdf1c081aa8b2e531565be6c73e9e5e0d68137f454f14eb16ef6'
+'fc719139726f670f0acf7b09016a4bb3c4ffdd7a0db88e11eb827467b475ad2d')
+
+prepare() {
+  _fn="apache-$pkgname-$pkgver/build.properties"
+  setconf "$_fn" ivy.minimum.javaversion=1.8
+  setconf "$_fn" ivy.install.version=1.10
+}
+
+build() {
+  cd "apache-$pkgname-$pkgver"
+
+  ant jar
+}
+
+package() {
+  install -Dm755 ivy.sh "$pkgdir/usr/bin/ivy"
+  install -Dm644 "apache-$pkgname-$pkgver/build/artifact/jars/ivy.jar" \
+"$pkgdir/usr/share/java/ivy/ivy.jar"
+}
+
+# vim: ts=2 sw=2 et:

Copied: ivy/repos/community-any/ivy.sh (from rev 380949, ivy/trunk/ivy.sh)
===
--- community-any/ivy.sh(rev 0)
+++ community-any/ivy.sh2018-09-14 17:11:04 UTC (rev 380950)
@@ -0,0 +1,7 @@
+#!/bin/sh
+if [ -z $CLASSPATH ]; then
+  CLASSPATH="/usr/share/java/ivy/ivy.jar"
+else
+  CLASSPATH="/usr/share/java/ivy/ivy.jar:$CLASSPATH"
+fi
+exec "$JAVA_HOME/bin/java" -classpath "$CLASSPATH" $JAVA_OPTS 
org.apache.ivy.Main "$@"


[arch-commits] Commit in (apache-ivy ivy ivy/trunk/PKGBUILD ivy/trunk/ivy.sh)

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 17:10:18
  Author: arodseth
Revision: 380949

Rename apache-ivy to just ivy

Added:
  ivy/
Modified:
  ivy/trunk/PKGBUILD
  ivy/trunk/ivy.sh
Deleted:
  apache-ivy/

--+
 PKGBUILD |   41 ++---
 ivy.sh   |   10 +-
 2 files changed, 31 insertions(+), 20 deletions(-)

Modified: ivy/trunk/PKGBUILD
===
--- apache-ivy/trunk/PKGBUILD   2018-09-14 17:09:00 UTC (rev 380948)
+++ ivy/trunk/PKGBUILD  2018-09-14 17:10:18 UTC (rev 380949)
@@ -1,25 +1,36 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Vitaliy Berdinskikh 
 
-pkgname=apache-ivy
+pkgname=ivy
 pkgver=2.4.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Dependency manager'
 arch=('any')
-url='http://ant.apache.org/ivy/'
+url='https://ant.apache.org/ivy/'
 license=('Apache')
-depends=('bash' 'apache-ant')
-source=("http://mirror.ventraip.net.au/apache/ant/ivy/${pkgver//_/-}/${pkgname}-${pkgver//_/-}-bin.tar.gz;
 'ivy.sh')
-sha256sums=('7a3d13a80b69d71608191463dfc2a74fff8ef638ce0208e70d54d28ba9785ee9'
-'8abb3c0a8f03809d665083053bb432591f1b9c8852009bf31cd61a71cc28b4f5')
+depends=('java-runtime>=1.8')
+makedepends=('ant' 'setconf')
+source=("https://apache.uib.no/ant/ivy/2.4.0/apache-ivy-2.4.0-src.tar.gz;
+'ivy.sh')
+sha256sums=('202f08ca41f4bdf1c081aa8b2e531565be6c73e9e5e0d68137f454f14eb16ef6'
+'fc719139726f670f0acf7b09016a4bb3c4ffdd7a0db88e11eb827467b475ad2d')
 
+prepare() {
+  _fn="apache-$pkgname-$pkgver/build.properties"
+  setconf "$_fn" ivy.minimum.javaversion=1.8
+  setconf "$_fn" ivy.install.version=1.10
+}
+
+build() {
+  cd "apache-$pkgname-$pkgver"
+
+  ant jar
+}
+
 package() {
-  install -d "$pkgdir/usr/"{bin,share/java/apache-ivy,share/java/apache-ant}
-  install -m 644 "$pkgname-${pkgver//_/-}/ivy-${pkgver//_/-}.jar" \
-"$pkgdir/usr/share/java/apache-ivy"
-  install -m 755 ivy.sh "$pkgdir/usr/bin/ivy"
-  ln -s "ivy-${pkgver//_/-}.jar" "$pkgdir/usr/share/java/apache-ivy/ivy.jar"
-  ln -s "../apache-ivy/ivy-${pkgver//_/-}.jar" 
"$pkgdir/usr/share/java/apache-ant/ivy.jar"
+  install -Dm755 ivy.sh "$pkgdir/usr/bin/ivy"
+  install -Dm644 "apache-$pkgname-$pkgver/build/artifact/jars/ivy.jar" \
+"$pkgdir/usr/share/java/ivy/ivy.jar"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: ivy/trunk/ivy.sh
===
--- apache-ivy/trunk/ivy.sh 2018-09-14 17:09:00 UTC (rev 380948)
+++ ivy/trunk/ivy.sh2018-09-14 17:10:18 UTC (rev 380949)
@@ -1,7 +1,7 @@
-#!/bin/bash
-if [[ -z $CLASSPATH ]]; then
-  CLASSPATH="/usr/share/java/apache-ivy/ivy.jar"
+#!/bin/sh
+if [ -z $CLASSPATH ]; then
+  CLASSPATH="/usr/share/java/ivy/ivy.jar"
 else
-  CLASSPATH="/usr/share/java/apache-ivy/ivy.jar:$CLASSPATH"
+  CLASSPATH="/usr/share/java/ivy/ivy.jar:$CLASSPATH"
 fi
-exec "$JAVA_HOME/bin/java" -classpath $CLASSPATH $JAVA_OPTS 
org.apache.ivy.Main "$@"
+exec "$JAVA_HOME/bin/java" -classpath "$CLASSPATH" $JAVA_OPTS 
org.apache.ivy.Main "$@"


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

2018-09-14 Thread Johannes Löthberg via arch-commits
Date: Friday, September 14, 2018 @ 17:37:42
  Author: demize
Revision: 380959

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
(from rev 380958, lib32-rust/trunk/PKGBUILD)
  lib32-rust/repos/multilib-x86_64/config.toml
(from rev 380958, lib32-rust/trunk/config.toml)
Deleted:
  lib32-rust/repos/multilib-x86_64/PKGBUILD
  lib32-rust/repos/multilib-x86_64/config.toml

-+
 PKGBUILD|  101 +++---
 config.toml |  838 +-
 2 files changed, 469 insertions(+), 470 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 17:37:15 UTC (rev 380958)
+++ PKGBUILD2018-09-14 17:37:42 UTC (rev 380959)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-
-pkgname=lib32-rust
-pkgver=1.28.0
-pkgrel=1
-
-pkgdesc='32-bit libraries for rust'
-url='https://www.rust-lang.org/'
-arch=('x86_64')
-license=('MIT' 'Apache')
-
-makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
-depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
-
-source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
-config.toml)
-
-sha256sums=('1d5a81729c6f23a0a23b584dd249e35abe9c6f7569cee967cc42b1758ecd6486'
-'SKIP'
-'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
-
-validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
-
-prepare() {
-  cd "rustc-$pkgver-src"
-
-  cp "$srcdir"/config.toml config.toml
-}
-
-build() {
-  cd "rustc-$pkgver-src"
-
-  msg2 "Run build under x.py"
-  python2 ./x.py build
-}
-
-package() {
-  cd "rustc-$pkgver-src"
-
-  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
-  install -d "$target"
-  cp -r \
-build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
-"$target"
-
-  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-rust/repos/multilib-x86_64/PKGBUILD (from rev 380958, 
lib32-rust/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 17:37:42 UTC (rev 380959)
@@ -0,0 +1,50 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=lib32-rust
+pkgver=1.29.0
+pkgrel=1
+
+pkgdesc='32-bit libraries for rust'
+url='https://www.rust-lang.org/'
+arch=('x86_64')
+license=('MIT' 'Apache')
+
+makedepends=('libffi' 'perl' 'python2' 'curl' 'cmake' 'ninja')
+depends=('lib32-gcc-libs' "rust=1:$pkgver-1")
+
+source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc}
+config.toml)
+
+sha256sums=('a4eb34ffd47f76afe2abd813f398512d5a19ef00989d37306217c9c9ec2f61e9'
+'SKIP'
+'5c1962458f20dd5a542db7ef31e35c20a7b42f9e74dd27ec4e9f0cf2ab1953ce')
+
+validpgpkeys=('108F66205EAEB0AAA8DD5E1C85AB96E6FA1BE5FE') # Rust Language (Tag 
and Release Signing Key) 
+
+prepare() {
+  cd "rustc-$pkgver-src"
+
+  cp "$srcdir"/config.toml config.toml
+}
+
+build() {
+  cd "rustc-$pkgver-src"
+
+  msg2 "Run build under x.py"
+  python2 ./x.py build
+}
+
+package() {
+  cd "rustc-$pkgver-src"
+
+  target="$pkgdir"/"$(rustc --print sysroot)"/lib/rustlib
+  install -d "$target"
+  cp -r \
+build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/i686-unknown-linux-gnu \
+"$target"
+
+  for license in APACHE MIT; do install -Dm644 "LICENSE-$license" \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE-$license"; done
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: config.toml
===
--- config.toml 2018-09-14 17:37:15 UTC (rev 380958)
+++ config.toml 2018-09-14 17:37:42 UTC (rev 380959)
@@ -1,419 +0,0 @@
-# Sample TOML configuration file for building Rust.
-#
-# To configure rustbuild, copy this file to the directory from which you will 
be
-# running the build, and name it config.toml.
-#
-# All options are commented out by default in this file, and they're commented
-# out with their default values. The build system by default looks for
-# `config.toml` in the current directory of a build for build configuration, 
but
-# a custom configuration file can also be specified with `--config` to the 
build
-# system.
-
-# =
-# Tweaking how LLVM is compiled
-# =
-[llvm]
-
-# Indicates whether rustc will support compilation with LLVM
-# note: rustc does not compile without LLVM at the moment
-#enabled = true
-
-# Indicates whether the LLVM build is a Release or Debug build
-#optimize = true
-
-# Indicates whether an LLVM Release build should include debug info
-#release-debuginfo = false
-
-# Indicates whether the LLVM assertions are enabled or not

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

2018-09-14 Thread Johannes Löthberg via arch-commits
Date: Friday, September 14, 2018 @ 17:37:15
  Author: demize
Revision: 380958

db-remove: lib32-rust removed by demize

Deleted:
  lib32-rust/repos/community-x86_64/


[arch-commits] Commit in sagemath/repos/community-x86_64 (34 files)

2018-09-14 Thread Antonio Rojas via arch-commits
Date: Friday, September 14, 2018 @ 20:06:23
  Author: arojas
Revision: 380995

archrelease: copy trunk to community-x86_64

Added:
  sagemath/repos/community-x86_64/PKGBUILD
(from rev 380994, sagemath/trunk/PKGBUILD)
  sagemath/repos/community-x86_64/fes02.patch
(from rev 380994, sagemath/trunk/fes02.patch)
  sagemath/repos/community-x86_64/latte-count.patch
(from rev 380994, sagemath/trunk/latte-count.patch)
  sagemath/repos/community-x86_64/package.patch
(from rev 380994, sagemath/trunk/package.patch)
  sagemath/repos/community-x86_64/r-no-readline.patch
(from rev 380994, sagemath/trunk/r-no-readline.patch)
  sagemath/repos/community-x86_64/sagemath-cddlib-0.94j.patch
(from rev 380994, sagemath/trunk/sagemath-cddlib-0.94j.patch)
  sagemath/repos/community-x86_64/sagemath-cremona.patch
(from rev 380994, sagemath/trunk/sagemath-cremona.patch)
  sagemath/repos/community-x86_64/sagemath-cypari2.patch
(from rev 380994, sagemath/trunk/sagemath-cypari2.patch)
  sagemath/repos/community-x86_64/sagemath-eclib-20180710.patch
(from rev 380994, sagemath/trunk/sagemath-eclib-20180710.patch)
  sagemath/repos/community-x86_64/sagemath-env.patch
(from rev 380994, sagemath/trunk/sagemath-env.patch)
  sagemath/repos/community-x86_64/sagemath-gap-4.8.patch
(from rev 380994, sagemath/trunk/sagemath-gap-4.8.patch)
  sagemath/repos/community-x86_64/sagemath-lcalc-c++11.patch
(from rev 380994, sagemath/trunk/sagemath-lcalc-c++11.patch)
  sagemath/repos/community-x86_64/sagemath-no-doc-check.patch
(from rev 380994, sagemath/trunk/sagemath-no-doc-check.patch)
  sagemath/repos/community-x86_64/sagemath-python3-notebook.patch
(from rev 380994, sagemath/trunk/sagemath-python3-notebook.patch)
  sagemath/repos/community-x86_64/sagemath-scipy-1.0.patch
(from rev 380994, sagemath/trunk/sagemath-scipy-1.0.patch)
  sagemath/repos/community-x86_64/sagemath-singular-4.1.1.patch
(from rev 380994, sagemath/trunk/sagemath-singular-4.1.1.patch)
  sagemath/repos/community-x86_64/sagemath-sphinx-1.8.patch
(from rev 380994, sagemath/trunk/sagemath-sphinx-1.8.patch)
  sagemath/repos/community-x86_64/sagemath-threejs.patch
(from rev 380994, sagemath/trunk/sagemath-threejs.patch)
  sagemath/repos/community-x86_64/test-optional.patch
(from rev 380994, sagemath/trunk/test-optional.patch)
Deleted:
  sagemath/repos/community-x86_64/PKGBUILD
  sagemath/repos/community-x86_64/fes02.patch
  sagemath/repos/community-x86_64/latte-count.patch
  sagemath/repos/community-x86_64/package.patch
  sagemath/repos/community-x86_64/r-no-readline.patch
  sagemath/repos/community-x86_64/sagemath-cremona.patch
  sagemath/repos/community-x86_64/sagemath-eclib-20180710.patch
  sagemath/repos/community-x86_64/sagemath-env.patch
  sagemath/repos/community-x86_64/sagemath-gap-4.8.patch
  sagemath/repos/community-x86_64/sagemath-lcalc-c++11.patch
  sagemath/repos/community-x86_64/sagemath-python3-notebook.patch
  sagemath/repos/community-x86_64/sagemath-scipy-1.0.patch
  sagemath/repos/community-x86_64/sagemath-singular-4.1.1.patch
  sagemath/repos/community-x86_64/sagemath-threejs.patch
  sagemath/repos/community-x86_64/test-optional.patch

-+
 PKGBUILD|  356 +-
 fes02.patch |  114 
 latte-count.patch   |  178 -
 package.patch   |   78 
 r-no-readline.patch |   22 
 sagemath-cddlib-0.94j.patch | 4885 ++
 sagemath-cremona.patch  |   62 
 sagemath-cypari2.patch  |   58 
 sagemath-eclib-20180710.patch   |   48 
 sagemath-env.patch  |  344 +-
 sagemath-gap-4.8.patch  |   62 
 sagemath-lcalc-c++11.patch  |   20 
 sagemath-no-doc-check.patch |   61 
 sagemath-python3-notebook.patch |   54 
 sagemath-scipy-1.0.patch|   32 
 sagemath-singular-4.1.1.patch   | 1804 +++---
 sagemath-sphinx-1.8.patch   |   28 
 sagemath-threejs.patch  |   22 
 test-optional.patch |   54 
 19 files changed, 6661 insertions(+), 1621 deletions(-)

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


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:00:01
  Author: felixonmars
Revision: 380927

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 380926, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-14 17:00:01 UTC (rev 380927)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.31.0
+pkgrel=1
+pkgdesc="A modern format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types'
+ 'haskell-infer-license' 'haskell-scientific' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('02ba5f7716d9ea2b9131c91815c33e20ea8e2a934128e81cfe69488918b1e421badb22589c7728794e16be25e59231bb937d32c5ee826e44a31f092320e5a6f3')
+
+build() {
+  cd $_hkgname-$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
+}
+
+check() {
+  cd $_hkgname-$pkgver
+  runhaskell Setup test
+}
+
+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 stack/repos (3 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:06:13
  Author: felixonmars
Revision: 380929

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 380928, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-14 17:06:13 UTC (rev 380929)
@@ -0,0 +1,76 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.7.1
+pkgrel=131
+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 380928, 

[arch-commits] Commit in (4 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:07:12
  Author: felixonmars
Revision: 380930

addpkg: haskell-th-desugar 1.8-1

Added:
  haskell-th-desugar/
  haskell-th-desugar/repos/
  haskell-th-desugar/trunk/
  haskell-th-desugar/trunk/PKGBUILD

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

Added: haskell-th-desugar/trunk/PKGBUILD
===
--- haskell-th-desugar/trunk/PKGBUILD   (rev 0)
+++ haskell-th-desugar/trunk/PKGBUILD   2018-09-14 17:07:12 UTC (rev 380930)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=th-desugar
+pkgname=haskell-th-desugar
+pkgver=1.8
+pkgrel=1
+pkgdesc="Functions to desugar Template Haskell"
+url="https://github.com/goldfirere/th-desugar;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-syb' 'haskell-th-lift' 'haskell-th-orphans' 
'haskell-th-expand-syns')
+makedepends=('ghc' 'haskell-hunit' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('485bada31cc16ed41e7f867d4fbd519e926d6053e56926478e25ed7be4a5c561f21c350c07727c794c3480404650637be9015268853bc45c017692ced6a2be5f')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 dns-lexicon/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Friday, September 14, 2018 @ 17:16:40
  Author: felixonmars
Revision: 380954

upgpkg: dns-lexicon 2.7.3-1

Modified:
  dns-lexicon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 17:14:48 UTC (rev 380953)
+++ PKGBUILD2018-09-14 17:16:40 UTC (rev 380954)
@@ -1,7 +1,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=dns-lexicon
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
 arch=('any')
@@ -16,7 +16,7 @@
 checkdepends=('python-pytest-runner' 'python-vcrpy' 'python-softlayer' 
'python-boto3'
   'python-pynamecheap' 'python-zeep')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/AnalogJ/lexicon/archive/v$pkgver.tar.gz;)
-sha512sums=('eb7cf92a01a181522ca6a4cc2e4bdb1112401782f7c6c86b757d65e43ad95d3c69379ac1b2d969e15088a8aff9204c4f9e21f9c1b7a67f798697b3192d8c6ccf')
+sha512sums=('6288f0d0a87b5e1cbe457060381ef843b9933755811f969001eb827b31efc9d226423d311ab07513ca25915825db9c9ee588ccc151b1512db78d462b5f5a89c6')
 
 build() {
   cd lexicon-$pkgver


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 18:37:15
  Author: arodseth
Revision: 380985

upgpkg: compton 2.0-1

Modified:
  compton/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 18:05:48 UTC (rev 380984)
+++ PKGBUILD2018-09-14 18:37:15 UTC (rev 380985)
@@ -4,7 +4,7 @@
 # Contributor: Valère Monseur 
 
 pkgname=compton
-pkgver=1.0
+pkgver=2.0
 pkgrel=1
 pkgdesc='X compositor that may fix tearing issues'
 arch=('x86_64')
@@ -16,7 +16,7 @@
 optdepends=('dbus:  For controlling compton via D-Bus'
 'xorg-xwininfo: For compton-trans'
 'xorg-xprop:For compton-trans')
-source=('git+https://github.com/yshui/compton#tag=v1'
+source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
 'compton.conf')
 sha256sums=('SKIP'
 '89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
@@ -23,6 +23,7 @@
 
 prepare() {
   cd $pkgname
+
   setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
   setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
   setconf $pkgname.desktop Comment 'Compositor for X11'
@@ -34,6 +35,7 @@
 
 package() {
   PREFIX="$pkgdir/usr" make -C "$pkgname" install
+
   install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
   install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
   install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"


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

2018-09-14 Thread Alexander Rødseth via arch-commits
Date: Friday, September 14, 2018 @ 18:37:23
  Author: arodseth
Revision: 380986

archrelease: copy trunk to community-x86_64

Added:
  compton/repos/community-x86_64/PKGBUILD
(from rev 380985, compton/trunk/PKGBUILD)
  compton/repos/community-x86_64/compton.conf
(from rev 380985, compton/trunk/compton.conf)
Deleted:
  compton/repos/community-x86_64/PKGBUILD
  compton/repos/community-x86_64/compton.conf

--+
 PKGBUILD |   86 +-
 compton.conf |  466 -
 2 files changed, 277 insertions(+), 275 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 18:37:15 UTC (rev 380985)
+++ PKGBUILD2018-09-14 18:37:23 UTC (rev 380986)
@@ -1,42 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: WorMzy Tykashi 
-# Contributor: OK100 
-# Contributor: Valère Monseur 
-
-pkgname=compton
-pkgver=1.0
-pkgrel=1
-pkgdesc='X compositor that may fix tearing issues'
-arch=('x86_64')
-url='https://github.com/yshui/compton'
-license=('MIT')
-makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
-depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
-backup=('etc/xdg/compton.conf')
-optdepends=('dbus:  For controlling compton via D-Bus'
-'xorg-xwininfo: For compton-trans'
-'xorg-xprop:For compton-trans')
-source=('git+https://github.com/yshui/compton#tag=v1'
-'compton.conf')
-sha256sums=('SKIP'
-'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
-
-prepare() {
-  cd $pkgname
-  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
-  setconf $pkgname.desktop Comment 'Compositor for X11'
-}
-
-build() {
-  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
-}
-
-package() {
-  PREFIX="$pkgdir/usr" make -C "$pkgname" install
-  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
-  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
-  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim: ts=2 sw=2 et

Copied: compton/repos/community-x86_64/PKGBUILD (from rev 380985, 
compton/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 18:37:23 UTC (rev 380986)
@@ -0,0 +1,44 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: WorMzy Tykashi 
+# Contributor: OK100 
+# Contributor: Valère Monseur 
+
+pkgname=compton
+pkgver=2.0
+pkgrel=1
+pkgdesc='X compositor that may fix tearing issues'
+arch=('x86_64')
+url='https://github.com/yshui/compton'
+license=('MIT')
+makedepends=('asciidoc' 'cmake' 'git' 'mesa' 'setconf')
+depends=('hicolor-icon-theme' 'libconfig' 'libdbus' 'libgl' 'libxcomposite' 
'libxinerama' 'libxrandr' 'pcre')
+backup=('etc/xdg/compton.conf')
+optdepends=('dbus:  For controlling compton via D-Bus'
+'xorg-xwininfo: For compton-trans'
+'xorg-xprop:For compton-trans')
+source=("git+https://github.com/yshui/compton#tag=v${pkgver%.0};
+'compton.conf')
+sha256sums=('SKIP'
+'89f920e429a28443bf81275927e402b3a953ef8a7160af468ae05913dee5658b')
+
+prepare() {
+  cd $pkgname
+
+  setconf $pkgname.desktop Exec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop TryExec 'compton --xrender-sync-fence'
+  setconf $pkgname.desktop Comment 'Compositor for X11'
+}
+
+build() {
+  COMPTON_VERSION="v$pkgver" PREFIX=/usr make -C "$pkgname" compton docs
+}
+
+package() {
+  PREFIX="$pkgdir/usr" make -C "$pkgname" install
+
+  install -Dm644 $pkgname/compton.sample.conf 
"$pkgdir/etc/xdg/compton.conf.example"
+  install -Dm644 compton.conf "$pkgdir/etc/xdg/compton.conf"
+  install -Dm644 $pkgname/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim: ts=2 sw=2 et

Deleted: compton.conf
===
--- compton.conf2018-09-14 18:37:15 UTC (rev 380985)
+++ compton.conf2018-09-14 18:37:23 UTC (rev 380986)
@@ -1,233 +0,0 @@
-# Thank you code_nomad: http://9m.no/ꪯ鵞
-
-#
-#
-# Backend
-#
-#
-
-# Backend to use: "xrender" or "glx".
-# GLX backend is typically much faster but depends on a sane driver.
-backend = "glx";
-
-#
-#
-# GLX backend
-#
-#
-
-glx-no-stencil = true;
-
-# GLX backend: Copy unmodified regions from front buffer instead of redrawing 
them all.
-# My tests with nvidia-drivers show a 10% decrease in performance when the 
whole screen is modified,
-# but a 20% increase when only 1/4 is.
-# My tests on nouveau show terrible slowdown.
-# Useful with --glx-swap-method, as well.
-glx-copy-from-front = 

[arch-commits] Commit in freeradius/repos/community-x86_64 (9 files)

2018-09-14 Thread Christian Hesse via arch-commits
Date: Friday, September 14, 2018 @ 19:08:30
  Author: eworm
Revision: 380988

archrelease: copy trunk to community-x86_64

Added:
  freeradius/repos/community-x86_64/PKGBUILD
(from rev 380987, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-x86_64/freeradius-sysusers.conf
(from rev 380987, freeradius/trunk/freeradius-sysusers.conf)
  freeradius/repos/community-x86_64/freeradius-tmpfiles.conf
(from rev 380987, freeradius/trunk/freeradius-tmpfiles.conf)
  freeradius/repos/community-x86_64/freeradius.service
(from rev 380987, freeradius/trunk/freeradius.service)
  freeradius/repos/community-x86_64/openssl-cve.patch
(from rev 380987, freeradius/trunk/openssl-cve.patch)
Deleted:
  freeradius/repos/community-x86_64/PKGBUILD
  freeradius/repos/community-x86_64/freeradius-sysusers.conf
  freeradius/repos/community-x86_64/freeradius-tmpfiles.conf
  freeradius/repos/community-x86_64/freeradius.service

--+
 PKGBUILD |  124 +++--
 freeradius-sysusers.conf |2 
 freeradius-tmpfiles.conf |   16 ++---
 freeradius.service   |   38 ++---
 openssl-cve.patch|   15 +
 5 files changed, 109 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 19:08:20 UTC (rev 380987)
+++ PKGBUILD2018-09-14 19:08:30 UTC (rev 380988)
@@ -1,58 +0,0 @@
-# Maintainer: Sergej Pupykin 
-# Contributor: Jason R Begley (jay...@digitalgoat.com>
-# Contributor: Daniel Micay 
-
-pkgname=freeradius
-pkgver=3.0.17
-pkgrel=5
-pkgdesc='The premier open source RADIUS server'
-arch=('x86_64')
-url="https://freeradius.org/;
-license=('GPL')
-depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc'
- 'libpcap' 'libwbclient')
-makedepends=('unixodbc' 'python2' 'curl' 'json-c' 'samba')
-optdepends=('unixodbc: for ODBC'
-'python2: for Python'
-'json-c: rlm_rest module'
-'curl: for REST')
-options=('!makeflags')
-validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
-source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
-   'freeradius-sysusers.conf'
-   'freeradius-tmpfiles.conf'
-   'freeradius.service')
-sha512sums=('f4510d8e77eb7c72a21fbfad851f13460ff4b5a35f0b7bea6102076ceb71188a63b277fb7e4fcd9c3033b396b63e1bf0e455cc03608d7ab1380d1662407cb399'
-'SKIP'
-
'890005b2129174568a3bf0e8963b683ab15550198b9478cc766c3ddcfd5167296cfce221c7592be354fe7dfe08e82484f826e55fd59b6291e86c8a4f78ca2d96'
-
'5e196584c725885ae33b70d729729b52852f6a051445be3f9afd831564029820179f606e6c8d8554f8615e2b4b9b8d5203a32b8a81c04d4edfb96a377a213bae'
-
'833bfd85218898af6f24e9356f1af60ba9e8f08a93fa93aafb53ba9ec49afdf23c7eeb897ac5939c2d7c6958076cbb3fbc0c075b741e4b9be2f70c3fef2014b6')
-
-build() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---libdir=/usr/lib/freeradius \
---localstatedir=/var \
---enable-heimdal-krb5 \
---with-system-libltdl \
---with-system-libtool \
---with-udpfromto
-  make
-}
-
-package() {
-  cd "$srcdir"/freeradius-server-$pkgver
-
-  make install R="$pkgdir"
-  chmod o+r "$pkgdir"/etc/raddb/*
-  mv "$pkgdir"/etc/raddb "$pkgdir"/etc/raddb.default
-  rm -rf "$pkgdir"/var/run
-
-  install -D -m0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-  install -D -m0644 "$srcdir"/$pkgname-sysusers.conf 
"$pkgdir"/usr/lib/sysusers.d/$pkgname.conf
-  install -D -m0644 "$srcdir"/$pkgname-tmpfiles.conf 
"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-}

Copied: freeradius/repos/community-x86_64/PKGBUILD (from rev 380987, 
freeradius/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 19:08:30 UTC (rev 380988)
@@ -0,0 +1,66 @@
+# Maintainer: Sergej Pupykin 
+# Contributor: Jason R Begley (jay...@digitalgoat.com>
+# Contributor: Daniel Micay 
+
+pkgname=freeradius
+pkgver=3.0.17
+pkgrel=6
+pkgdesc='The premier open source RADIUS server'
+arch=('x86_64')
+url="https://freeradius.org/;
+license=('GPL')
+depends=('krb5' 'pth' 'net-snmp' 'postgresql-libs' 'libmariadbclient' 'talloc'
+ 'libpcap' 'libwbclient')
+makedepends=('unixodbc' 'python2' 'curl' 'json-c' 'samba')
+optdepends=('unixodbc: for ODBC'
+'python2: for Python'
+'json-c: rlm_rest module'
+'curl: for REST')
+options=('!makeflags')
+validpgpkeys=('BF2384EC6938B9744B03E2A620E37C25995B4F85') # FreeRADIUS - 
Package Signing [...] 
+source=("ftp://ftp.freeradius.org/pub/radius/freeradius-server-$pkgver.tar.bz2"{,.sig}
+'openssl-cve.patch'
+'freeradius-sysusers.conf'
+'freeradius-tmpfiles.conf'
+

[arch-commits] Commit in networkmanager/repos/testing-x86_64 (6 files)

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 21:01:03
  Author: heftig
Revision: 334585

archrelease: copy trunk to testing-x86_64

Added:
  networkmanager/repos/testing-x86_64/20-connectivity.conf
(from rev 334584, networkmanager/trunk/20-connectivity.conf)
  networkmanager/repos/testing-x86_64/NetworkManager.conf
(from rev 334584, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/testing-x86_64/PKGBUILD
(from rev 334584, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/testing-x86_64/20-connectivity.conf
  networkmanager/repos/testing-x86_64/NetworkManager.conf
  networkmanager/repos/testing-x86_64/PKGBUILD

--+
 20-connectivity.conf |4 
 NetworkManager.conf  |4 
 PKGBUILD |  360 -
 3 files changed, 184 insertions(+), 184 deletions(-)

Deleted: 20-connectivity.conf
===
--- 20-connectivity.conf2018-09-14 21:00:50 UTC (rev 334584)
+++ 20-connectivity.conf2018-09-14 21:01:03 UTC (rev 334585)
@@ -1,2 +0,0 @@
-[connectivity]
-uri=http://www.archlinux.org/check_network_status.txt

Copied: networkmanager/repos/testing-x86_64/20-connectivity.conf (from rev 
334584, networkmanager/trunk/20-connectivity.conf)
===
--- 20-connectivity.conf(rev 0)
+++ 20-connectivity.conf2018-09-14 21:01:03 UTC (rev 334585)
@@ -0,0 +1,2 @@
+[connectivity]
+uri=http://www.archlinux.org/check_network_status.txt

Deleted: NetworkManager.conf
===
--- NetworkManager.conf 2018-09-14 21:00:50 UTC (rev 334584)
+++ NetworkManager.conf 2018-09-14 21:01:03 UTC (rev 334585)
@@ -1,2 +0,0 @@
-# Configuration file for NetworkManager.
-# See "man 5 NetworkManager.conf" for details.

Copied: networkmanager/repos/testing-x86_64/NetworkManager.conf (from rev 
334584, networkmanager/trunk/NetworkManager.conf)
===
--- NetworkManager.conf (rev 0)
+++ NetworkManager.conf 2018-09-14 21:01:03 UTC (rev 334585)
@@ -0,0 +1,2 @@
+# Configuration file for NetworkManager.
+# See "man 5 NetworkManager.conf" for details.

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 21:00:50 UTC (rev 334584)
+++ PKGBUILD2018-09-14 21:01:03 UTC (rev 334585)
@@ -1,180 +0,0 @@
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.14rc1+19+g22e6314dd
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-url="https://wiki.gnome.org/Projects/NetworkManager;
-arch=(x86_64)
-license=(GPL2 LGPL2.1)
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc 
"ppp=$_pppver" modemmanager
- dbus-glib iproute2 nss polkit wpa_supplicant curl systemd 
libmm-glib
- libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
- glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl audit)
-checkdepends=(libx11 python-dbus)
-_commit=22e6314dd933616a782c490a1b8381e5687e7f02  # nm-1-14
-source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-rc/rc/;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd NetworkManager
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd build
-  ../NetworkManager/configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
-runstatedir=/run \
---sbindir=/usr/bin \
---libexecdir=/usr/lib \
---disable-ifcfg-rh \
---disable-ifupdown \
---disable-lto \
---disable-more-logging \
---disable-more-warnings \
---disable-qt \
---disable-static \
---enable-bluez5-dun \
---enable-concheck \
---enable-config-plugin-ibft \
---enable-gtk-doc \
---enable-introspection \
---enable-json-validation \
---enable-ld-gc \
---enable-modify-system \
---enable-polkit \
---enable-polkit-agent \
---enable-teamdctl \
---enable-wifi \
---with-config-dhcp-default=internal \
---with-config-dns-rc-manager-default=symlink \
---with-config-logging-backend-default=journal \
---with-config-plugins-default=keyfile,ibft \
---with-crypto=nss \
---with-dbus-sys-dir=/usr/share/dbus-1/system.d \
---with-dhclient=/usr/bin/dhclient \
---with-dhcpcd-supports-ipv6 \
---with-dhcpcd=/usr/bin/dhcpcd \
---with-dist-version="$pkgver-$pkgrel" \
---with-dnsmasq=/usr/bin/dnsmasq \
-

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

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 21:00:50
  Author: heftig
Revision: 334584

1.14.0-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 17:47:18 UTC (rev 334583)
+++ PKGBUILD2018-09-14 21:00:50 UTC (rev 334584)
@@ -7,7 +7,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm libnm-glib)
-pkgver=1.14rc1+19+g22e6314dd
+pkgver=1.14.0
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 url="https://wiki.gnome.org/Projects/NetworkManager;
@@ -19,7 +19,7 @@
  libnewt libndp libteam vala perl-yaml python-gobject git vala 
jansson bluez-libs
  glib2-docs dhcpcd iwd dnsmasq systemd-resolvconf libpsl audit)
 checkdepends=(libx11 python-dbus)
-_commit=22e6314dd933616a782c490a1b8381e5687e7f02  # nm-1-14
+_commit=2979c891c4af7584780924e92b6d448b7d6cd328  # tags/1.14.0^0
 
source=("git+https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git#commit=$_commit;)
 sha256sums=('SKIP')
 


[arch-commits] Commit in (5 files)

2018-09-14 Thread Jerome Leclanche via arch-commits
Date: Friday, September 14, 2018 @ 21:43:05
  Author: jleclanche
Revision: 380998

xonsh: Moved from AUR

Added:
  xonsh/
  xonsh/repos/
  xonsh/trunk/
  xonsh/trunk/PKGBUILD
  xonsh/trunk/xonsh.install

---+
 PKGBUILD  |   21 +
 xonsh.install |   11 +++
 2 files changed, 32 insertions(+)

Added: xonsh/trunk/PKGBUILD
===
--- xonsh/trunk/PKGBUILD(rev 0)
+++ xonsh/trunk/PKGBUILD2018-09-14 21:43:05 UTC (rev 380998)
@@ -0,0 +1,21 @@
+# Maintainer: Jerome Leclanche 
+
+pkgname=xonsh
+pkgver=0.7.8
+pkgrel=1
+pkgdesc="Python-powered, cross-platform, Unix-gazing shell"
+url="http://xon.sh/;
+arch=("any")
+license=("BSD")
+depends=("python" "python-ply")
+optdepends=("python-prompt_toolkit: support for SHELL_TYPE=prompt_toolkit")
+makedepends=("python-setuptools")
+source=("https://github.com/xonsh/xonsh/archive/$pkgver.zip;)
+install=xonsh.install
+sha256sums=("b3256e9af958d874eac70c2293ce210c3de3df17966de8eb426d3e338243469f")
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   python setup.py install --root="$pkgdir"
+   install -D -m644 license "$pkgdir/usr/share/licenses/$pkgname/license"
+}

Added: xonsh/trunk/xonsh.install
===
--- xonsh/trunk/xonsh.install   (rev 0)
+++ xonsh/trunk/xonsh.install   2018-09-14 21:43:05 UTC (rev 380998)
@@ -0,0 +1,11 @@
+post_install() {
+   grep -x /usr/bin/xonsh /etc/shells >/dev/null || echo /usr/bin/xonsh >> 
/etc/shells
+}
+
+post_remove() {
+   sed -i "/^\/usr\/bin\/xonsh$/d" /etc/shells
+}
+
+post_upgrade() {
+   post_install
+}


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

2018-09-14 Thread Jan de Groot via arch-commits
Date: Friday, September 14, 2018 @ 21:49:58
  Author: jgc
Revision: 334596

archrelease: copy trunk to testing-x86_64

Added:
  libnghttp2/repos/testing-x86_64/
  libnghttp2/repos/testing-x86_64/PKGBUILD
(from rev 334595, libnghttp2/trunk/PKGBUILD)

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

Copied: libnghttp2/repos/testing-x86_64/PKGBUILD (from rev 334595, 
libnghttp2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-14 21:49:58 UTC (rev 334596)
@@ -0,0 +1,38 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=libnghttp2
+pkgver=1.33.0
+pkgrel=1
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(glibc)
+conflicts=('nghttp2<1.20.0-2')
+source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
+sha256sums=('4879ce9ff3320f5344b910ee1c46ed5e366edc2272620cf17d8e762724d7df1e')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--disable-examples \
+--disable-python-bindings \
+--enable-lib-only
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver/lib
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../COPYING "$pkgdir/usr/share/licenses/libnghttp2/COPYING"
+}


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

2018-09-14 Thread Jan de Groot via arch-commits
Date: Friday, September 14, 2018 @ 21:49:54
  Author: jgc
Revision: 334595

upgpkg: libnghttp2 1.33.0-1

Modified:
  libnghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 21:46:43 UTC (rev 334594)
+++ PKGBUILD2018-09-14 21:49:54 UTC (rev 334595)
@@ -2,7 +2,7 @@
 # Contributor: Zhuoyun Wei 
 
 pkgname=libnghttp2
-pkgver=1.32.0
+pkgver=1.33.0
 pkgrel=1
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 conflicts=('nghttp2<1.20.0-2')
 
source=(https://github.com/nghttp2/nghttp2/releases/download/v$pkgver/nghttp2-$pkgver.tar.xz)
-sha256sums=('700a89d59fcc55acc2b18184001bfb3220fa6a6e543486aca35f40801cba6f7d')
+sha256sums=('4879ce9ff3320f5344b910ee1c46ed5e366edc2272620cf17d8e762724d7df1e')
 
 build() {
   cd nghttp2-$pkgver


[arch-commits] Commit in network-manager-applet/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 22:04:23
  Author: heftig
Revision: 334605

archrelease: copy trunk to extra-x86_64

Added:
  network-manager-applet/repos/extra-x86_64/PKGBUILD
(from rev 334604, network-manager-applet/trunk/PKGBUILD)
Deleted:
  network-manager-applet/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-14 22:04:07 UTC (rev 334604)
+++ PKGBUILD2018-09-14 22:04:23 UTC (rev 334605)
@@ -1,98 +0,0 @@
-# Maintainer: Jan de Groot 
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Arjan Timmerman 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-
-pkgbase=network-manager-applet
-pkgname=(network-manager-applet nm-connection-editor libnma libnm-gtk)
-pkgdesc="Applet for managing network connections"
-url="https://wiki.gnome.org/Projects/NetworkManager/;
-pkgver=1.8.18
-pkgrel=1
-arch=(x86_64)
-license=(GPL LGPL)
-makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
- libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes 
gcr)
-_commit=f0193b49a55482498200202a256c2f396abc2f72  # tags/1.8.18^0
-source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit;)
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgbase
-  git describe --tags | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd $pkgbase
-}
-
-build() {
-  arch-meson $pkgbase build -D selinux=false
-  ninja -C build
-}
-
-check() {
-  meson test -C build
-}
-
-_pick() {
-  local p="$1" f d; shift
-  for f; do
-d="$srcdir/$p/${f#$pkgdir/}"
-mkdir -p "$(dirname "$d")"
-mv "$f" "$d"
-rmdir -p --ignore-fail-on-non-empty "$(dirname "$f")"
-  done
-}
-
-package_network-manager-applet() {
-  depends=(nm-connection-editor libmm-glib libnotify libsecret networkmanager)
-
-  DESTDIR="$pkgdir" meson install -C build
-
-### Split libnma
-  _pick libnma "$pkgdir"/usr/include/libnma
-  _pick libnma "$pkgdir"/usr/lib/girepository-1.0/NMA-*
-  _pick libnma "$pkgdir"/usr/lib/libnma.*
-  _pick libnma "$pkgdir"/usr/lib/pkgconfig/libnma.pc
-  _pick libnma "$pkgdir"/usr/share/gir-1.0/NMA-*
-  _pick libnma "$pkgdir"/usr/share/glib-2.0/schemas
-  _pick libnma "$pkgdir"/usr/share/gtk-doc/html/libnma
-
-### Split libnm-gtk
-  _pick libnm-gtk "$pkgdir"/usr/include/libnm-gtk
-  _pick libnm-gtk "$pkgdir"/usr/lib/girepository-1.0/NMGtk-*
-  _pick libnm-gtk "$pkgdir"/usr/lib/libnm-gtk.*
-  _pick libnm-gtk "$pkgdir"/usr/lib/pkgconfig/libnm-gtk.pc
-  _pick libnm-gtk "$pkgdir"/usr/share/gir-1.0/NMGtk-*
-
-### Split nm-connection-editor
-  _pick nm-connection-editor "$pkgdir"/usr/bin/nm-connection-editor
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/applications/nm-connection-editor.desktop
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/icons/hicolor/22x22/apps/nm-device-wwan.png
-  _pick nm-connection-editor "$pkgdir"/usr/share/locale
-  _pick nm-connection-editor 
"$pkgdir"/usr/share/man/man1/nm-connection-editor.1
-  _pick nm-connection-editor "$pkgdir"/usr/share/metainfo
-}
-
-package_nm-connection-editor() {
-  pkgdesc="NetworkManager GUI connection editor and widgets"
-  depends=(libnma libnm-gtk)
-  conflicts=('libnm-gtk<1.8.18-1')
-  replaces=('libnm-gtk<1.8.18-1')
-  mv nm-connection-editor/* "$pkgdir"
-}
-
-package_libnma() {
-  pkgdesc="NetworkManager GUI client library"
-  depends=(libnm gcr gtk3 iso-codes mobile-broadband-provider-info)
-  mv libnma/* "$pkgdir"
-}
-
-package_libnm-gtk() {
-  pkgdesc="NetworkManager GUI client library (legacy)"
-  depends=(libnm-glib gtk3 iso-codes libgudev)
-  mv libnm-gtk/* "$pkgdir"
-}

Copied: network-manager-applet/repos/extra-x86_64/PKGBUILD (from rev 334604, 
network-manager-applet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-14 22:04:23 UTC (rev 334605)
@@ -0,0 +1,98 @@
+# Maintainer: Jan de Groot 
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Arjan Timmerman 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+
+pkgbase=network-manager-applet
+pkgname=(network-manager-applet nm-connection-editor libnma libnm-gtk)
+pkgdesc="Applet for managing network connections"
+url="https://wiki.gnome.org/Projects/NetworkManager/;
+pkgver=1.8.18
+pkgrel=2
+arch=(x86_64)
+license=(GPL LGPL)
+makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson
+ libnm-glib libgudev gtk3 mobile-broadband-provider-info iso-codes 
gcr)
+_commit=f0193b49a55482498200202a256c2f396abc2f72  # tags/1.8.18^0
+source=("git+https://gitlab.gnome.org/GNOME/network-manager-applet.git#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgbase
+  git 

[arch-commits] Commit in network-manager-applet/trunk (PKGBUILD)

2018-09-14 Thread Jan Steffens via arch-commits
Date: Friday, September 14, 2018 @ 22:04:07
  Author: heftig
Revision: 334604

1.8.18-2

Modified:
  network-manager-applet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-14 22:02:57 UTC (rev 334603)
+++ PKGBUILD2018-09-14 22:04:07 UTC (rev 334604)
@@ -10,7 +10,7 @@
 pkgdesc="Applet for managing network connections"
 url="https://wiki.gnome.org/Projects/NetworkManager/;
 pkgver=1.8.18
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 license=(GPL LGPL)
 makedepends=(libsecret libnotify libmm-glib intltool gobject-introspection git 
gtk-doc meson


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

2018-09-14 Thread Kyle Keen via arch-commits
Date: Saturday, September 15, 2018 @ 02:38:36
  Author: kkeen
Revision: 381006

archrelease: copy trunk to community-x86_64

Added:
  sdcc/repos/community-x86_64/
  sdcc/repos/community-x86_64/PKGBUILD
(from rev 381005, sdcc/trunk/PKGBUILD)

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

Copied: sdcc/repos/community-x86_64/PKGBUILD (from rev 381005, 
sdcc/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2018-09-15 02:38:36 UTC (rev 381006)
@@ -0,0 +1,47 @@
+# Maintainer: Kyle Keen 
+# Contributor: Sergej Pupykin 
+# Contributor: Jose Negron 
+
+pkgname=sdcc
+pkgver=3.7.0
+pkgrel=5
+pkgdesc="Retargettable ANSI C compiler (Intel 8051, Maxim 80DS390, Zilog Z80 
and the Motorola 68HC08)"
+arch=('x86_64')
+license=('GPL')
+depends=('bash' 'gcc-libs' 'boost-libs')
+makedepends=('gputils' 'flex' 'bison' 'patch' 'boost')
+optdepends=('python')
+url="http://sdcc.sourceforge.net/;
+options=(!strip  staticlibs)
+source=(https://downloads.sourceforge.net/sourceforge/sdcc/$pkgname-src-${pkgver//_/-}.tar.bz2)
+md5sums=('76cc85d7ff27c46b930d309ea940a02f')
+
+# namcap claims boost-libs isn't needed, investigate this
+
+prepare() {
+  cd "$srcdir/$pkgname"
+  sed -i 's|CC -E|CC -O2 -E|g' support/sdbinutils/libiberty/configure
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  ./configure \
+   --prefix=/usr \
+   --includedir=/usr/include/sdcc \
+   --libdir=/usr/lib/sdcc \
+   --disable-werror
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+
+  make install DESTDIR="$pkgdir"
+
+  if [ -d "$pkgdir/usr/lib/lib" ]; then
+mv "$pkgdir/usr/lib/lib/"* "$pkgdir/usr/lib/sdcc/"
+rm -rf "$pkgdir/usr/lib/lib"
+  fi
+
+  sed -i 's|#!/usr/bin/env python|#!/usr/bin/env python3|' 
"$pkgdir/usr/bin/as2gbmap"
+}


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:24:44
  Author: felixonmars
Revision: 381032

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:22:39
  Author: felixonmars
Revision: 381028

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-meta/repos/community-staging-x86_64/
  haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 381027, haskell-hspec-meta/trunk/PKGBUILD)

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

Copied: haskell-hspec-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
381027, haskell-hspec-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 04:22:39 UTC (rev 381028)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-meta
+pkgname=haskell-hspec-meta
+pkgver=2.4.6
+pkgrel=13
+pkgdesc="A version of Hspec which is used to test Hspec itself"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-hspec-expectations' 
'haskell-hunit'
+ 'haskell-setenv' 'haskell-random' 'haskell-quickcheck-io' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-call-stack')
+makedepends=('ghc')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8e62dd923e943a3242034d838016280ed3e2d6767c5c22fac76c71433433a938f5e290cd79400cdc659706c54f21a06805b54e91702acdb0daea20c8513e8d8f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:23:24
  Author: felixonmars
Revision: 381029

upgpkg: haskell-hspec-discover 2.5.5-3

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-hspec-discover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:22:39 UTC (rev 381028)
+++ PKGBUILD2018-09-15 04:23:24 UTC (rev 381029)
@@ -3,7 +3,7 @@
 _hkgname=hspec-discover
 pkgname=haskell-hspec-discover
 pkgver=2.5.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Automatically discover and run Hspec tests"
 url="http://hspec.github.io/;
 license=('MIT')


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:25:23
  Author: felixonmars
Revision: 381033

upgpkg: haskell-hjsmin 0.2.0.2-31

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-hjsmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:24:44 UTC (rev 381032)
+++ PKGBUILD2018-09-15 04:25:23 UTC (rev 381033)
@@ -4,7 +4,7 @@
 _hkgname=hjsmin
 pkgname=haskell-hjsmin
 pkgver=0.2.0.2
-pkgrel=30
+pkgrel=31
 pkgdesc="Haskell implementation of a javascript minifier"
 url="https://github.com/erikd/hjsmin;
 license=("custom:BSD3")


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:25:40
  Author: felixonmars
Revision: 381034

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hjsmin/repos/community-staging-x86_64/PKGBUILD (from rev 
381033, haskell-hjsmin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 04:25:40 UTC (rev 381034)
@@ -0,0 +1,39 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsmin
+pkgname=haskell-hjsmin
+pkgver=0.2.0.2
+pkgrel=31
+pkgdesc="Haskell implementation of a javascript minifier"
+url="https://github.com/erikd/hjsmin;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-language-javascript"
+ "haskell-optparse-applicative")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffd67972cef49b5026995e9852e603035513e18089df9f77c35ec084ee3487904018aea018a08408ab53f441aa5200efdd7f5a28191cd814c5e2fc91c2552902')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:24:27
  Author: felixonmars
Revision: 381031

upgpkg: haskell-optparse-applicative 0.14.2.0-9

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-optparse-applicative/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:23:47 UTC (rev 381030)
+++ PKGBUILD2018-09-15 04:24:27 UTC (rev 381031)
@@ -4,7 +4,7 @@
 _hkgname=optparse-applicative
 pkgname=haskell-optparse-applicative
 pkgver=0.14.2.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Utilities and combinators for parsing command line options"
 url="https://github.com/pcapriotti/optparse-applicative;
 license=("custom:BSD3")


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:23:47
  Author: felixonmars
Revision: 381030

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hspec-discover/repos/community-staging-x86_64/
  haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD
(from rev 381029, haskell-hspec-discover/trunk/PKGBUILD)

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

Copied: haskell-hspec-discover/repos/community-staging-x86_64/PKGBUILD (from 
rev 381029, haskell-hspec-discover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 04:23:47 UTC (rev 381030)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=hspec-discover
+pkgname=haskell-hspec-discover
+pkgver=2.5.5
+pkgrel=3
+pkgdesc="Automatically discover and run Hspec tests"
+url="http://hspec.github.io/;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec-meta')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('922511709402a063eba16f2bb2b85e42b6183d8004d78af00ddf692cfcc6c3172c9ce925f395c28b04bbe2289693c437923bd769f0289e00c589890e4475700e')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 haskell-system-filepath/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:50:03
  Author: felixonmars
Revision: 381040

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-system-filepath/repos/community-staging-x86_64/
  haskell-system-filepath/repos/community-staging-x86_64/PKGBUILD
(from rev 381039, haskell-system-filepath/trunk/PKGBUILD)

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

Copied: haskell-system-filepath/repos/community-staging-x86_64/PKGBUILD (from 
rev 381039, haskell-system-filepath/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 04:50:03 UTC (rev 381040)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=system-filepath
+pkgname=haskell-system-filepath
+pkgver=0.4.14
+pkgrel=8
+pkgdesc="High-level, byte-based file and directory path manipulations"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-chell' 'haskell-chell-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d858b077516ecb76e27d032fd123aad154afea87fab93f148aa8a0007587c1fb04d87217cf0b51a80e9a81ab20357dcc5e345899e1c2b6513900da1e6768')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "license.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/license.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/license.txt"
+}


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:50:42
  Author: felixonmars
Revision: 381042

upgpkg: haskell-system-fileio 0.3.16.4-3

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-system-fileio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:50:27 UTC (rev 381041)
+++ PKGBUILD2018-09-15 04:50:42 UTC (rev 381042)
@@ -4,7 +4,7 @@
 _hkgname=system-fileio
 pkgname=haskell-system-fileio
 pkgver=0.3.16.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Consistent filesystem interaction across GHC versions"
 url="https://github.com/fpco/haskell-filesystem;
 license=("MIT")


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:50:27
  Author: felixonmars
Revision: 381041

upgpkg: python-tox 3.3.0-1

Modified:
  python-tox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:50:03 UTC (rev 381040)
+++ PKGBUILD2018-09-15 04:50:27 UTC (rev 381041)
@@ -5,7 +5,7 @@
 
 pkgbase=python-tox
 pkgname=(python-tox python2-tox)
-pkgver=3.2.1
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='Python virtualenv management and testing tool'
 arch=('any')
@@ -12,11 +12,11 @@
 url='https://tox.readthedocs.io'
 license=('GPL2')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 
'python-virtualenv'
- 'python2-virtualenv' 'python-pluggy' 'python2-pluggy')
+ 'python2-virtualenv' 'python-pluggy' 'python2-pluggy' 
'python-toml' 'python2-toml')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-mock'
   'python2-pytest-mock')
 source=("https://pypi.io/packages/source/t/tox/tox-$pkgver.tar.gz;)
-sha512sums=('79f5a1c8f6e818fbb8444754e3767d880fc1fdfe63b46c518d37440fe2b2f3ce572865aff83d9492c24486fded49893cc31bd9b11254bac4db507260304bc76f')
+sha512sums=('ba0ce1e1b0ce14c75dbb4735c39e205a7dfe38245b0c36bf25f85445d65e7dc4c05535caea70b10f7f4a83bf1c6ed55301d1f618ac5453c5dc45187aacfaec49')
 
 prepare() {
   find tox-$pkgver -name "*.pyc" -delete
@@ -53,7 +53,7 @@
 }
 
 package_python-tox() {
-  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy')
+  depends=('python-py' 'python-virtualenv' 'python-setuptools' 'python-pluggy' 
'python-toml')
 
   cd "$srcdir"/tox-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
@@ -61,7 +61,7 @@
 }
 
 package_python2-tox() {
-  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy')
+  depends=('python2-py' 'python2-virtualenv' 'python2-setuptools' 
'python2-pluggy' 'python2-toml')
 
   cd "$srcdir"/tox-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:49:47
  Author: felixonmars
Revision: 381039

upgpkg: haskell-system-filepath 0.4.14-8

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-system-filepath/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:46:17 UTC (rev 381038)
+++ PKGBUILD2018-09-15 04:49:47 UTC (rev 381039)
@@ -4,7 +4,7 @@
 _hkgname=system-filepath
 pkgname=haskell-system-filepath
 pkgver=0.4.14
-pkgrel=7
+pkgrel=8
 pkgdesc="High-level, byte-based file and directory path manipulations"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:58:20
  Author: felixonmars
Revision: 381053

upgpkg: haskell-resolv 0.1.1.1-12

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-resolv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:57:20 UTC (rev 381052)
+++ PKGBUILD2018-09-15 04:58:20 UTC (rev 381053)
@@ -3,7 +3,7 @@
 _hkgname=resolv
 pkgname=haskell-resolv
 pkgver=0.1.1.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Domain Name Service (DNS) lookup via the libresolv standard library 
routines"
 url="https://github.com/hvr/resolv;
 license=('GPL')


[arch-commits] Commit in haskell-ghc-typelits-natnormalise/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:57:20
  Author: felixonmars
Revision: 381052

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-natnormalise/repos/community-staging-x86_64/
  haskell-ghc-typelits-natnormalise/repos/community-staging-x86_64/PKGBUILD
(from rev 381051, haskell-ghc-typelits-natnormalise/trunk/PKGBUILD)

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

Copied: 
haskell-ghc-typelits-natnormalise/repos/community-staging-x86_64/PKGBUILD (from 
rev 381051, haskell-ghc-typelits-natnormalise/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 04:57:20 UTC (rev 381052)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-natnormalise
+pkgname=haskell-ghc-typelits-natnormalise
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="GHC typechecker plugin for types of kind GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-natnormalise;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('e8ebdff54d97ad1e98221986e633e010c213340693f8739e5fe79a42e3d1d9dbb42907d0d3545f66b61da1698e5cbf5ff7f7bd58fdbad18ba1393a0deb24a460')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 haskell-tasty-quickcheck/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:59:49
  Author: felixonmars
Revision: 381056

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 381055, haskell-tasty-quickcheck/trunk/PKGBUILD)

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

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 381055, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 04:59:49 UTC (rev 381056)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.10
+pkgrel=17
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-optparse-applicative' 'haskell-quickcheck' 
'haskell-random'
+ 'haskell-tagged' 'haskell-tasty')
+makedepends=('ghc' 'haskell-tasty-hunit' 'haskell-pcre-light')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dd6c4b41fa6a98c61f2f650c7e2a6b45ed5778f894bb92c531cccfca914752d0065d767719c1c466af1f2a565b8cebfc5968e835282b13e372b753e690ad1728')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 haskell-tasty-quickcheck/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:59:32
  Author: felixonmars
Revision: 381055

upgpkg: haskell-tasty-quickcheck 0.10-17

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:58:37 UTC (rev 381054)
+++ PKGBUILD2018-09-15 04:59:32 UTC (rev 381055)
@@ -4,7 +4,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.10
-pkgrel=16
+pkgrel=17
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:58:37
  Author: felixonmars
Revision: 381054

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-resolv/repos/community-staging-x86_64/PKGBUILD (from rev 
381053, haskell-resolv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 04:58:37 UTC (rev 381054)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+
+_hkgname=resolv
+pkgname=haskell-resolv
+pkgver=0.1.1.1
+pkgrel=12
+pkgdesc="Domain Name Service (DNS) lookup via the libresolv standard library 
routines"
+url="https://github.com/hvr/resolv;
+license=('GPL')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base16-bytestring')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('0bc87f922072077d08d49e583d7fe60127380044ff2433e2e794029b77b4334f854c8cec451c4ad5a938bb52144b6f0fd9cad9d550ba208cd96fb0acdb631536')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i -e 's/<.*4.11/<5/' -e 's/<.*0.12/<2/' -e 's/<.*0.10/<1/' 
$_hkgname.cabal
+}
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --disable-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
+}
+
+check() {
+cd $_hkgname-$pkgver
+# https://github.com/haskell-hvr/resolv/issues/1
+# runhaskell Setup test
+}
+
+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}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in haskell-ghc-typelits-natnormalise/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 04:57:04
  Author: felixonmars
Revision: 381051

upgpkg: haskell-ghc-typelits-natnormalise 0.6.2-2

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-ghc-typelits-natnormalise/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 04:54:21 UTC (rev 381050)
+++ PKGBUILD2018-09-15 04:57:04 UTC (rev 381051)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-natnormalise
 pkgname=haskell-ghc-typelits-natnormalise
 pkgver=0.6.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GHC typechecker plugin for types of kind GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-natnormalise;
 license=('custom:BSD2')


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:06:41
  Author: felixonmars
Revision: 381065

upgpkg: haskell-data-dword 0.3.1.2-21

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-data-dword/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:04:27 UTC (rev 381064)
+++ PKGBUILD2018-09-15 05:06:41 UTC (rev 381065)
@@ -3,7 +3,7 @@
 _hkgname=data-dword
 pkgname=haskell-data-dword
 pkgver=0.3.1.2
-pkgrel=20
+pkgrel=21
 pkgdesc="Stick two binary words together to get a bigger one"
 url="https://github.com/mvv/data-dword;
 license=('custom:BSD3')


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:04:27
  Author: felixonmars
Revision: 381064

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-css-text/repos/community-staging-x86_64/
  haskell-css-text/repos/community-staging-x86_64/PKGBUILD
(from rev 381063, haskell-css-text/trunk/PKGBUILD)

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

Copied: haskell-css-text/repos/community-staging-x86_64/PKGBUILD (from rev 
381063, haskell-css-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 05:04:27 UTC (rev 381064)
@@ -0,0 +1,38 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=css-text
+pkgname=haskell-css-text
+pkgver=0.1.3.0
+pkgrel=26
+pkgdesc="CSS parser and renderer."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-attoparsec")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2f7b4fc758e3e6da7dadbaf48c9174770de8230ef4578d9fda610ca9b7a4ad497284623e382bf55111ddc852550275415f58311a2e726721f050d9f704050628')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:06:58
  Author: felixonmars
Revision: 381066

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-data-dword/repos/community-staging-x86_64/
  haskell-data-dword/repos/community-staging-x86_64/PKGBUILD
(from rev 381065, haskell-data-dword/trunk/PKGBUILD)

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

Copied: haskell-data-dword/repos/community-staging-x86_64/PKGBUILD (from rev 
381065, haskell-data-dword/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 05:06:58 UTC (rev 381066)
@@ -0,0 +1,42 @@
+# Maintainer: Felix Yan 
+
+_hkgname=data-dword
+pkgname=haskell-data-dword
+pkgver=0.3.1.2
+pkgrel=21
+pkgdesc="Stick two binary words together to get a bigger one"
+url="https://github.com/mvv/data-dword;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-bword' 'haskell-hashable')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1578dd21cb9e0856a6628f93d0617249895d34741f7c8d43547863e2dadd815ea9732b216d10cbdcaf149057222ae355af86423efa45795fd5a6d2da0ce6ed96')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 python-jsbeautifier/repos/community-any (PKGBUILD PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:20:41
  Author: felixonmars
Revision: 381079

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-15 05:20:41 UTC (rev 381078)
+++ PKGBUILD2018-09-15 05:20:41 UTC (rev 381079)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-jsbeautifier
-pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
-pkgver=1.7.5
-pkgrel=2
-pkgdesc='JavaScript unobfuscator and beautifier'
-arch=('any')
-license=('MIT')
-url='https://github.com/beautify-web/js-beautify'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
-checkdepends=('python-pytest' 'python2-pytest')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
-sha512sums=('873b84ee7d10d0db9e6de6e6ba170d7beebafcb16bca262b5ad6db644d6bfbac6c4ad7cd3b6774ad002224720d6a1e520f78c019a9c846cea5a3dab73e1a26b8')
-
-prepare() {
-  cp -a js-beautify-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/js-beautify-$pkgver/python
-  python setup.py build
-
-  cd "$srcdir"/js-beautify-$pkgver-py2/python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/js-beautify-$pkgver/python
-  python setup.py test
-
-  cd "$srcdir"/js-beautify-$pkgver-py2/python
-  python2 setup.py test
-}
-
-package_python-jsbeautifier() {
-  depends=('python-six' 'python-editorconfig')
-
-  cd js-beautify-$pkgver/python
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsbeautifier() {
-  depends=('python2-six' 'python2-editorconfig')
-
-  cd js-beautify-$pkgver-py2/python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/js-beautify{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jsbeautifier/repos/community-any/PKGBUILD (from rev 381077, 
python-jsbeautifier/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-15 05:20:41 UTC (rev 381079)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-jsbeautifier
+pkgname=('python-jsbeautifier' 'python2-jsbeautifier')
+pkgver=1.8.6
+pkgrel=1
+pkgdesc='JavaScript unobfuscator and beautifier'
+arch=('any')
+license=('MIT')
+url='https://github.com/beautify-web/js-beautify'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-editorconfig' 
'python2-editorconfig')
+checkdepends=('python-pytest' 'python2-pytest')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/beautify-web/js-beautify/archive/v$pkgver.tar.gz;)
+sha512sums=('19fda812e2e8220d2de82b9fc514de9d40adcd0da8d3f474badb7aa89900c6d3017f38407da5b2daa506c9f5e80e61be3eecd04354a3f882eb101ab37574043b')
+
+build() {
+  cd js-beautify-$pkgver/python
+  python setup.py build
+  python2 setup.py build
+}
+
+check() {
+  cd js-beautify-$pkgver/python
+  python setup.py test || warning "Broken tests"
+  python2 setup.py test || warning "Broken tests"
+}
+
+package_python-jsbeautifier() {
+  depends=('python-six' 'python-editorconfig')
+
+  cd js-beautify-$pkgver/python
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsbeautifier() {
+  depends=('python2-six' 'python2-editorconfig')
+
+  cd js-beautify-$pkgver/python
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/js-beautify{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:20:41
  Author: felixonmars
Revision: 381078

upgpkg: haskell-openpgp-asciiarmor 0.1.1-13

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-openpgp-asciiarmor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:20:23 UTC (rev 381077)
+++ PKGBUILD2018-09-15 05:20:41 UTC (rev 381078)
@@ -3,7 +3,7 @@
 _hkgname=openpgp-asciiarmor
 pkgname=haskell-openpgp-asciiarmor
 pkgver=0.1.1
-pkgrel=12
+pkgrel=13
 pkgdesc="OpenPGP (RFC4880) ASCII Armor codec"
 url="http://floss.scru.org/openpgp-asciiarmor;
 license=('custom:ISC')


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:19:15
  Author: felixonmars
Revision: 381074

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hourglass/repos/community-staging-x86_64/PKGBUILD (from rev 
381073, haskell-hourglass/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 05:19:15 UTC (rev 381074)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hourglass
+pkgname=haskell-hourglass
+pkgver=0.2.12
+pkgrel=3
+pkgdesc="simple performant time related library"
+url="https://github.com/vincenthz/hs-hourglass;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs')
+makedepends=('ghc' 'haskell-old-locale' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('c748d7f875ca0b1ea9034dba1a5cfa3fc4e51613ce24c90b54856fdc385d9ccc5eda3559f1674abf3ea966cc7851891dfee86bad897062a97a79db8408574bdc')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 haskell-http-date/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:19:49
  Author: felixonmars
Revision: 381075

upgpkg: haskell-http-date 0.0.8-5

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-http-date/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:19:15 UTC (rev 381074)
+++ PKGBUILD2018-09-15 05:19:49 UTC (rev 381075)
@@ -4,7 +4,7 @@
 _hkgname=http-date
 pkgname=haskell-http-date
 pkgver=0.0.8
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP Date parser/formatter"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


[arch-commits] Commit in haskell-ghc-typelits-extra/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:17:57
  Author: felixonmars
Revision: 381072

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/
  haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 381071, haskell-ghc-typelits-extra/trunk/PKGBUILD)

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

Copied: haskell-ghc-typelits-extra/repos/community-staging-x86_64/PKGBUILD 
(from rev 381071, haskell-ghc-typelits-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 05:17:57 UTC (rev 381072)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ghc-typelits-extra
+pkgname=haskell-ghc-typelits-extra
+pkgver=0.3
+pkgrel=2
+pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
+url="https://github.com/clash-lang/ghc-typelits-extra;
+license=('custom:BSD2')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-ghc-tcplugins-extra' 
'haskell-ghc-typelits-knownnat'
+ 'haskell-ghc-typelits-natnormalise')
+makedepends=('ghc' 'haskell-tasty' 'haskell-tasty-hunit')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('6dfc55b978d0c65445fa9dc1f8aebdc311d4690b506398d31bc9dd6da303ece34f8b08270eb14882b3e1c823ec12ccaa537020e592bbcf4ac901db0ca99fe3ee')
+
+build() {
+cd $_hkgname-$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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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 haskell-ghc-typelits-extra/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:17:41
  Author: felixonmars
Revision: 381071

upgpkg: haskell-ghc-typelits-extra 0.3-2

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-ghc-typelits-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:13:20 UTC (rev 381070)
+++ PKGBUILD2018-09-15 05:17:41 UTC (rev 381071)
@@ -3,7 +3,7 @@
 _hkgname=ghc-typelits-extra
 pkgname=haskell-ghc-typelits-extra
 pkgver=0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Additional type-level operations on GHC.TypeLits.Nat"
 url="https://github.com/clash-lang/ghc-typelits-extra;
 license=('custom:BSD2')


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

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:18:58
  Author: felixonmars
Revision: 381073

upgpkg: haskell-hourglass 0.2.12-3

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-hourglass/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:17:57 UTC (rev 381072)
+++ PKGBUILD2018-09-15 05:18:58 UTC (rev 381073)
@@ -4,7 +4,7 @@
 _hkgname=hourglass
 pkgname=haskell-hourglass
 pkgver=0.2.12
-pkgrel=2
+pkgrel=3
 pkgdesc="simple performant time related library"
 url="https://github.com/vincenthz/hs-hourglass;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-quickcheck2/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:25:59
  Author: felixonmars
Revision: 381089

upgpkg: haskell-test-framework-quickcheck2 0.3.0.5-2

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-test-framework-quickcheck2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:25:24 UTC (rev 381088)
+++ PKGBUILD2018-09-15 05:25:59 UTC (rev 381089)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="http://haskell.github.io/test-framework/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-hunit/trunk (PKGBUILD)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:25:07
  Author: felixonmars
Revision: 381087

upgpkg: haskell-test-framework-hunit 0.3.0.2-31

rebuild with ansi-terminal 0.8.1

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-09-15 05:24:30 UTC (rev 381086)
+++ PKGBUILD2018-09-15 05:25:07 UTC (rev 381087)
@@ -4,7 +4,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=30
+pkgrel=31
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-hunit/repos (2 files)

2018-09-14 Thread Felix Yan via arch-commits
Date: Saturday, September 15, 2018 @ 05:25:24
  Author: felixonmars
Revision: 381088

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 381087, haskell-test-framework-hunit/trunk/PKGBUILD)

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

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 381087, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-09-15 05:25:24 UTC (rev 381088)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=31
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


  1   2   3   4   >