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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 23:52:18
  Author: jleclanche
Revision: 439913

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   95 -
 sway.install |   14 
 2 files changed, 55 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:52:08 UTC (rev 439912)
+++ PKGBUILD2019-03-11 23:52:18 UTC (rev 439913)
@@ -1,47 +0,0 @@
-# Maintainer: Jerome Leclanche 
-pkgname=sway
-pkgver=1.0
-pkgrel=2
-pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
-arch=("x86_64")
-url="https://swaywm.org/;
-license=("MIT")
-depends=(
-   "cairo"
-   "json-c"
-   "pango"
-   "pcre"
-   "wlroots"
-)
-makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
-optdepends=(
-   "dmenu: Default for launching applications."
-   "ffmpeg: For recording screencasts."
-   "gdk-pixbuf2: Required for swaybg."
-   "i3status: To display system information with a bar."
-   "imagemagick: For taking screenshots."
-   "rxvt-unicode: Default terminal emulator."
-)
-validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
-install=$pkgname.install
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz;
-   
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
-)
-sha256sums=(
-   "24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56"
-   "SKIP"
-)
-
-build() {
-   cd "$pkgname-$pkgver"
-   mkdir "build"
-   cd "build"
-   meson -Dwerror=false --prefix /usr ".."
-   ninja
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sway/repos/community-x86_64/PKGBUILD (from rev 439912, 
sway/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:52:18 UTC (rev 439913)
@@ -0,0 +1,48 @@
+# Maintainer: Jerome Leclanche 
+pkgname=sway
+pkgver=1.0
+pkgrel=3
+pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
+arch=("x86_64")
+url="https://swaywm.org/;
+license=("MIT")
+depends=(
+   "cairo"
+   "json-c"
+   "pango"
+   "pcre"
+   "wlroots"
+)
+makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
+optdepends=(
+   "dmenu: Default for launching applications."
+   "ffmpeg: For recording screencasts."
+   "gdk-pixbuf2: Required for swaybg."
+   "i3status: To display system information with a bar."
+   "imagemagick: For taking screenshots."
+   "rxvt-unicode: Default terminal emulator."
+   "xorg-server-xwayland: X11 support"
+)
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
+install=$pkgname.install
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz;
+   
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=(
+   "24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56"
+   "SKIP"
+)
+
+build() {
+   cd "$pkgname-$pkgver"
+   mkdir "build"
+   cd "build"
+   meson -Dwerror=false --prefix /usr ".."
+   ninja
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: sway.install
===
--- sway.install2019-03-11 23:52:08 UTC (rev 439912)
+++ sway.install2019-03-11 23:52:18 UTC (rev 439913)
@@ -1,7 +0,0 @@
-post_install() {
-   setcap cap_sys_ptrace=eip /usr/bin/sway
-}
-
-post_upgrade() {
-   post_install $1
-}

Copied: sway/repos/community-x86_64/sway.install (from rev 439912, 
sway/trunk/sway.install)
===
--- sway.install(rev 0)
+++ sway.install2019-03-11 23:52:18 UTC (rev 439913)
@@ -0,0 +1,7 @@
+post_install() {
+   setcap cap_sys_ptrace=eip /usr/bin/sway
+}
+
+post_upgrade() {
+   post_install $1
+}


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 23:52:08
  Author: jleclanche
Revision: 439912

upgpkg: sway 1.0-3

Add xorg-xserver-wayland as optdep

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:07:45 UTC (rev 439911)
+++ PKGBUILD2019-03-11 23:52:08 UTC (rev 439912)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 pkgname=sway
 pkgver=1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
 arch=("x86_64")
 url="https://swaywm.org/;
@@ -21,6 +21,7 @@
"i3status: To display system information with a bar."
"imagemagick: For taking screenshots."
"rxvt-unicode: Default terminal emulator."
+   "xorg-server-xwayland: X11 support"
 )
 validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
 install=$pkgname.install


[arch-commits] Commit in linux-hardened/trunk (PKGBUILD config.x86_64)

2019-03-11 Thread Levente Polyak via arch-commits
Date: Monday, March 11, 2019 @ 23:25:27
  Author: anthraxx
Revision: 347714

upgpkg: linux-hardened 4.20.15.a-1

Modified:
  linux-hardened/trunk/PKGBUILD
  linux-hardened/trunk/config.x86_64

---+
 PKGBUILD  |8 
 config.x86_64 |2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 21:21:14 UTC (rev 347713)
+++ PKGBUILD2019-03-11 23:25:27 UTC (rev 347714)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=linux-hardened
-_pkgver=4.20.14
+_pkgver=4.20.15
 _hardenedver=a
 _srcname=linux-${_pkgver}
 pkgver=${_pkgver}.${_hardenedver}
@@ -23,11 +23,11 @@
 linux.preset   # standard config files for mkinitcpio ramdisk
 )
 replaces=('linux-grsec')
-sha256sums=('0e08e6d0a9e30fe13d2de624e9072bb455ae1f54a0918dc6981003c2afdf1a81'
+sha256sums=('d93b1b216e909e4ea8441a41a070f839f55ac9cf5f7effb16e1b04e7f5688407'
 'SKIP'
-'7f011781384fc565e087fad107f0e4963166551ee285236a0b1eb01016d826c1'
+'2c2f17e124d52be60db7691b07c09c60498b096024b19a90866cea57a4299131'
 'SKIP'
-'e5ba805d660d833c6c1e5d63e42875b6c0037b51bc1d189ecc13be623a3c3533'
+'b4cc0de20f4095b6e95c150d3cb3d9b41b3a5c5ba12c44f71fdb38b496177843'
 'ae2e95db94ef7176207c690224169594d49445e04249d2499e9d2fbc117a0b21'
 'c043f3033bb781e2688794a59f6d1f7ed49ef9b13eb77ff9a425df33a244a636'
 'ad6344badc91ad0630caacde83f7f9b97276f80d26a20619a87952be65492c65')

Modified: config.x86_64
===
--- config.x86_64   2019-03-11 21:21:14 UTC (rev 347713)
+++ config.x86_64   2019-03-11 23:25:27 UTC (rev 347714)
@@ -1,6 +1,6 @@
 #
 # Automatically generated file; DO NOT EDIT.
-# Linux/x86 4.20.13 Kernel Configuration
+# Linux/x86 4.20.15 Kernel Configuration
 #
 
 #


[arch-commits] Commit in linux-hardened/repos/extra-x86_64 (12 files)

2019-03-11 Thread Levente Polyak via arch-commits
Date: Monday, March 11, 2019 @ 23:25:36
  Author: anthraxx
Revision: 347715

archrelease: copy trunk to extra-x86_64

Added:
  linux-hardened/repos/extra-x86_64/60-linux.hook
(from rev 347714, linux-hardened/trunk/60-linux.hook)
  linux-hardened/repos/extra-x86_64/90-linux.hook
(from rev 347714, linux-hardened/trunk/90-linux.hook)
  linux-hardened/repos/extra-x86_64/PKGBUILD
(from rev 347714, linux-hardened/trunk/PKGBUILD)
  linux-hardened/repos/extra-x86_64/config.x86_64
(from rev 347714, linux-hardened/trunk/config.x86_64)
  linux-hardened/repos/extra-x86_64/linux.install
(from rev 347714, linux-hardened/trunk/linux.install)
  linux-hardened/repos/extra-x86_64/linux.preset
(from rev 347714, linux-hardened/trunk/linux.preset)
Deleted:
  linux-hardened/repos/extra-x86_64/60-linux.hook
  linux-hardened/repos/extra-x86_64/90-linux.hook
  linux-hardened/repos/extra-x86_64/PKGBUILD
  linux-hardened/repos/extra-x86_64/config.x86_64
  linux-hardened/repos/extra-x86_64/linux.install
  linux-hardened/repos/extra-x86_64/linux.preset

---+
 60-linux.hook |   24 
 90-linux.hook |   22 
 PKGBUILD  |  504 -
 config.x86_64 |19718 
 linux.install |   26 
 linux.preset  |   28 
 6 files changed, 10161 insertions(+), 10161 deletions(-)

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


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:07:45
  Author: anatolik
Revision: 439911

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:07:15 UTC (rev 439910)
+++ PKGBUILD2019-03-11 23:07:45 UTC (rev 439911)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk3
-pkgname=ruby-$_gemname
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk3 ruby-cairo-gobject=$pkgver ruby-gdk_pixbuf2=$pkgver 
ruby-pango=$pkgver)
-makedepends=(ruby-native-package-installer rake)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('f91cf18c18e90f1629a6da5a8f1b7a8dd3ac7dae')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk3/repos/community-x86_64/PKGBUILD (from rev 439910, 
ruby-gdk3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:07:45 UTC (rev 439911)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk3
+pkgname=ruby-$_gemname
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk3 ruby-cairo-gobject=$pkgver ruby-gdk_pixbuf2=$pkgver 
ruby-pango=$pkgver)
+makedepends=(ruby-native-package-installer rake)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('0acafa5e5c5345013e2a4f39db85e12f2397d20c')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:06:44
  Author: anatolik
Revision: 439909

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:06:12 UTC (rev 439908)
+++ PKGBUILD2019-03-11 23:06:44 UTC (rev 439909)
@@ -1,23 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gtk2
-pkgname=ruby-$_gemname
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
-makedepends=(ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('fc62d3ceac433bed34acd3c7e18abdf8bbde')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gtk2/repos/community-x86_64/PKGBUILD (from rev 439908, 
ruby-gtk2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:06:44 UTC (rev 439909)
@@ -0,0 +1,23 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gtk2
+pkgname=ruby-$_gemname
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gtk2 ruby-atk=$pkgver ruby-pango=$pkgver 
ruby-gdk_pixbuf2=$pkgver)
+makedepends=(ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('0022d33be80893e1c060b795c74b2db66bfbaf3c')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:07:15
  Author: anatolik
Revision: 439910

upgpkg: ruby-gdk3 3.3.3-1

upgpkg: ruby-gdk3 3.3.3-1

Modified:
  ruby-gdk3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:06:44 UTC (rev 439909)
+++ PKGBUILD2019-03-11 23:07:15 UTC (rev 439910)
@@ -2,7 +2,7 @@
 
 _gemname=gdk3
 pkgname=ruby-$_gemname
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Ruby/GDK3 is a Ruby binding of GDK-3.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('f91cf18c18e90f1629a6da5a8f1b7a8dd3ac7dae')
+sha1sums=('0acafa5e5c5345013e2a4f39db85e12f2397d20c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:06:12
  Author: anatolik
Revision: 439908

upgpkg: ruby-gtk2 3.3.3-1

upgpkg: ruby-gtk2 3.3.3-1

Modified:
  ruby-gtk2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:04:56 UTC (rev 439907)
+++ PKGBUILD2019-03-11 23:06:12 UTC (rev 439908)
@@ -3,7 +3,7 @@
 
 _gemname=gtk2
 pkgname=ruby-$_gemname
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Ruby/GTK2 is a Ruby binding of GTK+-2.x.'
 arch=(x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('fc62d3ceac433bed34acd3c7e18abdf8bbde')
+sha1sums=('0022d33be80893e1c060b795c74b2db66bfbaf3c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:04:56
  Author: anatolik
Revision: 439907

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:04:23 UTC (rev 439906)
+++ PKGBUILD2019-03-11 23:04:56 UTC (rev 439907)
@@ -1,22 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=pango
-pkgname=ruby-$_gemname
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('b79bca0bd1cfe6c44cbf68dbbab6acad5c4c28f5')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-pango/repos/community-x86_64/PKGBUILD (from rev 439906, 
ruby-pango/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:04:56 UTC (rev 439907)
@@ -0,0 +1,22 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=pango
+pkgname=ruby-$_gemname
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby pango ruby-cairo gobject-introspection 
ruby-cairo-gobject=$pkgver ruby-gobject-introspection=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a6374e6452e872bdd0503a8cb870ae361bd57821')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:04:23
  Author: anatolik
Revision: 439906

upgpkg: ruby-pango 3.3.3-1

upgpkg: ruby-pango 3.3.3-1

Modified:
  ruby-pango/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:03:59 UTC (rev 439905)
+++ PKGBUILD2019-03-11 23:04:23 UTC (rev 439906)
@@ -3,7 +3,7 @@
 
 _gemname=pango
 pkgname=ruby-$_gemname
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Ruby/Pango is a Ruby binding of pango-1.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('b79bca0bd1cfe6c44cbf68dbbab6acad5c4c28f5')
+sha1sums=('a6374e6452e872bdd0503a8cb870ae361bd57821')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:03:59
  Author: anatolik
Revision: 439905

archrelease: copy trunk to community-x86_64

Added:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD
(from rev 439904, ruby-cairo-gobject/trunk/PKGBUILD)
Deleted:
  ruby-cairo-gobject/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:03:27 UTC (rev 439904)
+++ PKGBUILD2019-03-11 23:03:59 UTC (rev 439905)
@@ -1,21 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=cairo-gobject
-pkgname=ruby-$_gemname
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-cairo ruby-glib2=$pkgver)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('eb4f4f0199fc80c368558d3c180c30dc6eb12420')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-cairo-gobject/repos/community-x86_64/PKGBUILD (from rev 439904, 
ruby-cairo-gobject/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:03:59 UTC (rev 439905)
@@ -0,0 +1,21 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=cairo-gobject
+pkgname=ruby-$_gemname
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-cairo ruby-glib2=$pkgver)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('c8f6ec6fc063805158a64c7c63f9327f25557d24')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:03:27
  Author: anatolik
Revision: 439904

upgpkg: ruby-cairo-gobject 3.3.3-1

upgpkg: ruby-cairo-gobject 3.3.3-1

Modified:
  ruby-cairo-gobject/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:03:06 UTC (rev 439903)
+++ PKGBUILD2019-03-11 23:03:27 UTC (rev 439904)
@@ -2,7 +2,7 @@
 
 _gemname=cairo-gobject
 pkgname=ruby-$_gemname
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Ruby/CairoGObject is a Ruby binding of cairo-gobject'
 arch=(x86_64)
@@ -12,7 +12,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('eb4f4f0199fc80c368558d3c180c30dc6eb12420')
+sha1sums=('c8f6ec6fc063805158a64c7c63f9327f25557d24')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:03:06
  Author: anatolik
Revision: 439903

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:02:34 UTC (rev 439902)
+++ PKGBUILD2019-03-11 23:03:06 UTC (rev 439903)
@@ -1,24 +0,0 @@
-# Generated by gem2arch (https://github.com/anatol/gem2arch)
-# Maintainer: Anatol Pomozov 
-
-_gemname=gdk_pixbuf2
-pkgname=ruby-$_gemname
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
-makedepends=(ruby-native-package-installer ruby-rake)
-replaces=(ruby-gdkpixbuf2)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('031f7b7439927399c3617d45a85b3e745c1e8d30')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gdk_pixbuf2/repos/community-x86_64/PKGBUILD (from rev 439902, 
ruby-gdk_pixbuf2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:03:06 UTC (rev 439903)
@@ -0,0 +1,24 @@
+# Generated by gem2arch (https://github.com/anatol/gem2arch)
+# Maintainer: Anatol Pomozov 
+
+_gemname=gdk_pixbuf2
+pkgname=ruby-$_gemname
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-gio2=$pkgver gdk-pixbuf2)
+makedepends=(ruby-native-package-installer ruby-rake)
+replaces=(ruby-gdkpixbuf2)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('d9dd8fb97d87b9de53c4e4a51eaac569dfbbb4c1')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:02:34
  Author: anatolik
Revision: 439902

upgpkg: ruby-gdk_pixbuf2 3.3.3-1

upgpkg: ruby-gdk_pixbuf2 3.3.3-1

Modified:
  ruby-gdk_pixbuf2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:02:14 UTC (rev 439901)
+++ PKGBUILD2019-03-11 23:02:34 UTC (rev 439902)
@@ -3,7 +3,7 @@
 
 _gemname=gdk_pixbuf2
 pkgname=ruby-$_gemname
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Ruby/GdkPixbuf2 is a Ruby binding of GdkPixbuf-2.x.'
 arch=(x86_64)
@@ -15,7 +15,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('031f7b7439927399c3617d45a85b3e745c1e8d30')
+sha1sums=('d9dd8fb97d87b9de53c4e4a51eaac569dfbbb4c1')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:02:14
  Author: anatolik
Revision: 439901

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:01:37 UTC (rev 439900)
+++ PKGBUILD2019-03-11 23:02:14 UTC (rev 439901)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gio2
-pkgname=ruby-$_gemname
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('31b34bf92bd95f5b0998a938b1ad83b07e23f6c8')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gio2/repos/community-x86_64/PKGBUILD (from rev 439900, 
ruby-gio2/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:02:14 UTC (rev 439901)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gio2
+pkgname=ruby-$_gemname
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby ruby-glib2=$pkgver ruby-gobject-introspection=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('a518cec4123c904382843689a3a134a71461afe2')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:01:37
  Author: anatolik
Revision: 439900

upgpkg: ruby-gio2 3.3.3-1

upgpkg: ruby-gio2 3.3.3-1

Modified:
  ruby-gio2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 23:01:18 UTC (rev 439899)
+++ PKGBUILD2019-03-11 23:01:37 UTC (rev 439900)
@@ -2,7 +2,7 @@
 
 _gemname=gio2
 pkgname=ruby-$_gemname
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Ruby/GIO2 is a Ruby binding of gio-2.x.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('31b34bf92bd95f5b0998a938b1ad83b07e23f6c8')
+sha1sums=('a518cec4123c904382843689a3a134a71461afe2')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


[arch-commits] Commit in ruby-gobject-introspection/repos/community-x86_64 (2 files)

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:01:18
  Author: anatolik
Revision: 439899

archrelease: copy trunk to community-x86_64

Added:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD
(from rev 439898, ruby-gobject-introspection/trunk/PKGBUILD)
Deleted:
  ruby-gobject-introspection/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 23:00:35 UTC (rev 439898)
+++ PKGBUILD2019-03-11 23:01:18 UTC (rev 439899)
@@ -1,22 +0,0 @@
-# Maintainer: Anatol Pomozov 
-
-_gemname=gobject-introspection
-pkgname=ruby-$_gemname
-pkgver=3.3.2
-pkgrel=1
-pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
-arch=(x86_64)
-url='http://ruby-gnome2.sourceforge.jp/'
-license=(LGPL2.1)
-depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
-makedepends=(gobject-introspection ruby-native-package-installer)
-options=(!emptydirs)
-source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
-noextract=($_gemname-$pkgver.gem)
-sha1sums=('40408257bde6fc7e708bf8b6869cba44bd108f70')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-}

Copied: ruby-gobject-introspection/repos/community-x86_64/PKGBUILD (from rev 
439898, ruby-gobject-introspection/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 23:01:18 UTC (rev 439899)
@@ -0,0 +1,22 @@
+# Maintainer: Anatol Pomozov 
+
+_gemname=gobject-introspection
+pkgname=ruby-$_gemname
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
+arch=(x86_64)
+url='http://ruby-gnome2.sourceforge.jp/'
+license=(LGPL2.1)
+depends=(ruby gobject-introspection-runtime ruby-glib2=$pkgver)
+makedepends=(gobject-introspection ruby-native-package-installer)
+options=(!emptydirs)
+source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
+noextract=($_gemname-$pkgver.gem)
+sha1sums=('c80a00c53c246051b97e84c09d8123d1d436c15d')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install --no-document -i 
"$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 23:00:35
  Author: anatolik
Revision: 439898

upgpkg: ruby-gobject-introspection 3.3.3-1

upgpkg: ruby-gobject-introspection 3.3.3-1

Modified:
  ruby-gobject-introspection/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 22:36:39 UTC (rev 439897)
+++ PKGBUILD2019-03-11 23:00:35 UTC (rev 439898)
@@ -2,7 +2,7 @@
 
 _gemname=gobject-introspection
 pkgname=ruby-$_gemname
-pkgver=3.3.2
+pkgver=3.3.3
 pkgrel=1
 pkgdesc='Ruby/GObjectIntrospection is a Ruby binding of GObjectIntrospection.'
 arch=(x86_64)
@@ -13,7 +13,7 @@
 options=(!emptydirs)
 source=(https://rubygems.org/downloads/$_gemname-$pkgver.gem)
 noextract=($_gemname-$pkgver.gem)
-sha1sums=('40408257bde6fc7e708bf8b6869cba44bd108f70')
+sha1sums=('c80a00c53c246051b97e84c09d8123d1d436c15d')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 22:36:29
  Author: jleclanche
Revision: 439896

upgpkg: sway 1.0-2

Compile with gdk-pixbuf2 support

Modified:
  sway/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 22:32:22 UTC (rev 439895)
+++ PKGBUILD2019-03-11 22:36:29 UTC (rev 439896)
@@ -1,7 +1,7 @@
 # Maintainer: Jerome Leclanche 
 pkgname=sway
 pkgver=1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
 arch=("x86_64")
 url="https://swaywm.org/;
@@ -13,7 +13,7 @@
"pcre"
"wlroots"
 )
-makedepends=("meson" "ninja" "scdoc" "wayland-protocols")
+makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
 optdepends=(
"dmenu: Default for launching applications."
"ffmpeg: For recording screencasts."


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 22:36:39
  Author: jleclanche
Revision: 439897

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   94 -
 sway.install |   14 
 2 files changed, 54 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 22:36:29 UTC (rev 439896)
+++ PKGBUILD2019-03-11 22:36:39 UTC (rev 439897)
@@ -1,47 +0,0 @@
-# Maintainer: Jerome Leclanche 
-pkgname=sway
-pkgver=1.0
-pkgrel=1
-pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
-arch=("x86_64")
-url="https://swaywm.org/;
-license=("MIT")
-depends=(
-   "cairo"
-   "json-c"
-   "pango"
-   "pcre"
-   "wlroots"
-)
-makedepends=("meson" "ninja" "scdoc" "wayland-protocols")
-optdepends=(
-   "dmenu: Default for launching applications."
-   "ffmpeg: For recording screencasts."
-   "gdk-pixbuf2: Required for swaybg."
-   "i3status: To display system information with a bar."
-   "imagemagick: For taking screenshots."
-   "rxvt-unicode: Default terminal emulator."
-)
-validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
-install=$pkgname.install
-source=(
-   
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz;
-   
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
-)
-sha256sums=(
-   "24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56"
-   "SKIP"
-)
-
-build() {
-   cd "$pkgname-$pkgver"
-   mkdir "build"
-   cd "build"
-   meson -Dwerror=false --prefix /usr ".."
-   ninja
-}
-
-package() {
-   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
-   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: sway/repos/community-x86_64/PKGBUILD (from rev 439896, 
sway/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 22:36:39 UTC (rev 439897)
@@ -0,0 +1,47 @@
+# Maintainer: Jerome Leclanche 
+pkgname=sway
+pkgver=1.0
+pkgrel=2
+pkgdesc="Tiling Wayland compositor and replacement for the i3 window manager"
+arch=("x86_64")
+url="https://swaywm.org/;
+license=("MIT")
+depends=(
+   "cairo"
+   "json-c"
+   "pango"
+   "pcre"
+   "wlroots"
+)
+makedepends=("meson" "ninja" "gdk-pixbuf2" "scdoc" "wayland-protocols")
+optdepends=(
+   "dmenu: Default for launching applications."
+   "ffmpeg: For recording screencasts."
+   "gdk-pixbuf2: Required for swaybg."
+   "i3status: To display system information with a bar."
+   "imagemagick: For taking screenshots."
+   "rxvt-unicode: Default terminal emulator."
+)
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
+install=$pkgname.install
+source=(
+   
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/$pkgname/archive/$pkgver.tar.gz;
+   
"https://github.com/swaywm/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=(
+   "24dafd0f1e630e97a5dd47233841adf856b665e2321d6207acfe6b3002d1bc56"
+   "SKIP"
+)
+
+build() {
+   cd "$pkgname-$pkgver"
+   mkdir "build"
+   cd "build"
+   meson -Dwerror=false --prefix /usr ".."
+   ninja
+}
+
+package() {
+   DESTDIR="$pkgdir" ninja -C "$pkgname-$pkgver/build" install
+   install -Dm644 "$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: sway.install
===
--- sway.install2019-03-11 22:36:29 UTC (rev 439896)
+++ sway.install2019-03-11 22:36:39 UTC (rev 439897)
@@ -1,7 +0,0 @@
-post_install() {
-   setcap cap_sys_ptrace=eip /usr/bin/sway
-}
-
-post_upgrade() {
-   post_install $1
-}

Copied: sway/repos/community-x86_64/sway.install (from rev 439896, 
sway/trunk/sway.install)
===
--- sway.install(rev 0)
+++ sway.install2019-03-11 22:36:39 UTC (rev 439897)
@@ -0,0 +1,7 @@
+post_install() {
+   setcap cap_sys_ptrace=eip /usr/bin/sway
+}
+
+post_upgrade() {
+   post_install $1
+}


[arch-commits] Commit in sugar-activity-turtleart (3 files)

2019-03-11 Thread Balló György via arch-commits
Date: Monday, March 11, 2019 @ 22:32:22
  Author: bgyorgy
Revision: 439895

archrelease: copy trunk to community-any

Added:
  sugar-activity-turtleart/repos/
  sugar-activity-turtleart/repos/community-any/
  sugar-activity-turtleart/repos/community-any/PKGBUILD
(from rev 439894, sugar-activity-turtleart/trunk/PKGBUILD)

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

Copied: sugar-activity-turtleart/repos/community-any/PKGBUILD (from rev 439894, 
sugar-activity-turtleart/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2019-03-11 22:32:22 UTC (rev 439895)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-turtleart
+_pkgname=TurtleBlocks
+pkgver=218
+pkgrel=1
+pkgdesc="Logo-inspired graphical turtle for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Turtle_Art;
+license=('MIT')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/TurtleArt/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('b6bbdb86ce955ee981d128e84f853b37fefab641a5c69fb12c0984a00232b36c')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


[arch-commits] Commit in (3 files)

2019-03-11 Thread Balló György via arch-commits
Date: Monday, March 11, 2019 @ 22:30:40
  Author: bgyorgy
Revision: 439894

Add sugar-activity-turtleart package

Added:
  sugar-activity-turtleart/
  sugar-activity-turtleart/trunk/
  sugar-activity-turtleart/trunk/PKGBUILD

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

Added: sugar-activity-turtleart/trunk/PKGBUILD
===
--- sugar-activity-turtleart/trunk/PKGBUILD (rev 0)
+++ sugar-activity-turtleart/trunk/PKGBUILD 2019-03-11 22:30:40 UTC (rev 
439894)
@@ -0,0 +1,25 @@
+# Maintainer: Balló György 
+
+pkgname=sugar-activity-turtleart
+_pkgname=TurtleBlocks
+pkgver=218
+pkgrel=1
+pkgdesc="Logo-inspired graphical turtle for Sugar"
+arch=('any')
+url="https://wiki.sugarlabs.org/go/Activities/Turtle_Art;
+license=('MIT')
+groups=('sugar-fructose')
+depends=('sugar-toolkit-gtk3')
+source=(https://download.sugarlabs.org/sources/sucrose/fructose/TurtleArt/$_pkgname-$pkgver.tar.bz2)
+sha256sums=('b6bbdb86ce955ee981d128e84f853b37fefab641a5c69fb12c0984a00232b36c')
+
+prepare() {
+  cd $_pkgname-$pkgver
+  find . -type f | xargs sed -i 's@^#!.*python$@#!/usr/bin/python2@'
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python2 setup.py install --prefix "$pkgdir/usr" --skip-install-desktop-file
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+}


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


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 21:47:06
  Author: jleclanche
Revision: 439892

upgpkg: terraform 0.11.13-1

Upstream release 0.11.13

Modified:
  terraform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 21:33:20 UTC (rev 439891)
+++ PKGBUILD2019-03-11 21:47:06 UTC (rev 439892)
@@ -2,7 +2,7 @@
 # Maintainer: Christian Rebischke 
 
 pkgname=terraform
-pkgver=0.11.12
+pkgver=0.11.13
 pkgrel=1
 pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
 url="https://www.terraform.io/;
@@ -10,7 +10,7 @@
 license=("MPL")
 makedepends=("go-pie")
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=('ca4a8c816cea5e83362f2fc9e2c0976be0155d0c13f6388132034786da9a')
+sha256sums=("6a7440aa752d15111a8e5fb00969a533e288e8b348ba2e425222d7151398aa86")
 
 
 prepare() {


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

2019-03-11 Thread Jerome Leclanche via arch-commits
Date: Monday, March 11, 2019 @ 21:47:17
  Author: jleclanche
Revision: 439893

archrelease: copy trunk to community-x86_64

Added:
  terraform/repos/community-x86_64/PKGBUILD
(from rev 439892, terraform/trunk/PKGBUILD)
Deleted:
  terraform/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 21:47:06 UTC (rev 439892)
+++ PKGBUILD2019-03-11 21:47:17 UTC (rev 439893)
@@ -1,34 +0,0 @@
-# Maintainer: Jerome Leclanche 
-# Maintainer: Christian Rebischke 
-
-pkgname=terraform
-pkgver=0.11.12
-pkgrel=1
-pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
-url="https://www.terraform.io/;
-arch=("x86_64")
-license=("MPL")
-makedepends=("go-pie")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
-sha256sums=('ca4a8c816cea5e83362f2fc9e2c0976be0155d0c13f6388132034786da9a')
-
-
-prepare() {
-   export GOPATH="${srcdir}"
-   export PATH="$PATH:$GOPATH/bin"
-   mkdir -p src/github.com/hashicorp/
-   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
-}
-
-
-build() {
-   cd src/github.com/hashicorp/"${pkgname}"
-   go build -o terraform-binary
-}
-
-
-package() {
-   cd src/github.com/hashicorp/"${pkgname}"
-   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: terraform/repos/community-x86_64/PKGBUILD (from rev 439892, 
terraform/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 21:47:17 UTC (rev 439893)
@@ -0,0 +1,34 @@
+# Maintainer: Jerome Leclanche 
+# Maintainer: Christian Rebischke 
+
+pkgname=terraform
+pkgver=0.11.13
+pkgrel=1
+pkgdesc="Tool for building, changing, and versioning infrastructure safely and 
efficiently"
+url="https://www.terraform.io/;
+arch=("x86_64")
+license=("MPL")
+makedepends=("go-pie")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz;)
+sha256sums=("6a7440aa752d15111a8e5fb00969a533e288e8b348ba2e425222d7151398aa86")
+
+
+prepare() {
+   export GOPATH="${srcdir}"
+   export PATH="$PATH:$GOPATH/bin"
+   mkdir -p src/github.com/hashicorp/
+   mv "${pkgname}-${pkgver}" src/github.com/hashicorp/${pkgname}
+}
+
+
+build() {
+   cd src/github.com/hashicorp/"${pkgname}"
+   go build -o terraform-binary
+}
+
+
+package() {
+   cd src/github.com/hashicorp/"${pkgname}"
+   install -Dm755 terraform-binary "$pkgdir/usr/bin/terraform"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Christian Hesse via arch-commits
Date: Monday, March 11, 2019 @ 21:33:16
  Author: eworm
Revision: 439890

upgpkg: xfmpc 0.2.90-1

new upstream release

Modified:
  xfmpc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 21:20:39 UTC (rev 439889)
+++ PKGBUILD2019-03-11 21:33:16 UTC (rev 439890)
@@ -3,8 +3,8 @@
 # Contributor: Marc St-Laurent 
 
 pkgname=xfmpc
-pkgver=0.2.3
-pkgrel=3
+pkgver=0.2.90
+pkgrel=1
 pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
 arch=('x86_64')
 url="https://goodies.xfce.org/projects/applications/xfmpc/;
@@ -12,7 +12,7 @@
 depends=('libxfce4ui' 'libmpd')
 makedepends=('intltool')
 
source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('4189c0c82b66b758a6d5bc651493b675d3d46329e5f1a76ff26c448125f4fcb0')
+sha256sums=('7044fbb734ca1cd827f206951cd0ce675b44cecd1552d5302bd849fc540beb49')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2019-03-11 Thread Christian Hesse via arch-commits
Date: Monday, March 11, 2019 @ 21:33:20
  Author: eworm
Revision: 439891

archrelease: copy trunk to community-x86_64

Added:
  xfmpc/repos/community-x86_64/PKGBUILD
(from rev 439890, xfmpc/trunk/PKGBUILD)
Deleted:
  xfmpc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   54 +++---
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 21:33:16 UTC (rev 439890)
+++ PKGBUILD2019-03-11 21:33:20 UTC (rev 439891)
@@ -1,27 +0,0 @@
-# Maintainer: Christian Hesse 
-# Contributor:  TDY 
-# Contributor: Marc St-Laurent 
-
-pkgname=xfmpc
-pkgver=0.2.3
-pkgrel=3
-pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
-arch=('x86_64')
-url="http://goodies.xfce.org/projects/applications/xfmpc/;
-license=('GPL')
-depends=('libxfce4ui' 'libmpd')
-makedepends=('intltool')
-source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
-sha256sums=('4189c0c82b66b758a6d5bc651493b675d3d46329e5f1a76ff26c448125f4fcb0')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}
-

Copied: xfmpc/repos/community-x86_64/PKGBUILD (from rev 439890, 
xfmpc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 21:33:20 UTC (rev 439891)
@@ -0,0 +1,27 @@
+# Maintainer: Christian Hesse 
+# Contributor:  TDY 
+# Contributor: Marc St-Laurent 
+
+pkgname=xfmpc
+pkgver=0.2.90
+pkgrel=1
+pkgdesc="A graphical GTK+ MPD client focusing on low footprint"
+arch=('x86_64')
+url="https://goodies.xfce.org/projects/applications/xfmpc/;
+license=('GPL')
+depends=('libxfce4ui' 'libmpd')
+makedepends=('intltool')
+source=("https://archive.xfce.org/src/apps/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2;)
+sha256sums=('7044fbb734ca1cd827f206951cd0ce675b44cecd1552d5302bd849fc540beb49')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}
+


[arch-commits] Commit in yubikey-manager-qt/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-03-11 Thread Christian Hesse via arch-commits
Date: Monday, March 11, 2019 @ 21:20:39
  Author: eworm
Revision: 439889

archrelease: copy trunk to community-x86_64

Added:
  yubikey-manager-qt/repos/community-x86_64/PKGBUILD
(from rev 439888, yubikey-manager-qt/trunk/PKGBUILD)
Deleted:
  yubikey-manager-qt/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 21:20:35 UTC (rev 439888)
+++ PKGBUILD2019-03-11 21:20:39 UTC (rev 439889)
@@ -1,29 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Morten Linderud 
-
-pkgname=yubikey-manager-qt
-pkgver=1.1.0
-pkgrel=1
-pkgdesc='Cross-platform application for configuring any YubiKey over all USB 
transports'
-arch=('x86_64')
-url='https://developers.yubico.com/yubikey-manager-qt/'
-license=('BSD')
-depends=('yubikey-manager' 'qt5-quickcontrols' 'qt5-quickcontrols2' 
'qt5-graphicaleffects' 'python-pyotherside')
-replaces=('yubikey-neo-manager')
-validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

-source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('8049a233a8cca07543d745a9f619c0fc3afb324f5d0030b93f037b34ac1c5e66'
-'SKIP')
-
-build() {
-   qmake-qt5
-   make
-}
-
-package() {
-   make INSTALL_ROOT="${pkgdir}/" install
-   install -D -m0644 resources/ykman-gui.desktop 
"${pkgdir}/usr/share/applications/ykman-gui.desktop"
-   install -D -m0644 resources/icons/ykman.png 
"${pkgdir}/usr/share/pixmaps/ykman.png"
-   install -D -m0644 debian/copyright 
"${pkgdir}/usr/share/licenses/${pkgname}/copyright"
-}
-

Copied: yubikey-manager-qt/repos/community-x86_64/PKGBUILD (from rev 439888, 
yubikey-manager-qt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 21:20:39 UTC (rev 439889)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Morten Linderud 
+
+pkgname=yubikey-manager-qt
+pkgver=1.1.1
+pkgrel=1
+pkgdesc='Cross-platform application for configuring any YubiKey over all USB 
transports'
+arch=('x86_64')
+url='https://developers.yubico.com/yubikey-manager-qt/'
+license=('BSD')
+depends=('yubikey-manager' 'qt5-quickcontrols' 'qt5-quickcontrols2' 
'qt5-graphicaleffects' 'python-pyotherside')
+replaces=('yubikey-neo-manager')
+validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

+source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
+sha256sums=('7efb8c4f96dea13c3c7b15446a6c0260a38cb5422556f8104b1e3f022ba08e41'
+'SKIP')
+
+build() {
+   cd ${pkgname}
+   qmake-qt5
+   make
+}
+
+package() {
+   cd ${pkgname}
+   make INSTALL_ROOT="${pkgdir}/" install
+   install -D -m0644 resources/ykman-gui.desktop 
"${pkgdir}/usr/share/applications/ykman-gui.desktop"
+   install -D -m0644 resources/icons/ykman.png 
"${pkgdir}/usr/share/pixmaps/ykman.png"
+   install -D -m0644 debian/copyright 
"${pkgdir}/usr/share/licenses/${pkgname}/copyright"
+}
+


[arch-commits] Commit in yubikey-manager-qt/trunk (PKGBUILD)

2019-03-11 Thread Christian Hesse via arch-commits
Date: Monday, March 11, 2019 @ 21:20:35
  Author: eworm
Revision: 439888

upgpkg: yubikey-manager-qt 1.1.1-1

new upstream release

Modified:
  yubikey-manager-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 21:03:54 UTC (rev 439887)
+++ PKGBUILD2019-03-11 21:20:35 UTC (rev 439888)
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=yubikey-manager-qt
-pkgver=1.1.0
+pkgver=1.1.1
 pkgrel=1
 pkgdesc='Cross-platform application for configuring any YubiKey over all USB 
transports'
 arch=('x86_64')
@@ -12,15 +12,17 @@
 replaces=('yubikey-neo-manager')
 validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3') # Dag Heyman 

 
source=("https://developers.yubico.com/${pkgname}/Releases/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('8049a233a8cca07543d745a9f619c0fc3afb324f5d0030b93f037b34ac1c5e66'
+sha256sums=('7efb8c4f96dea13c3c7b15446a6c0260a38cb5422556f8104b1e3f022ba08e41'
 'SKIP')
 
 build() {
+   cd ${pkgname}
qmake-qt5
make
 }
 
 package() {
+   cd ${pkgname}
make INSTALL_ROOT="${pkgdir}/" install
install -D -m0644 resources/ykman-gui.desktop 
"${pkgdir}/usr/share/applications/ykman-gui.desktop"
install -D -m0644 resources/icons/ykman.png 
"${pkgdir}/usr/share/pixmaps/ykman.png"


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

2019-03-11 Thread Christian Hesse via arch-commits
Date: Monday, March 11, 2019 @ 21:03:46
  Author: eworm
Revision: 439886

upgpkg: yubikey-manager 2.1.0-1

new upstream release

Modified:
  yubikey-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:52:48 UTC (rev 439885)
+++ PKGBUILD2019-03-11 21:03:46 UTC (rev 439886)
@@ -3,7 +3,7 @@
 # Contributor: Karol Babioch 
 
 pkgname='yubikey-manager'
-pkgver=2.0.0
+pkgver=2.1.0
 pkgrel=1
 pkgdesc='Python library and command line tool for configuring a YubiKey'
 arch=('any')
@@ -16,7 +16,7 @@
 validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

   '57A9DEED4C6D962A923BB691816F3ED99921835E') # Emil Lundberg 
(Software Developer) 
 
source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('e95b4c4e956e105780e59ca2e4f159b4e974da38cdc810d4157e8d979ebf66f4'
+sha256sums=('d59d5cd9b5b040077ef7741250476d8583bf961519b6576af163022315ab3a87'
 'SKIP')
 
 build() {


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

2019-03-11 Thread Christian Hesse via arch-commits
Date: Monday, March 11, 2019 @ 21:03:54
  Author: eworm
Revision: 439887

archrelease: copy trunk to community-any

Added:
  yubikey-manager/repos/community-any/PKGBUILD
(from rev 439886, yubikey-manager/trunk/PKGBUILD)
Deleted:
  yubikey-manager/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 21:03:46 UTC (rev 439886)
+++ PKGBUILD2019-03-11 21:03:54 UTC (rev 439887)
@@ -1,31 +0,0 @@
-# Maintainer: Christian Hesse 
-# Maintainer: Morten Linderud 
-# Contributor: Karol Babioch 
-
-pkgname='yubikey-manager'
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Python library and command line tool for configuring a YubiKey'
-arch=('any')
-url='https://developers.yubico.com/yubikey-manager/'
-license=('BSD')
-depends=('python' 'python-click' 'python-cryptography' 'python-pyopenssl' 
'python-pyscard'
- 'python-pyusb' 'python-six' 'python-fido2' 'ccid' 'libu2f-host'
- 'yubikey-personalization')
-makedepends=('python-setuptools')
-validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

-  '57A9DEED4C6D962A923BB691816F3ED99921835E') # Emil Lundberg 
(Software Developer) 
-source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
-sha256sums=('e95b4c4e956e105780e59ca2e4f159b4e974da38cdc810d4157e8d979ebf66f4'
-'SKIP')
-
-build() {
-   cd "${pkgname}-${pkgver}"
-   python setup.py build
-}
-
-package() {
-   cd "${pkgname}-${pkgver}"
-   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}

Copied: yubikey-manager/repos/community-any/PKGBUILD (from rev 439886, 
yubikey-manager/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 21:03:54 UTC (rev 439887)
@@ -0,0 +1,31 @@
+# Maintainer: Christian Hesse 
+# Maintainer: Morten Linderud 
+# Contributor: Karol Babioch 
+
+pkgname='yubikey-manager'
+pkgver=2.1.0
+pkgrel=1
+pkgdesc='Python library and command line tool for configuring a YubiKey'
+arch=('any')
+url='https://developers.yubico.com/yubikey-manager/'
+license=('BSD')
+depends=('python' 'python-click' 'python-cryptography' 'python-pyopenssl' 
'python-pyscard'
+ 'python-pyusb' 'python-six' 'python-fido2' 'ccid' 'libu2f-host'
+ 'yubikey-personalization')
+makedepends=('python-setuptools')
+validpgpkeys=('8D0B4EBA9345254BCEC0E843514F078FF4AB24C3'  # Dag Heyman 

+  '57A9DEED4C6D962A923BB691816F3ED99921835E') # Emil Lundberg 
(Software Developer) 
+source=("https://developers.yubico.com/$pkgname/Releases/yubikey-manager-$pkgver.tar.gz"{,.sig})
+sha256sums=('d59d5cd9b5b040077ef7741250476d8583bf961519b6576af163022315ab3a87'
+'SKIP')
+
+build() {
+   cd "${pkgname}-${pkgver}"
+   python setup.py build
+}
+
+package() {
+   cd "${pkgname}-${pkgver}"
+   python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+   install -D -m0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 20:52:48
  Author: anatolik
Revision: 439885

archrelease: copy trunk to community-x86_64

Added:
  dtc/repos/community-x86_64/PKGBUILD
(from rev 439884, dtc/trunk/PKGBUILD)
Deleted:
  dtc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 20:51:57 UTC (rev 439884)
+++ PKGBUILD2019-03-11 20:52:48 UTC (rev 439885)
@@ -1,36 +0,0 @@
-# Maintainer: Anatol Pomozov
-# Contributor: Frederic Bezies 
-
-pkgname=dtc
-pkgver=1.5.0
-pkgrel=1
-pkgdesc='Device Tree Compiler'
-url='http://www.devicetree.org/Device_Tree_Compiler'
-arch=(x86_64)
-license=(GPL2)
-makedepends=(swig python2)
-checkdepends=(valgrind)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('c672e443c9f7e39f5a7c8e602da6777f9ad55ad70de87de300a43828c8050172')
-
-prepare() {
-  cd dtc-$pkgver
-  sed -i 's/-Werror//' Makefile
-  sed -i 's/python\b/python2/' tests/run_tests.sh
-}
-
-build() {
-  cd dtc-$pkgver
-  make
-}
-
-check() {
-  cd dtc-$pkgver
-  make check
-}
-
-package() {
-  cd dtc-$pkgver
-  DESTDIR="$pkgdir" make SETUP_PREFIX="$pkgdir/usr" PREFIX="$pkgdir/usr" 
install
-}
-

Copied: dtc/repos/community-x86_64/PKGBUILD (from rev 439884, 
dtc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 20:52:48 UTC (rev 439885)
@@ -0,0 +1,36 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies 
+
+pkgname=dtc
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://www.devicetree.org/Device_Tree_Compiler'
+arch=(x86_64)
+license=(GPL2)
+makedepends=(swig python2)
+checkdepends=(valgrind)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
+sha256sums=('c672e443c9f7e39f5a7c8e602da6777f9ad55ad70de87de300a43828c8050172')
+
+prepare() {
+  cd dtc-$pkgver
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/python\b/python2/' tests/run_tests.sh
+}
+
+build() {
+  cd dtc-$pkgver
+  make
+}
+
+check() {
+  cd dtc-$pkgver
+  make check
+}
+
+package() {
+  cd dtc-$pkgver
+  DESTDIR="$pkgdir" make SETUP_PREFIX="$pkgdir/usr" PREFIX="$pkgdir/usr" 
install
+}
+


[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 20:51:57
  Author: anatolik
Revision: 439884

archrelease: copy trunk to community-any

Added:
  ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 439883, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
  ruby-pkg-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 20:14:30 UTC (rev 439883)
+++ PKGBUILD2019-03-11 20:51:57 UTC (rev 439884)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: gem2arch 0.1
-# Contributor: theapodan
-
-pkgname=ruby-pkg-config
-_pkgname=pkg-config
-pkgver=1.3.6
-pkgrel=1
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-url='http://github.com/ruby-gnome2/pkg-config'
-license=('LGPL')
-depends=('ruby')
-provides=('ruby-pkgconfig')
-replaces=('ruby-pkgconfig')
-conflicts=('ruby-pkgconfig')
-source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
-sha256sums=('fa78f18ee45320b2b6ce5d14825438e97e62159219b832845d883709fd128666')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
---no-user-install \
---ignore-dependencies \
---no-document \
--i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
-$_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 439883, 
ruby-pkg-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 20:51:57 UTC (rev 439884)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.3.6
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
+sha256sums=('fa78f18ee45320b2b6ce5d14825438e97e62159219b832845d883709fd128666')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+--no-document \
+-i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
+$_pkgname-$pkgver.gem
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:14:30
  Author: felixonmars
Revision: 439883

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-utils/repos/community-staging-x86_64/
  xmonad-utils/repos/community-staging-x86_64/PKGBUILD
(from rev 439882, xmonad-utils/trunk/PKGBUILD)

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

Copied: xmonad-utils/repos/community-staging-x86_64/PKGBUILD (from rev 439882, 
xmonad-utils/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 20:14:30 UTC (rev 439883)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: Leif Warner 
+
+pkgname=xmonad-utils
+pkgver=0.1.3.3
+pkgrel=14
+pkgdesc='Small collection of X utilities'
+url='http://hackage.haskell.org/package/xmonad-utils'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'gmp' 'libffi' 'libxrandr' 'haskell-x11' 'haskell-random' 
'haskell-unix')
+makedepends=('ghc')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('45a5db08e2e8fce4a11f929107c29d5073b897cbe83af0ea24ee2e691b72e2f8')
+sha512sums=('f969a0b75107266ec5f74edc06075a1ede72857311d8e0494bf5b567d18e0a9d6e5b046dbb2a34783c2eafc18be9576b86aa78415306974718031a7dd652418c')
+
+build() {
+  cd ${pkgname}-${pkgver}
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:14:18
  Author: felixonmars
Revision: 439882

upgpkg: xmonad-utils 0.1.3.3-14

rebuild with ghc 8.6.4

Modified:
  xmonad-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:13:38 UTC (rev 439881)
+++ PKGBUILD2019-03-11 20:14:18 UTC (rev 439882)
@@ -3,7 +3,7 @@
 
 pkgname=xmonad-utils
 pkgver=0.1.3.3
-pkgrel=13
+pkgrel=14
 pkgdesc='Small collection of X utilities'
 url='http://hackage.haskell.org/package/xmonad-utils'
 arch=('x86_64')


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:13:26
  Author: felixonmars
Revision: 439880

upgpkg: xmonad-contrib 0.15-6

rebuild with ghc 8.6.4

Modified:
  xmonad-contrib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:11:52 UTC (rev 439879)
+++ PKGBUILD2019-03-11 20:13:26 UTC (rev 439880)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad-contrib
 pkgver=0.15
-pkgrel=5
+pkgrel=6
 pkgdesc='Add-ons for xmonad'
 url='http://xmonad.org/'
 arch=('x86_64')


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:13:38
  Author: felixonmars
Revision: 439881

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad-contrib/repos/community-staging-x86_64/
  xmonad-contrib/repos/community-staging-x86_64/PKGBUILD
(from rev 439880, xmonad-contrib/trunk/PKGBUILD)

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

Copied: xmonad-contrib/repos/community-staging-x86_64/PKGBUILD (from rev 
439880, xmonad-contrib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 20:13:38 UTC (rev 439881)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: orbisvicis 
+
+pkgname=xmonad-contrib
+pkgver=0.15
+pkgrel=6
+pkgdesc='Add-ons for xmonad'
+url='http://xmonad.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc-libs' 'xmonad' 'sh' 'haskell-x11' 'haskell-x11-xft' 
'haskell-utf8-string' 'haskell-random'
+ 'haskell-old-time')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad-contrib/archive/v${pkgver}.tar.gz)
+sha512sums=('3690ede8744f688e67417aff63ab840eb7fb3c20ea7c6b13a8ccc5233ad34dd131ce5758b25af2bcf6a791ea7f4767f1147d86f291a4e251434ba8db03631dd7')
+
+prepare() {
+  sed -i -e '/semigroups/d' -e 's/utf8-string,/utf8-string/' 
${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  runhaskell Setup.lhs configure -O --enable-shared 
--enable-executable-dynamic --disable-library-vanilla \
+ --prefix=/usr -fuse_xft --libsubdir=\$compiler/site-local/\$pkgid 
\
+ --docdir=/usr/share/doc/${pkgname}
+  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 ${pkgname}-${pkgver}
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 20:11:21
  Author: anatolik
Revision: 439878

upgpkg: dtc 1.5.0-1

Modified:
  dtc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:10:55 UTC (rev 439877)
+++ PKGBUILD2019-03-11 20:11:21 UTC (rev 439878)
@@ -2,7 +2,7 @@
 # Contributor: Frederic Bezies 
 
 pkgname=dtc
-pkgver=1.4.7
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Device Tree Compiler'
 url='http://www.devicetree.org/Device_Tree_Compiler'
@@ -11,7 +11,7 @@
 makedepends=(swig python2)
 checkdepends=(valgrind)
 source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('6643e8f00ff86350f465bb54b2185058b5b1b7bac01a0842c81a52b86589cde7')
+sha256sums=('c672e443c9f7e39f5a7c8e602da6777f9ad55ad70de87de300a43828c8050172')
 
 prepare() {
   cd dtc-$pkgver
@@ -31,6 +31,6 @@
 
 package() {
   cd dtc-$pkgver
-  make DESTDIR="$pkgdir" SETUP_PREFIX="$pkgdir/usr" PREFIX=/usr install
+  DESTDIR="$pkgdir" make SETUP_PREFIX="$pkgdir/usr" PREFIX="$pkgdir/usr" 
install
 }
 


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 20:11:52
  Author: anatolik
Revision: 439879

archrelease: copy trunk to community-x86_64

Added:
  dtc/repos/community-x86_64/PKGBUILD
(from rev 439878, dtc/trunk/PKGBUILD)
Deleted:
  dtc/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 20:11:21 UTC (rev 439878)
+++ PKGBUILD2019-03-11 20:11:52 UTC (rev 439879)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Frederic Bezies 
-
-pkgname=dtc
-pkgver=1.4.7
-pkgrel=1
-pkgdesc='Device Tree Compiler'
-url='http://www.devicetree.org/Device_Tree_Compiler'
-arch=(x86_64)
-license=(GPL2)
-makedepends=(swig python2)
-checkdepends=(valgrind)
-source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
-sha256sums=('6643e8f00ff86350f465bb54b2185058b5b1b7bac01a0842c81a52b86589cde7')
-
-prepare() {
-  cd dtc-$pkgver
-  sed -i 's/-Werror//' Makefile
-  sed -i 's/python\b/python2/' tests/run_tests.sh
-}
-
-build() {
-  cd dtc-$pkgver
-  make
-}
-
-check() {
-  cd dtc-$pkgver
-  make check
-}
-
-package() {
-  cd dtc-$pkgver
-  make DESTDIR="$pkgdir" SETUP_PREFIX="$pkgdir/usr" PREFIX=/usr install
-}
-

Copied: dtc/repos/community-x86_64/PKGBUILD (from rev 439878, 
dtc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 20:11:52 UTC (rev 439879)
@@ -0,0 +1,36 @@
+# Maintainer: Anatol Pomozov
+# Contributor: Frederic Bezies 
+
+pkgname=dtc
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Device Tree Compiler'
+url='http://www.devicetree.org/Device_Tree_Compiler'
+arch=(x86_64)
+license=(GPL2)
+makedepends=(swig python2)
+checkdepends=(valgrind)
+source=(https://www.kernel.org/pub/software/utils/dtc/dtc-$pkgver.tar.xz)
+sha256sums=('c672e443c9f7e39f5a7c8e602da6777f9ad55ad70de87de300a43828c8050172')
+
+prepare() {
+  cd dtc-$pkgver
+  sed -i 's/-Werror//' Makefile
+  sed -i 's/python\b/python2/' tests/run_tests.sh
+}
+
+build() {
+  cd dtc-$pkgver
+  make
+}
+
+check() {
+  cd dtc-$pkgver
+  make check
+}
+
+package() {
+  cd dtc-$pkgver
+  DESTDIR="$pkgdir" make SETUP_PREFIX="$pkgdir/usr" PREFIX="$pkgdir/usr" 
install
+}
+


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:10:40
  Author: felixonmars
Revision: 439876

upgpkg: xmonad 0.15-6

rebuild with ghc 8.6.4

Modified:
  xmonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:09:49 UTC (rev 439875)
+++ PKGBUILD2019-03-11 20:10:40 UTC (rev 439876)
@@ -6,7 +6,7 @@
 
 pkgname=xmonad
 pkgver=0.15
-pkgrel=5
+pkgrel=6
 pkgdesc='Lightweight X11 tiled window manager written in Haskell'
 url='https://xmonad.org/'
 arch=('x86_64')


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:10:55
  Author: felixonmars
Revision: 439877

archrelease: copy trunk to community-staging-x86_64

Added:
  xmonad/repos/community-staging-x86_64/
  xmonad/repos/community-staging-x86_64/PKGBUILD
(from rev 439876, xmonad/trunk/PKGBUILD)
  xmonad/repos/community-staging-x86_64/dynamic-compilation.patch
(from rev 439876, xmonad/trunk/dynamic-compilation.patch)
  xmonad/repos/community-staging-x86_64/xmonad.svg
(from rev 439876, xmonad/trunk/xmonad.svg)

---+
 PKGBUILD  |   62 +++
 dynamic-compilation.patch |   11 ++
 xmonad.svg|   77 
 3 files changed, 150 insertions(+)

Copied: xmonad/repos/community-staging-x86_64/PKGBUILD (from rev 439876, 
xmonad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 20:10:55 UTC (rev 439877)
@@ -0,0 +1,62 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributor: Sergej Pupykin 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: shild 
+
+pkgname=xmonad
+pkgver=0.15
+pkgrel=6
+pkgdesc='Lightweight X11 tiled window manager written in Haskell'
+url='https://xmonad.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('ghc' 'haskell-x11' 'sh' 'haskell-utf8-string' 
'haskell-extensible-exceptions'
+ 'haskell-data-default' 'haskell-setlocale')
+makedepends=('gendesk')
+optdepends=('xorg-xmessage: for displaying visual error messages')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/xmonad/xmonad/archive/v${pkgver}.tar.gz
+dynamic-compilation.patch
+xmonad.svg)
+sha512sums=('07bf61a1355548679d264e62423dfe6c4ee886aff28ac748588aa7f4f9a4f1bf2afabb1104451fa56f5a3989d79b6044f479d2804e416940e02f52f18b443996'
+
'abc598ebc4b55917186cd4d549fc970f53905f820d394ada9a092c08d8833050ad18b23e2f4fd7f281487da2db5b0ca058600e995ac97b18d3be4c62071562d6'
+
'31f0ceb724a9931aeda75ab706c8908b5d8341af4df50ab1d749814baacb748ad3622601cd99ac03bf936b698fcd854b23d1541e1772306e3337a13a79b110b6')
+
+prepare() {
+  gendesk --pkgname "${pkgname}" --pkgdesc "${pkgdesc}"
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/dynamic-compilation.patch"
+  sed -i -e '/semigroups/d' -e 's/< 1.10,/< 1.10/' ${pkgname}.cabal
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  install -Dm 744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -Dm 744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+
+  runhaskell Setup.lhs copy --destdir="${pkgdir}"
+
+  # Requires pandoc, regex-posix, Pretty and cabal
+  #runhaskell util/GenerateManpage.hs
+
+  install -Dm 644 man/xmonad.1 -t "${pkgdir}/usr/share/man/man1"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/xmonad"
+  install -Dm 644 "$srcdir/xmonad.svg" -t "${pkgdir}/usr/share/pixmaps"
+  install -Dm 644 "$srcdir/xmonad.desktop" -t "${pkgdir}/usr/share/xsessions"
+}
+
+# vim: ts=2 sw=2 et:

Copied: xmonad/repos/community-staging-x86_64/dynamic-compilation.patch (from 
rev 439876, xmonad/trunk/dynamic-compilation.patch)
===
--- community-staging-x86_64/dynamic-compilation.patch  
(rev 0)
+++ community-staging-x86_64/dynamic-compilation.patch  2019-03-11 20:10:55 UTC 
(rev 439877)
@@ -0,0 +1,11 @@
+diff -ura xmonad-0.13.orig/src/XMonad/Core.hs xmonad-0.13/src/XMonad/Core.hs
+--- xmonad-0.13.orig/src/XMonad/Core.hs2017-06-23 17:13:06.154600231 
+0300
 xmonad-0.13/src/XMonad/Core.hs 2017-06-23 17:13:51.021867441 +0300
+@@ -626,6 +626,7 @@
+   , "-ilib"
+   , "-fforce-recomp"
+   , "-main-is", "main"
++  , "-dynamic"
+   , "-v0"
+   , "-o", bin
+   ] (Just dir) Nothing Nothing Nothing (Just 
errHandle)

Copied: xmonad/repos/community-staging-x86_64/xmonad.svg (from rev 439876, 
xmonad/trunk/xmonad.svg)
===
--- community-staging-x86_64/xmonad.svg (rev 0)
+++ community-staging-x86_64/xmonad.svg 2019-03-11 20:10:55 

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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:09:49
  Author: felixonmars
Revision: 439875

archrelease: copy trunk to community-staging-x86_64

Added:
  xmobar/repos/community-staging-x86_64/
  xmobar/repos/community-staging-x86_64/PKGBUILD
(from rev 439874, xmobar/trunk/PKGBUILD)

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

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 439874, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 20:09:49 UTC (rev 439875)
@@ -0,0 +1,45 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Jelle van der Waa 
+# Contributer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.29.4
+pkgrel=29
+pkgdesc='Minimalistic Text Based Status Bar'
+url='https://hackage.haskell.org/package/xmobar'
+license=('BSD')
+arch=('x86_64')
+depends=('libxft' 'libxinerama' 'libxrandr' 'libxpm' 'ghc-libs' 'haskell-x11'
+ 'haskell-x11-xft' 'haskell-utf8-string' 'haskell-network-uri'
+ 'haskell-hinotify' 'haskell-stm' 'haskell-parsec' 
'haskell-parsec-numbers'
+ 'haskell-mtl' 'haskell-regex-base' 'haskell-regex-compat'
+ 'haskell-http' 'haskell-dbus' 'haskell-libmpd' 'haskell-iwlib'
+ 'wireless_tools' 'haskell-text' 'haskell-async' 
'haskell-extensible-exceptions')
+makedepends=('ghc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jaor/xmobar/archive/${pkgver}.tar.gz)
+sha512sums=('d56ce2ec6014f9bd1d224980524d91c0f72030d4559c001dfbc049902931541b9abd3c8f055cacc10fd3e7cdd067686cdc4f15fcdc37d4c50dfc59d6edcb036e')
+
+prepare() {
+  cd xmobar-$pkgver
+  sed -i -e 's/==.*0.3/== 0.4/' -e 's/< *4.12/<5/' -e 's/< *2.5/<3/' 
xmobar.cabal
+}
+
+build() {
+  cd xmobar-${pkgver}
+  runhaskell setup configure -O \
+--enable-shared \
+--prefix=/usr \
+--enable-executable-dynamic \
+--disable-library-vanilla \
+--flags="with_utf8 with_xft with_iwlib with_xpm with_inotify with_mpd 
with_dbus with_mpris"
+  runhaskell setup build
+}
+
+package() {
+  cd xmobar-${pkgver}
+  runhaskell setup copy --destdir="${pkgdir}"
+  install -Dm 644 license "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:09:37
  Author: felixonmars
Revision: 439874

upgpkg: xmobar 0.29.4-29

rebuild with ghc 8.6.4

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:08:16 UTC (rev 439873)
+++ PKGBUILD2019-03-11 20:09:37 UTC (rev 439874)
@@ -5,7 +5,7 @@
 
 pkgname=xmobar
 pkgver=0.29.4
-pkgrel=28
+pkgrel=29
 pkgdesc='Minimalistic Text Based Status Bar'
 url='https://hackage.haskell.org/package/xmobar'
 license=('BSD')


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:08:16
  Author: felixonmars
Revision: 439873

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 439872, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
439872, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 20:08:16 UTC (rev 439873)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.4.1
+pkgrel=32
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' 'haskell-hunit' 'haskell-binary-orphans'
+ 'haskell-blaze-builder' 'haskell-blaze-html' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-fclabels' 'haskell-file-embed' 'haskell-gitrev' 
'haskell-http-types'
+ 'haskell-lifted-base' 'haskell-monad-unlift'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-shakespeare' 
'haskell-threads'
+ 'haskell-wai' 'haskell-warp' 'haskell-yesod-core' 
'haskell-yesod-static'
+ 'haskell-tamarin-prover-utils' 'haskell-tamarin-prover-term'
+ 'haskell-tamarin-prover-theory')
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;)
+sha512sums=('4d3aeae02be5d430bff6c55d78656e3c9a648674d235bfeb36ce227a39abd3054a132b99ff8040abf05d8e26506fe85d21ecfb6fce73062dd45b5ba98d941144')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/ftdetect/tamarin.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:08:04
  Author: felixonmars
Revision: 439872

upgpkg: tamarin-prover 1.4.1-32

rebuild with ghc 8.6.4

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:06:36 UTC (rev 439871)
+++ PKGBUILD2019-03-11 20:08:04 UTC (rev 439872)
@@ -3,7 +3,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.4.1
-pkgrel=31
+pkgrel=32
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:06:36
  Author: felixonmars
Revision: 439871

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
439870, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 20:06:36 UTC (rev 439871)
@@ -0,0 +1,49 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.9.2.1
+pkgrel=10
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-file-embed' 
'haskell-optparse-applicative'
+ 'haskell-src-exts' 'haskell-strict' 'haskell-syb' 'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-test-framework' 
'haskell-test-framework-hunit')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('580353475fbd400bae4d7e7e4177ce3799b657601f29ad8158959ea8a40f875a9575b8b02a1a36f4e9c364ab5e266408ef2b3a004a09db6286e139e67c954d6d')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/semigroups/d' -e 's/< *1.21/<2/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:06:25
  Author: felixonmars
Revision: 439870

upgpkg: stylish-haskell 0.9.2.1-10

rebuild with ghc 8.6.4

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:05:20 UTC (rev 439869)
+++ PKGBUILD2019-03-11 20:06:25 UTC (rev 439870)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.9.2.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("BSD")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:05:20
  Author: felixonmars
Revision: 439869

archrelease: copy trunk to community-staging-x86_64

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

---+
 PKGBUILD  |   75 
 stack.install |4 ++
 2 files changed, 79 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 439868, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 20:05:20 UTC (rev 439869)
@@ -0,0 +1,75 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.9.3
+pkgrel=76
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("BSD")
+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-githash' 
'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' 'git' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("git+https://github.com/commercialhaskell/stack.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+  hpack
+  sed -i -e '/semigroups/d' -e 's/< *0.8/<1/' $pkgname.cabal
+}
+
+build() {
+  cd $pkgname
+
+  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
+  # 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 $pkgname
+
+  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 439868, 
stack/trunk/stack.install)
===
--- community-staging-x86_64/stack.install  (rev 0)
+++ community-staging-x86_64/stack.install  2019-03-11 20:05:20 UTC (rev 
439869)
@@ -0,0 +1,4 @@

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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 20:05:09
  Author: felixonmars
Revision: 439868

upgpkg: stack 1.9.3-76

rebuild with ghc 8.6.4

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 20:02:30 UTC (rev 439867)
+++ PKGBUILD2019-03-11 20:05:09 UTC (rev 439868)
@@ -3,7 +3,7 @@
 
 pkgname=stack
 pkgver=1.9.3
-pkgrel=75
+pkgrel=76
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("BSD")


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

2019-03-11 Thread Brett Cornwall via arch-commits
Date: Monday, March 11, 2019 @ 20:02:30
  Author: ainola
Revision: 439867

archrelease: copy trunk to community-x86_64

Added:
  swayidle/repos/community-x86_64/
  swayidle/repos/community-x86_64/PKGBUILD
(from rev 439866, swayidle/trunk/PKGBUILD)

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

Copied: swayidle/repos/community-x86_64/PKGBUILD (from rev 439866, 
swayidle/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-11 20:02:30 UTC (rev 439867)
@@ -0,0 +1,40 @@
+# Maintainer: Brett Cornwall 
+# Contributor: gilbus
+
+pkgname=swayidle
+pkgver=1.2
+pkgrel=2
+license=('MIT')
+pkgdesc="Idle management daemon for Wayland"
+makedepends=(
+'meson'
+'scdoc'
+'wayland-protocols'
+)
+depends=(
+'wayland'
+'systemd-libs'
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swayidle;
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=('d65533d6f1fd9b105fa3e2c26d593e12fbfb5b24f48af446707d605cd817c758'
+'SKIP')
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix /usr \
+--buildtype=plain
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/docs/$pkgname"
+}
+


[arch-commits] Commit in (4 files)

2019-03-11 Thread Brett Cornwall via arch-commits
Date: Monday, March 11, 2019 @ 20:01:41
  Author: ainola
Revision: 439866

Include swayidle, necessary for sway

Added:
  swayidle/
  swayidle/repos/
  swayidle/trunk/
  swayidle/trunk/PKGBUILD

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

Added: swayidle/trunk/PKGBUILD
===
--- swayidle/trunk/PKGBUILD (rev 0)
+++ swayidle/trunk/PKGBUILD 2019-03-11 20:01:41 UTC (rev 439866)
@@ -0,0 +1,40 @@
+# Maintainer: Brett Cornwall 
+# Contributor: gilbus
+
+pkgname=swayidle
+pkgver=1.2
+pkgrel=2
+license=('MIT')
+pkgdesc="Idle management daemon for Wayland"
+makedepends=(
+'meson'
+'scdoc'
+'wayland-protocols'
+)
+depends=(
+'wayland'
+'systemd-libs'
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swayidle;
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swayidle/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/swayidle/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=('d65533d6f1fd9b105fa3e2c26d593e12fbfb5b24f48af446707d605cd817c758'
+'SKIP')
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A") # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix /usr \
+--buildtype=plain
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/docs/$pkgname"
+}
+


[arch-commits] Commit in ruby-pkg-config/repos/community-any (PKGBUILD PKGBUILD)

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 19:59:03
  Author: anatolik
Revision: 439865

archrelease: copy trunk to community-any

Added:
  ruby-pkg-config/repos/community-any/PKGBUILD
(from rev 439864, ruby-pkg-config/trunk/PKGBUILD)
Deleted:
  ruby-pkg-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 19:58:31 UTC (rev 439864)
+++ PKGBUILD2019-03-11 19:59:03 UTC (rev 439865)
@@ -1,29 +0,0 @@
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: gem2arch 0.1
-# Contributor: theapodan
-
-pkgname=ruby-pkg-config
-_pkgname=pkg-config
-pkgver=1.3.1
-pkgrel=2
-pkgdesc='Implementation of pkg-config in ruby'
-arch=('any')
-url='http://github.com/ruby-gnome2/pkg-config'
-license=('LGPL')
-depends=('ruby')
-provides=('ruby-pkgconfig')
-replaces=('ruby-pkgconfig')
-conflicts=('ruby-pkgconfig')
-source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
-sha256sums=('953afe038297f8f34b4a519a27cf7a3c71a03c541366695dd0da7f3be2e43d7b')
-noextract=("$_pkgname-$pkgver.gem")
-
-package() {
-  gem install \
---no-user-install \
---ignore-dependencies \
---no-document \
--i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
-$_pkgname-$pkgver.gem
-}

Copied: ruby-pkg-config/repos/community-any/PKGBUILD (from rev 439864, 
ruby-pkg-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 19:59:03 UTC (rev 439865)
@@ -0,0 +1,29 @@
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: gem2arch 0.1
+# Contributor: theapodan
+
+pkgname=ruby-pkg-config
+_pkgname=pkg-config
+pkgver=1.3.6
+pkgrel=1
+pkgdesc='Implementation of pkg-config in ruby'
+arch=('any')
+url='http://github.com/ruby-gnome2/pkg-config'
+license=('LGPL')
+depends=('ruby')
+provides=('ruby-pkgconfig')
+replaces=('ruby-pkgconfig')
+conflicts=('ruby-pkgconfig')
+source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
+sha256sums=('fa78f18ee45320b2b6ce5d14825438e97e62159219b832845d883709fd128666')
+noextract=("$_pkgname-$pkgver.gem")
+
+package() {
+  gem install \
+--no-user-install \
+--ignore-dependencies \
+--no-document \
+-i "$pkgdir$(ruby -e'puts Gem.default_dir')" \
+$_pkgname-$pkgver.gem
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:58:12
  Author: felixonmars
Revision: 439863

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 439862, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:58:12 UTC (rev 439863)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.6.0
+pkgrel=54
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-quickcheck' 'haskell-regex-tdfa')
+makedepends=('ghc' 'pandoc')
+source=("$_hkgname-$pkgver.tar.gz::https://github.com/koalaman/shellcheck/archive/v$pkgver.tar.gz;)
+sha512sums=('4e9575985fe914cb35444995212ac1afaa40b004dbbc86b5987bf8b65e20b14a0102c9c601dc061d604129a8e978021f22a11d682545cb7f07ec974495cfa387')
+
+build() {
+cd $pkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+pandoc -s -t man shellcheck.1.md -o shellcheck.1
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m644 ${pkgname}.1   "${pkgdir}/usr/share/man/man1/${pkgname}.1"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Anatol Pomozov via arch-commits
Date: Monday, March 11, 2019 @ 19:58:31
  Author: anatolik
Revision: 439864

upgpkg: ruby-pkg-config 1.3.6-1

Modified:
  ruby-pkg-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:58:12 UTC (rev 439863)
+++ PKGBUILD2019-03-11 19:58:31 UTC (rev 439864)
@@ -5,8 +5,8 @@
 
 pkgname=ruby-pkg-config
 _pkgname=pkg-config
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.6
+pkgrel=1
 pkgdesc='Implementation of pkg-config in ruby'
 arch=('any')
 url='http://github.com/ruby-gnome2/pkg-config'
@@ -15,8 +15,8 @@
 provides=('ruby-pkgconfig')
 replaces=('ruby-pkgconfig')
 conflicts=('ruby-pkgconfig')
-source=("http://gems.rubyforge.org/gems/$_pkgname-$pkgver.gem;)
-sha256sums=('953afe038297f8f34b4a519a27cf7a3c71a03c541366695dd0da7f3be2e43d7b')
+source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem;)
+sha256sums=('fa78f18ee45320b2b6ce5d14825438e97e62159219b832845d883709fd128666')
 noextract=("$_pkgname-$pkgver.gem")
 
 package() {


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:58:01
  Author: felixonmars
Revision: 439862

upgpkg: shellcheck 0.6.0-54

rebuild with ghc 8.6.4

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:54:58 UTC (rev 439861)
+++ PKGBUILD2019-03-11 19:58:01 UTC (rev 439862)
@@ -4,7 +4,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.6.0
-pkgrel=53
+pkgrel=54
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


[arch-commits] Commit in python2/trunk (PKGBUILD descr_ref.patch)

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:56:32
  Author: felixonmars
Revision: 347711

upgpkg: python2 2.7.16-1

Modified:
  python2/trunk/PKGBUILD
Deleted:
  python2/trunk/descr_ref.patch

-+
 PKGBUILD|   16 --
 descr_ref.patch |   58 --
 2 files changed, 5 insertions(+), 69 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 18:03:48 UTC (rev 347710)
+++ PKGBUILD2019-03-11 19:56:32 UTC (rev 347711)
@@ -4,8 +4,8 @@
 # Contributor: Jason Chu 
 
 pkgname=python2
-pkgver=2.7.15
-pkgrel=4
+pkgver=2.7.16
+pkgrel=1
 _pybasever=2.7
 pkgdesc="A high-level scripting language"
 arch=('x86_64')
@@ -18,11 +18,9 @@
 'python2-setuptools'
 'python2-pip')
 conflicts=('python<3')
-source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc}
-descr_ref.patch)
-sha512sums=('27ea43eb45fc68f3d2469d5f07636e10801dee11635a430ec8ec922ed790bb426b072da94df885e4dfa1ea8b7a24f2f56dd92f9b0f51e162330f161216bd6de6'
-'SKIP'
-
'2e16eb23eb402dbe921c09bce99b400c10939114b4a1ded0e94a744d8cb66427947bc8d07c4fb054f9fe0906d10d1da509fc2273fd136225c0f019cc43dd045d')
+source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc})
+sha512sums=('16e814e8dcffc707b595ca2919bd2fa3db0d15794c63d977364652c4a5b92e90e72b8c9e1cc83b5020398bd90a1b397dbdd7cb931c49f1aa4af6ef95414b43e0'
+'SKIP')
 validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
 
 prepare() {
@@ -53,10 +51,6 @@
 
   # Workaround asdl_c.py/makeopcodetargets.py errors after we touched the 
shebangs
   touch Include/Python-ast.h Python/Python-ast.c Python/opcode_targets.h
-
-  # FS#48761
-  # http://bugs.python.org/issue25750
-  patch -Np1 -i ../descr_ref.patch
 }
 
 build() {

Deleted: descr_ref.patch
===
--- descr_ref.patch 2019-03-11 18:03:48 UTC (rev 347710)
+++ descr_ref.patch 2019-03-11 19:56:32 UTC (rev 347711)
@@ -1,58 +0,0 @@
-When calling tp_descr_get(self, obj, type), make sure that we own a reference 
to "self"
-
-diff -ru Python-2.7.9/Objects/typeobject.c 
Python-2.7.9-fixed//Objects/typeobject.c
 Python-2.7.9/Objects/typeobject.c  2014-12-10 16:59:57.0 +0100
-+++ Python-2.7.9-fixed//Objects/typeobject.c   2015-11-27 20:39:58.276156800 
+0100
-@@ -2542,6 +2542,7 @@
- PyTypeObject *metatype = Py_TYPE(type);
- PyObject *meta_attribute, *attribute;
- descrgetfunc meta_get;
-+PyObject* res;
- 
- if (!PyString_Check(name)) {
- PyErr_Format(PyExc_TypeError,
-@@ -2563,6 +2564,7 @@
- meta_attribute = _PyType_Lookup(metatype, name);
- 
- if (meta_attribute != NULL) {
-+Py_INCREF(meta_attribute);
- meta_get = Py_TYPE(meta_attribute)->tp_descr_get;
- 
- if (meta_get != NULL && PyDescr_IsData(meta_attribute)) {
-@@ -2570,10 +2572,11 @@
-  * writes. Assume the attribute is not overridden in
-  * type's tp_dict (and bases): call the descriptor now.
-  */
--return meta_get(meta_attribute, (PyObject *)type,
-+res = meta_get(meta_attribute, (PyObject *)type,
- (PyObject *)metatype);
-+Py_DECREF(meta_attribute);
-+return res;
- }
--Py_INCREF(meta_attribute);
- }
- 
- /* No data descriptor found on metatype. Look in tp_dict of this
-@@ -2581,6 +2584,7 @@
- attribute = _PyType_Lookup(type, name);
- if (attribute != NULL) {
- /* Implement descriptor functionality, if any */
-+Py_INCREF(attribute);
- descrgetfunc local_get = Py_TYPE(attribute)->tp_descr_get;
- 
- Py_XDECREF(meta_attribute);
-@@ -2588,11 +2592,12 @@
- if (local_get != NULL) {
- /* NULL 2nd argument indicates the descriptor was
-  * found on the target object itself (or a base)  */
--return local_get(attribute, (PyObject *)NULL,
-+res = local_get(attribute, (PyObject *)NULL,
-  (PyObject *)type);
-+Py_DECREF(attribute);
-+return res;
- }
- 
--Py_INCREF(attribute);
- return attribute;
- }
- 


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:56:44
  Author: felixonmars
Revision: 347712

archrelease: copy trunk to testing-x86_64

Added:
  python2/repos/testing-x86_64/
  python2/repos/testing-x86_64/PKGBUILD
(from rev 347711, python2/trunk/PKGBUILD)

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

Copied: python2/repos/testing-x86_64/PKGBUILD (from rev 347711, 
python2/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2019-03-11 19:56:44 UTC (rev 347712)
@@ -0,0 +1,121 @@
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Jason Chu 
+
+pkgname=python2
+pkgver=2.7.16
+pkgrel=1
+_pybasever=2.7
+pkgdesc="A high-level scripting language"
+arch=('x86_64')
+license=('PSF')
+url="http://www.python.org/;
+depends=('bzip2' 'expat' 'gdbm' 'libffi' 'libnsl' 'openssl' 'sqlite' 'zlib')
+makedepends=('tk' 'bluez-libs')
+checkdepends=('gdb' 'file' 'xorg-server-xvfb')
+optdepends=('tk: for IDLE'
+'python2-setuptools'
+'python2-pip')
+conflicts=('python<3')
+source=("https://www.python.org/ftp/python/${pkgver%rc?}/Python-${pkgver}.tar.xz"{,.asc})
+sha512sums=('16e814e8dcffc707b595ca2919bd2fa3db0d15794c63d977364652c4a5b92e90e72b8c9e1cc83b5020398bd90a1b397dbdd7cb931c49f1aa4af6ef95414b43e0'
+'SKIP')
+validpgpkeys=('C01E1CAD5EA2C4F0B8E3571504C367C218ADD4FF')  # Benjamin Peterson
+
+prepare() {
+  cd Python-${pkgver}
+
+  # Temporary workaround for FS#22322
+  # See http://bugs.python.org/issue10835 for upstream report
+  sed -i "/progname =/s/python/python${_pybasever}/" Python/pythonrun.c
+
+  # Enable built-in SQLite module to load extensions (fix FS#22122)
+  sed -i "/SQLITE_OMIT_LOAD_EXTENSION/d" setup.py
+
+  # FS#23997
+  sed -i -e "s|^#.* /usr/local/bin/python|#!/usr/bin/python2|" Lib/cgi.py
+
+  sed -i "s/python2.3/python2/g" Lib/distutils/tests/test_build_scripts.py \
+Lib/distutils/tests/test_install_scripts.py
+
+  # Ensure that we are using the system copy of various libraries (expat, zlib 
and libffi),
+  # rather than copies shipped in the tarball
+  rm -r Modules/expat
+  rm -r Modules/zlib
+  rm -r Modules/_ctypes/{darwin,libffi}*
+
+  # clean up #!s
+  find . -name '*.py' | \
+xargs sed -i "s|#[ ]*![ ]*/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  # Workaround asdl_c.py/makeopcodetargets.py errors after we touched the 
shebangs
+  touch Include/Python-ast.h Python/Python-ast.c Python/opcode_targets.h
+}
+
+build() {
+  cd "${srcdir}/Python-${pkgver}"
+
+  export OPT="${CFLAGS}"
+  ./configure --prefix=/usr \
+  --enable-shared \
+  --with-threads \
+  --enable-optimizations \
+  --with-lto \
+  --enable-ipv6 \
+  --enable-unicode=ucs4 \
+  --with-system-expat \
+  --with-system-ffi \
+  --with-dbmliborder=gdbm:ndbm \
+  --without-ensurepip
+
+  make
+}
+
+check() {
+  # Since 2.7.14 with latest xvfb
+  # test_idle, test_tk, test_ttk_guionly: segfaults
+  # Since 2.7.15: test_ctypes
+
+  cd Python-${pkgver}
+  LD_LIBRARY_PATH="${srcdir}/Python-${pkgver}":${LD_LIBRARY_PATH} \
+xvfb-run "${srcdir}/Python-${pkgver}/python" -m test.regrtest -v -uall -x 
test_idle test_tk test_ttk_guionly test_ctypes test_ssl
+}
+
+package() {
+  cd Python-${pkgver}
+
+  # Hack to avoid building again
+  sed -i 's/^all:.*$/all: build_all/' Makefile
+
+  make DESTDIR="${pkgdir}" altinstall maninstall
+
+  rm "${pkgdir}"/usr/share/man/man1/python.1
+
+  ln -sf python${_pybasever}"${pkgdir}"/usr/bin/python2
+  ln -sf python${_pybasever}-config "${pkgdir}"/usr/bin/python2-config
+  ln -sf python${_pybasever}.1  "${pkgdir}"/usr/share/man/man1/python2.1
+
+  # FS#33954
+  ln -sf python-${_pybasever}.pc"${pkgdir}"/usr/lib/pkgconfig/python2.pc
+
+  ln -sf ../../libpython${_pybasever}.so 
"${pkgdir}"/usr/lib/python${_pybasever}/config/libpython${_pybasever}.so
+
+  mv "${pkgdir}"/usr/bin/smtpd.py "${pkgdir}"/usr/lib/python${_pybasever}/
+
+  # some useful "stuff"
+  install -dm755 "${pkgdir}"/usr/lib/python${_pybasever}/Tools/{i18n,scripts}
+  install -m755 Tools/i18n/{msgfmt,pygettext}.py 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/i18n/
+  install -m755 Tools/scripts/{README,*py} 
"${pkgdir}"/usr/lib/python${_pybasever}/Tools/scripts/
+
+  # fix conflicts with python
+  mv "${pkgdir}"/usr/bin/idle{,2}
+  mv "${pkgdir}"/usr/bin/pydoc{,2}
+  mv "${pkgdir}"/usr/bin/2to3{,-2.7}
+
+  # clean-up reference to build directory
+  sed -i "s#${srcdir}/Python-${pkgver}:##" 
"${pkgdir}"/usr/lib/python${_pybasever}/config/Makefile
+
+  # license
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:54:58
  Author: felixonmars
Revision: 439861

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 439860, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:54:58 UTC (rev 439861)
@@ -0,0 +1,70 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=5.2.0
+pkgrel=19
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 
'haskell-protolude'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 
'haskell-heredoc'
+ 'haskell-http' 'haskell-http-types' 
'haskell-insert-ordered-containers'
+ 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 
'haskell-lens-aeson'
+ 'haskell-network-uri' 'haskell-optparse-applicative' 
'haskell-ranged-sets'
+ 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra'
+ 'haskell-wai-middleware-static' 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('7c2bba89457dd8b3d681ccc032482055144b5ee17336b2e90dda6bbed6c229f36cf521cf66aafd7923ca6c147a1f2bb26567a3109079dae65d726e85f85b32ed')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' $pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:54:46
  Author: felixonmars
Revision: 439860

upgpkg: postgrest 5.2.0-19

rebuild with ghc 8.6.4

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:51:36 UTC (rev 439859)
+++ PKGBUILD2019-03-11 19:54:46 UTC (rev 439860)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=5.2.0
-pkgrel=18
+pkgrel=19
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:51:25
  Author: felixonmars
Revision: 439858

upgpkg: pandoc-crossref 0.3.4.0-57

rebuild with ghc 8.6.4

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:50:02 UTC (rev 439857)
+++ PKGBUILD2019-03-11 19:51:25 UTC (rev 439858)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.4.0
-pkgrel=56
+pkgrel=57
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:51:36
  Author: felixonmars
Revision: 439859

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
439858, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:51:36 UTC (rev 439859)
@@ -0,0 +1,51 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.4.0
+pkgrel=57
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-gitrev' 
'haskell-open-browser'
+ 'haskell-optparse-applicative' 'pandoc' 'haskell-pandoc-types' 
'haskell-roman-numerals'
+ 'haskell-syb' 'haskell-utility-ht')
+makedepends=('ghc' 'haskell-hspec')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('d3a666880f0cad0ef7c1e784f2d52f9bb8bfde9e6be6de04c8f094e2a87e99a740f97951c5ffd74b2a1b001e8a977bc9dd3e28be84c3442d3447beadd879e82c')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/< *2.5/<3/' $pkgname.cabal
+}
+
+build() {
+cd $pkgname-$pkgver
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+   -f-enable_flaky_tests
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd $pkgname-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:49:50
  Author: felixonmars
Revision: 439856

upgpkg: haskell-hakyll 4.12.5.1-22

rebuild with ghc 8.6.4

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:48:04 UTC (rev 439855)
+++ PKGBUILD2019-03-11 19:49:50 UTC (rev 439856)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.12.5.1
-pkgrel=21
+pkgrel=22
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("BSD")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:50:02
  Author: felixonmars
Revision: 439857

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
439856, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:50:02 UTC (rev 439857)
@@ -0,0 +1,56 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.12.5.1
+pkgrel=22
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-file-embed' 'haskell-fsnotify' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-lrucache' 'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-random'
+ 'haskell-regex-tdfa' 'haskell-resourcet' 'haskell-scientific' 
'haskell-tagsoup'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-wai' 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('bc8cc9944229c691fbec6b7e6ea52e8a65bd8cc2093d42bd577e30ded1767370b439d8dc694e9842b300f7c884f851cac6a2a9de2817a961c779b83fb0ee1718')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *2.7/<3/' $_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 --datasubdir="$pkgname" 
--enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver -fusepandoc
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test || warning 
"https://github.com/jaspervdj/hakyll/issues/682;
+}
+
+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 pandoc-citeproc/trunk (PKGBUILD)

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:47:53
  Author: felixonmars
Revision: 439854

upgpkg: pandoc-citeproc 0.16.1.2-2

rebuild with ghc 8.6.4

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:44:59 UTC (rev 439853)
+++ PKGBUILD2019-03-11 19:47:53 UTC (rev 439854)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc-citeproc
 pkgver=0.16.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/$pkgname;
 license=("BSD")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:48:04
  Author: felixonmars
Revision: 439855

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
439854, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:48:04 UTC (rev 439855)
@@ -0,0 +1,57 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-citeproc
+pkgver=0.16.1.2
+pkgrel=2
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/$pkgname;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-aeson-pretty' 'haskell-attoparsec'
+ 'haskell-base-compat' 'haskell-data-default' 'haskell-hs-bibutils' 
'haskell-libyaml'
+ 'haskell-network' 'haskell-old-locale' 'pandoc' 
'haskell-pandoc-types' 'haskell-rfc5051'
+ 'haskell-safe' 'haskell-setenv' 'haskell-split' 'haskell-syb' 
'haskell-tagsoup'
+ 'haskell-temporary' 'haskell-text-icu' 'haskell-unordered-containers' 
'haskell-vector'
+ 'haskell-xml-conduit' 'haskell-yaml')
+conflicts=('haskell-pandoc-citeproc')
+replaces=('haskell-pandoc-citeproc')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/$pkgname/${pkgver}/$pkgname-${pkgver}.tar.gz;)
+sha512sums=('011d865ff928155478b8e0b505c0727aabdfce7581e05bf853c26714855266c539946176830a9344ac6266a805a3f56e25767fb71cace3f76afa151aff1ca034')
+
+prepare() {
+cd "${srcdir}/$pkgname-${pkgver}"
+# TODO: find a better solution
+sed -i 
"s|(\"HOME\",\".\")|(\"HOME\",\".\"),(\"LD_LIBRARY_PATH\",\"$PWD/dist/build\"),(\"pandoc_citeproc_datadir\",\"$PWD\")|"
 tests/test-pandoc-citeproc.hs
+}
+
+build() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/$pkgname" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils -f-static
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+# https://github.com/jgm/pandoc-citeproc/issues/342
+runhaskell Setup test || warning "Tests failed"
+}
+
+package() {
+cd "${srcdir}/$pkgname-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/$pkgname.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/$pkgname.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/$pkgname/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:44:59
  Author: felixonmars
Revision: 439853

archrelease: copy trunk to community-staging-x86_64

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

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

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


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:44:47
  Author: felixonmars
Revision: 439852

upgpkg: pandoc 2.7-2

rebuild with ghc 8.6.4

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:35:38 UTC (rev 439851)
+++ PKGBUILD2019-03-11 19:44:47 UTC (rev 439852)
@@ -3,7 +3,7 @@
 
 pkgname=pandoc
 pkgver=2.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Conversion between markup formats'
 url='https://pandoc.org'
 license=('GPL')


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

2019-03-11 Thread Brett Cornwall via arch-commits
Date: Monday, March 11, 2019 @ 19:35:38
  Author: ainola
Revision: 439851

archrelease: copy trunk to community-x86_64

Added:
  swaylock/repos/community-x86_64/
  swaylock/repos/community-x86_64/PKGBUILD
(from rev 439850, swaylock/trunk/PKGBUILD)

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

Copied: swaylock/repos/community-x86_64/PKGBUILD (from rev 439850, 
swaylock/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2019-03-11 19:35:38 UTC (rev 439851)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall 
+# Contributor: gilbus
+
+pkgname=swaylock
+pkgver=1.3
+pkgrel=3
+license=("MIT")
+pkgdesc="Screen locker for Wayland"
+makedepends=(
+'meson'
+'scdoc'
+'wayland-protocols'
+'git'  # To make the version string
+)
+depends=(
+'cairo'
+'libxkbcommon'
+'pam'
+'wayland'
+'gdk-pixbuf2'  # For images other than PNG
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swaylock;
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaylock/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/swaylock/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=('3bf4143136e688af2f31d10c0be26d14e371f31bfceec1d98db88abfe0f7a94c'
+'SKIP')
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A")  # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix /usr \
+--buildtype=plain
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/docs/$pkgname"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:33:57
  Author: felixonmars
Revision: 439850

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 439849, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:33:57 UTC (rev 439850)
@@ -0,0 +1,61 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.3.1
+pkgrel=44
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec6'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-uniplate' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-vector' 
'haskell-vector-binary-instances'
+ 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('555c7fdfad7e4f69b1aa4f6237cf4432831cd74e33342bd802ff3bc763118178b742b386035f8c071820b5e2bc71c5372c4acb356835155677046d360b722746')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+sed -i -e 's/< *1.4/<2/' -e 's/< *0.6/<1/' -e 's/< *0.2/<1/' -e 's/< 
*0.4/<1/' -e 's/< *2.8/<4/' idris.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Idris/Core/CaseTree.hs src/Idris/Parser/Stack.hs src/Idris/Elab/Term.hs
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -f-release -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$pkgver
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:33:45
  Author: felixonmars
Revision: 439849

upgpkg: idris 1.3.1-44

rebuild with ghc 8.6.4

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:31:23 UTC (rev 439848)
+++ PKGBUILD2019-03-11 19:33:45 UTC (rev 439849)
@@ -3,7 +3,7 @@
 
 pkgname=idris
 pkgver=1.3.1
-pkgrel=43
+pkgrel=44
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("BSD")


[arch-commits] Commit in (4 files)

2019-03-11 Thread Brett Cornwall via arch-commits
Date: Monday, March 11, 2019 @ 19:31:23
  Author: ainola
Revision: 439848

add swaylock (needed for sway)

Added:
  swaylock/
  swaylock/repos/
  swaylock/trunk/
  swaylock/trunk/PKGBUILD

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

Added: swaylock/trunk/PKGBUILD
===
--- swaylock/trunk/PKGBUILD (rev 0)
+++ swaylock/trunk/PKGBUILD 2019-03-11 19:31:23 UTC (rev 439848)
@@ -0,0 +1,43 @@
+# Maintainer: Brett Cornwall 
+# Contributor: gilbus
+
+pkgname=swaylock
+pkgver=1.3
+pkgrel=3
+license=("MIT")
+pkgdesc="Screen locker for Wayland"
+makedepends=(
+'meson'
+'scdoc'
+'wayland-protocols'
+'git'  # To make the version string
+)
+depends=(
+'cairo'
+'libxkbcommon'
+'pam'
+'wayland'
+'gdk-pixbuf2'  # For images other than PNG
+)
+arch=('x86_64')
+url="https://github.com/swaywm/swaylock;
+source=(
+
"$pkgname-$pkgver.tar.gz::https://github.com/swaywm/swaylock/archive/$pkgver.tar.gz;
+
"https://github.com/swaywm/swaylock/releases/download/$pkgver/$pkgname-$pkgver.tar.gz.sig;
+)
+sha256sums=('3bf4143136e688af2f31d10c0be26d14e371f31bfceec1d98db88abfe0f7a94c'
+'SKIP')
+validpgpkeys=("9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A")  # Drew DeVault
+
+build() {
+meson "$pkgname-$pkgver" build \
+--prefix /usr \
+--buildtype=plain
+ninja -C build
+}
+
+package() {
+DESTDIR="$pkgdir/" ninja -C build install
+install -Dm644 "$pkgname-$pkgver/LICENSE" -t 
"$pkgdir/usr/share/licenses/$pkgname"
+install -Dm644 "$pkgname-$pkgver/README.md" -t 
"$pkgdir/usr/share/docs/$pkgname"
+}


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

2019-03-11 Thread Balló György via arch-commits
Date: Monday, March 11, 2019 @ 19:20:45
  Author: bgyorgy
Revision: 439847

archrelease: copy trunk to community-x86_64

Added:
  ciano/repos/
  ciano/repos/community-x86_64/
  ciano/repos/community-x86_64/PKGBUILD
(from rev 439846, ciano/trunk/PKGBUILD)

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

Copied: ciano/repos/community-x86_64/PKGBUILD (from rev 439846, 
ciano/trunk/PKGBUILD)
===
--- repos/community-x86_64/PKGBUILD (rev 0)
+++ repos/community-x86_64/PKGBUILD 2019-03-11 19:20:45 UTC (rev 439847)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György 
+
+pkgname=ciano
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Multimedia file converter focused on simplicity"
+arch=(x86_64)
+url="https://robertsanseries.github.io/ciano/;
+license=(GPL3)
+depends=(ffmpeg granite imagemagick)
+makedepends=(git meson vala)
+_commit=ac33219d9474af34890635375b5d6bbaf9f15937  # tags/0.2.1
+source=("git+https://github.com/robertsanseries/ciano#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ciano
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ciano
+  # Use standard icon names
+  sed -i 's/application-add-symbolic/list-add-symbolic/' 
src/widgets/DialogConvertFile.vala
+}
+
+build() {
+  arch-meson ciano build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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

2019-03-11 Thread Balló György via arch-commits
Date: Monday, March 11, 2019 @ 19:18:37
  Author: bgyorgy
Revision: 439846

Add ciano package

Added:
  ciano/
  ciano/trunk/
  ciano/trunk/PKGBUILD

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

Added: ciano/trunk/PKGBUILD
===
--- ciano/trunk/PKGBUILD(rev 0)
+++ ciano/trunk/PKGBUILD2019-03-11 19:18:37 UTC (rev 439846)
@@ -0,0 +1,38 @@
+# Maintainer: Balló György 
+
+pkgname=ciano
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="Multimedia file converter focused on simplicity"
+arch=(x86_64)
+url="https://robertsanseries.github.io/ciano/;
+license=(GPL3)
+depends=(ffmpeg granite imagemagick)
+makedepends=(git meson vala)
+_commit=ac33219d9474af34890635375b5d6bbaf9f15937  # tags/0.2.1
+source=("git+https://github.com/robertsanseries/ciano#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd ciano
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd ciano
+  # Use standard icon names
+  sed -i 's/application-add-symbolic/list-add-symbolic/' 
src/widgets/DialogConvertFile.vala
+}
+
+build() {
+  arch-meson ciano build
+  ninja -C build
+}
+
+check() {
+  meson test -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}


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


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:17:59
  Author: felixonmars
Revision: 439844

upgpkg: hopenpgp-tools 0.21.3-15

rebuild with ghc 8.6.4

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:16:31 UTC (rev 439843)
+++ PKGBUILD2019-03-11 19:17:59 UTC (rev 439844)
@@ -3,7 +3,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.21.3
-pkgrel=14
+pkgrel=15
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:18:11
  Author: felixonmars
Revision: 439845

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
439844, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:18:11 UTC (rev 439845)
@@ -0,0 +1,36 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.21.3
+pkgrel=15
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base16-bytestring'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-crypto-pubkey'
+ 'haskell-cryptohash' 'haskell-errors' 'haskell-fgl' 
'haskell-graphviz' 'haskell-hopenpgp'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-ixset-typed'
+ 'haskell-lens' 'haskell-monad-loops' 'haskell-openpgp-asciiarmor'
+ 'haskell-optparse-applicative' 'haskell-prettyprinter'
+ 'haskell-prettyprinter-ansi-terminal' 
'haskell-prettyprinter-convert-ansi-wl-pprint'
+ 'haskell-resourcet' 'haskell-time-locale-compat' 'haskell-yaml')
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('c19c9164879df7be62e08b69ce9175834044c2d7c0c3a890340e2a10444ac43fc6d2b63fb958925921056ef1e13ec9c7cfe08f20cdc430cfa2b9584fdd625d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:16:31
  Author: felixonmars
Revision: 439843

archrelease: copy trunk to community-staging-x86_64

Added:
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 439842, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 439842, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:16:31 UTC (rev 439843)
@@ -0,0 +1,44 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.17.5
+pkgrel=14
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-quickcheck' 'haskell-aeson' 'haskell-cmdargs' 
'haskell-conduit'
+ 'haskell-conduit-extra' 'haskell-connection' 'haskell-extra' 
'haskell-foundation'
+ 'haskell-hashable' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-js-flot'
+ 'haskell-js-jquery' 'haskell-mmap' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-process-extras' 'haskell-resourcet' 
'haskell-src-exts'
+ 'haskell-storable-tuple' 'haskell-tar' 'haskell-uniplate' 
'haskell-utf8-string'
+ 'haskell-vector' 'haskell-wai' 'haskell-wai-logger' 'haskell-warp' 
'haskell-warp-tls'
+ 'haskell-zlib')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('fc7fac9d66ef9b6b498f18a40fab3979f16ce0245ff75882cbfa467af619082db089b5c986d1fc3ab83c43319cb9f76a2476041c55a054cb42567c730996732a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:16:20
  Author: felixonmars
Revision: 439842

upgpkg: hoogle 5.0.17.5-14

rebuild with ghc 8.6.4

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:14:36 UTC (rev 439841)
+++ PKGBUILD2019-03-11 19:16:20 UTC (rev 439842)
@@ -3,7 +3,7 @@
 
 pkgname=hoogle
 pkgver=5.0.17.5
-pkgrel=13
+pkgrel=14
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("BSD")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:14:36
  Author: felixonmars
Revision: 439841

archrelease: copy trunk to community-staging-x86_64

Added:
  cryptol/repos/community-staging-x86_64/
  cryptol/repos/community-staging-x86_64/PKGBUILD
(from rev 439840, cryptol/trunk/PKGBUILD)

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

Copied: cryptol/repos/community-staging-x86_64/PKGBUILD (from rev 439840, 
cryptol/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:14:36 UTC (rev 439841)
@@ -0,0 +1,46 @@
+# Maintainer: Felix Yan 
+
+pkgname=cryptol
+pkgver=2.6.0
+pkgrel=86
+pkgdesc="The Language of Cryptography"
+url="http://www.cryptol.net;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'z3' 'haskell-base-compat' 'haskell-gitrev' 
'haskell-graphscc' 'haskell-heredoc'
+ 'haskell-monad-control' 'haskell-monadlib' 'haskell-panic' 
'haskell-random' 'haskell-sbv'
+ 'haskell-simple-smt' 'haskell-strict' 'haskell-tf-random' 
'haskell-transformers-base'
+ 'haskell-ansi-terminal' 'haskell-blaze-html')
+makedepends=('ghc' 'alex' 'happy')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/GaloisInc/cryptol/archive/$pkgver.tar.gz;)
+sha512sums=('445a1656ffd0d260553e041de9b15b6257a4b068b5462d996e8207671c097ea814bc5b7aaeb527b5e9579bd8a3e5e8ced0aaf57c24fbccaa7410342a109e9325')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i 's/<.*0.10/<1/' $pkgname.cabal
+sed -i '1i{-# language NoMonadFailDesugaring #-}' 
src/Cryptol/ModuleSystem/Renamer.hs src/Cryptol/Prims/Eval.hs 
src/Cryptol/TypeCheck/Infer.hs src/Cryptol/TypeCheck/CheckModuleInstance.hs 
src/Cryptol/Transform/Specialize.hs src/Cryptol/REPL/Monad.hs 
src/Cryptol/REPL/Command.hs
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-static -f-relocatable
+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}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:14:24
  Author: felixonmars
Revision: 439840

upgpkg: cryptol 2.6.0-86

rebuild with ghc 8.6.4

Modified:
  cryptol/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:10:52 UTC (rev 439839)
+++ PKGBUILD2019-03-11 19:14:24 UTC (rev 439840)
@@ -2,7 +2,7 @@
 
 pkgname=cryptol
 pkgver=2.6.0
-pkgrel=85
+pkgrel=86
 pkgdesc="The Language of Cryptography"
 url="http://www.cryptol.net;
 license=("BSD")


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:10:52
  Author: felixonmars
Revision: 439839

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-sbv/repos/community-staging-x86_64/PKGBUILD (from rev 439838, 
haskell-sbv/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:10:52 UTC (rev 439839)
@@ -0,0 +1,45 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sbv
+pkgname=haskell-sbv
+pkgver=7.13
+pkgrel=18
+pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
+url="http://leventerkok.github.com/sbv;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ghc' 'haskell-quickcheck' 'haskell-cracknum' 
'haskell-async'
+ 'haskell-random' 'haskell-syb' 'haskell-generic-deriving')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'hlint' 'haskell-tasty' 
'haskell-tasty-golden'
+ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('6c44083fee95a711bc0153a4f1530338f0893522b481251365f4d35e0d990ba299c55acdf404803a5d1a5a4044d97e07eac6aecba82d052586b346be16c3ce1d')
+
+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-sbv/trunk (PKGBUILD)

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:10:41
  Author: felixonmars
Revision: 439838

upgpkg: haskell-sbv 7.13-18

rebuild with ghc 8.6.4

Modified:
  haskell-sbv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:09:44 UTC (rev 439837)
+++ PKGBUILD2019-03-11 19:10:41 UTC (rev 439838)
@@ -4,7 +4,7 @@
 _hkgname=sbv
 pkgname=haskell-sbv
 pkgver=7.13
-pkgrel=17
+pkgrel=18
 pkgdesc="SMT Based Verification: Symbolic Haskell theorem prover using SMT 
solving"
 url="http://leventerkok.github.com/sbv;
 license=("BSD")


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

2019-03-11 Thread Alexander Rødseth via arch-commits
Date: Monday, March 11, 2019 @ 19:09:44
  Author: arodseth
Revision: 439837

archrelease: copy trunk to community-x86_64

Added:
  magnum-plugins/repos/community-x86_64/PKGBUILD
(from rev 439836, magnum-plugins/trunk/PKGBUILD)
Deleted:
  magnum-plugins/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 19:09:37 UTC (rev 439836)
+++ PKGBUILD2019-03-11 19:09:44 UTC (rev 439837)
@@ -1,50 +0,0 @@
-# Maintainer: Alexander F. Rødseth 
-# Contributor: mosra 
-
-pkgname=magnum-plugins
-pkgver=2018.10
-pkgrel=1
-pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
-arch=('x86_64')
-url='https://magnum.graphics'
-license=('MIT')
-depends=('assimp' 'devil' 'freetype2' 'libjpeg' 'libpng' "magnum>=$pkgver")
-makedepends=('cmake' 'git' 'ninja')
-source=("git+https://github.com/mosra/magnum-plugins#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  mkdir -p build
-  cd build
-  cmake "../$pkgname" \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DWITH_ASSIMPIMPORTER=ON \
--DWITH_DDSIMPORTER=ON \
--DWITH_DEVILIMAGEIMPORTER=ON \
--DWITH_DRFLACAUDIOIMPORTER=ON \
--DWITH_DRWAVAUDIOIMPORTER=ON \
--DWITH_FREETYPEFONT=ON \
--DWITH_JPEGIMAGECONVERTER=ON \
--DWITH_JPEGIMPORTER=ON \
--DWITH_MINIEXRIMAGECONVERTER=ON \
--DWITH_PNGIMAGECONVERTER=ON \
--DWITH_PNGIMPORTER=ON \
--DWITH_OPENGEXIMPORTER=ON \
--DWITH_STANFORDIMPORTER=ON \
--DWITH_STBIMAGECONVERTER=ON \
--DWITH_STBIMAGEIMPORTER=ON \
--DWITH_STBTRUETYPEFONT=ON \
--DWITH_STBVORBISAUDIOIMPORTER=ON \
--DWITH_TINYGLTFIMPORTER=ON \
--GNinja
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname/COPYING" \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim: ts=2 sw=2 et:

Copied: magnum-plugins/repos/community-x86_64/PKGBUILD (from rev 439836, 
magnum-plugins/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 19:09:44 UTC (rev 439837)
@@ -0,0 +1,51 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: mosra 
+
+pkgname=magnum-plugins
+pkgver=2019.01
+pkgrel=1
+pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
+arch=(x86_64)
+url='https://magnum.graphics'
+license=(MIT)
+depends=(assimp devil faad2 freetype2 libjpeg libpng "magnum>=$pkgver")
+makedepends=(cmake git ninja)
+source=("git+https://github.com/mosra/magnum-plugins#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  mkdir -p build
+  cd build
+  cmake ../$pkgname \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWITH_ASSIMPIMPORTER=ON \
+-DWITH_DDSIMPORTER=ON \
+-DWITH_DEVILIMAGEIMPORTER=ON \
+-DWITH_DRFLACAUDIOIMPORTER=ON \
+-DWITH_DRWAVAUDIOIMPORTER=ON \
+-DWITH_FAAD2AUDIOIMPORTER=ON \
+-DWITH_FREETYPEFONT=ON \
+-DWITH_JPEGIMAGECONVERTER=ON \
+-DWITH_JPEGIMPORTER=ON \
+-DWITH_MINIEXRIMAGECONVERTER=ON \
+-DWITH_PNGIMAGECONVERTER=ON \
+-DWITH_PNGIMPORTER=ON \
+-DWITH_OPENGEXIMPORTER=ON \
+-DWITH_STANFORDIMPORTER=ON \
+-DWITH_STBIMAGECONVERTER=ON \
+-DWITH_STBIMAGEIMPORTER=ON \
+-DWITH_STBTRUETYPEFONT=ON \
+-DWITH_STBVORBISAUDIOIMPORTER=ON \
+-DWITH_TINYGLTFIMPORTER=ON \
+-GNinja
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+  install -Dm644 $pkgname/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim: ts=2 sw=2 et:


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

2019-03-11 Thread Alexander Rødseth via arch-commits
Date: Monday, March 11, 2019 @ 19:09:37
  Author: arodseth
Revision: 439836

upgpkg: magnum-plugins 2019.01-1

Modified:
  magnum-plugins/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:06:47 UTC (rev 439835)
+++ PKGBUILD2019-03-11 19:09:37 UTC (rev 439836)
@@ -2,14 +2,14 @@
 # Contributor: mosra 
 
 pkgname=magnum-plugins
-pkgver=2018.10
+pkgver=2019.01
 pkgrel=1
 pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine'
-arch=('x86_64')
+arch=(x86_64)
 url='https://magnum.graphics'
-license=('MIT')
-depends=('assimp' 'devil' 'freetype2' 'libjpeg' 'libpng' "magnum>=$pkgver")
-makedepends=('cmake' 'git' 'ninja')
+license=(MIT)
+depends=(assimp devil faad2 freetype2 libjpeg libpng "magnum>=$pkgver")
+makedepends=(cmake git ninja)
 source=("git+https://github.com/mosra/magnum-plugins#tag=v$pkgver;)
 md5sums=('SKIP')
 
@@ -16,7 +16,7 @@
 build() {
   mkdir -p build
   cd build
-  cmake "../$pkgname" \
+  cmake ../$pkgname \
 -DCMAKE_BUILD_TYPE=Release \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DWITH_ASSIMPIMPORTER=ON \
@@ -24,6 +24,7 @@
 -DWITH_DEVILIMAGEIMPORTER=ON \
 -DWITH_DRFLACAUDIOIMPORTER=ON \
 -DWITH_DRWAVAUDIOIMPORTER=ON \
+-DWITH_FAAD2AUDIOIMPORTER=ON \
 -DWITH_FREETYPEFONT=ON \
 -DWITH_JPEGIMAGECONVERTER=ON \
 -DWITH_JPEGIMPORTER=ON \
@@ -37,13 +38,13 @@
 -DWITH_STBTRUETYPEFONT=ON \
 -DWITH_STBVORBISAUDIOIMPORTER=ON \
 -DWITH_TINYGLTFIMPORTER=ON \
--GNinja
+-GNinja
   ninja
 }
 
 package() {
   DESTDIR="$pkgdir" ninja -C build install
-  install -Dm644 "$pkgname/COPYING" \
+  install -Dm644 $pkgname/COPYING \
 "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:06:47
  Author: felixonmars
Revision: 439835

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 19:06:33 UTC (rev 439834)
+++ PKGBUILD2019-03-11 19:06:47 UTC (rev 439835)
@@ -1,80 +0,0 @@
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.9.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
- 'python-coverage' 'python2-coverage' 'python2-enum34')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
-  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
-  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
-  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
-  'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
-  'python-lark-parser' 'python2-lark-parser')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('7df2378d37951423f88e240c63cf2dae4bb15fe269901af0e5af8c4f169bdc0c962de447845d9dc65b3db85ce1a87bedd59bb55838f7c8765e33b1324f9e0ea2')
-
-prepare() {
-  mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver
-
-  cp -a hypothesis-$pkgver{,-py2}
-
-  rm -r hypothesis-$pkgver/hypothesis-python/tests/py2
-  rm -r hypothesis-$pkgver-py2/hypothesis-python/tests/py3
-
-  export LC_CTYPE=en_US.UTF-8
-}
-
-build() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  python setup.py build
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/hypothesis-$pkgver/hypothesis-python
-  mv tests/django ../
-  python setup.py pytest
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m tests.django.manage test 
tests.django
-
-  cd "$srcdir"/hypothesis-$pkgver-py2/hypothesis-python
-  mv tests/django ../
-  # https://github.com/python/typing/issues/612
-  python2 setup.py pytest || warning "Tests failed"
-  mv ../django tests/
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m tests.django.manage test 
tests.django
-}
-
-package_python-hypothesis() {
-  depends=('python-attrs' 'python-coverage')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-faker: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module'
-  'python-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver/hypothesis-python
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-attrs' 'python2-coverage' 'python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-faker: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module'
-  'python2-lark-parser: for lark module')
-
-  cd hypothesis-$pkgver-py2/hypothesis-python
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 439834, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 19:06:47 UTC (rev 439835)
@@ -0,0 +1,80 @@
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=4.10.0
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-attrs' 
'python2-attrs'
+ 'python-coverage' 'python2-coverage' 'python2-enum34')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8' 'python-pytz'
+  'python2-pytz' 'python-numpy' 'python2-numpy' 'python-faker' 
'python2-faker'
+  'python-flaky' 'python2-flaky' 'python-django' 'python2-django' 
'python-mock'
+  'python2-mock' 'python-pandas' 'python2-pandas' 
'python-dpcontracts'
+ 

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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:06:28
  Author: felixonmars
Revision: 439833

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 19:06:16 UTC (rev 439832)
+++ PKGBUILD2019-03-11 19:06:28 UTC (rev 439833)
@@ -1,47 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Massimiliano Torromeo 
-# Contributor: William J Bowman 
-
-pkgbase=python-certifi
-pkgname=('python-certifi' 'python2-certifi')
-_libname=${pkgbase/python-/}
-pkgver=2018.11.29
-pkgrel=1
-pkgdesc="Python package for providing Mozilla's CA Bundle"
-arch=(any)
-url="http://pypi.python.org/pypi/certifi;
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('6a6bf1ff98caefcdbf78a8c83e11e155368bacdd806f0ae0c6afa8f513667df6598e594b3584de61acdca3d6049f4a776937f2aa8672b602bd6db7b737f6074e')
-
-prepare() {
-  cp -a $_libname-$pkgver{,-py2}
-
-  cd $_libname-$pkgver-py2
-  sed -i '1s|python$|python2|' certifi/core.py
-}
-
-build() {
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py build
-}
-
-package_python-certifi() {
-  depends=('python')
-
-  cd "$srcdir/$_libname-$pkgver"
-  python setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-certifi() {
-  depends=('python2')
-
-  cd "$srcdir/$_libname-$pkgver-py2"
-  python2 setup.py install --skip-build -O1 --root="$pkgdir"
-  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-certifi/repos/community-any/PKGBUILD (from rev 439832, 
python-certifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 19:06:28 UTC (rev 439833)
@@ -0,0 +1,47 @@
+# Maintainer: Felix Yan 
+# Contributor: Massimiliano Torromeo 
+# Contributor: William J Bowman 
+
+pkgbase=python-certifi
+pkgname=('python-certifi' 'python2-certifi')
+_libname=${pkgbase/python-/}
+pkgver=2019.3.9
+pkgrel=1
+pkgdesc="Python package for providing Mozilla's CA Bundle"
+arch=(any)
+url="http://pypi.python.org/pypi/certifi;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
+sha512sums=('d86559b0d384f8114245b169391c73d5e6df02ba411cf9706c9d4e5958eeef610b6550bcb5eb519856b8fa25f3f5eb1cea02c0df1f6df72e16da8201732b0dd9')
+
+prepare() {
+  cp -a $_libname-$pkgver{,-py2}
+
+  cd $_libname-$pkgver-py2
+  sed -i '1s|python$|python2|' certifi/core.py
+}
+
+build() {
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py build
+}
+
+package_python-certifi() {
+  depends=('python')
+
+  cd "$srcdir/$_libname-$pkgver"
+  python setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-certifi() {
+  depends=('python2')
+
+  cd "$srcdir/$_libname-$pkgver-py2"
+  python2 setup.py install --skip-build -O1 --root="$pkgdir"
+  install -m0644 -D "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:06:00
  Author: felixonmars
Revision: 439831

archrelease: copy trunk to multilib-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 19:05:47 UTC (rev 439830)
+++ PKGBUILD2019-03-11 19:06:00 UTC (rev 439831)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-_pkgbasename=pcre
-pkgname=lib32-$_pkgbasename
-pkgver=8.42
-pkgrel=1
-pkgdesc="A library that implements Perl 5-style regular expressions (32-bit)"
-arch=('x86_64')
-url="https://www.pcre.org;
-license=('custom')
-depends=('lib32-gcc-libs' $_pkgbasename)
-source=("https://ftp.pcre.org/pub/pcre/$_pkgbasename-$pkgver.tar.bz2"{,.sig})
-md5sums=('085b6aa253e0f91cae70b3cdbe8c1ac2'
- 'SKIP')
-validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
-
-prepare() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-
-  ./configure \
---prefix=/usr \
---libdir=/usr/lib32 \
---enable-unicode-properties \
---enable-pcre16 \
---enable-pcre32 \
---enable-jit
-  make
-}
-
-check() {
-  cd "${srcdir}"/${_pkgbasename}-${pkgver}
-
-  make -j1 check
-}
-
-package() {
-  cd "${srcdir}/${_pkgbasename}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  rm -rf "${pkgdir}"/usr/{include,share,bin}
-  mkdir -p "$pkgdir/usr/share/licenses"
-  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
-}

Copied: lib32-pcre/repos/multilib-x86_64/PKGBUILD (from rev 439830, 
lib32-pcre/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 19:06:00 UTC (rev 439831)
@@ -0,0 +1,59 @@
+# Maintainer: Ionut Biru 
+
+_pkgbasename=pcre
+pkgname=lib32-$_pkgbasename
+pkgver=8.43
+pkgrel=1
+pkgdesc="A library that implements Perl 5-style regular expressions (32-bit)"
+arch=('x86_64')
+url="https://www.pcre.org;
+license=('custom')
+depends=('lib32-gcc-libs' $_pkgbasename)
+source=("https://ftp.pcre.org/pub/pcre/$_pkgbasename-$pkgver.tar.bz2"{,.sig})
+md5sums=('636222e79e392c3d95dcc545f24f98c4'
+ 'SKIP')
+validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
+
+prepare() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  ./configure \
+--prefix=/usr \
+--libdir=/usr/lib32 \
+--enable-unicode-properties \
+--enable-pcre16 \
+--enable-pcre32 \
+--enable-jit
+  make
+}
+
+check() {
+  cd "${srcdir}"/${_pkgbasename}-${pkgver}
+
+  make -j1 check
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:06:33
  Author: felixonmars
Revision: 439834

upgpkg: python-hypothesis 4.10.0-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:06:28 UTC (rev 439833)
+++ PKGBUILD2019-03-11 19:06:33 UTC (rev 439834)
@@ -2,7 +2,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=4.9.0
+pkgver=4.10.0
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')
@@ -17,7 +17,7 @@
   'python2-dpcontracts' 'python-pytest-xdist' 
'python2-pytest-xdist'
   'python-lark-parser' 'python2-lark-parser')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-$pkgver.tar.gz;)
-sha512sums=('7df2378d37951423f88e240c63cf2dae4bb15fe269901af0e5af8c4f169bdc0c962de447845d9dc65b3db85ce1a87bedd59bb55838f7c8765e33b1324f9e0ea2')
+sha512sums=('fd5ea0b421c991a2605661293402db9af12c6eaf9e93a2ab3320adf4c7af01d768796ea1f0ebe7ee8da81425425ba767a6e88aa84b1e43bcd9e0e1d59e2b03e9')
 
 prepare() {
   mv hypothesis-hypothesis-python-$pkgver hypothesis-$pkgver


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:05:47
  Author: felixonmars
Revision: 439830

upgpkg: lib32-pcre 8.43-1

Modified:
  lib32-pcre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:05:11 UTC (rev 439829)
+++ PKGBUILD2019-03-11 19:05:47 UTC (rev 439830)
@@ -2,7 +2,7 @@
 
 _pkgbasename=pcre
 pkgname=lib32-$_pkgbasename
-pkgver=8.42
+pkgver=8.43
 pkgrel=1
 pkgdesc="A library that implements Perl 5-style regular expressions (32-bit)"
 arch=('x86_64')
@@ -10,7 +10,7 @@
 license=('custom')
 depends=('lib32-gcc-libs' $_pkgbasename)
 source=("https://ftp.pcre.org/pub/pcre/$_pkgbasename-$pkgver.tar.bz2"{,.sig})
-md5sums=('085b6aa253e0f91cae70b3cdbe8c1ac2'
+md5sums=('636222e79e392c3d95dcc545f24f98c4'
  'SKIP')
 validpgpkeys=('45F68D54BBE23FB3039B46E59766E084FB0F43D8') # Philip Hazel
 


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:06:16
  Author: felixonmars
Revision: 439832

upgpkg: python-certifi 2019.3.9-1

Modified:
  python-certifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:06:00 UTC (rev 439831)
+++ PKGBUILD2019-03-11 19:06:16 UTC (rev 439832)
@@ -5,7 +5,7 @@
 pkgbase=python-certifi
 pkgname=('python-certifi' 'python2-certifi')
 _libname=${pkgbase/python-/}
-pkgver=2018.11.29
+pkgver=2019.3.9
 pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle"
 arch=(any)
@@ -13,7 +13,7 @@
 license=('GPL')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("https://pypi.io/packages/source/${_libname:0:1}/$_libname/$_libname-$pkgver.tar.gz;)
-sha512sums=('6a6bf1ff98caefcdbf78a8c83e11e155368bacdd806f0ae0c6afa8f513667df6598e594b3584de61acdca3d6049f4a776937f2aa8672b602bd6db7b737f6074e')
+sha512sums=('d86559b0d384f8114245b169391c73d5e6df02ba411cf9706c9d4e5958eeef610b6550bcb5eb519856b8fa25f3f5eb1cea02c0df1f6df72e16da8201732b0dd9')
 
 prepare() {
   cp -a $_libname-$pkgver{,-py2}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:05:11
  Author: felixonmars
Revision: 439829

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 19:04:59 UTC (rev 439828)
+++ PKGBUILD2019-03-11 19:05:11 UTC (rev 439829)
@@ -1,77 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-openstacksdk
-pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.25.0
-pkgrel=1
-pkgdesc="An SDK for building applications to work with OpenStack"
-arch=('any')
-url="http://developer.openstack.org/sdks/python/openstacksdk;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
- 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
- 'python2-keystoneauth1' 'python-os-service-types' 
'python2-os-service-types'
- 'python-deprecation' 'python2-deprecation' 
'python-requestsexceptions'
- 'python2-requestsexceptions' 'python-yaml' 'python2-yaml' 
'python-decorator'
- 'python2-decorator' 'python-jmespath' 'python2-jmespath' 
'python2-ipaddress'
- 'python2-futures' 'python-iso8601' 'python2-iso8601' 
'python-netifaces'
- 'python2-netifaces' 'python-dogpile.cache' 
'python2-dogpile.cache' 'python-munch'
- 'python2-munch')
-checkdepends=('python-stestr' 'python2-stestr' 'python-mock' 'python2-mock' 
'python-requests-mock'
-  'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
-  'python2-jsonschema')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('47f6f230a4cc0a47be1713633bbb6a6e0adca199d97f90d320ff0464740e5a8a99a6fe08bb21811ed85d2b592b05172d26a5f9dc0100663672fd7be771c446fd')
-
-export PBR_VERSION=$pkgver
-
-prepare() {
-  echo -e "\nglobal-include *.json" >> openstacksdk-$pkgver/MANIFEST.in
-  cp -a openstacksdk-$pkgver{,-py2}
-  sed -i 's/assertItemsEqual/assertCountEqual/' 
openstacksdk-$pkgver/openstack/tests/unit/*.py 
openstacksdk-$pkgver/openstack/tests/unit/*/*.py
-}
-
-build() {
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  # From https://github.com/openstack/openstacksdk/blob/master/tox.ini
-  export OS_LOG_CAPTURE=true OS_STDOUT_CAPTURE=true OS_STDERR_CAPTURE=true
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  stestr run || warning "Tests failed"
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  PYTHON=python2 stestr2 run || warning "Tests failed"
-}
-
-package_python-openstacksdk() {
-  depends=('python-six' 'python-pbr' 'python-jsonpatch' 'python-appdirs' 
'python-keystoneauth1'
-   'python-os-service-types' 'python-deprecation' 
'python-requestsexceptions'
-   'python-decorator' 'python-jmespath' 'python-iso8601' 
'python-netifaces'
-   'python-dogpile.cache' 'python-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-openstacksdk() {
-  depends=('python2-six' 'python2-pbr' 'python2-jsonpatch' 'python2-appdirs'
-   'python2-keystoneauth1' 'python2-os-service-types' 
'python2-deprecation'
-   'python2-requestsexceptions' 'python2-decorator' 'python2-jmespath' 
'python2-ipaddress'
-   'python2-futures' 'python2-iso8601' 'python2-netifaces' 
'python2-dogpile.cache'
-   'python2-munch')
-
-  cd "$srcdir"/openstacksdk-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/openstack-inventory{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-openstacksdk/repos/community-any/PKGBUILD (from rev 439828, 
python-openstacksdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 19:05:11 UTC (rev 439829)
@@ -0,0 +1,77 @@
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-openstacksdk
+pkgname=(python-openstacksdk python2-openstacksdk)
+pkgver=0.26.0
+pkgrel=1
+pkgdesc="An SDK for building applications to work with OpenStack"
+arch=('any')
+url="http://developer.openstack.org/sdks/python/openstacksdk;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr' 'python-jsonpatch'
+ 'python2-jsonpatch' 'python-appdirs' 'python2-appdirs' 
'python-keystoneauth1'
+ 'python2-keystoneauth1' 'python-os-service-types' 

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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:04:59
  Author: felixonmars
Revision: 439828

upgpkg: python-openstacksdk 0.26.0-1

Modified:
  python-openstacksdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:02:39 UTC (rev 439827)
+++ PKGBUILD2019-03-11 19:04:59 UTC (rev 439828)
@@ -3,7 +3,7 @@
 
 pkgbase=python-openstacksdk
 pkgname=(python-openstacksdk python2-openstacksdk)
-pkgver=0.25.0
+pkgver=0.26.0
 pkgrel=1
 pkgdesc="An SDK for building applications to work with OpenStack"
 arch=('any')
@@ -22,7 +22,7 @@
   'python2-requests-mock' 'python-oslotest' 'python2-oslotest' 
'python-jsonschema'
   'python2-jsonschema')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/openstacksdk/archive/$pkgver.tar.gz;)
-sha512sums=('47f6f230a4cc0a47be1713633bbb6a6e0adca199d97f90d320ff0464740e5a8a99a6fe08bb21811ed85d2b592b05172d26a5f9dc0100663672fd7be771c446fd')
+sha512sums=('164fed09dc1d742eb3555b65b1b5925f42e2cd8b6a227435551b8c09b9f137272ee193bb8e3a73fed92c34a361d001086c2f242bc2d7b82da89c20cb174e73db')
 
 export PBR_VERSION=$pkgver
 


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:02:39
  Author: felixonmars
Revision: 439827

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-ipynb/repos/community-staging-x86_64/PKGBUILD (from rev 439826, 
haskell-ipynb/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:02:39 UTC (rev 439827)
@@ -0,0 +1,43 @@
+# Maintainer: Felix Yan 
+
+_hkgname=ipynb
+pkgname=haskell-ipynb
+pkgver=0.1
+pkgrel=7
+pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
+url="https://github.com/jgm/ipynb;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base64-bytestring' 
'haskell-unordered-containers')
+makedepends=('ghc' 'haskell-aeson-diff' 'haskell-microlens' 
'haskell-microlens-aeson'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('8717dac6496905afc5e8735abc3b3a4a90b171253b035efa0751a6311b901caad563fdfeaa455987c1307d0532273ab80be37256562143db575f13c326843bf4')
+
+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-ipynb/trunk (PKGBUILD)

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:02:28
  Author: felixonmars
Revision: 439826

upgpkg: haskell-ipynb 0.1-7

rebuild with ghc 8.6.4

Modified:
  haskell-ipynb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 19:01:42 UTC (rev 439825)
+++ PKGBUILD2019-03-11 19:02:28 UTC (rev 439826)
@@ -3,7 +3,7 @@
 _hkgname=ipynb
 pkgname=haskell-ipynb
 pkgver=0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Data structure for working with Jupyter notebooks (ipynb)"
 url="https://github.com/jgm/ipynb;
 license=('BSD')


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:01:31
  Author: felixonmars
Revision: 439824

upgpkg: haskell-aeson-diff 1.1.0.5-7

rebuild with ghc 8.6.4

Modified:
  haskell-aeson-diff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 18:59:52 UTC (rev 439823)
+++ PKGBUILD2019-03-11 19:01:31 UTC (rev 439824)
@@ -3,7 +3,7 @@
 _hkgname=aeson-diff
 pkgname=haskell-aeson-diff
 pkgver=1.1.0.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Extract and apply patches to JSON documents"
 url="https://github.com/thsutton/aeson-diff;
 license=('BSD')


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 19:01:42
  Author: felixonmars
Revision: 439825

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-aeson-diff/repos/community-staging-x86_64/
  haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD
(from rev 439824, haskell-aeson-diff/trunk/PKGBUILD)

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

Copied: haskell-aeson-diff/repos/community-staging-x86_64/PKGBUILD (from rev 
439824, haskell-aeson-diff/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 19:01:42 UTC (rev 439825)
@@ -0,0 +1,50 @@
+# Maintainer: Felix Yan 
+
+_hkgname=aeson-diff
+pkgname=haskell-aeson-diff
+pkgver=1.1.0.5
+pkgrel=7
+pkgdesc="Extract and apply patches to JSON documents"
+url="https://github.com/thsutton/aeson-diff;
+license=('BSD')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-edit-distance-vector' 
'haskell-hashable'
+ 'haskell-scientific' 'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-optparse-applicative')
+makedepends=('ghc' 'haskell-doctest' 'haskell-glob' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'hlint')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('3ca534155bd4d5cf35e232ddf302cef21b3e9a29473d6d04cefadd0fb5ecb2954a140df3e88afe48ada67bac63224a8028c98276680045d897898af6bbb291b0')
+
+prepare() {
+cd $_hkgname-$pkgver
+sed -i 's/< *4.12/<5/' $_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
+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 hlint/repos (2 files)

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 18:59:52
  Author: felixonmars
Revision: 439823

archrelease: copy trunk to community-staging-x86_64

Added:
  hlint/repos/community-staging-x86_64/
  hlint/repos/community-staging-x86_64/PKGBUILD
(from rev 439822, hlint/trunk/PKGBUILD)

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

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 439822, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 18:59:52 UTC (rev 439823)
@@ -0,0 +1,41 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hlint
+pkgver=2.1.14
+pkgrel=9
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("BSD")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-ansi-terminal' 'haskell-cmdargs' 
'haskell-cpphs'
+ 'haskell-data-default' 'haskell-extra' 'haskell-hscolour' 
'haskell-refact'
+ 'haskell-src-exts' 'haskell-src-exts-util' 'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-vector' 'haskell-yaml')
+conflicts=('haskell-hlint')
+replaces=('haskell-hlint')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('d4c7474791252401740d121118576579dd82b2c6cd52072b28faaf39e431f0b378387675d70f122109e6dc111e9889a51310c1c8881f6e33c13b889be4f4bb41')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+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}/${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}/COPYING.BSD3"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 18:59:40
  Author: felixonmars
Revision: 439822

upgpkg: hlint 2.1.14-9

rebuild with ghc 8.6.4

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 18:59:01 UTC (rev 439821)
+++ PKGBUILD2019-03-11 18:59:40 UTC (rev 439822)
@@ -3,7 +3,7 @@
 
 pkgname=hlint
 pkgver=2.1.14
-pkgrel=8
+pkgrel=9
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("BSD")


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

2019-03-11 Thread Alexander Rødseth via arch-commits
Date: Monday, March 11, 2019 @ 18:58:55
  Author: arodseth
Revision: 439820

upgpkg: polyml 5.8-1

Modified:
  polyml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 18:58:27 UTC (rev 439819)
+++ PKGBUILD2019-03-11 18:58:55 UTC (rev 439820)
@@ -1,23 +1,23 @@
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Mort Yao 
 # Contributor: Alex Merry 
 
 pkgname=polyml
-pkgver=5.7.1
-pkgrel=2
-pkgdesc='Standard ML compiler originally written in an experimental language 
called Poly'
-arch=('x86_64')
+pkgver=5.8
+pkgrel=1
+pkgdesc='Standard ML compiler originally written in the experimental language 
Poly'
+arch=(x86_64)
 url='https://polyml.org/'
-license=('LGPL')
+license=(LGPL)
 conflicts=('mesa-demos') # /usr/bin/poly
-options=('!libtool')
-depends=('gmp' 'libffi')
+options=(!libtool)
+depends=(gmp libffi)
 install=polyml.install
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('d18dd824b426edaed1cec71dded354b57df9ebdbd38863bc7540a60bd0667028')
+sha256sums=('6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf')
 
 build() {
-  cd "$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   ./configure \
 --prefix=/usr \
@@ -28,11 +28,11 @@
 }
 
 check() {
-  make -C "$pkgname-$pkgver" -k check
+  make -C $pkgname-$pkgver -k check
 }
 
 package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
 }
 
 # getver: polyml.org


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

2019-03-11 Thread Alexander Rødseth via arch-commits
Date: Monday, March 11, 2019 @ 18:59:01
  Author: arodseth
Revision: 439821

archrelease: copy trunk to community-x86_64

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

+
 PKGBUILD   |   78 +++
 polyml.install |   14 -
 2 files changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-03-11 18:58:55 UTC (rev 439820)
+++ PKGBUILD2019-03-11 18:59:01 UTC (rev 439821)
@@ -1,39 +0,0 @@
-# Maintainer: Alexander F Rødseth 
-# Contributor: Mort Yao 
-# Contributor: Alex Merry 
-
-pkgname=polyml
-pkgver=5.7.1
-pkgrel=2
-pkgdesc='Standard ML compiler originally written in an experimental language 
called Poly'
-arch=('x86_64')
-url='https://polyml.org/'
-license=('LGPL')
-conflicts=('mesa-demos') # /usr/bin/poly
-options=('!libtool')
-depends=('gmp' 'libffi')
-install=polyml.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
-sha256sums=('d18dd824b426edaed1cec71dded354b57df9ebdbd38863bc7540a60bd0667028')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---enable-shared \
---with-system-libffi \
---with-gmp
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" -k check
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: polyml.org
-# vim: ts=2 sw=2 et:

Copied: polyml/repos/community-x86_64/PKGBUILD (from rev 439820, 
polyml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-03-11 18:59:01 UTC (rev 439821)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F. Rødseth 
+# Contributor: Mort Yao 
+# Contributor: Alex Merry 
+
+pkgname=polyml
+pkgver=5.8
+pkgrel=1
+pkgdesc='Standard ML compiler originally written in the experimental language 
Poly'
+arch=(x86_64)
+url='https://polyml.org/'
+license=(LGPL)
+conflicts=('mesa-demos') # /usr/bin/poly
+options=(!libtool)
+depends=(gmp libffi)
+install=polyml.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz;)
+sha256sums=('6bcc2c5af91f361ef9e0bb28f39ce20171b0beae73b4db3674df6fc793cec8bf')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure \
+--prefix=/usr \
+--enable-shared \
+--with-system-libffi \
+--with-gmp
+  make
+}
+
+check() {
+  make -C $pkgname-$pkgver -k check
+}
+
+package() {
+  make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
+}
+
+# getver: polyml.org
+# vim: ts=2 sw=2 et:

Deleted: polyml.install
===
--- polyml.install  2019-03-11 18:58:55 UTC (rev 439820)
+++ polyml.install  2019-03-11 18:59:01 UTC (rev 439821)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  cat << EOF
-If you compile executables using Poly/ML, you should use
-the new polyc script, as this automatically passes the
-correct libraries to the linker.
-EOF
-}

Copied: polyml/repos/community-x86_64/polyml.install (from rev 439820, 
polyml/trunk/polyml.install)
===
--- polyml.install  (rev 0)
+++ polyml.install  2019-03-11 18:59:01 UTC (rev 439821)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  cat << EOF
+If you compile executables using Poly/ML, you should use
+the new polyc script, as this automatically passes the
+correct libraries to the linker.
+EOF
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 18:58:27
  Author: felixonmars
Revision: 439819

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 439818, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 439818, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2019-03-11 18:58:27 UTC (rev 439819)
@@ -0,0 +1,52 @@
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.14
+pkgrel=2
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-case-insensitive' 
'haskell-clientsession'
+ 'haskell-cmdargs' 'haskell-conduit' 'haskell-data-default' 
'haskell-decimal'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-http-types'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('7a984cd324758dd76a1347a23baba60ec2bf6e5d1657a25047d8e2d3a5e3280e02d0ec018809f9c5bbcdf212328dd87a2b9d160dde6ccd208782808e213a')
+
+prepare() {
+cd $pkgname-$pkgver
+sed -i -e '/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}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2019-03-11 Thread Felix Yan via arch-commits
Date: Monday, March 11, 2019 @ 18:58:16
  Author: felixonmars
Revision: 439818

upgpkg: hledger-web 1.14-2

rebuild with ghc 8.6.4

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2019-03-11 18:56:45 UTC (rev 439817)
+++ PKGBUILD2019-03-11 18:58:16 UTC (rev 439818)
@@ -3,7 +3,7 @@
 
 pkgname=hledger-web
 pkgver=1.14
-pkgrel=1
+pkgrel=2
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


  1   2   3   >