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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:56:34
  Author: svenstaro
Revision: 307560

archrelease: copy trunk to community-x86_64

Added:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
(from rev 307559, gitlab-gitaly/trunk/PKGBUILD)
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service
(from rev 307559, gitlab-gitaly/trunk/gitlab-gitaly.service)
Deleted:
  gitlab-gitaly/repos/community-x86_64/PKGBUILD
  gitlab-gitaly/repos/community-x86_64/gitlab-gitaly.service

---+
 PKGBUILD  |  122 
 gitlab-gitaly.service |   50 +--
 2 files changed, 86 insertions(+), 86 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 05:56:30 UTC (rev 307559)
+++ PKGBUILD2018-03-14 05:56:34 UTC (rev 307560)
@@ -1,61 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=gitlab-gitaly
-pkgver=0.88.0
-pkgrel=1
-pkgdesc="Speed up Git access using caching"
-arch=('x86_64')
-url="https://gitlab.com/gitlab-org/gitaly;
-license=('MIT')
-depends=(glibc ruby2.3 libxml2 libxslt)
-options=(!buildflags)
-makedepends=(go ruby2.3-bundler cmake)
-backup=("etc/gitlab-gitaly/config.toml")
-source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
-"gitlab-gitaly.service")
-sha512sums=('2e34248f27d6f3461ff255714a40966fad8442f3593353e606dcf3be9dacedc121810d03a4f44a19745f2f23b220a89fe45e2c9bb9a39f0206883ce7d3c12f9a'
-
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
-
-_homedir="/var/lib/gitlab"
-
-prepare() {
-  cd "gitaly-v${pkgver}-"*
-
-  sed -i "s/bundle install/bundle-2.3 install/" Makefile
-  sed -i "s/bundle config/bundle-2.3 config/" Makefile
-  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
-  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
-  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
-  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/gitaly-ruby
-  sed -i "s/env ruby/env ruby-2.3/" ruby/bin/ruby-cd
-  sed -i "s|dir = \"/home/git/gitaly/ruby\"|dir = 
\"/usr/share/webapps/gitlab-gitaly/ruby\"|" config.toml.example
-  sed -i "s|dir = \"/home/git/gitlab-shell\"|dir = 
\"/usr/share/webapps/gitlab-shell\"|" config.toml.example
-  sed -i "s|bin_dir = \"/home/git/gitaly\"|bin_dir = \"/usr/bin\"|" 
config.toml.example
-}
-
-build() {
-  cd "gitaly-v${pkgver}-"*
-
-  make build
-}
-
-package() {
-  cd "gitaly-v${pkgver}-"*
-
-  make PREFIX=/usr DESTDIR=${pkgdir} install
-  mkdir -p "${pkgdir}/etc/${pkgname}"
-  sed \
--e "s|^socket_path =.*|socket_path = 
\"${_homedir}/sockets/gitlab-gitaly.socket\"|" \
--e "s|^path =.*|path = \"${_homedir}/repositories\"|" \
-config.toml.example > "${pkgdir}/etc/${pkgname}/config.toml"
-
-  mkdir -p ${pkgdir}/usr/share/webapps/gitlab-gitaly
-  cp -r ruby ${pkgdir}/usr/share/webapps/gitlab-gitaly/ruby
-
-  install -Dm644 config.toml.example 
"${pkgdir}/usr/share/${pkgname}/config.toml.example"
-  install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm0644 "${srcdir}/gitlab-gitaly.service" 
"${pkgdir}/usr/lib/systemd/system/gitlab-gitaly.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gitlab-gitaly/repos/community-x86_64/PKGBUILD (from rev 307559, 
gitlab-gitaly/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 05:56:34 UTC (rev 307560)
@@ -0,0 +1,61 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=gitlab-gitaly
+pkgver=0.90.0
+pkgrel=1
+pkgdesc="Speed up Git access using caching"
+arch=('x86_64')
+url="https://gitlab.com/gitlab-org/gitaly;
+license=('MIT')
+depends=(glibc ruby2.3 libxml2 libxslt)
+options=(!buildflags)
+makedepends=(go ruby2.3-bundler cmake)
+backup=("etc/gitlab-gitaly/config.toml")
+source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
+"gitlab-gitaly.service")
+sha512sums=('005c93a1a0c9a95c497024ada9023e56024e88da92652ffc81bf790db4ef26dc0bfa80a3d5e2b9498b63f2eda19d1737cb157036a49e52a761f598fec4c6b27b'
+
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
+
+_homedir="/var/lib/gitlab"
+
+prepare() {
+  cd "gitaly-v${pkgver}-"*
+
+  sed -i "s/bundle install/bundle-2.3 install/" Makefile
+  sed -i "s/bundle config/bundle-2.3 config/" Makefile
+  sed -i "s/bundle/bundle-2.3/" internal/rubyserver/rubyserver.go
+  sed -i "s/bundle/bundle-2.3/" internal/linguist/linguist.go
+  sed -i "s/\"ruby\"/\"ruby-2.3\"/" internal/linguist/linguist.go
+  sed -i "s/VERSION = .*/VERSION = ${pkgver}/" Makefile
+  sed -i 

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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:56:30
  Author: svenstaro
Revision: 307559

upgpkg: gitlab-gitaly 0.90.0-1

Modified:
  gitlab-gitaly/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 05:51:20 UTC (rev 307558)
+++ PKGBUILD2018-03-14 05:56:30 UTC (rev 307559)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=gitlab-gitaly
-pkgver=0.88.0
+pkgver=0.90.0
 pkgrel=1
 pkgdesc="Speed up Git access using caching"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 backup=("etc/gitlab-gitaly/config.toml")
 
source=("${pkgname}-${pkgver}.tar.gz::https://gitlab.com/gitlab-org/gitaly/repository/archive.tar.gz?ref=v${pkgver};
 "gitlab-gitaly.service")
-sha512sums=('2e34248f27d6f3461ff255714a40966fad8442f3593353e606dcf3be9dacedc121810d03a4f44a19745f2f23b220a89fe45e2c9bb9a39f0206883ce7d3c12f9a'
+sha512sums=('005c93a1a0c9a95c497024ada9023e56024e88da92652ffc81bf790db4ef26dc0bfa80a3d5e2b9498b63f2eda19d1737cb157036a49e52a761f598fec4c6b27b'
 
'b330c0f42592322ad2131079ca554a13a364007182dded8c556198caff2c9ec642acf5bb7dfecb05de5a3d89bffec6588b6d05c8c7c5c771a46df3d296deed28')
 
 _homedir="/var/lib/gitlab"


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

2018-03-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, March 14, 2018 @ 05:54:23
  Author: bpiotrowski
Revision: 318936

0.3.28-1

Modified:
  gegl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 04:06:50 UTC (rev 318935)
+++ PKGBUILD2018-03-14 05:54:23 UTC (rev 318936)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Isenmann 
 
 pkgname=gegl
-pkgver=0.3.26
-pkgrel=2
+pkgver=0.3.28
+pkgrel=1
 pkgdesc="Graph based image processing framework"
 arch=('x86_64')
 url="http://www.gegl.org/;
@@ -21,7 +21,7 @@
 'libtiff: tiff plugin'
 'lua: lua plugin'
 'lensfun: lens-correct plugin')
-_commit=6352c9328dc92c75dafe94a56ff1e6636a8a4563  # tags/GEGL_0_3_26^0
+_commit=773d3a74a603b2213af760d7038397bb710bde61  # tags/GEGL_0_3_28^0
 source=("git+https://git.gnome.org/browse/gegl#commit=$_commit;)
 sha256sums=('SKIP')
 


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

2018-03-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Wednesday, March 14, 2018 @ 05:54:52
  Author: bpiotrowski
Revision: 318937

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  gegl/repos/gnome-unstable-x86_64/
  gegl/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 318936, gegl/trunk/PKGBUILD)

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

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


[arch-commits] Commit in dwarffortress/repos/community-x86_64 (10 files)

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:51:20
  Author: svenstaro
Revision: 307558

archrelease: copy trunk to community-x86_64

Added:
  dwarffortress/repos/community-x86_64/PKGBUILD
(from rev 307557, dwarffortress/trunk/PKGBUILD)
  dwarffortress/repos/community-x86_64/dwarffortress
(from rev 307557, dwarffortress/trunk/dwarffortress)
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
(from rev 307557, dwarffortress/trunk/dwarffortress.desktop)
  dwarffortress/repos/community-x86_64/dwarffortress.install
(from rev 307557, dwarffortress/trunk/dwarffortress.install)
  dwarffortress/repos/community-x86_64/dwarffortress.png
(from rev 307557, dwarffortress/trunk/dwarffortress.png)
Deleted:
  dwarffortress/repos/community-x86_64/PKGBUILD
  dwarffortress/repos/community-x86_64/dwarffortress
  dwarffortress/repos/community-x86_64/dwarffortress.desktop
  dwarffortress/repos/community-x86_64/dwarffortress.install
  dwarffortress/repos/community-x86_64/dwarffortress.png

---+
 PKGBUILD  |  129 
 dwarffortress |   40 +++---
 dwarffortress.desktop |   18 +++---
 dwarffortress.install |   18 +++---
 4 files changed, 104 insertions(+), 101 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 05:51:15 UTC (rev 307557)
+++ PKGBUILD2018-03-14 05:51:20 UTC (rev 307558)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Daenyth 
-# Contributor: djnm 
-pkgname=dwarffortress
-pkgver=0.44.05
-_pkgver=44_05
-pkgrel=1
-pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
-arch=(x86_64)
-url="http://www.bay12games.com/dwarves/;
-license=('custom:dwarffortress')
-depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
-makedepends=(git cmake)
-optdepends=('nvidia-utils: If you have nvidia graphics'
-'alsa-lib: for alsa sound'
-'libpulse: for pulse sound')
-options=('!strip' '!buildflags')
-install=${pkgname}.install
-# I made a fucking github repo with the sole purpose of unfucking df a bit
-# We try to compile whatever little bit of df is open source
-source=(git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
-dwarffortress
-dwarffortress.desktop
-dwarffortress.png)
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2)
-sha256sums=('e3c147d87a93a06acebee6e2938076175f0034c11bd51f975ba8907225f472a1')
-
-build() {
-  ls
-  cd $srcdir/dwarf_fortress_unfuck
-
-  cmake .
-  make
-}
-
-package() {
-  install -dm755 $pkgdir/opt/
-  cp -r $srcdir/df_linux $pkgdir/opt/$pkgname
-  rm -r $pkgdir/opt/$pkgname/df $pkgdir/opt/$pkgname/libs/* 
$pkgdir/opt/$pkgname/g_src
-
-  find $pkgdir/opt/$pkgname -type d -exec chmod 755 {} +
-  find $pkgdir/opt/$pkgname -type f -exec chmod 644 {} +
-
-  install -Dm755 $srcdir/df_linux/libs/Dwarf_Fortress 
$pkgdir/opt/$pkgname/libs/Dwarf_Fortress
-  install -Dm755 $srcdir/dwarf_fortress_unfuck/libgraphics.so 
$pkgdir/opt/$pkgname/libs/libgraphics.so
-  install -Dm755 $srcdir/dwarffortress $pkgdir/usr/bin/$pkgname
-
-  # No idea why we need this. Really. This isn't being loaded dynamically, 
it's not linked and
-  # in general there is no indication this is being used. However, it doesn't 
work without this symlink.
-  ln -s /usr/lib/libpng.so $pkgdir/opt/$pkgname/libs/libpng.so.3
-
-  # Set pkgname in runscript
-  sed -i "s/^pkgname=.*/pkgname=$pkgname/" $pkgdir/usr/bin/$pkgname
-
-  # Desktop launcher with icon
-  install -Dm644 $srcdir/dwarffortress.desktop 
$pkgdir/usr/share/applications/"$pkgname".desktop
-  install -Dm644 $srcdir/dwarffortress.png 
$pkgdir/usr/share/pixmaps/"$pkgname".png
-
-  install -Dm644 $srcdir/df_linux/readme.txt 
$pkgdir/usr/share/licenses/$pkgname/readme.txt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dwarffortress/repos/community-x86_64/PKGBUILD (from rev 307557, 
dwarffortress/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 05:51:20 UTC (rev 307558)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Daenyth 
+# Contributor: djnm 
+pkgname=dwarffortress
+pkgver=0.44.07
+_pkgver=44_07
+pkgrel=1
+pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
+arch=(x86_64)
+url="http://www.bay12games.com/dwarves/;
+license=('custom:dwarffortress')
+depends=(gtk2 glu sdl_image libsndfile openal sdl_ttf glew gcc-libs glib2)
+makedepends=(git cmake)
+optdepends=('nvidia-utils: If you have nvidia graphics'
+'alsa-lib: for alsa sound'
+'libpulse: for pulse 

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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:51:15
  Author: svenstaro
Revision: 307557

upgpkg: dwarffortress 0.44.07-1

Modified:
  dwarffortress/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 05:49:20 UTC (rev 307556)
+++ PKGBUILD2018-03-14 05:51:15 UTC (rev 307557)
@@ -3,8 +3,8 @@
 # Contributor: Daenyth 
 # Contributor: djnm 
 pkgname=dwarffortress
-pkgver=0.44.05
-_pkgver=44_05
+pkgver=0.44.07
+_pkgver=44_07
 pkgrel=1
 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or 
play an adventurer in a randomly generated world"
 arch=(x86_64)
@@ -28,7 +28,7 @@
 '211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
 'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
 '83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f'
-'e3c147d87a93a06acebee6e2938076175f0034c11bd51f975ba8907225f472a1')
+'2b41550b486ebfdb7972f730607f7ed9e192c9b31633454606134eb2e57f25b6')
 
 build() {
   cd $srcdir/dwarf_fortress_unfuck


[arch-commits] Commit in telegram-desktop/repos/community-x86_64 (12 files)

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:49:20
  Author: svenstaro
Revision: 307556

archrelease: copy trunk to community-x86_64

Added:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
(from rev 307555, telegram-desktop/trunk/CMakeLists.inj)
  telegram-desktop/repos/community-x86_64/PKGBUILD
(from rev 307555, telegram-desktop/trunk/PKGBUILD)
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
(from rev 307555, telegram-desktop/trunk/libtgvoip.patch)
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
(from rev 307555, telegram-desktop/trunk/no-gtk2.patch)
  telegram-desktop/repos/community-x86_64/tdesktop.patch
(from rev 307555, telegram-desktop/trunk/tdesktop.patch)
  telegram-desktop/repos/community-x86_64/tg.protocol
(from rev 307555, telegram-desktop/trunk/tg.protocol)
Deleted:
  telegram-desktop/repos/community-x86_64/CMakeLists.inj
  telegram-desktop/repos/community-x86_64/PKGBUILD
  telegram-desktop/repos/community-x86_64/libtgvoip.patch
  telegram-desktop/repos/community-x86_64/no-gtk2.patch
  telegram-desktop/repos/community-x86_64/tdesktop.patch
  telegram-desktop/repos/community-x86_64/tg.protocol

-+
 CMakeLists.inj  |   28 -
 PKGBUILD|  180 
 libtgvoip.patch |   36 -
 no-gtk2.patch   |   56 +-
 tdesktop.patch  | 1156 +++---
 tg.protocol |   22 -
 6 files changed, 739 insertions(+), 739 deletions(-)

Deleted: CMakeLists.inj
===
--- CMakeLists.inj  2018-03-14 05:49:15 UTC (rev 307555)
+++ CMakeLists.inj  2018-03-14 05:49:20 UTC (rev 307556)
@@ -1,14 +0,0 @@
-# - debian/CMakeLists.inj begin -
-# The text will be putted into the appropriate CMakeLists by debian/rules 
script
-
-# Avoid rpath compiler parameter
-set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
-
-# This makes up for patch of gyp utility, supporting precompiled headers. If
-# Telegram/Patches/gyp.diff file will be changed in future, please check these
-# lines.
-include(../../Telegram/gyp/PrecompiledHeader.cmake)
-add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
-
-# vim: ft=cmake
-# -- debian/CMakeLists.inj end --

Copied: telegram-desktop/repos/community-x86_64/CMakeLists.inj (from rev 
307555, telegram-desktop/trunk/CMakeLists.inj)
===
--- CMakeLists.inj  (rev 0)
+++ CMakeLists.inj  2018-03-14 05:49:20 UTC (rev 307556)
@@ -0,0 +1,14 @@
+# - debian/CMakeLists.inj begin -
+# The text will be putted into the appropriate CMakeLists by debian/rules 
script
+
+# Avoid rpath compiler parameter
+set_target_properties(Telegram PROPERTIES SKIP_BUILD_RPATH TRUE)
+
+# This makes up for patch of gyp utility, supporting precompiled headers. If
+# Telegram/Patches/gyp.diff file will be changed in future, please check these
+# lines.
+include(../../Telegram/gyp/PrecompiledHeader.cmake)
+add_precompiled_header(Telegram ../../Telegram/SourceFiles/stdafx.h)
+
+# vim: ft=cmake
+# -- debian/CMakeLists.inj end --

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 05:49:15 UTC (rev 307555)
+++ PKGBUILD2018-03-14 05:49:20 UTC (rev 307556)
@@ -1,90 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: hexchain 
-
-# Thanks Nicholas Guriev  for the patches!
-# https://github.com/mymedia2/tdesktop
-
-pkgname=telegram-desktop
-pkgver=1.2.8
-pkgrel=2
-pkgdesc='Official Telegram Desktop client'
-arch=('x86_64')
-url="https://desktop.telegram.org/;
-license=('GPL3')
-depends=('ffmpeg' 'hicolor-icon-theme' 'minizip' 'openal' 'qt5-base' 
'qt5-imageformats' 'openssl-1.0')
-makedepends=('cmake' 'git' 'gyp' 'range-v3' 'python' 'libappindicator-gtk3')
-optdepends=('libnotify: desktop notifications')
-source=(
-
"tdesktop::git+https://github.com/telegramdesktop/tdesktop.git#tag=v$pkgver;
-"GSL::git+https://github.com/Microsoft/GSL.git;
-"libtgvoip::git+https://github.com/telegramdesktop/libtgvoip.git;
-"variant::git+https://github.com/mapbox/variant.git;
-"Catch::git+https://github.com/philsquared/Catch;
-"tg.protocol"
-"CMakeLists.inj"
-"tdesktop.patch"
-"no-gtk2.patch"
-"libtgvoip.patch"
-)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'SKIP'
-'d4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
-'7a06af83609168a8eaec59a65252caa41dcd0ecc805225886435eb65073e9c82'
-'c0a71a540c6263d4e6cbba326a9b9d61cd57ef6db6054e87058dc49cbb707a23'
-'8d707debe027c7cb658825501dc30fb3beb57ab21b1b6df2f01c5f76ca39a0e6'
-

[arch-commits] Commit in telegram-desktop/trunk (PKGBUILD tdesktop.patch)

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:49:15
  Author: svenstaro
Revision: 307555

upgpkg: telegram-desktop 1.2.12-1

Modified:
  telegram-desktop/trunk/PKGBUILD
  telegram-desktop/trunk/tdesktop.patch

+
 PKGBUILD   |6 +++---
 tdesktop.patch |   12 ++--
 2 files changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 05:39:27 UTC (rev 307554)
+++ PKGBUILD2018-03-14 05:49:15 UTC (rev 307555)
@@ -5,8 +5,8 @@
 # https://github.com/mymedia2/tdesktop
 
 pkgname=telegram-desktop
-pkgver=1.2.8
-pkgrel=2
+pkgver=1.2.12
+pkgrel=1
 pkgdesc='Official Telegram Desktop client'
 arch=('x86_64')
 url="https://desktop.telegram.org/;
@@ -33,7 +33,7 @@
 'SKIP'
 'd4cdad0d091c7e47811d8a26d55bbee492e7845e968c522e86f120815477e9eb'
 '7a06af83609168a8eaec59a65252caa41dcd0ecc805225886435eb65073e9c82'
-'c0a71a540c6263d4e6cbba326a9b9d61cd57ef6db6054e87058dc49cbb707a23'
+'36b817ec9843b261af7a246f9ec51feb828203bd90e76aef7383457f23a0d4cb'
 '8d707debe027c7cb658825501dc30fb3beb57ab21b1b6df2f01c5f76ca39a0e6'
 '0e55b150b91aeeddcb813fb242a62fe4d1977bcac457eb9d65997faef643f075')
 

Modified: tdesktop.patch
===
--- tdesktop.patch  2018-03-14 05:39:27 UTC (rev 307554)
+++ tdesktop.patch  2018-03-14 05:49:15 UTC (rev 307555)
@@ -280,12 +280,12 @@
 index 07a8276f..99ac4cac 100644
 --- a/Telegram/gyp/linux_glibc_wraps.gyp
 +++ b/Telegram/gyp/linux_glibc_wraps.gyp
-@@ -27,7 +27,7 @@
+@@ -14,7 +14,7 @@
  'sources': [
'../SourceFiles/platform/linux/linux_glibc_wraps.c',
  ],
--'conditions': [[ '"

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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:39:27
  Author: svenstaro
Revision: 307554

archrelease: copy trunk to community-any

Added:
  python-ntlm-auth/repos/community-any/PKGBUILD
(from rev 307553, python-ntlm-auth/trunk/PKGBUILD)
Deleted:
  python-ntlm-auth/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 05:39:23 UTC (rev 307553)
+++ PKGBUILD2018-03-14 05:39:27 UTC (rev 307554)
@@ -1,39 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Christoph W 
-
-pkgbase=('python-ntlm-auth')
-pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
-_module='ntlm-auth'
-pkgver=1.0.6
-pkgrel=1
-pkgdesc="Creates NTLM authentication structures"
-url="https://github.com/jborean93/ntlm-auth;
-makedepends=(python-setuptools python2-setuptools)
-license=(LGPL3)
-arch=(any)
-source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz;)
-sha512sums=('e6abafd52affebfe0f60ed1fd77543dbfe675a82774bffc44d2e034226806ce6781adc5ca8ac29c35c6fe75440f94a1763e01b0987669cb44a6fe01e102a1489')
-
-prepare() {
-cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
-}
-
-build() {
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py build
-
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py build
-}
-
-package_python-ntlm-auth() {
-depends+=('python' 'python-six')
-cd "${srcdir}/${_module}-${pkgver}"
-python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}
-
-package_python2-ntlm-auth() {
-depends+=('python2' 'python2-six' 'python2-ordereddict')
-cd "${srcdir}/${_module}-${pkgver}-python2"
-python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-}

Copied: python-ntlm-auth/repos/community-any/PKGBUILD (from rev 307553, 
python-ntlm-auth/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 05:39:27 UTC (rev 307554)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-ntlm-auth')
+pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
+_module='ntlm-auth'
+pkgver=1.1.0
+pkgrel=1
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth;
+makedepends=(python-setuptools python2-setuptools)
+license=(LGPL3)
+arch=(any)
+source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz;)
+sha512sums=('0c41cfab957c48d5fabf391422323556289cc6d8ba5a50c82bb179f6cdbf68528f005c3987e0b47fb47aff2fbcf00deebb0ac4220df6bd08d335879344f8470a')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-ntlm-auth() {
+depends+=('python' 'python-six')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-ntlm-auth() {
+depends+=('python2' 'python2-six' 'python2-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:39:23
  Author: svenstaro
Revision: 307553

upgpkg: python-ntlm-auth 1.1.0-1

Modified:
  python-ntlm-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 05:05:27 UTC (rev 307552)
+++ PKGBUILD2018-03-14 05:39:23 UTC (rev 307553)
@@ -4,7 +4,7 @@
 pkgbase=('python-ntlm-auth')
 pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
 _module='ntlm-auth'
-pkgver=1.0.6
+pkgver=1.1.0
 pkgrel=1
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth;
@@ -12,7 +12,7 @@
 license=(LGPL3)
 arch=(any)
 source=("https://github.com/jborean93/ntlm-auth/archive/v${pkgver}.tar.gz;)
-sha512sums=('e6abafd52affebfe0f60ed1fd77543dbfe675a82774bffc44d2e034226806ce6781adc5ca8ac29c35c6fe75440f94a1763e01b0987669cb44a6fe01e102a1489')
+sha512sums=('0c41cfab957c48d5fabf391422323556289cc6d8ba5a50c82bb179f6cdbf68528f005c3987e0b47fb47aff2fbcf00deebb0ac4220df6bd08d335879344f8470a')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:05:15
  Author: svenstaro
Revision: 307551

upgpkg: cudnn 7.1.1-1

Modified:
  cudnn/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 05:03:22 UTC (rev 307550)
+++ PKGBUILD2018-03-14 05:05:15 UTC (rev 307551)
@@ -4,8 +4,8 @@
 # Contributor: Yunhui Fu 
 
 pkgname=cudnn
-pkgver=7.0.5
-pkgrel=2
+pkgver=7.1.1
+pkgrel=1
 pkgdesc="NVIDIA CUDA Deep Neural Network library"
 arch=('x86_64')
 url="https://developer.nvidia.com/cuDNN;
@@ -13,9 +13,9 @@
 depends=('cuda')
 # To figure out these URLs, check out the Dockerfiles at
 # https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
-source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.tgz;
+source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.1.tgz;
 "NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('7eadb64a3d5e49aec2761e6f7dc0295c1d356910b114eed450c47081fc81b6e3b7748f3a4153f6a9d957691e3689cd52823bfa12816b1950dfc8794d6f332749'
+sha512sums=('7d70895deee1d3da86f365873937919c28d3c1dea90397404fa17faefcdd98ed8c784db884286f53879b4304a661168601cae789062ab8efc01d925e3bf683eb'
 
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
 
 package() {


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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:05:27
  Author: svenstaro
Revision: 307552

archrelease: copy trunk to community-x86_64

Added:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
(from rev 307551, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
  cudnn/repos/community-x86_64/PKGBUILD
(from rev 307551, cudnn/trunk/PKGBUILD)
Deleted:
  cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
  cudnn/repos/community-x86_64/PKGBUILD

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

Deleted: NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
===
(Binary files differ)

Copied: cudnn/repos/community-x86_64/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
(from rev 307551, cudnn/trunk/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf)
===
(Binary files differ)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 05:05:15 UTC (rev 307551)
+++ PKGBUILD2018-03-14 05:05:27 UTC (rev 307552)
@@ -1,33 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Adria Arrufat 
-# Contributor: Sami B. 
-# Contributor: Yunhui Fu 
-
-pkgname=cudnn
-pkgver=7.0.5
-pkgrel=2
-pkgdesc="NVIDIA CUDA Deep Neural Network library"
-arch=('x86_64')
-url="https://developer.nvidia.com/cuDNN;
-license=('proprietary')
-depends=('cuda')
-# To figure out these URLs, check out the Dockerfiles at
-# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
-source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.tgz;
-"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
-sha512sums=('7eadb64a3d5e49aec2761e6f7dc0295c1d356910b114eed450c47081fc81b6e3b7748f3a4153f6a9d957691e3689cd52823bfa12816b1950dfc8794d6f332749'
-
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
-
-package() {
-  mkdir -p "${pkgdir}/opt"
-  mkdir -p "${pkgdir}/etc"
-
-  cp -r cuda "${pkgdir}/opt"
-
-  install -d ${pkgdir}/etc/ld.so.conf.d
-  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
-
-  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
-}
-
-# vim: ft=sh syn=sh et

Copied: cudnn/repos/community-x86_64/PKGBUILD (from rev 307551, 
cudnn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 05:05:27 UTC (rev 307552)
@@ -0,0 +1,33 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Adria Arrufat 
+# Contributor: Sami B. 
+# Contributor: Yunhui Fu 
+
+pkgname=cudnn
+pkgver=7.1.1
+pkgrel=1
+pkgdesc="NVIDIA CUDA Deep Neural Network library"
+arch=('x86_64')
+url="https://developer.nvidia.com/cuDNN;
+license=('proprietary')
+depends=('cuda')
+# To figure out these URLs, check out the Dockerfiles at
+# https://gitlab.com/nvidia/cuda/tree/centos7 for the appropriate cuda version.
+source=("${pkgname}-${pkgver}::https://developer.download.nvidia.com/compute/redist/cudnn/v${pkgver}/cudnn-9.1-linux-x64-v7.1.tgz;
+"NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf")
+sha512sums=('7d70895deee1d3da86f365873937919c28d3c1dea90397404fa17faefcdd98ed8c784db884286f53879b4304a661168601cae789062ab8efc01d925e3bf683eb'
+
'38bbb7eb287914e4d7ba79da20a47222382687832d4ba0290715199a129c08715a23681800cf8d381f40e24202470a7b20505a31c8cea51a78762a740860251b')
+
+package() {
+  mkdir -p "${pkgdir}/opt"
+  mkdir -p "${pkgdir}/etc"
+
+  cp -r cuda "${pkgdir}/opt"
+
+  install -d ${pkgdir}/etc/ld.so.conf.d
+  echo "/opt/cuda/lib64/" > ${pkgdir}/etc/ld.so.conf.d/cudnn.conf
+
+  install -Dm644 ${srcdir}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf 
${pkgdir}/usr/share/licenses/${pkgname}/NVIDIA_SLA+cuDNN_Supp_Feb2017_release.pdf
+}
+
+# vim: ft=sh syn=sh et


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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:03:22
  Author: svenstaro
Revision: 307550

archrelease: copy trunk to community-any

Added:
  absl-py/repos/community-any/PKGBUILD
(from rev 307549, absl-py/trunk/PKGBUILD)
Deleted:
  absl-py/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 05:03:00 UTC (rev 307549)
+++ PKGBUILD2018-03-14 05:03:22 UTC (rev 307550)
@@ -1,27 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-
-pkgname=absl-py
-pkgver=0.1.10
-pkgrel=1
-pkgdesc="Abseil Python Common Libraries"
-arch=(any)
-url="https://github.com/abseil/abseil-py;
-license=(APACHE)
-makedepends=(python-setuptools)
-source=(https://pypi.python.org/packages/5f/b8/3dafc45f20a817ab9f042302646bcbe6f7e26e8a760871a85637e53a35ec/absl-py-${pkgver}.tar.gz)
-sha512sums=('3b2ee531f738f2e6da81cb7fb14a6137594be7acf46a0e263f6f6aba3085dc45aa4a22e80bbd446d068347a3872943cb95de10355cd718f96c655bd4dd531c55')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  chmod -R +r "${pkgdir}"/usr/lib
-}
-
-# vim:set ts=2 sw=2 et:

Copied: absl-py/repos/community-any/PKGBUILD (from rev 307549, 
absl-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 05:03:22 UTC (rev 307550)
@@ -0,0 +1,27 @@
+# Maintainer: Sven-Hendrik Haase 
+
+pkgname=absl-py
+pkgver=0.1.11
+pkgrel=1
+pkgdesc="Abseil Python Common Libraries"
+arch=(any)
+url="https://github.com/abseil/abseil-py;
+license=(APACHE)
+makedepends=(python-setuptools)
+source=(https://pypi.io/packages/source/a/absl-py/absl-py-$pkgver.tar.gz)
+sha512sums=('cf7df1b929f3b310da91b0eb639bc582c822594dcc55f6b840aa62278df66246c33c871690a773be9f01a0cc5ea83d50e5fcbb1ca71f5ea0c00d3d295cf34b7a')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  python setup.py install -O1 --root="${pkgdir}" --skip-build
+  chmod -R +r "${pkgdir}"/usr/lib
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-03-13 Thread Sven-Hendrik Haase via arch-commits
Date: Wednesday, March 14, 2018 @ 05:03:00
  Author: svenstaro
Revision: 307549

upgpkg: absl-py 0.1.11-1

Modified:
  absl-py/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 02:48:46 UTC (rev 307548)
+++ PKGBUILD2018-03-14 05:03:00 UTC (rev 307549)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 
 pkgname=absl-py
-pkgver=0.1.10
+pkgver=0.1.11
 pkgrel=1
 pkgdesc="Abseil Python Common Libraries"
 arch=(any)
@@ -8,8 +8,8 @@
 url="https://github.com/abseil/abseil-py;
 license=(APACHE)
 makedepends=(python-setuptools)
-source=(https://pypi.python.org/packages/5f/b8/3dafc45f20a817ab9f042302646bcbe6f7e26e8a760871a85637e53a35ec/absl-py-${pkgver}.tar.gz)
-sha512sums=('3b2ee531f738f2e6da81cb7fb14a6137594be7acf46a0e263f6f6aba3085dc45aa4a22e80bbd446d068347a3872943cb95de10355cd718f96c655bd4dd531c55')
+source=(https://pypi.io/packages/source/a/absl-py/absl-py-$pkgver.tar.gz)
+sha512sums=('cf7df1b929f3b310da91b0eb639bc582c822594dcc55f6b840aa62278df66246c33c871690a773be9f01a0cc5ea83d50e5fcbb1ca71f5ea0c00d3d295cf34b7a')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2018-03-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 14, 2018 @ 04:06:40
  Author: foutrelis
Revision: 318934

upgpkg: chromium 65.0.3325.162-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 03:30:59 UTC (rev 318933)
+++ PKGBUILD2018-03-14 04:06:40 UTC (rev 318934)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=65.0.3325.146
+pkgver=65.0.3325.162
 pkgrel=1
 _launcher_ver=5
 pkgdesc="A web browser built for speed, simplicity, and security"
@@ -29,9 +29,9 @@
 chromium-math.h-r0.patch
 chromium-stdint.patch
 chromium-widevine.patch)
-sha256sums=('cb4f2f3f5a3344f7c452b61f8086d4b4e56af6f5bc34309c3ede8be6b4ab81a3'
+sha256sums=('627e7bfd84795de1553fac305239130d25186acf2d3c77d39d824327cd116cce'
 '4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'adfeb830af4c9b55c4a6481ef245e82ad2b9fc3cfe0fe339b30baa8573f701e7'
+'bed2a7ef4b1ebd53b28e2f38963a2dd761267ccc8818693c34ce8596db53dd4c'
 'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
 '4495e8b29dae242c79ffe4beefc5171eb3c7aacb7e9aebfd2d4d69b9d8c958d3'
 'fe0ab86aa5b0072db730eccda3e1582ebed4af25815bfd49fe0da24cf63ca902'
@@ -40,7 +40,7 @@
 
 # Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
 # Keys are the names in the above script; values are the dependencies in Arch
-readonly -A _system_libs=(
+declare -gA _system_libs=(
   #[ffmpeg]=ffmpeg# https://crbug.com/731766
   [flac]=flac
   [fontconfig]=fontconfig
@@ -60,7 +60,7 @@
   [yasm]=
   [zlib]=minizip
 )
-readonly _unwanted_bundled_libs=(
+_unwanted_bundled_libs=(
   ${!_system_libs[@]}
   ${_system_libs[libjpeg]+libjpeg_turbo}
 )


[arch-commits] Commit in chromium/repos/extra-x86_64 (14 files)

2018-03-13 Thread Evangelos Foutras via arch-commits
Date: Wednesday, March 14, 2018 @ 04:06:50
  Author: foutrelis
Revision: 318935

archrelease: copy trunk to extra-x86_64

Added:
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 318934, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-clang-r2.patch
(from rev 318934, chromium/trunk/chromium-clang-r2.patch)
  chromium/repos/extra-x86_64/chromium-math.h-r0.patch
(from rev 318934, chromium/trunk/chromium-math.h-r0.patch)
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
(from rev 318934, chromium/trunk/chromium-skia-harmony.patch)
  chromium/repos/extra-x86_64/chromium-stdint.patch
(from rev 318934, chromium/trunk/chromium-stdint.patch)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 318934, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.install
(from rev 318934, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-clang-r2.patch
  chromium/repos/extra-x86_64/chromium-math.h-r0.patch
  chromium/repos/extra-x86_64/chromium-skia-harmony.patch
  chromium/repos/extra-x86_64/chromium-stdint.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.install

-+
 PKGBUILD|  490 +-
 chromium-clang-r2.patch |   42 +--
 chromium-math.h-r0.patch|   58 ++--
 chromium-skia-harmony.patch |  154 ++---
 chromium-stdint.patch   |   42 +--
 chromium-widevine.patch |   20 -
 chromium.install|   32 +-
 7 files changed, 419 insertions(+), 419 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 04:06:40 UTC (rev 318934)
+++ PKGBUILD2018-03-14 04:06:50 UTC (rev 318935)
@@ -1,245 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Pierre Schmitz 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Daniel J Griffiths 
-
-pkgname=chromium
-pkgver=65.0.3325.146
-pkgrel=1
-_launcher_ver=5
-pkgdesc="A web browser built for speed, simplicity, and security"
-arch=('x86_64')
-url="https://www.chromium.org/Home;
-license=('BSD')
-depends=('gtk3' 'nss' 'alsa-lib' 'xdg-utils' 'libxss' 'libcups' 'libgcrypt'
- 'ttf-font' 'systemd' 'dbus' 'libpulse' 'pciutils' 'json-glib'
- 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja' 'nodejs' 'git' 'clang')
-optdepends=('pepper-flash: support for Flash content'
-'kdialog: needed for file dialogs in KDE'
-'gnome-keyring: for storing passwords in GNOME keyring'
-'kwallet: for storing passwords in KWallet')
-install=chromium.install
-source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
-
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
-
chromium-$pkgver.txt::https://chromium.googlesource.com/chromium/src.git/+/$pkgver?format=TEXT
-chromium-skia-harmony.patch
-chromium-clang-r2.patch
-chromium-math.h-r0.patch
-chromium-stdint.patch
-chromium-widevine.patch)
-sha256sums=('cb4f2f3f5a3344f7c452b61f8086d4b4e56af6f5bc34309c3ede8be6b4ab81a3'
-'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
-'adfeb830af4c9b55c4a6481ef245e82ad2b9fc3cfe0fe339b30baa8573f701e7'
-'feca54ab09ac0fc9d0626770a6b899a6ac5a12173c7d0c1005bc3964ec83e7b3'
-'4495e8b29dae242c79ffe4beefc5171eb3c7aacb7e9aebfd2d4d69b9d8c958d3'
-'fe0ab86aa5b0072db730eccda3e1582ebed4af25815bfd49fe0da24cf63ca902'
-'c00d2506f1078b38a8ebec474a7318e76a61db1298afb40088a34210f137210f'
-'d6fdcb922e5a7fbe15759d39ccc8ea4225821c44d98054ce0f23f9d1f00c9808')
-
-# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
-# Keys are the names in the above script; values are the dependencies in Arch
-readonly -A _system_libs=(
-  #[ffmpeg]=ffmpeg# https://crbug.com/731766
-  [flac]=flac
-  [fontconfig]=fontconfig
-  [freetype]=freetype2
-  [harfbuzz-ng]=harfbuzz
-  [icu]=icu
-  [libdrm]=
-  [libjpeg]=libjpeg
-  #[libpng]=libpng# https://crbug.com/752403#c10
-  [libvpx]=libvpx
-  [libwebp]=libwebp
-  #[libxml]=libxml2   # https://crbug.com/736026
-  [libxslt]=libxslt
-  [opus]=opus
-  [re2]=re2
-  [snappy]=snappy
-  [yasm]=
-  [zlib]=minizip
-)
-readonly _unwanted_bundled_libs=(
-  ${!_system_libs[@]}
-  ${_system_libs[libjpeg]+libjpeg_turbo}
-)
-depends+=(${_system_libs[@]})
-
-# Google API keys (see https://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of 

[arch-commits] Commit in clamav/repos/extra-x86_64 (10 files)

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 03:30:59
  Author: anthraxx
Revision: 318933

archrelease: copy trunk to extra-x86_64

Added:
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 318932, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamav.install
(from rev 318932, clamav/trunk/clamav.install)
  clamav/repos/extra-x86_64/clamav.logrotate
(from rev 318932, clamav/trunk/clamav.logrotate)
  clamav/repos/extra-x86_64/clamav.sysusers
(from rev 318932, clamav/trunk/clamav.sysusers)
  clamav/repos/extra-x86_64/clamav.tmpfiles
(from rev 318932, clamav/trunk/clamav.tmpfiles)
Deleted:
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamav.install
  clamav/repos/extra-x86_64/clamav.logrotate
  clamav/repos/extra-x86_64/clamav.sysusers
  clamav/repos/extra-x86_64/clamav.tmpfiles

--+
 PKGBUILD |  168 ++---
 clamav.install   |   22 +++---
 clamav.logrotate |   22 +++---
 clamav.sysusers  |2 
 clamav.tmpfiles  |6 -
 5 files changed, 110 insertions(+), 110 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 03:30:50 UTC (rev 318932)
+++ PKGBUILD2018-03-14 03:30:59 UTC (rev 318933)
@@ -1,84 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Contributor: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99.3
-pkgrel=1
-pkgdesc='Anti-virus toolkit for Unix'
-url='https://www.clamav.net/'
-license=('GPL')
-arch=('x86_64')
-makedepends=('libmilter' 'systemd')
-depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'pcre' 'libsystemd')
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/clamav/clamav-milter.conf'
-'etc/logrotate.d/clamav')
-install=clamav.install
-source=(https://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz{,.sig}
-clamav.logrotate
-clamav.tmpfiles
-clamav.sysusers)
-sha256sums=('00fa5292a6e00a3a4035b826267748965d5d2c4943d8ff417d740238263e8e84'
-'SKIP'
-'c36e3ddf790fa6ea90169038ae08521a31652a372017e6e38858e28fc63b3f74'
-'8e216c7e4763a273a120930787dcc444ea221bb719eed180a9d15b4c1d603a84'
-'01a896c3a1cd34b323594403fd82a9e353b5aa848b8462137b621959558199e8')
-validpgpkeys=('65ED513993F08DA06F9639A6F13F9E16BCA5BFAD') # Talos (Talos, 
Cisco Systems Inc.) 
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -E 's|^(Example)$|#\1|' -i 
etc/{clamd,freshclam,clamav-milter}.conf.sample
-  sed -E 's|#(User) .+|\1 clamav|' -i 
etc/{clamd,freshclam,clamav-milter}.conf.sample
-  sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamd.log|' -i 
etc/clamd.conf.sample
-  sed -E 's|#(LogTime) .+|\1 yes|' -i etc/clamd.conf.sample 
etc/clamav-milter.conf.sample
-  sed -E 's|#(PidFile) .+|\1 /run/clamav/clamd.pid|' -i etc/clamd.conf.sample
-  sed -E 's|#(TemporaryDirectory) .+|\1 /tmp|' -i 
etc/{clamd,clamav-milter}.conf.sample
-  sed -E 's|#(LocalSocket) .+|\1 /run/clamav/clamd.ctl|' -i 
etc/clamd.conf.sample
-  sed -E 's|#(UpdateLogFile) .+|\1 /var/log/clamav/freshclam.log|' -i 
etc/freshclam.conf.sample
-  sed -E 's|#(DatabaseMirror) .+|\1 database.clamav.net|' -i 
etc/freshclam.conf.sample
-  sed -E 's|#(NotifyClamd) .+|\1 /etc/clamav/clamd.conf|' -i 
etc/freshclam.conf.sample
-  sed -E 's|#(PidFile) .+|\1 /run/clamav/freshclam.pid|' -i 
etc/freshclam.conf.sample
-  sed -E 's|#(LogFile) .+|\1 /var/log/clamav/clamav-milter.log|' -i 
etc/clamav-milter.conf.sample
-  sed -E 's|#(PidFile) .+|\1 /run/clamav/clamav-milter.pid|' -i 
etc/clamav-milter.conf.sample
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  # --disable-zlib-vcheck because the configure script thinks that
-  # zlib 1.2.11 is older than 1.2.2
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc/clamav \
---with-dbdir=/var/lib/clamav \
---with-user=clamav \
---with-group=clamav \
---disable-rpath \
---disable-clamav \
---disable-llvm \
---enable-zlib-vcheck \
---enable-milter \
---enable-clamdtop
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  mv "${pkgdir}"/etc/clamav/freshclam.conf{.sample,}
-  mv "${pkgdir}"/etc/clamav/clamd.conf{.sample,}
-  mv "${pkgdir}"/etc/clamav/clamav-milter.conf{.sample,}
-
-  install -Dm 644 ../clamav.sysusers "${pkgdir}"/usr/lib/sysusers.d/clamav.conf
-  install -Dm 644 ../clamav.tmpfiles "${pkgdir}"/usr/lib/tmpfiles.d/clamav.conf
-  install -Dm 644 ../clamav.logrotate "${pkgdir}"/etc/logrotate.d/clamav
-}
-
-# vim: ts=2 sw=2 et:

Copied: clamav/repos/extra-x86_64/PKGBUILD (from rev 318932, 
clamav/trunk/PKGBUILD)
===

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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 03:30:50
  Author: anthraxx
Revision: 318932

upgpkg: clamav 0.99.4-1

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:09:14 UTC (rev 318931)
+++ PKGBUILD2018-03-14 03:30:50 UTC (rev 318932)
@@ -4,14 +4,14 @@
 # Contributor: Gaetan Bisson 
 
 pkgname=clamav
-pkgver=0.99.3
+pkgver=0.99.4
 pkgrel=1
 pkgdesc='Anti-virus toolkit for Unix'
 url='https://www.clamav.net/'
 license=('GPL')
 arch=('x86_64')
+depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'libsystemd' 'pcre2')
 makedepends=('libmilter' 'systemd')
-depends=('bzip2' 'libltdl' 'libxml2' 'curl' 'pcre' 'libsystemd')
 backup=('etc/clamav/clamd.conf'
 'etc/clamav/freshclam.conf'
 'etc/clamav/clamav-milter.conf'
@@ -21,7 +21,7 @@
 clamav.logrotate
 clamav.tmpfiles
 clamav.sysusers)
-sha256sums=('00fa5292a6e00a3a4035b826267748965d5d2c4943d8ff417d740238263e8e84'
+sha256sums=('d72ac3273bde8d2e5e28ec9978373ee3ab4529fd868bc3fc4d2d2671228f2461'
 'SKIP'
 'c36e3ddf790fa6ea90169038ae08521a31652a372017e6e38858e28fc63b3f74'
 '8e216c7e4763a273a120930787dcc444ea221bb719eed180a9d15b4c1d603a84'


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:48:24
  Author: anthraxx
Revision: 307547

upgpkg: python-flask-socketio 2.9.6-1

Modified:
  python-flask-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 02:43:13 UTC (rev 307546)
+++ PKGBUILD2018-03-14 02:48:24 UTC (rev 307547)
@@ -3,7 +3,7 @@
 pkgbase=python-flask-socketio
 pkgname=('python-flask-socketio' 'python2-flask-socketio')
 _pkgname=Flask-SocketIO
-pkgver=2.9.4
+pkgver=2.9.6
 pkgrel=1
 pkgdesc='Socket.IO integration for Flask applications'
 url='https://flask-socketio.readthedocs.org/'
@@ -15,8 +15,8 @@
   'python2-coverage' 'python2-pytest')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('bce1490faa1765707e5aaa2f8ccd0e623d4b1c94ab2d39fa52dafa1257a871bc')
-sha512sums=('805fd917d25ad0b47e58f620bc63f4b821b9400f3bf437f534e65bc19f49012ee176a176c5d73fe3189bc99506f9028ccf13c3c5e01867ecae5f8614976b7e03')
+sha256sums=('76fc846ac4eca444f1b553e64ec988721ee63f5ff976ee22febd59053de3d856')
+sha512sums=('cc3f272cda165f4cca162273923f8ff160e80b9e79c161e53802bb60585d523c5a4cad5836737151fac7fe7eba51a35614210921267f3da7f86b764bcf75')
 
 prepare() {
   cp -ra ${_pkgname}-${pkgver}{,-py2}


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:48:46
  Author: anthraxx
Revision: 307548

archrelease: copy trunk to community-any

Added:
  python-flask-socketio/repos/community-any/PKGBUILD
(from rev 307547, python-flask-socketio/trunk/PKGBUILD)
Deleted:
  python-flask-socketio/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 02:48:24 UTC (rev 307547)
+++ PKGBUILD2018-03-14 02:48:46 UTC (rev 307548)
@@ -1,65 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-flask-socketio
-pkgname=('python-flask-socketio' 'python2-flask-socketio')
-_pkgname=Flask-SocketIO
-pkgver=2.9.4
-pkgrel=1
-pkgdesc='Socket.IO integration for Flask applications'
-url='https://flask-socketio.readthedocs.org/'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
- 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
-checkdepends=('python-coverage' 'python-pytest'
-  'python2-coverage' 'python2-pytest')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
-sha256sums=('bce1490faa1765707e5aaa2f8ccd0e623d4b1c94ab2d39fa52dafa1257a871bc')
-sha512sums=('805fd917d25ad0b47e58f620bc63f4b821b9400f3bf437f534e65bc19f49012ee176a176c5d73fe3189bc99506f9028ccf13c3c5e01867ecae5f8614976b7e03')
-
-prepare() {
-  cp -ra ${_pkgname}-${pkgver}{,-py2}
-}
-
-build() {
-  (cd ${_pkgname}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  (cd ${_pkgname}-${pkgver}
-py.test test_socketio.py
-  )
-  (cd ${_pkgname}-${pkgver}-py2
-py.test2 test_socketio.py
-  )
-}
-
-package_python-flask-socketio() {
-  depends=('python-flask' 'python-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-flask-socketio() {
-  depends=('python2-flask' 'python2-eventlet' 'python-socketio')
-  cd ${_pkgname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/flask-socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-flask-socketio/repos/community-any/PKGBUILD (from rev 307547, 
python-flask-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 02:48:46 UTC (rev 307548)
@@ -0,0 +1,65 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-flask-socketio
+pkgname=('python-flask-socketio' 'python2-flask-socketio')
+_pkgname=Flask-SocketIO
+pkgver=2.9.6
+pkgrel=1
+pkgdesc='Socket.IO integration for Flask applications'
+url='https://flask-socketio.readthedocs.org/'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-flask' 
'python-eventlet' 'python-socketio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-flask' 
'python2-eventlet' 'python2-socketio')
+checkdepends=('python-coverage' 'python-pytest'
+  'python2-coverage' 'python2-pytest')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/Flask-SocketIO/archive/v${pkgver}.tar.gz)
+sha256sums=('76fc846ac4eca444f1b553e64ec988721ee63f5ff976ee22febd59053de3d856')
+sha512sums=('cc3f272cda165f4cca162273923f8ff160e80b9e79c161e53802bb60585d523c5a4cad5836737151fac7fe7eba51a35614210921267f3da7f86b764bcf75')
+
+prepare() {
+  cp -ra ${_pkgname}-${pkgver}{,-py2}
+}
+
+build() {
+  (cd ${_pkgname}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  (cd ${_pkgname}-${pkgver}
+py.test test_socketio.py
+  )
+  (cd ${_pkgname}-${pkgver}-py2
+py.test2 test_socketio.py
+  )
+}
+

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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:42:54
  Author: anthraxx
Revision: 307545

upgpkg: python-socketio 1.9.0-1

Modified:
  python-socketio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 02:34:04 UTC (rev 307544)
+++ PKGBUILD2018-03-14 02:42:54 UTC (rev 307545)
@@ -2,7 +2,7 @@
 
 pkgbase=python-socketio
 pkgname=('python-socketio' 'python2-socketio')
-pkgver=1.8.4
+pkgver=1.9.0
 pkgrel=1
 pkgdesc='Python implementation of the Socket.IO realtime server'
 url='https://github.com/miguelgrinberg/python-socketio'
@@ -14,8 +14,8 @@
   'python2-pytest' 'python2-mock')
 options=('!makeflags')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha256sums=('e7919a3b2a5403e2fc4246829f2732c145cbd0b22df4c649386a261d1c6d496d')
-sha512sums=('0cf6498cf509614cae10d9e30823b9f382ddc5e49f62234bb94716a713c22e0f1000914228c41b5a39125d7156230e050d88ad22b299cc44119a63158733ad46')
+sha256sums=('807be9d8d133d1b4693cbcf35b6fc240058333bb849cc85f6559a17e401eb70f')
+sha512sums=('9d93044b2a84146df99e148c0dae49359a8eeb36c6e6733132d9700c6c39c617a2602edef3420263ee6447e1f507444152d62bb7ca3c758693defe8b0fc8925e')
 
 prepare() {
   cp -ra ${pkgbase}-${pkgver}{,-py2}


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:43:13
  Author: anthraxx
Revision: 307546

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 02:42:54 UTC (rev 307545)
+++ PKGBUILD2018-03-14 02:43:13 UTC (rev 307546)
@@ -1,68 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-socketio
-pkgname=('python-socketio' 'python2-socketio')
-pkgver=1.8.4
-pkgrel=1
-pkgdesc='Python implementation of the Socket.IO realtime server'
-url='https://github.com/miguelgrinberg/python-socketio'
-arch=('any')
-license=('MIT')
-makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
- 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
-checkdepends=('python-pytest' 'python-mock'
-  'python2-pytest' 'python2-mock')
-options=('!makeflags')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
-sha256sums=('e7919a3b2a5403e2fc4246829f2732c145cbd0b22df4c649386a261d1c6d496d')
-sha512sums=('0cf6498cf509614cae10d9e30823b9f382ddc5e49f62234bb94716a713c22e0f1000914228c41b5a39125d7156230e050d88ad22b299cc44119a63158733ad46')
-
-prepare() {
-  cp -ra ${pkgbase}-${pkgver}{,-py2}
-}
-
-build() {
-  msg2 'Building python...'
-  (cd ${pkgbase}-${pkgver}
-python setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build
-  )
-  msg2 'Building python2...'
-  (cd ${pkgbase}-${pkgver}-py2
-python2 setup.py build
-make -C docs man text SPHINXBUILD=sphinx-build2
-  )
-}
-
-check() {
-  msg2 'Checking python...'
-  (cd ${pkgbase}-${pkgver}
-py.test -k 'not test_logger'
-  )
-  msg2 'Checking python2...'
-  (cd ${pkgbase}-${pkgver}-py2
-py.test2 -k 'not test_logger'
-  )
-}
-
-package_python-socketio() {
-  depends=('python' 'python-six' 'python-engineio')
-  cd ${pkgbase}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-package_python2-socketio() {
-  depends=('python2' 'python2-six' 'python2-engineio')
-  cd ${pkgbase}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.rst -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 docs/_build/text/index.txt 
"${pkgdir}/usr/share/doc/${pkgname}/DOCUMENTATION"
-  install -Dm 644 docs/_build/man/socketio.1 
"${pkgdir}/usr/share/man/man1/${pkgname}.1"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-socketio/repos/community-any/PKGBUILD (from rev 307545, 
python-socketio/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 02:43:13 UTC (rev 307546)
@@ -0,0 +1,68 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-socketio
+pkgname=('python-socketio' 'python2-socketio')
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Python implementation of the Socket.IO realtime server'
+url='https://github.com/miguelgrinberg/python-socketio'
+arch=('any')
+license=('MIT')
+makedepends=('python-setuptools' 'python-sphinx' 'python-six' 'python-engineio'
+ 'python2-setuptools' 'python2-sphinx' 'python2-six' 
'python2-engineio')
+checkdepends=('python-pytest' 'python-mock'
+  'python2-pytest' 'python2-mock')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/miguelgrinberg/python-socketio/archive/v${pkgver}.tar.gz)
+sha256sums=('807be9d8d133d1b4693cbcf35b6fc240058333bb849cc85f6559a17e401eb70f')
+sha512sums=('9d93044b2a84146df99e148c0dae49359a8eeb36c6e6733132d9700c6c39c617a2602edef3420263ee6447e1f507444152d62bb7ca3c758693defe8b0fc8925e')
+
+prepare() {
+  cp -ra ${pkgbase}-${pkgver}{,-py2}
+}
+
+build() {
+  msg2 'Building python...'
+  (cd ${pkgbase}-${pkgver}
+python setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build
+  )
+  msg2 'Building python2...'
+  (cd ${pkgbase}-${pkgver}-py2
+python2 setup.py build
+make -C docs man text SPHINXBUILD=sphinx-build2
+  )
+}
+
+check() {
+  msg2 'Checking python...'
+  (cd ${pkgbase}-${pkgver}
+py.test -k 'not test_logger'
+  )
+  msg2 'Checking python2...'
+  (cd ${pkgbase}-${pkgver}-py2
+py.test2 -k 'not 

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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:33:54
  Author: anthraxx
Revision: 307543

upgpkg: python-aiohttp 3.0.8-1

Modified:
  python-aiohttp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 02:13:05 UTC (rev 307542)
+++ PKGBUILD2018-03-14 02:33:54 UTC (rev 307543)
@@ -3,7 +3,7 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-pkgver=3.0.6
+pkgver=3.0.8
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -13,8 +13,8 @@
 makedepends=('cython' 'python-setuptools')
 checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('7022534b83cb5f01e5c43ecc3997f8595b5ee7abee17bbcd17927e7c07ccabaf')
-sha512sums=('87e1a46f06718f3510daa40883f714c9bdb4409ece16b958210cc3b39a6a5db75d6c97733f4aca291225020ac38b75d43271bf62c450415d23b3d248bc04195b')
+sha256sums=('a22b79053bbf749f68473b21f41754cb73a677e9ea359f0db0d49bec77d546c9')
+sha512sums=('65fc550ba59f75578dbe7d8b9a100b7c85ac40cd981c84ede5e00ccfb10d8ebbdfcd5dc09836a4f33a9dcaf2d5a2e04815f152604653602937ca8120ef858f7f')
 
 build() {
   cd ${_pkgname}-${pkgver}


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:34:04
  Author: anthraxx
Revision: 307544

archrelease: copy trunk to community-x86_64

Added:
  python-aiohttp/repos/community-x86_64/PKGBUILD
(from rev 307543, python-aiohttp/trunk/PKGBUILD)
Deleted:
  python-aiohttp/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 02:33:54 UTC (rev 307543)
+++ PKGBUILD2018-03-14 02:34:04 UTC (rev 307544)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Philipp A. 
-
-_pkgname=aiohttp
-pkgname=python-aiohttp
-pkgver=3.0.6
-pkgrel=1
-pkgdesc='HTTP client/server for asyncio'
-url='https://aiohttp.readthedocs.io'
-arch=('x86_64')
-license=('Apache')
-depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
-makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
-sha256sums=('7022534b83cb5f01e5c43ecc3997f8595b5ee7abee17bbcd17927e7c07ccabaf')
-sha512sums=('87e1a46f06718f3510daa40883f714c9bdb4409ece16b958210cc3b39a6a5db75d6c97733f4aca291225020ac38b75d43271bf62c450415d23b3d248bc04195b')
-
-build() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py test
-}
-
-package() {
-  cd ${_pkgname}-${pkgver}
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-aiohttp/repos/community-x86_64/PKGBUILD (from rev 307543, 
python-aiohttp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 02:34:04 UTC (rev 307544)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Philipp A. 
+
+_pkgname=aiohttp
+pkgname=python-aiohttp
+pkgver=3.0.8
+pkgrel=1
+pkgdesc='HTTP client/server for asyncio'
+url='https://aiohttp.readthedocs.io'
+arch=('x86_64')
+license=('Apache')
+depends=('python' 'python-chardet' 'python-multidict' 'python-async-timeout' 
'python-yarl' 'python-idna_ssl' 'python-attrs')
+makedepends=('cython' 'python-setuptools')
+checkdepends=('python-pytest' 'python-pytest-runner' 'python-pytest-mock')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aio-libs/aiohttp/archive/v${pkgver}.tar.gz)
+sha256sums=('a22b79053bbf749f68473b21f41754cb73a677e9ea359f0db0d49bec77d546c9')
+sha512sums=('65fc550ba59f75578dbe7d8b9a100b7c85ac40cd981c84ede5e00ccfb10d8ebbdfcd5dc09836a4f33a9dcaf2d5a2e04815f152604653602937ca8120ef858f7f')
+
+build() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py test
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  python setup.py install --root="${pkgdir}" -O1 --skip-build
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:12:58
  Author: anthraxx
Revision: 307541

upgpkg: vim-surround 2.1-3

Modified:
  vim-surround/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 02:08:29 UTC (rev 307540)
+++ PKGBUILD2018-03-14 02:12:58 UTC (rev 307541)
@@ -1,26 +1,29 @@
-# $Id$
-# Maintainer: Daniel Micay 
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
 # Contributor: Aaron Schaefer 
 # Contributor: Daniel J Griffiths 
 
 pkgname=vim-surround
 pkgver=2.1
-pkgrel=2
-pkgdesc='Provides mappings to easily delete, change, and add paired 
"surroundings"'
+pkgrel=3
+pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
+url='https://github.com/tpope/vim-surround'
 arch=('any')
-url='https://github.com/tpope/vim-surround'
 license=('custom:vim')
+depends=('vim')
 groups=('vim-plugins')
-depends=('vim')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/vim-surround/archive/v${pkgver}.tar.gz
 license.txt)
-md5sums=('85ffd09f75fe308f0bde43b0ce39bc2c'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+sha512sums=('db2c755b9f29420cf8affdfd69fccb45ded000e29c05d100afadf7e038262cb404a908e82b06941cf1d539fa253a1997942b1b1cb87445b57b2209ed671ff30d'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {
-  cd $pkgname-$pkgver
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 doc/surround.txt "$installpath/doc/surround.txt"
-  install -Dm644 plugin/surround.vim "$installpath/plugin/surround.vim"
-  install -Dm644 ../license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  cd ${pkgname}-${pkgver}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:13:05
  Author: anthraxx
Revision: 307542

archrelease: copy trunk to community-any

Added:
  vim-surround/repos/community-any/PKGBUILD
(from rev 307541, vim-surround/trunk/PKGBUILD)
  vim-surround/repos/community-any/license.txt
(from rev 307541, vim-surround/trunk/license.txt)
Deleted:
  vim-surround/repos/community-any/PKGBUILD
  vim-surround/repos/community-any/license.txt

-+
 PKGBUILD|   55 ++---
 license.txt |  574 +-
 2 files changed, 316 insertions(+), 313 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 02:12:58 UTC (rev 307541)
+++ PKGBUILD2018-03-14 02:13:05 UTC (rev 307542)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: Aaron Schaefer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=vim-surround
-pkgver=2.1
-pkgrel=2
-pkgdesc='Provides mappings to easily delete, change, and add paired 
"surroundings"'
-arch=('any')
-url='https://github.com/tpope/vim-surround'
-license=('custom:vim')
-groups=('vim-plugins')
-depends=('vim')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tpope/vim-surround/archive/v2.1.tar.gz
-license.txt)
-md5sums=('85ffd09f75fe308f0bde43b0ce39bc2c'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd $pkgname-$pkgver
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 doc/surround.txt "$installpath/doc/surround.txt"
-  install -Dm644 plugin/surround.vim "$installpath/plugin/surround.vim"
-  install -Dm644 ../license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-surround/repos/community-any/PKGBUILD (from rev 307541, 
vim-surround/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 02:13:05 UTC (rev 307542)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: Aaron Schaefer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=vim-surround
+pkgver=2.1
+pkgrel=3
+pkgdesc='Provides mappings to easily delete, change, and add paired 
surroundings'
+url='https://github.com/tpope/vim-surround'
+arch=('any')
+license=('custom:vim')
+depends=('vim')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/vim-surround/archive/v${pkgver}.tar.gz
+license.txt)
+sha512sums=('db2c755b9f29420cf8affdfd69fccb45ded000e29c05d100afadf7e038262cb404a908e82b06941cf1d539fa253a1997942b1b1cb87445b57b2209ed671ff30d'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2018-03-14 02:12:58 UTC (rev 307541)
+++ license.txt 2018-03-14 02:13:05 UTC (rev 307542)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:

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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:08:29
  Author: anthraxx
Revision: 307540

archrelease: copy trunk to community-any

Added:
  vim-fugitive/repos/community-any/PKGBUILD
(from rev 307539, vim-fugitive/trunk/PKGBUILD)
  vim-fugitive/repos/community-any/license.txt
(from rev 307539, vim-fugitive/trunk/license.txt)
Deleted:
  vim-fugitive/repos/community-any/PKGBUILD
  vim-fugitive/repos/community-any/license.txt

-+
 PKGBUILD|   57 +++--
 license.txt |  574 +-
 2 files changed, 317 insertions(+), 314 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 02:08:23 UTC (rev 307539)
+++ PKGBUILD2018-03-14 02:08:29 UTC (rev 307540)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Daniel Micay 
-# Contributor: M Rawash 
-# Contributor: János Illés 
-
-pkgname=vim-fugitive
-pkgver=2.2
-pkgrel=2
-pkgdesc="A Git wrapper so awesome, it should be illegal"
-arch=('any')
-url="https://github.com/tpope/vim-fugitive;
-license=('custom:vim')
-groups=('vim-plugins')
-depends=('vim')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
-'license.txt')
-md5sums=('d1c245be66c6a7817f3dab47ebdddfd8'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
-
-package() {
-  cd $pkgname-$pkgver
-
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 doc/fugitive.txt "$installpath/doc/fugitive.txt"
-  install -Dm644 plugin/fugitive.vim "$installpath/plugin/fugitive.vim"
-  install -Dm644 ../license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: vim-fugitive/repos/community-any/PKGBUILD (from rev 307539, 
vim-fugitive/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 02:08:29 UTC (rev 307540)
@@ -0,0 +1,30 @@
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
+# Contributor: M Rawash 
+# Contributor: János Illés 
+
+pkgname=vim-fugitive
+pkgver=2.2.r597.b82abd5
+pkgrel=1
+_gitcommit=b82abd5bd583cfb90be63ae12adc36a84577bd45
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
+arch=('any')
+license=('custom:vim')
+depends=('vim')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/${_gitcommit}.tar.gz
+license.txt)
+sha512sums=('70852d5b737f262f191d73cc49d1224bd1bcd7f49dadb12082f2ab41e857fb1bc2890849abe4913725b32cceb87decbfe8e52a66d59461acdc28918f89f7e1f0'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
+
+package() {
+  cd ${pkgname}-${_gitcommit}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: license.txt
===
--- license.txt 2018-03-14 02:08:23 UTC (rev 307539)
+++ license.txt 2018-03-14 02:08:29 UTC (rev 307540)
@@ -1,287 +0,0 @@
-*uganda.txt*For Vim version 7.2.  Last change: 2008 Jun 21
-
-
- VIM REFERENCE MANUALby Bram Moolenaar
-
-
-   *uganda* *Uganda* *copying* *copyright* *license*
-SUMMARY
-   *iccf* *ICCF*
-Vim is Charityware.  You can use and copy it as much as you like, but you are
-encouraged to make a donation for needy children in Uganda.  Please see |kcc|
-below or visit the ICCF web site, available at these URLs:
-
-   http://iccf-holland.org/
-   http://www.vim.org/iccf/
-   http://www.iccf.nl/
-
-You can also sponsor the development of Vim.  Vim sponsors can vote for
-features.  See |sponsor|.  The money goes to Uganda anyway.
-
-The Open Publication License applies to the Vim documentation, see
-|manual-copyright|.
-
-=== begin of license ===
-
-VIM LICENSE
-
-I)  There are no restrictions on distributing unmodified copies of Vim except
-that they must include this license text.  You can also distribute
-unmodified parts of Vim, likewise unrestricted except that they must
-include this license text.  You are also allowed to include executables
-that you made from the unmodified Vim sources, plus your own usage
-examples and Vim scripts.
-
-II) It is allowed to distribute a modified (or extended) version of Vim,
-including executables and/or source code, when the following four
-conditions are met:
-1) This license 

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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 02:08:23
  Author: anthraxx
Revision: 307539

upgpkg: vim-fugitive 2.2.r597.b82abd5-1

Modified:
  vim-fugitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:52:27 UTC (rev 307538)
+++ PKGBUILD2018-03-14 02:08:23 UTC (rev 307539)
@@ -1,27 +1,30 @@
-# $Id$
-# Maintainer: Daniel Micay 
+# Maintainer: Levente Polyak 
+# Contributor: Daniel Micay 
 # Contributor: M Rawash 
 # Contributor: János Illés 
 
 pkgname=vim-fugitive
-pkgver=2.2
-pkgrel=2
-pkgdesc="A Git wrapper so awesome, it should be illegal"
+pkgver=2.2.r597.b82abd5
+pkgrel=1
+_gitcommit=b82abd5bd583cfb90be63ae12adc36a84577bd45
+pkgdesc='Git wrapper so awesome, it should be illegal'
+url='https://github.com/tpope/vim-fugitive'
 arch=('any')
-url="https://github.com/tpope/vim-fugitive;
 license=('custom:vim')
+depends=('vim')
 groups=('vim-plugins')
-depends=('vim')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/tpope/$pkgname/archive/v${pkgver}.tar.gz;
-'license.txt')
-md5sums=('d1c245be66c6a7817f3dab47ebdddfd8'
- 'cd49910a3dde6fe0a7e24ebe8cbf7066')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/tpope/${pkgname}/archive/${_gitcommit}.tar.gz
+license.txt)
+sha512sums=('70852d5b737f262f191d73cc49d1224bd1bcd7f49dadb12082f2ab41e857fb1bc2890849abe4913725b32cceb87decbfe8e52a66d59461acdc28918f89f7e1f0'
+
'a50e91b1896b0d952008ba2f641a87af2d1a01e4f280f6c914edcd51ae5d1586d5ade71c3609866b501569007bcb7f2494f08280afec170884b90fab36332fac')
 
 package() {
-  cd $pkgname-$pkgver
+  cd ${pkgname}-${_gitcommit}
+  local installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 ../license.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.markdown -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
 
-  local installpath="$pkgdir/usr/share/vim/vimfiles"
-  install -Dm644 doc/fugitive.txt "$installpath/doc/fugitive.txt"
-  install -Dm644 plugin/fugitive.vim "$installpath/plugin/fugitive.vim"
-  install -Dm644 ../license.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:52:15
  Author: anthraxx
Revision: 307537

upgpkg: vim-bufexplorer 7.4.19-1

Modified:
  vim-bufexplorer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:51:00 UTC (rev 307536)
+++ PKGBUILD2018-03-14 01:52:15 UTC (rev 307537)
@@ -1,26 +1,25 @@
-#$Id$
-#Contributor: Aaron Griffin 
-#Maintainer: 
+# Maintainer: Levente Polyak 
+# Contributor: Aaron Griffin 
 
 pkgname=vim-bufexplorer
-pkgver=7.4.12
+pkgver=7.4.19
 pkgrel=1
-pkgdesc="A simple buffer list/switcher for vim "
+pkgdesc='Simple buffer list/switcher for vim'
+url='https://github.com/jlanzarotta/bufexplorer'
 arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=42;
 license=('BSD')
 depends=('vim>=7.0')
-makedepends=('git')
 groups=('vim-plugins')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jlanzarotta/bufexplorer/archive/$pkgver.tar.gz;)
-md5sums=('e6e927b1ab2e03448aad447c78d6d42b')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jlanzarotta/bufexplorer/archive/v${pkgver}.tar.gz)
+sha512sums=('d38bcb52a50cfcf6d0b66ca6f1290a6be53d5cee98b3d2d7a93e01b5ef904af53c6cc8256e667bdeeb23a58344f5d69838bb7b5d71d225a83d1e173b99344888')
 
 package() {
-   cd bufexplorer-$pkgver
+  cd bufexplorer-${pkgver}
+  installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
 
-   installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-   install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
-   install -D -m644 plugin/bufexplorer.vim 
$installpath/plugin/bufexplorer.vim
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:52:27
  Author: anthraxx
Revision: 307538

archrelease: copy trunk to community-any

Added:
  vim-bufexplorer/repos/community-any/PKGBUILD
(from rev 307537, vim-bufexplorer/trunk/PKGBUILD)
Deleted:
  vim-bufexplorer/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:52:15 UTC (rev 307537)
+++ PKGBUILD2018-03-14 01:52:27 UTC (rev 307538)
@@ -1,26 +0,0 @@
-#$Id$
-#Contributor: Aaron Griffin 
-#Maintainer: 
-
-pkgname=vim-bufexplorer
-pkgver=7.4.12
-pkgrel=1
-pkgdesc="A simple buffer list/switcher for vim "
-arch=('any')
-url="http://www.vim.org/scripts/script.php?script_id=42;
-license=('BSD')
-depends=('vim>=7.0')
-makedepends=('git')
-groups=('vim-plugins')
-source=($pkgname-$pkgver.tar.gz::"https://github.com/jlanzarotta/bufexplorer/archive/$pkgver.tar.gz;)
-md5sums=('e6e927b1ab2e03448aad447c78d6d42b')
-
-package() {
-   cd bufexplorer-$pkgver
-
-   installpath="${pkgdir}/usr/share/vim/vimfiles"
-
-   install -D -m644 doc/bufexplorer.txt $installpath/doc/bufexplorer.txt
-   install -D -m644 plugin/bufexplorer.vim 
$installpath/plugin/bufexplorer.vim
-   install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: vim-bufexplorer/repos/community-any/PKGBUILD (from rev 307537, 
vim-bufexplorer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 01:52:27 UTC (rev 307538)
@@ -0,0 +1,25 @@
+# Maintainer: Levente Polyak 
+# Contributor: Aaron Griffin 
+
+pkgname=vim-bufexplorer
+pkgver=7.4.19
+pkgrel=1
+pkgdesc='Simple buffer list/switcher for vim'
+url='https://github.com/jlanzarotta/bufexplorer'
+arch=('any')
+license=('BSD')
+depends=('vim>=7.0')
+groups=('vim-plugins')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/jlanzarotta/bufexplorer/archive/v${pkgver}.tar.gz)
+sha512sums=('d38bcb52a50cfcf6d0b66ca6f1290a6be53d5cee98b3d2d7a93e01b5ef904af53c6cc8256e667bdeeb23a58344f5d69838bb7b5d71d225a83d1e173b99344888')
+
+package() {
+  cd bufexplorer-${pkgver}
+  installpath="${pkgdir}/usr/share/vim/vimfiles"
+  install -Dm 644 doc/* -t "${installpath}/doc"
+  install -Dm 644 plugin/* -t "${installpath}/plugin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:51:00
  Author: anthraxx
Revision: 307536

archrelease: copy trunk to community-x86_64

Added:
  bettercap/repos/community-x86_64/PKGBUILD
(from rev 307535, bettercap/trunk/PKGBUILD)
Deleted:
  bettercap/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:50:53 UTC (rev 307535)
+++ PKGBUILD2018-03-14 01:51:00 UTC (rev 307536)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=bettercap
-pkgver=2.1
-pkgrel=1
-pkgdesc='Swiss army knife for network attacks and monitoring'
-url='https://github.com/bettercap/bettercap'
-arch=('x86_64')
-license=('GPL3')
-depends=('libpcap')
-makedepends=('go-pie' 'git')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('a83be8b46f2175ee5bab896de031af6f2baad7b89eb536b5155c9dfdc297f990b686f93be78ab24d3cfd85acff6e5f0c5a49ca60c505faf37cc8fbffdd44a7da')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src/github.com/bettercap
-  ln -rTsf ${pkgname}-${pkgver} src/github.com/bettercap/bettercap
-}
-
-build() {
-  cd src/github.com/bettercap/bettercap
-  export GOPATH="${srcdir}"
-  go get -v
-  go build -o bettercap
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm 755 ../bin/bettercap -t "${pkgdir}/usr/bin"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: bettercap/repos/community-x86_64/PKGBUILD (from rev 307535, 
bettercap/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 01:51:00 UTC (rev 307536)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+
+pkgname=bettercap
+pkgver=2.2
+pkgrel=1
+pkgdesc='Swiss army knife for network attacks and monitoring'
+url='https://github.com/bettercap/bettercap'
+arch=('x86_64')
+license=('GPL3')
+depends=('libpcap')
+makedepends=('go-pie' 'git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
+sha512sums=('3546a243b321a22a2dc03047602c1adc983126ace0128f2fb5a3625c42aaa7e24fa70a9d23e780cab58660db9f049670d1a22a769b098534cb3d27d950d1b047')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src/github.com/bettercap
+  ln -rTsf ${pkgname}-${pkgver} src/github.com/bettercap/bettercap
+}
+
+build() {
+  cd src/github.com/bettercap/bettercap
+  export GOPATH="${srcdir}"
+  go get -v
+  go build -o bettercap
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  install -Dm 755 ../bin/bettercap -t "${pkgdir}/usr/bin"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:50:53
  Author: anthraxx
Revision: 307535

upgpkg: bettercap 2.2-1

Modified:
  bettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:48:00 UTC (rev 307534)
+++ PKGBUILD2018-03-14 01:50:53 UTC (rev 307535)
@@ -1,7 +1,7 @@
 # Maintainer: Levente Polyak 
 
 pkgname=bettercap
-pkgver=2.1
+pkgver=2.2
 pkgrel=1
 pkgdesc='Swiss army knife for network attacks and monitoring'
 url='https://github.com/bettercap/bettercap'
@@ -11,7 +11,7 @@
 makedepends=('go-pie' 'git')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bettercap/bettercap/archive/v${pkgver}.tar.gz)
-sha512sums=('a83be8b46f2175ee5bab896de031af6f2baad7b89eb536b5155c9dfdc297f990b686f93be78ab24d3cfd85acff6e5f0c5a49ca60c505faf37cc8fbffdd44a7da')
+sha512sums=('3546a243b321a22a2dc03047602c1adc983126ace0128f2fb5a3625c42aaa7e24fa70a9d23e780cab58660db9f049670d1a22a769b098534cb3d27d950d1b047')
 
 prepare(){
   export GOPATH="${srcdir}"


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:48:00
  Author: anthraxx
Revision: 307534

archrelease: copy trunk to community-any

Added:
  lynis/repos/community-any/PKGBUILD
(from rev 307533, lynis/trunk/PKGBUILD)
Deleted:
  lynis/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:47:52 UTC (rev 307533)
+++ PKGBUILD2018-03-14 01:48:00 UTC (rev 307534)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Sébastien Luttringer 
-
-pkgname=lynis
-pkgver=2.6.2
-pkgrel=1
-pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
-url='https://cisofy.com/lynis/'
-arch=('any')
-license=('GPL3')
-backup=('etc/lynis/default.prf')
-depends=('sh' 'awk')
-optdepends=('net-tools: networking tests'
-'bind-tools: nameserver tests'
-'iptables: firewall tests'
-'bash-completion: completion for bash')
-source=(https://cisofy.com/files/lynis-${pkgver}.tar.gz{,.asc})
-sha512sums=('3aeb94c416236f8fd30b6e6ede015fa539b6138a2b43eb659f609a41b60fbb05671256d8d2d72e632c4b90dad9e7201a3b932e8cbd53945752f5b7cf4e7a3970'
-'SKIP')
-validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
-
-prepare() {
-  cd ${pkgname}
-  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
-}
-
-package() {
-  cd ${pkgname}
-
-  # binary
-  install -Dm 755 lynis -t "${pkgdir}/usr/bin"
-
-  # profile
-  install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
-
-  # plugins, include, db
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
-
-  # doc files
-  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
--t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
-
-  # completion
-  install -Dm 644 extras/bash_completion.d/${pkgname} \
--t "${pkgdir}/usr/share/bash-completion/completions"
-
-  # systemd
-  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
--t "${pkgdir}/usr/lib/systemd/system"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lynis/repos/community-any/PKGBUILD (from rev 307533, 
lynis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 01:48:00 UTC (rev 307534)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sébastien Luttringer 
+
+pkgname=lynis
+pkgver=2.6.3
+pkgrel=1
+pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
+url='https://cisofy.com/lynis/'
+arch=('any')
+license=('GPL3')
+backup=('etc/lynis/default.prf')
+depends=('sh' 'awk')
+optdepends=('net-tools: networking tests'
+'bind-tools: nameserver tests'
+'iptables: firewall tests'
+'bash-completion: completion for bash')
+source=(https://cisofy.com/files/lynis-${pkgver}.tar.gz{,.asc})
+sha512sums=('bf4de70e4eb56ce7140992478974fe5daf8b36e9de4d6e687ff535234a311b9754a5ff409ff048f7209649b71d572164f628069a534970e3b72d3a7044e4c1f9'
+'SKIP')
+validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
+
+prepare() {
+  cd ${pkgname}
+  sed -e 's|/path/to/lynis|/usr/bin/lynis|g' -i extras/systemd/lynis.service
+}
+
+package() {
+  cd ${pkgname}
+
+  # binary
+  install -Dm 755 lynis -t "${pkgdir}/usr/bin"
+
+  # profile
+  install -Dm 644 default.prf -t "${pkgdir}/etc/${pkgname}"
+
+  # plugins, include, db
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  cp -ra db include plugins "${pkgdir}/usr/share/${pkgname}"
+
+  # doc files
+  install -Dm 644 README INSTALL CHANGELOG.md FAQ \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgname}.8" -t "${pkgdir}/usr/share/man/man8"
+
+  # completion
+  install -Dm 644 extras/bash_completion.d/${pkgname} \
+-t "${pkgdir}/usr/share/bash-completion/completions"
+
+  # systemd
+  install -Dm 644 extras/systemd/{lynis.service,lynis.timer} \
+-t "${pkgdir}/usr/lib/systemd/system"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:47:52
  Author: anthraxx
Revision: 307533

upgpkg: lynis 2.6.3-1

Modified:
  lynis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:44:17 UTC (rev 307532)
+++ PKGBUILD2018-03-14 01:47:52 UTC (rev 307533)
@@ -2,7 +2,7 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=lynis
-pkgver=2.6.2
+pkgver=2.6.3
 pkgrel=1
 pkgdesc='Security and system auditing tool to harden Unix/Linux systems'
 url='https://cisofy.com/lynis/'
@@ -15,7 +15,7 @@
 'iptables: firewall tests'
 'bash-completion: completion for bash')
 source=(https://cisofy.com/files/lynis-${pkgver}.tar.gz{,.asc})
-sha512sums=('3aeb94c416236f8fd30b6e6ede015fa539b6138a2b43eb659f609a41b60fbb05671256d8d2d72e632c4b90dad9e7201a3b932e8cbd53945752f5b7cf4e7a3970'
+sha512sums=('bf4de70e4eb56ce7140992478974fe5daf8b36e9de4d6e687ff535234a311b9754a5ff409ff048f7209649b71d572164f628069a534970e3b72d3a7044e4c1f9'
 'SKIP')
 validpgpkeys=('73AC9FC55848E977024D1A61429A566FD5B79251') # CISOfy (Software 
Signing Key) 
 


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:44:17
  Author: anthraxx
Revision: 307532

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:44:10 UTC (rev 307531)
+++ PKGBUILD2018-03-14 01:44:17 UTC (rev 307532)
@@ -1,47 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-filebytes
-pkgname=('python-filebytes' 'python2-filebytes')
-_pyname=${pkgbase/python-/}
-pkgver=0.9.14
-pkgrel=1
-pkgdesc='Library to read and edit executable binary files'
-url='https://github.com/sashs/filebytes'
-arch=('any')
-license=('GPL2')
-makedepends=('python' 'python-setuptools'
- 'python2' 'python2-setuptools')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/sashs/filebytes/archive/v${pkgver}.tar.gz)
-sha512sums=('3867e7da75ccf4c01df4a7af6f05bd39c46da165c6680c501345e1d637b462d9b9014e3b750e56332e54614f257c819c6f1147f4630419d6b1ac9fa2606e73d3')
-
-prepare() {
-  cp -ra ${_pyname}-${pkgver}{,-py2}
-  sed -r 's|env python$|env python2|' -i ${_pyname}-${pkgver}-py2/samples/*
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-  )
-}
-
-package_python-filebytes() {
-  depends=('python')
-  cd ${_pyname}-${pkgver}
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_python2-filebytes() {
-  depends=('python2')
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-filebytes/repos/community-any/PKGBUILD (from rev 307531, 
python-filebytes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 01:44:17 UTC (rev 307532)
@@ -0,0 +1,47 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-filebytes
+pkgname=('python-filebytes' 'python2-filebytes')
+_pyname=${pkgbase/python-/}
+pkgver=0.9.15
+pkgrel=1
+pkgdesc='Library to read and edit executable binary files'
+url='https://github.com/sashs/filebytes'
+arch=('any')
+license=('GPL2')
+makedepends=('python' 'python-setuptools'
+ 'python2' 'python2-setuptools')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/sashs/filebytes/archive/v${pkgver}.tar.gz)
+sha512sums=('a5d9d8d85ab139491cc4f43c32aa72f985fecf106fe34ec531885fd930d91a0490eedc765fc0d06da1695ff32b0aec0adde8b97b95e7d3d3251496e49624a485')
+
+prepare() {
+  cp -ra ${_pyname}-${pkgver}{,-py2}
+  sed -r 's|env python$|env python2|' -i ${_pyname}-${pkgver}-py2/samples/*
+}
+
+build() {
+  (cd ${_pyname}-${pkgver}
+python setup.py build
+  )
+  (cd ${_pyname}-${pkgver}-py2
+python2 setup.py build
+  )
+}
+
+package_python-filebytes() {
+  depends=('python')
+  cd ${_pyname}-${pkgver}
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
+}
+
+package_python2-filebytes() {
+  depends=('python2')
+  cd ${_pyname}-${pkgver}-py2
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr --skip-build
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:44:10
  Author: anthraxx
Revision: 307531

upgpkg: python-filebytes 0.9.15-1

Modified:
  python-filebytes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:43:08 UTC (rev 307530)
+++ PKGBUILD2018-03-14 01:44:10 UTC (rev 307531)
@@ -3,7 +3,7 @@
 pkgbase=python-filebytes
 pkgname=('python-filebytes' 'python2-filebytes')
 _pyname=${pkgbase/python-/}
-pkgver=0.9.14
+pkgver=0.9.15
 pkgrel=1
 pkgdesc='Library to read and edit executable binary files'
 url='https://github.com/sashs/filebytes'
@@ -12,7 +12,7 @@
 makedepends=('python' 'python-setuptools'
  'python2' 'python2-setuptools')
 
source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/sashs/filebytes/archive/v${pkgver}.tar.gz)
-sha512sums=('3867e7da75ccf4c01df4a7af6f05bd39c46da165c6680c501345e1d637b462d9b9014e3b750e56332e54614f257c819c6f1147f4630419d6b1ac9fa2606e73d3')
+sha512sums=('a5d9d8d85ab139491cc4f43c32aa72f985fecf106fe34ec531885fd930d91a0490eedc765fc0d06da1695ff32b0aec0adde8b97b95e7d3d3251496e49624a485')
 
 prepare() {
   cp -ra ${_pyname}-${pkgver}{,-py2}


[arch-commits] Commit in maven/trunk (ChangeLog)

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:42:43
  Author: anthraxx
Revision: 307526

upgpkg: maven 3.5.2-1

Deleted:
  maven/trunk/ChangeLog

---+
 ChangeLog |3 ---
 1 file changed, 3 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-03-14 01:41:57 UTC (rev 307525)
+++ ChangeLog   2018-03-14 01:42:43 UTC (rev 307526)
@@ -1,3 +0,0 @@
-2007-06-29 tardo 
-* Built for x86_64
-* Not sure if the binary will work.. but lets try anyway


[arch-commits] Commit in maven/repos/community-any (5 files)

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:42:50
  Author: anthraxx
Revision: 307527

archrelease: copy trunk to community-any

Added:
  maven/repos/community-any/PKGBUILD
(from rev 307526, maven/trunk/PKGBUILD)
  maven/repos/community-any/maven.sh
(from rev 307526, maven/trunk/maven.sh)
Deleted:
  maven/repos/community-any/ChangeLog
  maven/repos/community-any/PKGBUILD
  maven/repos/community-any/maven.sh

---+
 ChangeLog |3 --
 PKGBUILD  |   75 +++-
 maven.sh  |   10 
 3 files changed, 44 insertions(+), 44 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2018-03-14 01:42:43 UTC (rev 307526)
+++ ChangeLog   2018-03-14 01:42:50 UTC (rev 307527)
@@ -1,3 +0,0 @@
-2007-06-29 tardo 
-* Built for x86_64
-* Not sure if the binary will work.. but lets try anyway

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:42:43 UTC (rev 307526)
+++ PKGBUILD2018-03-14 01:42:50 UTC (rev 307527)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: William Rea 
-
-pkgname=maven
-pkgver=3.5.2
-pkgrel=1
-pkgdesc="A Java project management and project comprehension tool"
-arch=('any')
-url="http://maven.apache.org;
-license=('APACHE')
-depends=('java-environment')
-makedepends=('maven')
-backup=('opt/maven/conf/settings.xml')
-source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
-   maven.sh)
-sha256sums=('246653dd9920f87b54c67ff4651b32d78ac4d7da973c10a6c8b1c70d9e6d0305'
-'24dc65607ff9e25c74ff2f75711911471910eaf415bce1856789c9d047209b8b')
-
-package() {
-  cd "$srcdir"/apache-maven-$pkgver
-
-  . /etc/profile.d/jre.sh
-
-  mkdir -p "$srcdir"/repo
-  mkdir -p "$pkgdir"/opt/maven
-  mkdir -p "$pkgdir"/usr/bin
-
-  # FIXME: downloads many deps from Internet. Probably they should be
-  # packaged or added into source=()
-  mvn package -Dmaven.repo.local="$srcdir"/repo 
-DdistributionTargetDir="$pkgdir"/opt/maven
-
-  install -D -m 755 "$srcdir"/maven.sh "$pkgdir"/etc/profile.d/maven.sh
-  ln -s /opt/maven/bin/mvn "$pkgdir"/usr/bin/mvn
-  ln -s /opt/maven/bin/mvnDebug "$pkgdir"/usr/bin/mvnDebug
-}

Copied: maven/repos/community-any/PKGBUILD (from rev 307526, 
maven/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 01:42:50 UTC (rev 307527)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
+# Contributor: William Rea 
+
+pkgname=maven
+pkgver=3.5.2
+pkgrel=1
+pkgdesc='Java project management and project comprehension tool'
+url='https://maven.apache.org'
+arch=('any')
+license=('APACHE')
+depends=('java-environment' 'bash')
+makedepends=('maven')
+backup=('opt/maven/conf/settings.xml')
+source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
+maven.sh)
+validpgpkeys=('042B29E928995B9DB963C636C7CA19B7B620D787') # 
StephenConnolly
+sha256sums=('246653dd9920f87b54c67ff4651b32d78ac4d7da973c10a6c8b1c70d9e6d0305'
+'SKIP'
+'24dc65607ff9e25c74ff2f75711911471910eaf415bce1856789c9d047209b8b')
+
+package() {
+  cd apache-maven-${pkgver}
+
+  . /etc/profile.d/jre.sh
+
+  install -d "${pkgdir}/opt/maven"
+  mvn package \
+-Dmaven.repo.local="${srcdir}/repo" \
+-DdistributionTargetDir="${pkgdir}/opt/maven" \
+-Dproject.build.sourceEncoding=UTF-8
+
+  install -Dm 755 ../maven.sh -t "${pkgdir}/etc/profile.d"
+  install -d "${pkgdir}/usr/bin"
+  ln -s /opt/maven/bin/mvn "${pkgdir}/usr/bin/mvn"
+  ln -s /opt/maven/bin/mvnDebug "${pkgdir}/usr/bin/mvnDebug"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: maven.sh
===
--- maven.sh2018-03-14 01:42:43 UTC (rev 307526)
+++ maven.sh2018-03-14 01:42:50 UTC (rev 307527)
@@ -1,5 +0,0 @@
-#!/bin/bash
-
-export MAVEN_OPTS=-Xmx512m
-#export M2_HOME=/opt/maven
-#export PATH=$PATH:$M2_HOME/bin

Copied: maven/repos/community-any/maven.sh (from rev 307526, 
maven/trunk/maven.sh)
===
--- maven.sh(rev 0)
+++ maven.sh2018-03-14 01:42:50 UTC (rev 307527)
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+export MAVEN_OPTS=-Xmx512m
+#export M2_HOME=/opt/maven
+#export PATH=$PATH:$M2_HOME/bin


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:41:57
  Author: anthraxx
Revision: 307525

upgpkg: maven 3.5.2-1

Modified:
  maven/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:20:30 UTC (rev 307524)
+++ PKGBUILD2018-03-14 01:41:57 UTC (rev 307525)
@@ -1,36 +1,39 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
+# Maintainer: Levente Polyak 
+# Contributor: Sergej Pupykin 
 # Contributor: William Rea 
 
 pkgname=maven
 pkgver=3.5.2
 pkgrel=1
-pkgdesc="A Java project management and project comprehension tool"
+pkgdesc='Java project management and project comprehension tool'
+url='https://maven.apache.org'
 arch=('any')
-url="http://maven.apache.org;
 license=('APACHE')
-depends=('java-environment')
+depends=('java-environment' 'bash')
 makedepends=('maven')
 backup=('opt/maven/conf/settings.xml')
-source=(http://apache-mirror.rbc.ru/pub/apache/maven/maven-3/$pkgver/source/apache-maven-$pkgver-src.tar.gz
-   maven.sh)
+source=(https://www-eu.apache.org/dist/maven/maven-3/${pkgver}/source/apache-maven-${pkgver}-src.tar.gz{,.asc}
+maven.sh)
+validpgpkeys=('042B29E928995B9DB963C636C7CA19B7B620D787') # 
StephenConnolly
 sha256sums=('246653dd9920f87b54c67ff4651b32d78ac4d7da973c10a6c8b1c70d9e6d0305'
+'SKIP'
 '24dc65607ff9e25c74ff2f75711911471910eaf415bce1856789c9d047209b8b')
 
 package() {
-  cd "$srcdir"/apache-maven-$pkgver
+  cd apache-maven-${pkgver}
 
   . /etc/profile.d/jre.sh
 
-  mkdir -p "$srcdir"/repo
-  mkdir -p "$pkgdir"/opt/maven
-  mkdir -p "$pkgdir"/usr/bin
+  install -d "${pkgdir}/opt/maven"
+  mvn package \
+-Dmaven.repo.local="${srcdir}/repo" \
+-DdistributionTargetDir="${pkgdir}/opt/maven" \
+-Dproject.build.sourceEncoding=UTF-8
 
-  # FIXME: downloads many deps from Internet. Probably they should be
-  # packaged or added into source=()
-  mvn package -Dmaven.repo.local="$srcdir"/repo 
-DdistributionTargetDir="$pkgdir"/opt/maven
+  install -Dm 755 ../maven.sh -t "${pkgdir}/etc/profile.d"
+  install -d "${pkgdir}/usr/bin"
+  ln -s /opt/maven/bin/mvn "${pkgdir}/usr/bin/mvn"
+  ln -s /opt/maven/bin/mvnDebug "${pkgdir}/usr/bin/mvnDebug"
+}
 
-  install -D -m 755 "$srcdir"/maven.sh "$pkgdir"/etc/profile.d/maven.sh
-  ln -s /opt/maven/bin/mvn "$pkgdir"/usr/bin/mvn
-  ln -s /opt/maven/bin/mvnDebug "$pkgdir"/usr/bin/mvnDebug
-}
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:20:30
  Author: felixonmars
Revision: 307524

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 307523, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-14 01:20:30 UTC (rev 307524)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.5
+pkgrel=38
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' '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-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('416e2e128554c7acd2896a915af6d47d9bf7743c98175b897c4b3714431203283f9706d1ceeed2fe64c4b403cdaca3fb0d1d3d5c8e6edfde3b80c1aa515fb351')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:20:06
  Author: felixonmars
Revision: 307523

upgpkg: stack 1.6.5-38

rebuild with interpolate,0.2.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:13:27 UTC (rev 307522)
+++ PKGBUILD2018-03-14 01:20:06 UTC (rev 307523)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=37
+pkgrel=38
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:13:27
  Author: felixonmars
Revision: 307522

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 307521, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-14 01:13:27 UTC (rev 307522)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.27.0
+pkgrel=26
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-bifunctors' 'haskell-cryptonite' 
'haskell-glob'
+ 'haskell-http-client' 'haskell-http-client-tls' 'haskell-http-types' 
'haskell-scientific'
+ 'haskell-text' 'haskell-unordered-containers' 'haskell-vector' 
'haskell-yaml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-hspec' 
'haskell-interpolate'
+ 'haskell-mockery' 'haskell-temporary')
+source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+sha512sums=('fd52e986ba1b5746cda14cf9159927fe6122cc277243cf87e7bb89a3a52c9d0f4195dfd1bd0d2bd3cb87f8359f9011af94a1df1e0518a077d38f356e0a2f07db')
+
+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-hpack/trunk (PKGBUILD)

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:13:11
  Author: felixonmars
Revision: 307521

upgpkg: haskell-hpack 0.27.0-26

rebuild with interpolate,0.2.0

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:12:41 UTC (rev 307520)
+++ PKGBUILD2018-03-14 01:13:11 UTC (rev 307521)
@@ -6,7 +6,7 @@
 pkgname=haskell-hpack
 _hkgname=hpack
 pkgver=0.27.0
-pkgrel=25
+pkgrel=26
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
 license=("MIT")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:12:16
  Author: felixonmars
Revision: 307519

upgpkg: deepin-gtk-theme 17.10.6-1

Modified:
  deepin-gtk-theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:10:59 UTC (rev 307518)
+++ PKGBUILD2018-03-14 01:12:16 UTC (rev 307519)
@@ -4,7 +4,7 @@
 # Contributor: Xu Fasheng 
 
 pkgname=deepin-gtk-theme
-pkgver=17.10.5
+pkgver=17.10.6
 pkgrel=1
 pkgdesc="Deepin GTK Theme"
 arch=('any')
@@ -13,7 +13,7 @@
 optdepends=('gtk-engine-murrine: for gtk2 themes')
 groups=('deepin')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz;)
-sha512sums=('2d29d6ba63532a0b87fb0d5a93a6b6f15e2ec5966a3db7c2b028dfec6a2175c11492ed238a34fc95e7d904cd51af709147554ee5232aa05cedb9ed166dfe5b20')
+sha512sums=('34d65988a8aacdddba480ecdb8ce942a7d1382f38486723e33bee25c098f6b16927de4e719b707ca3956c4301a11bdd8ddef370876080b47d3aa8099906c3c50')
 
 package() {
   cd deepin-gtk-theme-$pkgver


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:12:41
  Author: felixonmars
Revision: 307520

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:12:16 UTC (rev 307519)
+++ PKGBUILD2018-03-14 01:12:41 UTC (rev 307520)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Josip Ponjavic 
-# Contributor: Xu Fasheng 
-
-pkgname=deepin-gtk-theme
-pkgver=17.10.5
-pkgrel=1
-pkgdesc="Deepin GTK Theme"
-arch=('any')
-url="https://github.com/linuxdeepin/deepin-gtk-theme;
-license=('LGPL3')
-optdepends=('gtk-engine-murrine: for gtk2 themes')
-groups=('deepin')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz;)
-sha512sums=('2d29d6ba63532a0b87fb0d5a93a6b6f15e2ec5966a3db7c2b028dfec6a2175c11492ed238a34fc95e7d904cd51af709147554ee5232aa05cedb9ed166dfe5b20')
-
-package() {
-  cd deepin-gtk-theme-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: deepin-gtk-theme/repos/community-any/PKGBUILD (from rev 307519, 
deepin-gtk-theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 01:12:41 UTC (rev 307520)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Josip Ponjavic 
+# Contributor: Xu Fasheng 
+
+pkgname=deepin-gtk-theme
+pkgver=17.10.6
+pkgrel=1
+pkgdesc="Deepin GTK Theme"
+arch=('any')
+url="https://github.com/linuxdeepin/deepin-gtk-theme;
+license=('LGPL3')
+optdepends=('gtk-engine-murrine: for gtk2 themes')
+groups=('deepin')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/linuxdeepin/deepin-gtk-theme/archive/$pkgver.tar.gz;)
+sha512sums=('34d65988a8aacdddba480ecdb8ce942a7d1382f38486723e33bee25c098f6b16927de4e719b707ca3956c4301a11bdd8ddef370876080b47d3aa8099906c3c50')
+
+package() {
+  cd deepin-gtk-theme-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:10:59
  Author: felixonmars
Revision: 307518

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-interpolate/repos/community-staging-x86_64/PKGBUILD (from rev 
307517, haskell-interpolate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-14 01:10:59 UTC (rev 307518)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=interpolate
+pkgname=haskell-interpolate
+pkgver=0.2.0
+pkgrel=1
+pkgdesc="String interpolation done right"
+url="https://github.com/sol/interpolate;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-meta')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('adc90d7da696c4aea0935c5f85dbf37a1738c89ff3b940804cd7bb4f888e28a445c51db9e0f2e1e66f98646f60964c10d135cef30c13efaaaffee3c65b93c89a')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Wednesday, March 14, 2018 @ 01:10:11
  Author: felixonmars
Revision: 307517

upgpkg: haskell-interpolate 0.2.0-1

rebuild with interpolate,0.2.0

Modified:
  haskell-interpolate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 01:03:28 UTC (rev 307516)
+++ PKGBUILD2018-03-14 01:10:11 UTC (rev 307517)
@@ -4,17 +4,17 @@
 
 _hkgname=interpolate
 pkgname=haskell-interpolate
-pkgver=0.1.1
-pkgrel=19
+pkgver=0.2.0
+pkgrel=1
 pkgdesc="String interpolation done right"
 url="https://github.com/sol/interpolate;
 license=("MIT")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-src-meta')
-makedepends=('ghc' 'haskell-text' 'haskell-hspec' 'haskell-quickcheck'
- 'haskell-quickcheck-instances')
+makedepends=('ghc' 'haskell-base-compat' 'haskell-hspec' 'haskell-quickcheck'
+ 'haskell-quickcheck-instances' 'haskell-text')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('d22701a2429196a057c792ce683a90c97471379a6b7518f15a16150fa3baf67b27ae801fecfb4f035e7a74709d8a3305d84ff73e3d0e514e77330fb32236175e')
+sha512sums=('adc90d7da696c4aea0935c5f85dbf37a1738c89ff3b940804cd7bb4f888e28a445c51db9e0f2e1e66f98646f60964c10d135cef30c13efaaaffee3c65b93c89a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in perl-net-ssleay/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:09:14
  Author: anthraxx
Revision: 318931

archrelease: copy trunk to extra-x86_64

Added:
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD
(from rev 318930, perl-net-ssleay/trunk/PKGBUILD)
Deleted:
  perl-net-ssleay/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:08:51 UTC (rev 318930)
+++ PKGBUILD2018-03-14 01:09:14 UTC (rev 318931)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Manolis Tzanidakis
-
-pkgname=perl-net-ssleay
-_cpanname=Net-SSLeay
-pkgver=1.81
-pkgrel=4
-pkgdesc="Perl extension for using OpenSSL"
-arch=('i686' 'x86_64')
-license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/;
-depends=('openssl')
-options=(!emptydirs)
-replaces=('net-ssleay')
-provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('71932ce34d4db44de8d00399c3405792')
-
-prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  sed -i \
-  -e "/\$opts->{optimize} = '-O2 -g';/d" \
-  inc/Module/Install/PRIVATE/Net/SSLeay.pm
-}
-
-build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE="$CFLAGS"
-  export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
-  make
-}
-
-package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-net-ssleay/repos/extra-x86_64/PKGBUILD (from rev 318930, 
perl-net-ssleay/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 01:09:14 UTC (rev 318931)
@@ -0,0 +1,59 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Manolis Tzanidakis
+
+pkgname=perl-net-ssleay
+_cpanname=Net-SSLeay
+pkgver=1.85
+pkgrel=1
+pkgdesc='Perl extension for using OpenSSL'
+url='https://search.cpan.org/dist/Net-SSLeay/'
+arch=('x86_64')
+license=('custom:BSD')
+depends=('openssl')
+makedepends=('chrpath')
+replaces=('net-ssleay')
+provides=('net-ssleay')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('74e0f2f56b707f1ff845c78c1fa7ce26a71b8f943bb99e994d4e065d1f42259fe4cd1a6a17d333459727534158f9541f116dbc8515122380807d9450b0faa26b')
+
+prepare() {
+  cd ${_cpanname}-${pkgver}
+  sed -i \
+  -e "/\$opts->{optimize} = '-O2 -g';/d" \
+  inc/Module/Install/PRIVATE/Net/SSLeay.pm
+}
+
+build() {
+  cd ${_cpanname}-${pkgver}
+  export OPTIMIZE="${CFLAGS}"
+  export OPENSSL_PREFIX=/usr
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
+package() {
+  cd ${_cpanname}-${pkgver}
+
+  make install DESTDIR="${pkgdir}"
+  install -Dm 644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # strip rpath
+  find "${pkgdir}" -name '*.so' -exec chrpath -d '{}' \;
+
+  # template start; name=perl-binary-module-dependency; version=1;
+  if [[ $(find "${pkgdir}/usr/lib/perl5/" -name "*.so") ]]; then
+_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+depends+=("perl>=${_perlver_min}" "perl<${_perlver_max}")
+  fi
+  # template end;
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in perl-net-ssleay/trunk (PKGBUILD)

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 01:08:51
  Author: anthraxx
Revision: 318930

upgpkg: perl-net-ssleay 1.85-1

Modified:
  perl-net-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 00:40:09 UTC (rev 318929)
+++ PKGBUILD2018-03-14 01:08:51 UTC (rev 318930)
@@ -1,25 +1,25 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
 # Contributor: Manolis Tzanidakis
 
 pkgname=perl-net-ssleay
 _cpanname=Net-SSLeay
-pkgver=1.81
-pkgrel=4
-pkgdesc="Perl extension for using OpenSSL"
+pkgver=1.85
+pkgrel=1
+pkgdesc='Perl extension for using OpenSSL'
+url='https://search.cpan.org/dist/Net-SSLeay/'
 arch=('x86_64')
 license=('custom:BSD')
-url="http://search.cpan.org/dist/${_cpanname}/;
 depends=('openssl')
-options=(!emptydirs)
+makedepends=('chrpath')
 replaces=('net-ssleay')
 provides=('net-ssleay')
-source=("http://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz;)
-md5sums=('71932ce34d4db44de8d00399c3405792')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/M/MI/MIKEM/${_cpanname}-${pkgver}.tar.gz)
+sha512sums=('74e0f2f56b707f1ff845c78c1fa7ce26a71b8f943bb99e994d4e065d1f42259fe4cd1a6a17d333459727534158f9541f116dbc8515122380807d9450b0faa26b')
 
 prepare() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
+  cd ${_cpanname}-${pkgver}
   sed -i \
   -e "/\$opts->{optimize} = '-O2 -g';/d" \
   inc/Module/Install/PRIVATE/Net/SSLeay.pm
@@ -26,27 +26,34 @@
 }
 
 build() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
-
-  export OPTIMIZE="$CFLAGS"
+  cd ${_cpanname}-${pkgver}
+  export OPTIMIZE="${CFLAGS}"
   export OPENSSL_PREFIX=/usr
-
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL -- INSTALLDIRS=vendor 
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }
 
+check() {
+  cd ${_cpanname}-${pkgver}
+  make test
+}
+
 package() {
-  cd ${srcdir}/${_cpanname}-${pkgver}
+  cd ${_cpanname}-${pkgver}
 
-  make install DESTDIR=${pkgdir} 
-  install -D -m644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  make install DESTDIR="${pkgdir}"
+  install -Dm 644 README "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
+  # strip rpath
+  find "${pkgdir}" -name '*.so' -exec chrpath -d '{}' \;
+
+  # template start; name=perl-binary-module-dependency; version=1;
+  if [[ $(find "${pkgdir}/usr/lib/perl5/" -name "*.so") ]]; then
+_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+_perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+depends+=("perl>=${_perlver_min}" "perl<${_perlver_max}")
+  fi
+  # template end;
 }
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in firefox-developer-edition/repos/community-x86_64 (8 files)

2018-03-13 Thread Andrew Crerar via arch-commits
Date: Wednesday, March 14, 2018 @ 01:03:28
  Author: andrewsc
Revision: 307516

archrelease: copy trunk to community-x86_64

Added:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
(from rev 307515, firefox-developer-edition/trunk/PKGBUILD)
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
(from rev 307515, 
firefox-developer-edition/trunk/firefox-developer-edition.desktop)
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
(from rev 307515, firefox-developer-edition/trunk/firefox-install-dir.patch)
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg
(from rev 307515, firefox-developer-edition/trunk/firefox-symbolic.svg)
Deleted:
  firefox-developer-edition/repos/community-x86_64/PKGBUILD
  
firefox-developer-edition/repos/community-x86_64/firefox-developer-edition.desktop
  firefox-developer-edition/repos/community-x86_64/firefox-install-dir.patch
  firefox-developer-edition/repos/community-x86_64/firefox-symbolic.svg

---+
 PKGBUILD  |  356 ++--
 firefox-developer-edition.desktop |  622 ++--
 firefox-install-dir.patch |   84 ++--
 firefox-symbolic.svg  |  128 +++
 4 files changed, 595 insertions(+), 595 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 01:02:54 UTC (rev 307515)
+++ PKGBUILD2018-03-14 01:03:28 UTC (rev 307516)
@@ -1,178 +0,0 @@
-# Maintainer: Andrew Crerar 
-# Contributor: Jan Alexander Steffens (heftig) 
-
-pkgname=firefox-developer-edition
-pkgver=60.0b2
-pkgrel=1
-pkgdesc="Developer Edition of the popular Firefox web browser"
-arch=('x86_64')
-license=('MPL' 'GPL' 'LGPL')
-url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
- 'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
-makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack')
-optdepends=('networkmanager: Location detection via available WiFi networks'
-'libnotify: Notification integration'
-'pulseaudio: Audio support'
-'speech-dispatcher: Text-to-Speech')
-replaces=('firefox-developer')
-options=(!emptydirs !makeflags !strip)
-_repo=https://hg.mozilla.org/mozilla-unified
-source=("hg+$_repo#tag=DEVEDITION_${pkgver//./_}_RELEASE"
-"$pkgname".desktop
-firefox-symbolic.svg
-firefox-install-dir.patch)
-sha512sums=('SKIP'
-
'12617f60e01420350b8d9c7c1c3a2a5ba0f2c46df31b0e23e51093ebd68019ced7d193a01d964421b91e1b444ce4ab499523f21cd3a39a2ffac8883d096ac195'
-
'ba7db9a7c95a051bcd84e4c09c802fc55ee3c0d1d06ec1b169b04e414259b75bbe92fe584aee41a1e3f71e71c160df8bedf5393449e5024110ed27dbc0579ea8'
-
'8fdf6a65e78406251075168c8310bb12c9b8419b3e51f59b1aa6244ef48ef1d201aae8bfdd5faa1da79242d9967fce959cbeffa54991ff39691f16168111b248')
-
-# Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact foutre...@archlinux.org for
-# more information.
-_google_api_key=AIzaSyDwr302FpOSkGRpLlUpPThNTDPbXcIn_FM
-
-# Mozilla API keys (see https://location.services.mozilla.com/api)
-# Note: These are for Arch Linux use ONLY. For your own distribution, please
-# get your own set of keys. Feel free to contact hef...@archlinux.org for
-# more information.
-_mozilla_api_key=16674381-f021-49de-8622-3021c5942aff
-
-prepare() {
-  mkdir path
-  ln -s /usr/bin/python2 path/python
-
-  cd mozilla-unified
-  patch -Np1 -i ../firefox-install-dir.patch
-
-  echo -n "$_google_api_key" > google-api-key
-  echo -n "$_mozilla_api_key" > mozilla-api-key
-
-  cat > .mozconfig << END
-ac_add_options --enable-application=browser
-
-ac_add_options --prefix=/usr
-ac_add_options --enable-release
-ac_add_options --enable-gold
-ac_add_options --enable-pie
-ac_add_options --enable-optimize="-O2"
-ac_add_options --enable-rust-simd
-
-# Branding
-ac_add_options --with-branding=browser/branding/aurora
-ac_add_options --enable-update-channel=aurora
-ac_add_options --with-distribution-id=org.archlinux
-export MOZILLA_OFFICIAL=1
-export MOZ_TELEMETRY_REPORTING=1
-export MOZ_ADDON_SIGNING=1
-export MOZ_REQUIRE_SIGNING=0
-ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
-
-# Keys
-ac_add_options --with-google-api-keyfile=${PWD@Q}/google-api-key
-ac_add_options --with-mozilla-api-keyfile=${PWD@Q}/mozilla-api-key
-
-# System libraries
-ac_add_options --with-system-zlib
-ac_add_options --with-system-bz2
-ac_add_options --enable-system-hunspell
-ac_add_options 

[arch-commits] Commit in firefox-developer-edition/trunk (PKGBUILD)

2018-03-13 Thread Andrew Crerar via arch-commits
Date: Wednesday, March 14, 2018 @ 01:02:54
  Author: andrewsc
Revision: 307515

upgpkg: firefox-developer-edition 60.0b2-2

firefox-developer-edition: Moving gtk2 to makedepends

Modified:
  firefox-developer-edition/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 00:52:14 UTC (rev 307514)
+++ PKGBUILD2018-03-14 01:02:54 UTC (rev 307515)
@@ -3,15 +3,15 @@
 
 pkgname=firefox-developer-edition
 pkgver=60.0b2
-pkgrel=1
+pkgrel=2
 pkgdesc="Developer Edition of the popular Firefox web browser"
 arch=('x86_64')
 license=('MPL' 'GPL' 'LGPL')
 url="https://www.mozilla.org/firefox/channel/#developer;
-depends=('gtk3' 'gtk2' 'mozilla-common' 'libxt' 'startup-notification' 
'mime-types'
+depends=('gtk3' 'mozilla-common' 'libxt' 'startup-notification' 'mime-types'
  'dbus-glib' 'ffmpeg' 'nss' 'hunspell' 'sqlite' 'ttf-font' 'libpulse')
 makedepends=('unzip' 'zip' 'diffutils' 'python2' 'yasm' 'mesa' 'imake' 'gconf' 
'inetutils'
- 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack')
+ 'xorg-server-xvfb' 'autoconf2.13' 'rust' 'mercurial' 'clang' 
'llvm' 'jack' 'gtk2')
 optdepends=('networkmanager: Location detection via available WiFi networks'
 'libnotify: Notification integration'
 'pulseaudio: Audio support'


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 00:52:08
  Author: anthraxx
Revision: 307513

upgpkg: exfat-utils 1.2.8-1

Modified:
  exfat-utils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 00:43:47 UTC (rev 307512)
+++ PKGBUILD2018-03-14 00:52:08 UTC (rev 307513)
@@ -1,38 +1,38 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
 # Contributor: Alex 
 
 pkgname=exfat-utils
-pkgver=1.2.7
+pkgver=1.2.8
 pkgrel=1
-pkgdesc="Utilities for exFAT file system"
+pkgdesc='Utilities for exFAT file system'
+url='https://github.com/relan/exfat'
 arch=('x86_64')
-url="https://github.com/relan/exfat;
 license=('GPL2')
 depends=('glibc' 'fuse2')
 conflicts=('fuse-exfat')
 provides=('fuse-exfat')
 replaces=('fuse-exfat')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip;)
-md5sums=('b32dc1c1629e6ce9b76fabd79a1d6589')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/relan/exfat/archive/v${pkgver}.tar.gz)
+sha512sums=('2805d8a59c53db348265943bfd5537aa1dfc87582fb1a3e9cba6ab112b93632be3c0932f72b57c7839d60faf1d455f56fd7d7a7f49e3e9419f4b6715332e939a')
 
+prepare() {
+  cd exfat-${pkgver}
+  autoreconf -fiv
+}
+
 build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+  cd exfat-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin
+  make CCFLAGS="${CFLAGS} ${CPPFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
 }
 
 package() {
-  cd exfat-$pkgver
-
+  cd exfat-${pkgver}
   make DESTDIR="${pkgdir}" install
+  install -Dm 644 */*.8 -t "${pkgdir}/usr/share/man/man8"
+}
 
-  # Install man pages
-  install -d "${pkgdir}/usr/share/man/man8/"
-  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 
label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
-  "${pkgdir}/usr/share/man/man8/"
-}
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 00:52:14
  Author: anthraxx
Revision: 307514

archrelease: copy trunk to community-x86_64

Added:
  exfat-utils/repos/community-x86_64/PKGBUILD
(from rev 307513, exfat-utils/trunk/PKGBUILD)
Deleted:
  exfat-utils/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 00:52:08 UTC (rev 307513)
+++ PKGBUILD2018-03-14 00:52:14 UTC (rev 307514)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Alex 
-
-pkgname=exfat-utils
-pkgver=1.2.7
-pkgrel=1
-pkgdesc="Utilities for exFAT file system"
-arch=('i686' 'x86_64')
-url="https://github.com/relan/exfat;
-license=('GPL2')
-depends=('glibc' 'fuse2')
-conflicts=('fuse-exfat')
-provides=('fuse-exfat')
-replaces=('fuse-exfat')
-source=("$pkgname-$pkgver.zip::https://github.com/relan/exfat/archive/v$pkgver.zip;)
-md5sums=('b32dc1c1629e6ce9b76fabd79a1d6589')
-
-build() {
-  cd exfat-$pkgver
-
-  autoreconf -i
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin
-
-  make CCFLAGS="${CFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
-}
-
-package() {
-  cd exfat-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-  # Install man pages
-  install -d "${pkgdir}/usr/share/man/man8/"
-  install -m444 dump/dumpexfat.8 fsck/exfatfsck.8 mkfs/mkexfatfs.8 
label/exfatlabel.8 fuse/mount.exfat-fuse.8 \
-  "${pkgdir}/usr/share/man/man8/"
-}

Copied: exfat-utils/repos/community-x86_64/PKGBUILD (from rev 307513, 
exfat-utils/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 00:52:14 UTC (rev 307514)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Giovanni Scafora 
+# Contributor: Alex 
+
+pkgname=exfat-utils
+pkgver=1.2.8
+pkgrel=1
+pkgdesc='Utilities for exFAT file system'
+url='https://github.com/relan/exfat'
+arch=('x86_64')
+license=('GPL2')
+depends=('glibc' 'fuse2')
+conflicts=('fuse-exfat')
+provides=('fuse-exfat')
+replaces=('fuse-exfat')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/relan/exfat/archive/v${pkgver}.tar.gz)
+sha512sums=('2805d8a59c53db348265943bfd5537aa1dfc87582fb1a3e9cba6ab112b93632be3c0932f72b57c7839d60faf1d455f56fd7d7a7f49e3e9419f4b6715332e939a')
+
+prepare() {
+  cd exfat-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd exfat-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin
+  make CCFLAGS="${CFLAGS} ${CPPFLAGS} -std=c99" LINKFLAGS="${LDFLAGS}"
+}
+
+package() {
+  cd exfat-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 */*.8 -t "${pkgdir}/usr/share/man/man8"
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 00:43:40
  Author: anthraxx
Revision: 307511

upgpkg: python-eventlet 0.22.1-1

Modified:
  python-eventlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-14 00:07:00 UTC (rev 307510)
+++ PKGBUILD2018-03-14 00:43:40 UTC (rev 307511)
@@ -3,7 +3,7 @@
 pkgbase=python-eventlet
 pkgname=('python-eventlet' 'python2-eventlet')
 _pyname=eventlet
-pkgver=0.21.0
+pkgver=0.22.1
 pkgrel=1
 pkgdesc='Highly concurrent networking library'
 url='http://eventlet.net'
@@ -12,19 +12,12 @@
 makedepends=('python2-pip' 'python-greenlet' 'python-setuptools' 
'python-sphinx' 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-subprocess32')
 checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq' 'python-dnspython'
   'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz
-
${pkgbase}-${pkgver}-fix-monotonic.patch::https://github.com/eventlet/eventlet/commit/82f1877ff5b950e1ee9debbb8be880ebedb8abcb.patch
-
${pkgbase}-${pkgver}-fix-python2.patch::https://github.com/eventlet/eventlet/commit/2ca03b91c60fc77dbf543ff054425299c310b38e.patch)
-sha512sums=('6f39c32198e275297cad8b932164d15110d9a80fa3c4641caf99571c1229640d1908f4e1a43061957e79bcea1dcf7b78b4236f135e9acf85ebe115c3a9985ca5'
-
'37df0733526191cc2d4439e52e9a1bcfd9c7843e4b5bb1df8376c97d2c96d92a81591c64a2332fd62501f0754704036e2d427cb6e4bb0ab264e991c074388d16'
-
'31885e4e04ed5a174c455ad56527051421d4ab138140cb77ca26698f048718c2bd340bdb774e4432d34af4a893543678c5b158ae77d75a8a8c42e2dc6497bd51')
+options=('!makeflags')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz)
+sha512sums=('343fec2ba3669bfaedb56ca3edb9675adf9e86f3590a0c3db5bdd658a0ff6a40234519c6a854c14f91454fb8ee426e6f8291745d1d9a169c80c0dc58cb1fc219')
 
 prepare() {
-  (cd ${_pyname}-${pkgver}
-sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
-patch -p1 < "${srcdir}/${pkgbase}-${pkgver}-fix-monotonic.patch"
-patch -p1 < "${srcdir}/${pkgbase}-${pkgver}-fix-python2.patch"
-  )
+  sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i 
${_pyname}-${pkgver}/tests/*_test.py
   cp -a ${_pyname}-${pkgver}{,-py2}
   sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*
 }


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 00:43:47
  Author: anthraxx
Revision: 307512

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 00:43:40 UTC (rev 307511)
+++ PKGBUILD2018-03-14 00:43:47 UTC (rev 307512)
@@ -1,84 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=python-eventlet
-pkgname=('python-eventlet' 'python2-eventlet')
-_pyname=eventlet
-pkgver=0.21.0
-pkgrel=1
-pkgdesc='Highly concurrent networking library'
-url='http://eventlet.net'
-arch=('any')
-license=('MIT')
-makedepends=('python2-pip' 'python-greenlet' 'python-setuptools' 
'python-sphinx' 'python2-greenlet' 'python2-setuptools' 'python2-sphinx' 
'python2-subprocess32')
-checkdepends=('python-psycopg2' 'python-nose' 'python-pyopenssl' 
'python-httplib2' 'python-mock' 'python-pyzmq' 'python-dnspython'
-  'python2-psycopg2' 'python2-nose' 'python2-pyopenssl' 
'python2-httplib2' 'python2-mock' 'python2-pyzmq' 'python2-dnspython')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/eventlet/eventlet/archive/v${pkgver}.tar.gz
-
${pkgbase}-${pkgver}-fix-monotonic.patch::https://github.com/eventlet/eventlet/commit/82f1877ff5b950e1ee9debbb8be880ebedb8abcb.patch
-
${pkgbase}-${pkgver}-fix-python2.patch::https://github.com/eventlet/eventlet/commit/2ca03b91c60fc77dbf543ff054425299c310b38e.patch)
-sha512sums=('6f39c32198e275297cad8b932164d15110d9a80fa3c4641caf99571c1229640d1908f4e1a43061957e79bcea1dcf7b78b4236f135e9acf85ebe115c3a9985ca5'
-
'37df0733526191cc2d4439e52e9a1bcfd9c7843e4b5bb1df8376c97d2c96d92a81591c64a2332fd62501f0754704036e2d427cb6e4bb0ab264e991c074388d16'
-
'31885e4e04ed5a174c455ad56527051421d4ab138140cb77ca26698f048718c2bd340bdb774e4432d34af4a893543678c5b158ae77d75a8a8c42e2dc6497bd51')
-
-prepare() {
-  (cd ${_pyname}-${pkgver}
-sed -r 's|(check_idle_cpu_usage\(.*,) .*\)|\1 0.8\)|g' -i tests/*_test.py
-patch -p1 < "${srcdir}/${pkgbase}-${pkgver}-fix-monotonic.patch"
-patch -p1 < "${srcdir}/${pkgbase}-${pkgver}-fix-python2.patch"
-  )
-  cp -a ${_pyname}-${pkgver}{,-py2}
-  sed 's|python|python2|' -i ${_pyname}-${pkgver}-py2/examples/*
-}
-
-build() {
-  (cd ${_pyname}-${pkgver}
-python setup.py build
-make -C doc text
-  )
-  (cd ${_pyname}-${pkgver}-py2
-python2 setup.py build
-make -C doc text
-  )
-}
-
-check() {
-  (cd ${_pyname}-${pkgver}
-nosetests -sv tests
-  )
-  (cd ${_pyname}-${pkgver}-py2
-nosetests2 -sv tests
-  )
-}
-
-package_python-eventlet() {
-  depends=('python' 'python-greenlet')
-  optdepends=('python-psycopg2: non-blocking PostgreSQL support'
-  'python-pyopenssl: non-blocking SSL support'
-  'python-httplib2: non-blocking HTTP support'
-  'python-pyzmq: non-blocking ZeroMQ support'
-  'python-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}
-  python setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-package_python2-eventlet() {
-  depends=('python2' 'python2-greenlet' 'python2-subprocess32')
-  optdepends=('python2-psycopg2: non-blocking PostgreSQL support'
-  'python2-pyopenssl: non-blocking SSL support'
-  'python2-httplib2: non-blocking HTTP support'
-  'python2-pyzmq: non-blocking ZeroMQ support'
-  'python2-dnspython: non-blocking DNS support')
-
-  cd ${_pyname}-${pkgver}-py2
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" -O1
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -d "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r doc/_build/text "${pkgdir}/usr/share/doc/${pkgname}"
-  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-eventlet/repos/community-any/PKGBUILD (from rev 307511, 
python-eventlet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 00:43:47 UTC (rev 307512)
@@ -0,0 +1,77 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=python-eventlet
+pkgname=('python-eventlet' 'python2-eventlet')
+_pyname=eventlet
+pkgver=0.22.1
+pkgrel=1
+pkgdesc='Highly concurrent networking library'
+url='http://eventlet.net'
+arch=('any')
+license=('MIT')
+makedepends=('python2-pip' 'python-greenlet' 

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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 00:40:09
  Author: anthraxx
Revision: 318929

archrelease: copy trunk to extra-x86_64

Added:
  libcap-ng/repos/extra-x86_64/PKGBUILD
(from rev 318928, libcap-ng/trunk/PKGBUILD)
Deleted:
  libcap-ng/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-14 00:39:58 UTC (rev 318928)
+++ PKGBUILD2018-03-14 00:40:09 UTC (rev 318929)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=libcap-ng
-pkgver=0.7.8
-pkgrel=1
-pkgdesc="A library making programming with POSIX capabilities easier than 
traditional libcap"
-arch=('i686' 'x86_64')
-url="http://people.redhat.com/sgrubb/libcap-ng/;
-license=('GPL2' 'LGPL2.1')
-depends=('glibc')
-source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0dece96644bd798020e170fbf7663802')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-static=no --with-python=no
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcap-ng/repos/extra-x86_64/PKGBUILD (from rev 318928, 
libcap-ng/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-14 00:40:09 UTC (rev 318929)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
+# Contributor: Gerardo Exequiel Pozzi 
+
+pkgname=libcap-ng
+pkgver=0.7.9
+pkgrel=1
+pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
+url='http://people.redhat.com/sgrubb/libcap-ng/'
+arch=('x86_64')
+license=('LGPL2.1')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}.tar.gz)
+sha512sums=('eae256b57af37c1170ee372ab9a6af927826a7b7b92f00c68010afbb32893fc265414ecf28f52e912a41609b4ca5e1295363db88dac9c60ea04bd20a1dfeef83')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-static=no \
+-with-python=no
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Levente Polyak via arch-commits
Date: Wednesday, March 14, 2018 @ 00:39:58
  Author: anthraxx
Revision: 318928

upgpkg: libcap-ng 0.7.9-1

Modified:
  libcap-ng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:52:35 UTC (rev 318927)
+++ PKGBUILD2018-03-14 00:39:58 UTC (rev 318928)
@@ -1,35 +1,40 @@
-# $Id$
-# Maintainer: Ionut Biru 
+# Maintainer: Levente Polyak 
+# Contributor: Ionut Biru 
 # Contributor: Gerardo Exequiel Pozzi 
 
 pkgname=libcap-ng
-pkgver=0.7.8
+pkgver=0.7.9
 pkgrel=1
-pkgdesc="A library making programming with POSIX capabilities easier than 
traditional libcap"
+pkgdesc='Library making programming with POSIX capabilities easier than 
traditional libcap'
+url='http://people.redhat.com/sgrubb/libcap-ng/'
 arch=('x86_64')
-url="http://people.redhat.com/sgrubb/libcap-ng/;
-license=('GPL2' 'LGPL2.1')
+license=('LGPL2.1')
 depends=('glibc')
-source=(http://people.redhat.com/sgrubb/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('0dece96644bd798020e170fbf7663802')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/stevegrubb/libcap-ng/archive/v${pkgver}.tar.gz)
+sha512sums=('eae256b57af37c1170ee372ab9a6af927826a7b7b92f00c68010afbb32893fc265414ecf28f52e912a41609b4ca5e1295363db88dac9c60ea04bd20a1dfeef83')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
 build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr --enable-static=no --with-python=no
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--enable-static=no \
+-with-python=no
   make
 }
 
 check() {
-  cd $pkgname-$pkgver
-
+  cd ${pkgname}-${pkgver}
   make check
 }
 
 package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:58:33
  Author: felixonmars
Revision: 307506

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 307505, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
307505, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:58:33 UTC (rev 307506)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=114
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:58:18
  Author: felixonmars
Revision: 307505

upgpkg: haskell-yesod-auth 1.4.21-114

rebuild with unliftio,0.2.5.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:52:32 UTC (rev 307504)
+++ PKGBUILD2018-03-13 23:58:18 UTC (rev 307505)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=113
+pkgrel=114
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-03-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 13, 2018 @ 23:52:32
  Author: shibumi
Revision: 307504

archrelease: copy trunk to community-any

Added:
  python-btchip/repos/community-any/
  python-btchip/repos/community-any/PKGBUILD
(from rev 307503, python-btchip/trunk/PKGBUILD)

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

Copied: python-btchip/repos/community-any/PKGBUILD (from rev 307503, 
python-btchip/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-03-13 23:52:32 UTC (rev 307504)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-btchip
+pkgname=('python-btchip' "python2-btchip")
+pkgver=0.1.26
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools')
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz;)
+sha256sums=('482df6d331db3855b48873bc4e82182a25f79e79dee147f90b2b9e7c14eef12a')
+
+prepare() {
+  cp -r "btchip-python-$pkgver" "btchip-python2-$pkgver"
+}
+
+build() {
+  cd "btchip-python-$pkgver"
+  python setup.py build
+
+  cd "../btchip-python2-$pkgver"
+  python2 setup.py build
+}
+
+package_python-btchip() {
+  depends=('python-hidapi')
+
+  cd "btchip-python-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-btchip() {
+  depends=('python2-hidapi')
+
+  cd "btchip-python2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+


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

2018-03-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 13, 2018 @ 23:52:26
  Author: shibumi
Revision: 307503

upgpkg: python-btchip 0.1.26-1

moved back to community as optional dependency for electrum

Modified:
  python-btchip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:52:03 UTC (rev 307502)
+++ PKGBUILD2018-03-13 23:52:26 UTC (rev 307503)
@@ -4,41 +4,41 @@
 # Contributor: Andy Weidenbaum 
 
 pkgbase=python-btchip
-pkgname=(python-btchip python2-btchip)
+pkgname=('python-btchip' "python2-btchip")
 pkgver=0.1.26
 pkgrel=1
 pkgdesc="Python library to communicate with BTChip dongle"
 arch=('any')
-makedepends=(python-setuptools python2-setuptools)
+makedepends=('python-setuptools' 'python2-setuptools')
 optdepends=('btchip-udev: access BTChip as non-root user')
 url="https://github.com/LedgerHQ/btchip-python;
 license=('Apache')
-source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
-sha256sums=('2afab0f326b96bd819e8bc9cb69edc7c55773741a50a5e5a36d224bcfd93a4a2')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz;)
+sha256sums=('482df6d331db3855b48873bc4e82182a25f79e79dee147f90b2b9e7c14eef12a')
 
 prepare() {
-  cp -r btchip-python-$pkgver btchip-python2-$pkgver
+  cp -r "btchip-python-$pkgver" "btchip-python2-$pkgver"
 }
 
 build() {
-  cd btchip-python-$pkgver
+  cd "btchip-python-$pkgver"
   python setup.py build
 
-  cd ../btchip-python2-$pkgver
+  cd "../btchip-python2-$pkgver"
   python2 setup.py build
 }
 
 package_python-btchip() {
-  depends=(python-hidapi)
+  depends=('python-hidapi')
 
-  cd btchip-python-$pkgver
+  cd "btchip-python-$pkgver"
   python setup.py install --root="$pkgdir" --optimize=1
 }
 
 package_python2-btchip() {
-  depends=(python2-hidapi)
+  depends=('python2-hidapi')
 
-  cd btchip-python2-$pkgver
+  cd "btchip-python2-$pkgver"
   python2 setup.py install --root="$pkgdir" --optimize=1
 }
 


[arch-commits] Commit in perl-lwp-protocol-https/trunk (PKGBUILD certs.patch)

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:52:18
  Author: felixonmars
Revision: 318926

upgpkg: perl-lwp-protocol-https 6.07-1

Modified:
  perl-lwp-protocol-https/trunk/PKGBUILD
  perl-lwp-protocol-https/trunk/certs.patch

-+
 PKGBUILD|   13 +++--
 certs.patch |   32 ++--
 2 files changed, 25 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:14:20 UTC (rev 318925)
+++ PKGBUILD2018-03-13 23:52:18 UTC (rev 318926)
@@ -2,22 +2,23 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-lwp-protocol-https
-pkgver=6.06
-pkgrel=4
+pkgver=6.07
+pkgrel=1
 pkgdesc="Provide https support for LWP::UserAgent"
 arch=('any')
 url="https://metacpan.org/release/LWP-Protocol-https;
 license=('PerlArtistic' 'GPL')
 depends=('ca-certificates' 'perl-io-socket-ssl' 'perl-net-http' 'perl-libwww')
+checkdepends=('perl-test-requiresinternet')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-$pkgver.tar.gz;
+source=("http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-$pkgver.tar.gz;
 certs.patch)
-md5sums=('06f5dfd33b07f6594a429dbbd5e6a2d1'
- '7bb02869fdf17beeceaa8b36c855')
+sha512sums=('4a07cd8a1c44e31781069a632a77f3af43747933420e831b4fd4a12faac7dc04f0c6b10ea773c3e14ecb66209a547b3587c0e3f481a55b9929db65f7b10343aa'
+
'7ee0ad7c40f526fb3ba1148f13f2601c11fe68c72b4aaf22b628709c2877b7d49ee6dc1c722bb091b97251d76fceec4a9b39dcf3778d7f19b79fdd8c5754a444')
 
 prepare() {
   cd LWP-Protocol-https-${pkgver}
-  patch -p0 -i ../certs.patch
+  patch -p1 -i ../certs.patch
 }
 
 build() {

Modified: certs.patch
===
--- certs.patch 2018-03-13 23:14:20 UTC (rev 318925)
+++ certs.patch 2018-03-13 23:52:18 UTC (rev 318926)
@@ -1,16 +1,20 @@
 Makefile.PL.old2016-01-04 11:31:52.349484123 +0800
-+++ Makefile.PL2016-01-04 11:32:07.432992090 +0800
-@@ -15,7 +15,6 @@
-   'LWP::UserAgent' => '6.06',
-   'Net::HTTPS' => 6,
-   'IO::Socket::SSL' => "1.54",
--  'Mozilla::CA' => "20110101",
- },
- META_MERGE => {
-   resources => {
 lib/LWP/Protocol/https.pm.old  2016-01-04 11:33:19.003810886 +0800
-+++ lib/LWP/Protocol/https.pm  2016-01-04 11:34:42.358079461 +0800
-@@ -25,25 +25,7 @@
+diff --git a/Makefile.PL.orig b/Makefile.PL
+index fc8ef4a..26313e2 100644
+--- a/Makefile.PL.orig
 b/Makefile.PL
+@@ -26,7 +26,6 @@ my %WriteMakefileArgs = (
+ 'LWP::UserAgent' => '6.06',
+ 'Net::HTTPS' => 6,
+ 'IO::Socket::SSL' => "1.54",
+-'Mozilla::CA' => "20110101",
+ 'perl' => '5.008001',
+ },
+ },
+diff --git a/lib/LWP/Protocol/https.pm.orig b/lib/LWP/Protocol/https.pm
+index ed4d832..b8667cf 100644
+--- a/lib/LWP/Protocol/https.pm.orig
 b/lib/LWP/Protocol/https.pm
+@@ -25,25 +25,7 @@ sub _extra_sock_opts
  }
  if ($ssl_opts{SSL_verify_mode}) {
unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) 
{
@@ -18,7 +22,7 @@
 -  require Mozilla::CA;
 -  };
 -  if ($@) {
--  if ($@ =! /^Can't locate Mozilla\/CA\.pm/) {
+-  if ($@ =~ /^Can't locate Mozilla\/CA\.pm/) {
 -  $@ = <<'EOT';
 -Can't verify SSL peers without knowing which Certificate Authorities to trust
 -


[arch-commits] Commit in perl-lwp-protocol-https/repos/extra-any (4 files)

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:52:35
  Author: felixonmars
Revision: 318927

archrelease: copy trunk to extra-any

Added:
  perl-lwp-protocol-https/repos/extra-any/PKGBUILD
(from rev 318926, perl-lwp-protocol-https/trunk/PKGBUILD)
  perl-lwp-protocol-https/repos/extra-any/certs.patch
(from rev 318926, perl-lwp-protocol-https/trunk/certs.patch)
Deleted:
  perl-lwp-protocol-https/repos/extra-any/PKGBUILD
  perl-lwp-protocol-https/repos/extra-any/certs.patch

-+
 PKGBUILD|   75 ++---
 certs.patch |   82 ++
 2 files changed, 81 insertions(+), 76 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 23:52:18 UTC (rev 318926)
+++ PKGBUILD2018-03-13 23:52:35 UTC (rev 318927)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-lwp-protocol-https
-pkgver=6.06
-pkgrel=4
-pkgdesc="Provide https support for LWP::UserAgent"
-arch=('any')
-url="https://metacpan.org/release/LWP-Protocol-https;
-license=('PerlArtistic' 'GPL')
-depends=('ca-certificates' 'perl-io-socket-ssl' 'perl-net-http' 'perl-libwww')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-$pkgver.tar.gz;
-certs.patch)
-md5sums=('06f5dfd33b07f6594a429dbbd5e6a2d1'
- '7bb02869fdf17beeceaa8b36c855')
-
-prepare() {
-  cd LWP-Protocol-https-${pkgver}
-  patch -p0 -i ../certs.patch
-}
-
-build() {
-  cd LWP-Protocol-https-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd LWP-Protocol-https-${pkgver}
-  make test
-}
-
-package() {
-  cd LWP-Protocol-https-${pkgver}
-  make DESTDIR="$pkgdir" install
-}

Copied: perl-lwp-protocol-https/repos/extra-any/PKGBUILD (from rev 318926, 
perl-lwp-protocol-https/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 23:52:35 UTC (rev 318927)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-lwp-protocol-https
+pkgver=6.07
+pkgrel=1
+pkgdesc="Provide https support for LWP::UserAgent"
+arch=('any')
+url="https://metacpan.org/release/LWP-Protocol-https;
+license=('PerlArtistic' 'GPL')
+depends=('ca-certificates' 'perl-io-socket-ssl' 'perl-net-http' 'perl-libwww')
+checkdepends=('perl-test-requiresinternet')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/LWP-Protocol-https-$pkgver.tar.gz;
+certs.patch)
+sha512sums=('4a07cd8a1c44e31781069a632a77f3af43747933420e831b4fd4a12faac7dc04f0c6b10ea773c3e14ecb66209a547b3587c0e3f481a55b9929db65f7b10343aa'
+
'7ee0ad7c40f526fb3ba1148f13f2601c11fe68c72b4aaf22b628709c2877b7d49ee6dc1c722bb091b97251d76fceec4a9b39dcf3778d7f19b79fdd8c5754a444')
+
+prepare() {
+  cd LWP-Protocol-https-${pkgver}
+  patch -p1 -i ../certs.patch
+}
+
+build() {
+  cd LWP-Protocol-https-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd LWP-Protocol-https-${pkgver}
+  make test
+}
+
+package() {
+  cd LWP-Protocol-https-${pkgver}
+  make DESTDIR="$pkgdir" install
+}

Deleted: certs.patch
===
--- certs.patch 2018-03-13 23:52:18 UTC (rev 318926)
+++ certs.patch 2018-03-13 23:52:35 UTC (rev 318927)
@@ -1,39 +0,0 @@
 Makefile.PL.old2016-01-04 11:31:52.349484123 +0800
-+++ Makefile.PL2016-01-04 11:32:07.432992090 +0800
-@@ -15,7 +15,6 @@
-   'LWP::UserAgent' => '6.06',
-   'Net::HTTPS' => 6,
-   'IO::Socket::SSL' => "1.54",
--  'Mozilla::CA' => "20110101",
- },
- META_MERGE => {
-   resources => {
 lib/LWP/Protocol/https.pm.old  2016-01-04 11:33:19.003810886 +0800
-+++ lib/LWP/Protocol/https.pm  2016-01-04 11:34:42.358079461 +0800
-@@ -25,25 +25,7 @@
- }
- if ($ssl_opts{SSL_verify_mode}) {
-   unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) 
{
--  eval {
--  require Mozilla::CA;
--  };
--  if ($@) {
--  if ($@ =! /^Can't locate Mozilla\/CA\.pm/) {
--  $@ = <<'EOT';
--Can't verify SSL peers without knowing which Certificate Authorities to trust
--
--This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE
--environment variable or by installing the Mozilla::CA module.
--
--To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME
--environment variable to 0.  If you do this you can't be sure that you
--communicate with the expected peer.
--EOT
--  }
--  die $@;
--  }
--  $ssl_opts{SSL_ca_file} = Mozilla::CA::SSL_ca_file();
-+  $ssl_opts{SSL_ca_file} = '/etc/ssl/certs/ca-certificates.crt';
-   }
- }
- $self->{ssl_opts} = \%ssl_opts;

Copied: 

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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:52:03
  Author: felixonmars
Revision: 307502

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 307501, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:52:03 UTC (rev 307502)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.5
+pkgrel=37
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' '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-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('416e2e128554c7acd2896a915af6d47d9bf7743c98175b897c4b3714431203283f9706d1ceeed2fe64c4b403cdaca3fb0d1d3d5c8e6edfde3b80c1aa515fb351')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:51:48
  Author: felixonmars
Revision: 307501

upgpkg: stack 1.6.5-37

rebuild with unliftio,0.2.5.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:46:33 UTC (rev 307500)
+++ PKGBUILD2018-03-13 23:51:48 UTC (rev 307501)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=36
+pkgrel=37
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


[arch-commits] Commit in (4 files)

2018-03-13 Thread Christian Rebischke via arch-commits
Date: Tuesday, March 13, 2018 @ 23:46:33
  Author: shibumi
Revision: 307500

pushed python-btchip back to community as dependency for electrum

Added:
  python-btchip/
  python-btchip/repos/
  python-btchip/trunk/
  python-btchip/trunk/PKGBUILD

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

Added: python-btchip/trunk/PKGBUILD
===
--- python-btchip/trunk/PKGBUILD(rev 0)
+++ python-btchip/trunk/PKGBUILD2018-03-13 23:46:33 UTC (rev 307500)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Christian Rebischke 
+# Contributor: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgbase=python-btchip
+pkgname=(python-btchip python2-btchip)
+pkgver=0.1.26
+pkgrel=1
+pkgdesc="Python library to communicate with BTChip dongle"
+arch=('any')
+makedepends=(python-setuptools python2-setuptools)
+optdepends=('btchip-udev: access BTChip as non-root user')
+url="https://github.com/LedgerHQ/btchip-python;
+license=('Apache')
+source=($pkgname-$pkgver.tar.gz::https://github.com/LedgerHQ/btchip-python/archive/v$pkgver.tar.gz)
+sha256sums=('2afab0f326b96bd819e8bc9cb69edc7c55773741a50a5e5a36d224bcfd93a4a2')
+
+prepare() {
+  cp -r btchip-python-$pkgver btchip-python2-$pkgver
+}
+
+build() {
+  cd btchip-python-$pkgver
+  python setup.py build
+
+  cd ../btchip-python2-$pkgver
+  python2 setup.py build
+}
+
+package_python-btchip() {
+  depends=(python-hidapi)
+
+  cd btchip-python-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-btchip() {
+  depends=(python2-hidapi)
+
+  cd btchip-python2-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+


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


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:45:59
  Author: felixonmars
Revision: 307499

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-nonce/repos/community-staging-x86_64/PKGBUILD (from rev 307498, 
haskell-nonce/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:45:59 UTC (rev 307499)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=nonce
+pkgname=haskell-nonce
+pkgver=1.0.7
+pkgrel=2
+pkgdesc="Generate cryptographic nonces."
+url="https://github.com/prowdsponsor/nonce;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-base64-bytestring' 'haskell-entropy' 
'haskell-text' 'haskell-unliftio'
+ 'haskell-unliftio-core')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('89fb70578c8f52c652cdb4c1e6243529701bc21685862d7bbc750e2000424a029a8b164bde6c422a38e61944a15a8b788aa4aa70212bca9f12b5eaae801d8db0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:45:44
  Author: felixonmars
Revision: 307498

upgpkg: haskell-nonce 1.0.7-2

rebuild with unliftio,0.2.5.0

Modified:
  haskell-nonce/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:44:56 UTC (rev 307497)
+++ PKGBUILD2018-03-13 23:45:44 UTC (rev 307498)
@@ -5,7 +5,7 @@
 _hkgname=nonce
 pkgname=haskell-nonce
 pkgver=1.0.7
-pkgrel=1
+pkgrel=2
 pkgdesc="Generate cryptographic nonces."
 url="https://github.com/prowdsponsor/nonce;
 license=("custom:BSD3")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:44:56
  Author: felixonmars
Revision: 307497

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-unliftio/repos/community-staging-x86_64/PKGBUILD (from rev 
307496, haskell-unliftio/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:44:56 UTC (rev 307497)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unliftio
+pkgname=haskell-unliftio
+pkgver=0.2.5.0
+pkgrel=1
+pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
+url="https://github.com/fpco/monad-unlift;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-async' 'haskell-stm' 'haskell-unliftio-core')
+makedepends=('ghc' 'haskell-hspec')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('2a4f580892ff4a4cf46f0e326e217a7c0da46bc5a4ac51acff277081e03bc330e4f9ad213d639a9b71a058cd6097bd5c118ed4926da2e6c0e3f63a0a5eb385ea')
+
+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-unliftio/trunk (PKGBUILD)

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:44:38
  Author: felixonmars
Revision: 307496

upgpkg: haskell-unliftio 0.2.5.0-1

rebuild with unliftio,0.2.5.0

Modified:
  haskell-unliftio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:43:45 UTC (rev 307495)
+++ PKGBUILD2018-03-13 23:44:38 UTC (rev 307496)
@@ -4,8 +4,8 @@
 
 _hkgname=unliftio
 pkgname=haskell-unliftio
-pkgver=0.2.4.0
-pkgrel=5
+pkgver=0.2.5.0
+pkgrel=1
 pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO (batteries 
included)"
 url="https://github.com/fpco/monad-unlift;
 license=("MIT")
@@ -13,7 +13,7 @@
 depends=('ghc-libs' 'haskell-async' 'haskell-stm' 'haskell-unliftio-core')
 makedepends=('ghc' 'haskell-hspec')
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha512sums=('00c0c2e37f900a05f5db3d76dd4517498e68d1aaeeca755025641733b9c8473d31b543312f7368d002fc1b24b493106ec02bbf5d576914bda74a2aea1edc6be1')
+sha512sums=('2a4f580892ff4a4cf46f0e326e217a7c0da46bc5a4ac51acff277081e03bc330e4f9ad213d639a9b71a058cd6097bd5c118ed4926da2e6c0e3f63a0a5eb385ea')
 
 build() {
 cd $_hkgname-$pkgver


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:43:45
  Author: felixonmars
Revision: 307495

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 23:43:28 UTC (rev 307494)
+++ PKGBUILD2018-03-13 23:43:45 UTC (rev 307495)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-betamax
-pkgname=('python-betamax' 'python2-betamax')
-pkgver=0.8.0
-pkgrel=2
-pkgdesc="A VCR imitation for python-requests"
-arch=('any')
-license=('GPL')
-url='https://github.com/sigmavirus24/betamax'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock')
-source=("git+https://github.com/sigmavirus24/betamax.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a betamax{,-py2}
-}
-
-check() {
-  # Failure about isinstance urllib3.response.HTTPResponse affects only tests.
-  # We need to investigate it more.
-
-  cd "$srcdir"/betamax
-  python setup.py ptr || warning "Tests failed"
-
-  cd "$srcdir"/betamax-py2
-  python2 setup.py ptr || warning "Tests failed"
-}
-
-package_python-betamax() {
-  depends=('python-requests')
-
-  cd betamax
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-betamax() {
-  depends=('python2-requests')
-
-  cd betamax-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-betamax/repos/community-any/PKGBUILD (from rev 307494, 
python-betamax/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 23:43:45 UTC (rev 307495)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-betamax
+pkgname=('python-betamax' 'python2-betamax')
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="A VCR imitation for python-requests"
+arch=('any')
+license=('GPL')
+url='https://github.com/sigmavirus24/betamax'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/betamax/archive/$pkgver.tar.gz;)
+sha512sums=('3888aa5f1e249faf496a32c03fb7d37096d7bbde573048c2ff3d1ba0fa03ebaeb4ff4e72191478da5f1a04d813204e31d3897469bd5f5eea4c5db2c72aae1374')
+
+prepare() {
+  cp -a betamax-$pkgver{,-py2}
+}
+
+check() {
+  # Failure about isinstance urllib3.response.HTTPResponse affects only tests.
+  # We need to investigate it more.
+
+  cd "$srcdir"/betamax-$pkgver
+  python setup.py pytest || warning "Tests failed"
+
+  cd "$srcdir"/betamax-$pkgver-py2
+  python2 setup.py pytest || warning "Tests failed"
+}
+
+package_python-betamax() {
+  depends=('python-requests')
+
+  cd betamax-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-betamax() {
+  depends=('python2-requests')
+
+  cd betamax-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:43:28
  Author: felixonmars
Revision: 307494

upgpkg: python-betamax 0.8.1-1

Modified:
  python-betamax/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:42:30 UTC (rev 307493)
+++ PKGBUILD2018-03-13 23:43:28 UTC (rev 307494)
@@ -3,19 +3,19 @@
 
 pkgbase=python-betamax
 pkgname=('python-betamax' 'python2-betamax')
-pkgver=0.8.0
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="A VCR imitation for python-requests"
 arch=('any')
 license=('GPL')
 url='https://github.com/sigmavirus24/betamax'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python2-mock')
-source=("git+https://github.com/sigmavirus24/betamax.git#tag=$pkgver;)
-md5sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/sigmavirus24/betamax/archive/$pkgver.tar.gz;)
+sha512sums=('3888aa5f1e249faf496a32c03fb7d37096d7bbde573048c2ff3d1ba0fa03ebaeb4ff4e72191478da5f1a04d813204e31d3897469bd5f5eea4c5db2c72aae1374')
 
 prepare() {
-  cp -a betamax{,-py2}
+  cp -a betamax-$pkgver{,-py2}
 }
 
 check() {
@@ -22,10 +22,10 @@
   # Failure about isinstance urllib3.response.HTTPResponse affects only tests.
   # We need to investigate it more.
 
-  cd "$srcdir"/betamax
+  cd "$srcdir"/betamax-$pkgver
   python setup.py pytest || warning "Tests failed"
 
-  cd "$srcdir"/betamax-py2
+  cd "$srcdir"/betamax-$pkgver-py2
   python2 setup.py pytest || warning "Tests failed"
 }
 
@@ -32,7 +32,7 @@
 package_python-betamax() {
   depends=('python-requests')
 
-  cd betamax
+  cd betamax-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -40,7 +40,7 @@
 package_python2-betamax() {
   depends=('python2-requests')
 
-  cd betamax-py2
+  cd betamax-$pkgver-py2
   python2 setup.py install --root="$pkgdir" --optimize=1
   install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:29:52
  Author: felixonmars
Revision: 307476

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 307475, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 307475, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:29:52 UTC (rev 307476)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20180227
+pkgrel=36
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-vector' 'haskell-wai' 
'haskell-wai-extra'
+ 'haskell-warp' 'haskell-warp-tls' 'haskell-yesod' 
'haskell-yesod-core' 'haskell-yesod-form'
+ 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:29:33
  Author: felixonmars
Revision: 307475

upgpkg: git-annex 6.20180227-36

rebuild with monad-logger,0.3.28.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:23:26 UTC (rev 307474)
+++ PKGBUILD2018-03-13 23:29:33 UTC (rev 307475)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20180227
-pkgrel=35
+pkgrel=36
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:23:26
  Author: felixonmars
Revision: 307474

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 307473, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
307473, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:23:26 UTC (rev 307474)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.21
+pkgrel=113
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-memory" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('827cfff9ffb0f533b0cbc68cac53be1a057dde531596b57d823c14a3e737ba7c26394fd33b93dc6ad881ff6cc62e3246807f338c21ebe895be45b856460e7e23')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:23:10
  Author: felixonmars
Revision: 307473

upgpkg: haskell-yesod-auth 1.4.21-113

rebuild with monad-logger,0.3.28.2

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:21:59 UTC (rev 307472)
+++ PKGBUILD2018-03-13 23:23:10 UTC (rev 307473)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.21
-pkgrel=112
+pkgrel=113
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:21:59
  Author: felixonmars
Revision: 307472

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 307471, haskell-yesod-default/trunk/PKGBUILD)

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

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
307471, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:21:59 UTC (rev 307472)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=277
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:21:44
  Author: felixonmars
Revision: 307471

upgpkg: haskell-yesod-default 1.2.0-277

rebuild with monad-logger,0.3.28.2

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:20:28 UTC (rev 307470)
+++ PKGBUILD2018-03-13 23:21:44 UTC (rev 307471)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=276
+pkgrel=277
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:20:28
  Author: felixonmars
Revision: 307470

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 307469, hledger-web/trunk/PKGBUILD)

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

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 307469, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:20:28 UTC (rev 307470)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.5.1
+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-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' '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' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('95028853f0a5c86832a4d0488e0f82c8bfda7f0b3f1f21a585efa12f5e882b63a9cb85a028bab5c33b60cafbba1b56608f254b4efa877f60f26356840d74cc9b')
+
+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)

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:20:13
  Author: felixonmars
Revision: 307469

upgpkg: hledger-web 1.5.1-2

rebuild with monad-logger,0.3.28.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:13:29 UTC (rev 307468)
+++ PKGBUILD2018-03-13 23:20:13 UTC (rev 307469)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-03-13 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 13, 2018 @ 23:14:20
  Author: bisson
Revision: 318925

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

Added:
  s-nail/repos/core-x86_64/PKGBUILD
(from rev 318924, s-nail/repos/testing-x86_64/PKGBUILD)
Deleted:
  s-nail/repos/core-x86_64/PKGBUILD
  s-nail/repos/testing-x86_64/

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

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

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


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:13:29
  Author: felixonmars
Revision: 307468

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 307467, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:13:29 UTC (rev 307468)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.5
+pkgrel=36
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' '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-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('416e2e128554c7acd2896a915af6d47d9bf7743c98175b897c4b3714431203283f9706d1ceeed2fe64c4b403cdaca3fb0d1d3d5c8e6edfde3b80c1aa515fb351')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+  install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-03-13 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 13, 2018 @ 23:13:31
  Author: bisson
Revision: 318924

archrelease: copy trunk to extra-x86_64

Added:
  feh/repos/extra-x86_64/PKGBUILD
(from rev 318923, feh/trunk/PKGBUILD)
Deleted:
  feh/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 23:13:03 UTC (rev 318923)
+++ PKGBUILD2018-03-13 23:13:31 UTC (rev 318924)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.25
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='https://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('063bec0138103cf5c52594c6ffe8946d6c48cf5a664f03634634010b46e45980'
-'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 318923, feh/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 23:13:31 UTC (rev 318924)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.25.1
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='https://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha256sums=('0c5ef21601c11e1aeccb3531a84658c4b67aeb9ab8db92a1da6d8cbad0a9faa4'
+'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:13:13
  Author: felixonmars
Revision: 307467

upgpkg: stack 1.6.5-36

rebuild with monad-logger,0.3.28.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:05:48 UTC (rev 307466)
+++ PKGBUILD2018-03-13 23:13:13 UTC (rev 307467)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.5
-pkgrel=35
+pkgrel=36
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2018-03-13 Thread Gaëtan Bisson via arch-commits
Date: Tuesday, March 13, 2018 @ 23:13:03
  Author: bisson
Revision: 318923

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:01:28 UTC (rev 318922)
+++ PKGBUILD2018-03-13 23:13:03 UTC (rev 318923)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.25
+pkgver=2.25.1
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='https://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha256sums=('063bec0138103cf5c52594c6ffe8946d6c48cf5a664f03634634010b46e45980'
+sha256sums=('0c5ef21601c11e1aeccb3531a84658c4b67aeb9ab8db92a1da6d8cbad0a9faa4'
 'SKIP')
 
 build() {


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:05:48
  Author: felixonmars
Revision: 307466

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 307465, tamarin-prover/trunk/PKGBUILD)

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

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
307465, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:05:48 UTC (rev 307466)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.3
+pkgrel=16
+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-mtl' 'haskell-parsec' 
'haskell-resourcet' 'haskell-safe'
+ 'haskell-shakespeare' 'haskell-text' '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=('3ec371f0abf1a391bbc2be0b3e3940b5f634515e443a6535ab3b8a5c6514004bbada35838b63e2c1e5edcbbdb230eae5be03dd8464f8516d3301bf02aad3d5ff')
+
+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/filetype.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)

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:05:06
  Author: felixonmars
Revision: 307465

upgpkg: tamarin-prover 1.2.3-16

rebuild with monad-logger,0.3.28.2

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:02:57 UTC (rev 307464)
+++ PKGBUILD2018-03-13 23:05:06 UTC (rev 307465)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.3
-pkgrel=15
+pkgrel=16
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:02:57
  Author: felixonmars
Revision: 307464

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
307463, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:02:57 UTC (rev 307464)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.3
+pkgrel=78
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('a990cdf7bd3b216b603bacf2eed57b11138bc2348046a88289eafa352d1c9878d1e48e8c5809ad486d0c8297656fae01803ba7e8da0c669a0353b01838d2865a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:02:43
  Author: felixonmars
Revision: 307463

upgpkg: haskell-esqueleto 2.5.3-78

rebuild with monad-logger,0.3.28.2

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:01:42 UTC (rev 307462)
+++ PKGBUILD2018-03-13 23:02:43 UTC (rev 307463)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.3
-pkgrel=77
+pkgrel=78
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:01:42
  Author: felixonmars
Revision: 307462

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 307461, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:01:42 UTC (rev 307462)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=222
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-blaze-html" "haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


[arch-commits] Commit in webkit2gtk/repos/gnome-unstable-x86_64 (PKGBUILD PKGBUILD)

2018-03-13 Thread Jan Steffens via arch-commits
Date: Tuesday, March 13, 2018 @ 23:01:28
  Author: heftig
Revision: 318922

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 318921, webkit2gtk/trunk/PKGBUILD)
Deleted:
  webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-03-13 22:59:06 UTC (rev 318921)
+++ PKGBUILD2018-03-13 23:01:28 UTC (rev 318922)
@@ -1,55 +0,0 @@
-# $Id$
-# Contributor: Eric Bélanger 
-
-pkgname=webkit2gtk
-pkgver=2.19.92
-pkgrel=1
-pkgdesc="GTK+ Web content engine library"
-arch=(x86_64)
-url="https://webkitgtk.org/;
-license=(custom)
-depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs gst-plugins-bad
- libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen woff2)
-makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
-optdepends=('gtk2: Netscape plugin support'
-'gst-plugins-base: free media decoding'
-'gst-plugins-good: media decoding'
-'gst-libav: nonfree media decoding')
-source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('22b79a525376d09e7a6acc8becffabbac1759906592375767216b9b2c0d871e8'
-'SKIP')
-validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
-
-prepare() {
-  mkdir build
-  cd webkitgtk-$pkgver
-  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
-}
-
-build() {
-  cd build
-  cmake \
--G Ninja \
--DPORT=GTK \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_GTKDOC=ON \
--DLIBEXEC_INSTALL_DIR=/usr/lib \
--DLIB_INSTALL_DIR=/usr/lib \
--DPYTHON_EXECUTABLE=/usr/bin/python2 \
-../webkitgtk-$pkgver
-  ninja
-}
-
-package() {
-  DESTDIR="$pkgdir" ninja -C build install
-
-  cd webkitgtk-$pkgver
-  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | while IFS= read 
-d $'\0' -r _f
-  do
-echo "### $_f ###"
-cat "$_f"
-echo
-  done | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: webkit2gtk/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318921, 
webkit2gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-03-13 23:01:28 UTC (rev 318922)
@@ -0,0 +1,55 @@
+# $Id$
+# Contributor: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.20.0
+pkgrel=1
+pkgdesc="GTK+ Web content engine library"
+arch=(x86_64)
+url="https://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt enchant geoclue2 gst-plugins-base-libs gst-plugins-bad
+ libsecret libwebp harfbuzz-icu gtk3 libnotify hyphen woff2)
+makedepends=(gtk2 gperf gobject-introspection ruby gtk-doc cmake python 
python2 ninja)
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
+sha256sums=('57f640f720bd9a8a7207f3321cf803a15c2f207b4e7b75ff1be17bc1eeb00a3c'
+'SKIP')
+validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
+
+prepare() {
+  mkdir build
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+}
+
+build() {
+  cd build
+  cmake \
+-G Ninja \
+-DPORT=GTK \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=ON \
+-DENABLE_GTKDOC=ON \
+-DLIBEXEC_INSTALL_DIR=/usr/lib \
+-DLIB_INSTALL_DIR=/usr/lib \
+-DPYTHON_EXECUTABLE=/usr/bin/python2 \
+../webkitgtk-$pkgver
+  ninja
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+
+  cd webkitgtk-$pkgver
+  find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | while IFS= read 
-d $'\0' -r _f
+  do
+echo "### $_f ###"
+cat "$_f"
+echo
+  done | install -Dm644 /dev/stdin 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:01:27
  Author: felixonmars
Revision: 307461

upgpkg: haskell-yesod 1.4.5-222

rebuild with monad-logger,0.3.28.2

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 23:00:24 UTC (rev 307460)
+++ PKGBUILD2018-03-13 23:01:27 UTC (rev 307461)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=221
+pkgrel=222
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:00:24
  Author: felixonmars
Revision: 307460

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 307459, haskell-yesod-static/trunk/PKGBUILD)

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

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
307459, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 23:00:24 UTC (rev 307460)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=110
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-memory" 
"haskell-css-text"
+ "haskell-data-default" "haskell-exceptions" "haskell-file-embed" 
"haskell-hashable"
+ "haskell-hjsmin" "haskell-http-types" "haskell-mime-types" 
"haskell-old-time"
+ "haskell-resourcet" "haskell-text" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-wai" "haskell-wai-app-static" "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ba2061e05d7374579e6ada4760db569817e957ae7adcbde49deab88cb60d2940475b530d017b12dc92ae9acc722c4ac46750e65ec23e485097ccb6e54d123a2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 23:00:07
  Author: felixonmars
Revision: 307459

upgpkg: haskell-yesod-static 1.5.3.1-110

rebuild with monad-logger,0.3.28.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 22:59:06 UTC (rev 307458)
+++ PKGBUILD2018-03-13 23:00:07 UTC (rev 307459)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=109
+pkgrel=110
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 22:58:50
  Author: felixonmars
Revision: 307457

upgpkg: haskell-yesod-test 1.5.9.1-78

rebuild with monad-logger,0.3.28.2

Modified:
  haskell-yesod-test/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 22:57:26 UTC (rev 307456)
+++ PKGBUILD2018-03-13 22:58:50 UTC (rev 307457)
@@ -4,7 +4,7 @@
 _hkgname=yesod-test
 pkgname=haskell-yesod-test
 pkgver=1.5.9.1
-pkgrel=77
+pkgrel=78
 pkgdesc="Integration testing for WAI/Yesod Applications"
 url="http://www.yesodweb.com;
 license=('MIT')


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

2018-03-13 Thread Jan Steffens via arch-commits
Date: Tuesday, March 13, 2018 @ 22:59:06
  Author: heftig
Revision: 318921

2.20.0-1

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 22:56:49 UTC (rev 318920)
+++ PKGBUILD2018-03-13 22:59:06 UTC (rev 318921)
@@ -2,7 +2,7 @@
 # Contributor: Eric Bélanger 
 
 pkgname=webkit2gtk
-pkgver=2.19.92
+pkgver=2.20.0
 pkgrel=1
 pkgdesc="GTK+ Web content engine library"
 arch=(x86_64)
@@ -16,7 +16,7 @@
 'gst-plugins-good: media decoding'
 'gst-libav: nonfree media decoding')
 source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz{,.asc})
-sha256sums=('22b79a525376d09e7a6acc8becffabbac1759906592375767216b9b2c0d871e8'
+sha256sums=('57f640f720bd9a8a7207f3321cf803a15c2f207b4e7b75ff1be17bc1eeb00a3c'
 'SKIP')
 validpgpkeys=('D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3')
 


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 22:59:06
  Author: felixonmars
Revision: 307458

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-test/repos/community-staging-x86_64/
  haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD
(from rev 307457, haskell-yesod-test/trunk/PKGBUILD)

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

Copied: haskell-yesod-test/repos/community-staging-x86_64/PKGBUILD (from rev 
307457, haskell-yesod-test/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 22:59:06 UTC (rev 307458)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=yesod-test
+pkgname=haskell-yesod-test
+pkgver=1.5.9.1
+pkgrel=78
+pkgdesc="Integration testing for WAI/Yesod Applications"
+url="http://www.yesodweb.com;
+license=('MIT')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hunit' 'haskell-attoparsec' 
'haskell-blaze-builder'
+ 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-case-insensitive' 'haskell-cookie'
+ 'haskell-hspec-core' 'haskell-html-conduit' 'haskell-http-types' 
'haskell-monad-control'
+ 'haskell-network' 'haskell-persistent' 'haskell-pretty-show' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-xml-conduit' 'haskell-xml-types' 
'haskell-yesod-core')
+makedepends=('ghc' 'haskell-yesod-form' 'haskell-lifted-base' 'haskell-hspec')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('9b33af1df7cdc526e4be9339f2ff84f1b2f748d5516f1a851fcd537df2500961a3ac07c74db6311d499cb233ddb802e425efc16f10c1dedb16239fac8b767bed')
+
+build() {
+cd "${srcdir}/${_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 "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 22:57:26
  Author: felixonmars
Revision: 307456

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 307455, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
307455, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-03-13 22:57:26 UTC (rev 307456)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.16
+pkgrel=117
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder" "haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-data-default" 
"haskell-email-validate"
+ "haskell-network-uri" "haskell-persistent" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ca350cea4dd1cdd1645ad20c2d54f929cf7cb6d6f45cdf1c7ab0bb5475199bf65f5f5ac79dedf8b6b9013e6eeda7bf4a8fd190666253709a0a63800c7f560dd0')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}


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

2018-03-13 Thread Felix Yan via arch-commits
Date: Tuesday, March 13, 2018 @ 22:57:11
  Author: felixonmars
Revision: 307455

upgpkg: haskell-yesod-form 1.4.16-117

rebuild with monad-logger,0.3.28.2

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-03-13 22:55:59 UTC (rev 307454)
+++ PKGBUILD2018-03-13 22:57:11 UTC (rev 307455)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.16
-pkgrel=116
+pkgrel=117
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2018-03-13 Thread Bartłomiej Piotrowski via arch-commits
Date: Tuesday, March 13, 2018 @ 22:56:49
  Author: bpiotrowski
Revision: 318920

archrelease: copy trunk to gnome-unstable-x86_64

Added:
  babl/repos/gnome-unstable-x86_64/
  babl/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 318919, babl/trunk/PKGBUILD)

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

Copied: babl/repos/gnome-unstable-x86_64/PKGBUILD (from rev 318919, 
babl/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2018-03-13 22:56:49 UTC (rev 318920)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Isenmann 
+
+pkgname=babl
+pkgver=0.1.44
+pkgrel=1
+pkgdesc="Dynamic, any to any, pixel format conversion library"
+arch=(x86_64)
+url="http://gegl.org/babl/;
+license=(LGPL3)
+depends=(glibc)
+makedepends=(gobject-introspection vala git meson)
+options=(!makeflags)
+_commit=9e4bfe9f1470a7836f7f885ea95607427ed7997f  # tags/BABL_0_1_44^0
+source=("git+https://git.gnome.org/browse/babl#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^BABL_//;s/_/./g;s/-/+/g'
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  cd build
+  meson test
+}
+
+package() {
+  DESTDIR="$pkgdir" ninja -C build install
+}


  1   2   3   4   5   6   7   >