[arch-commits] Commit in xorg-server/repos (14 files)

2017-02-11 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 07:58:00
  Author: lcarlier
Revision: 288721

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  xorg-server/repos/staging-i686/
  xorg-server/repos/staging-i686/PKGBUILD
(from rev 288720, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-i686/bug99358.patch
(from rev 288720, xorg-server/trunk/bug99358.patch)
  xorg-server/repos/staging-i686/nvidia-add-modulepath-support.patch
(from rev 288720, xorg-server/trunk/nvidia-add-modulepath-support.patch)
  xorg-server/repos/staging-i686/xorg-server.install
(from rev 288720, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/staging-i686/xvfb-run
(from rev 288720, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-i686/xvfb-run.1
(from rev 288720, xorg-server/trunk/xvfb-run.1)
  xorg-server/repos/staging-x86_64/
  xorg-server/repos/staging-x86_64/PKGBUILD
(from rev 288720, xorg-server/trunk/PKGBUILD)
  xorg-server/repos/staging-x86_64/bug99358.patch
(from rev 288720, xorg-server/trunk/bug99358.patch)
  xorg-server/repos/staging-x86_64/nvidia-add-modulepath-support.patch
(from rev 288720, xorg-server/trunk/nvidia-add-modulepath-support.patch)
  xorg-server/repos/staging-x86_64/xorg-server.install
(from rev 288720, xorg-server/trunk/xorg-server.install)
  xorg-server/repos/staging-x86_64/xvfb-run
(from rev 288720, xorg-server/trunk/xvfb-run)
  xorg-server/repos/staging-x86_64/xvfb-run.1
(from rev 288720, xorg-server/trunk/xvfb-run.1)

+
 staging-i686/PKGBUILD  |  223 
 staging-i686/bug99358.patch|  162 +++
 staging-i686/nvidia-add-modulepath-support.patch   |  851 +++
 staging-i686/xorg-server.install   |   18 
 staging-i686/xvfb-run  |  180 
 staging-i686/xvfb-run.1|  282 ++
 staging-x86_64/PKGBUILD|  223 
 staging-x86_64/bug99358.patch  |  162 +++
 staging-x86_64/nvidia-add-modulepath-support.patch |  851 +++
 staging-x86_64/xorg-server.install |   18 
 staging-x86_64/xvfb-run|  180 
 staging-x86_64/xvfb-run.1  |  282 ++
 12 files changed, 3432 insertions(+)

Copied: xorg-server/repos/staging-i686/PKGBUILD (from rev 288720, 
xorg-server/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-12 07:58:00 UTC (rev 288721)
@@ -0,0 +1,223 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Maintainer: Jan de Groot 
+
+pkgbase=xorg-server
+pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
+pkgver=1.19.1
+pkgrel=3
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('xorg')
+url="http://xorg.freedesktop.org;
+makedepends=('pixman' 'libx11' 'mesa' 'mesa-libgl' 'xf86driproto' 
'xcmiscproto' 'xtrans' 'bigreqsproto' 'randrproto' 
+ 'inputproto' 'fontsproto' 'videoproto' 'presentproto' 
'compositeproto' 'recordproto' 'scrnsaverproto'
+ 'resourceproto' 'xineramaproto' 'libxkbfile' 'libxfont2' 
'renderproto' 'libpciaccess' 'libxv'
+ 'xf86dgaproto' 'libxmu' 'libxrender' 'libxi' 'dmxproto' 'libxaw' 
'libdmx' 'libxtst' 'libxres'
+ 'xorg-xkbcomp' 'xorg-util-macros' 'xorg-font-util' 'glproto' 
'dri2proto' 'libgcrypt' 'libepoxy'
+ 'xcb-util' 'xcb-util-image' 'xcb-util-renderutil' 'xcb-util-wm' 
'xcb-util-keysyms' 'dri3proto'
+ 'libxshmfence' 'libunwind' 'systemd' 'wayland-protocols')
+source=(https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
+bug99358.patch
+nvidia-add-modulepath-support.patch
+xvfb-run
+xvfb-run.1)
+validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
+  'C383B778255613DFDB409D91DB221A690011'
+  'DD38563A8A8224537D1F90E45B8A2D50A0ECD0D3')
+sha256sums=('79ae2cf39d3f6c4a91201d8dad549d1d774b3420073c5a70d390040aa965a7fb'
+'SKIP'
+'f46a9d1a5ac43c5359fbd8c57b6e64b0bd313116b5cb638527bfe3701e6c3904'
+'914a8d775b708f836ae3f0eeca553da3872727a2e4262190f4d5c01241cb14e8'
+'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
+'2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776')
+
+prepare() {
+  cd "${pkgbase}-${pkgver}"
+
+  # merged upstream in trunk
+  patch -Np1 -i ../nvidia-add-modulepath-support.patch
+
+  # https://bugs.freedesktop.org/show_bug.cgi?id=99358
+  # https://bugs.archlinux.org/task/52808
+  patch -Np1 -i ../bug99358.patch
+  }
+
+build() {
+  cd 

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

2017-02-11 Thread Laurent Carlier
Date: Sunday, February 12, 2017 @ 07:57:30
  Author: lcarlier
Revision: 288720

upgpkg: xorg-server 1.19.1-3

remove glx symlink support, add fedora and upstream patches for libglvnd support

Added:
  xorg-server/trunk/nvidia-add-modulepath-support.patch
Modified:
  xorg-server/trunk/PKGBUILD

-+
 PKGBUILD|   13 
 nvidia-add-modulepath-support.patch |  851 ++
 2 files changed, 858 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 07:43:04 UTC (rev 288719)
+++ PKGBUILD2017-02-12 07:57:30 UTC (rev 288720)
@@ -5,7 +5,7 @@
 pkgbase=xorg-server
 pkgname=('xorg-server' 'xorg-server-xephyr' 'xorg-server-xdmx' 
'xorg-server-xvfb' 'xorg-server-xnest' 'xorg-server-xwayland' 
'xorg-server-common' 'xorg-server-devel')
 pkgver=1.19.1
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 license=('custom')
 groups=('xorg')
@@ -19,6 +19,7 @@
  'libxshmfence' 'libunwind' 'systemd' 'wayland-protocols')
 
source=(https://xorg.freedesktop.org/releases/individual/xserver/${pkgbase}-${pkgver}.tar.bz2{,.sig}
 bug99358.patch
+nvidia-add-modulepath-support.patch
 xvfb-run
 xvfb-run.1)
 validpgpkeys=('7B27A3F1A6E18CD9588B4AE8310180050905E40C'
@@ -27,6 +28,7 @@
 sha256sums=('79ae2cf39d3f6c4a91201d8dad549d1d774b3420073c5a70d390040aa965a7fb'
 'SKIP'
 'f46a9d1a5ac43c5359fbd8c57b6e64b0bd313116b5cb638527bfe3701e6c3904'
+'914a8d775b708f836ae3f0eeca553da3872727a2e4262190f4d5c01241cb14e8'
 'ff0156309470fc1d378fd2e104338020a884295e285972cc88e250e031cc35b9'
 '2460adccd3362fefd4cdc5f1c70f332d7b578091fb9167bf88b5f91265bbd776')
 
@@ -33,10 +35,13 @@
 prepare() {
   cd "${pkgbase}-${pkgver}"
 
+  # merged upstream in trunk
+  patch -Np1 -i ../nvidia-add-modulepath-support.patch
+
   # https://bugs.freedesktop.org/show_bug.cgi?id=99358
   # https://bugs.archlinux.org/task/52808
   patch -Np1 -i ../bug99358.patch
-}
+  }
 
 build() {
   cd "${pkgbase}-${pkgver}"
@@ -120,10 +125,6 @@
   # distro specific files must be installed in /usr/share/X11/xorg.conf.d
   install -m755 -d "${pkgdir}/etc/X11/xorg.conf.d"
   
-  # Needed for non-mesa drivers, libgl will restore it
-  mv "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.so" \
- "${pkgdir}/usr/lib/xorg/modules/extensions/libglx.xorg"
-
   rm -rf "${pkgdir}/var"
 
   rm -f "${pkgdir}/usr/share/man/man1/Xserver.1"

Added: nvidia-add-modulepath-support.patch
===
--- nvidia-add-modulepath-support.patch (rev 0)
+++ nvidia-add-modulepath-support.patch 2017-02-12 07:57:30 UTC (rev 288720)
@@ -0,0 +1,851 @@
+From c17e544b271ced65483692103d39ed1188d4ca25 Mon Sep 17 00:00:00 2001
+From: Hans de Goede 
+Date: Tue, 27 Sep 2016 14:30:10 +0200
+Subject: [PATCH xserver v2 5/7] xfree86: Remove redundant ServerIsNotSeat0
+ check from xf86CallDriverProbe
+
+If foundScreen is TRUE, then all the code below the removed if
+will not execute until we reach the return foundScreen; at the
+end, so this entire if block is redundant.
+
+Signed-off-by: Hans de Goede 
+---
+ hw/xfree86/common/xf86Bus.c | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c
+index 5b93940..27c6b1b 100644
+--- a/hw/xfree86/common/xf86Bus.c
 b/hw/xfree86/common/xf86Bus.c
+@@ -82,8 +82,6 @@ xf86CallDriverProbe(DriverPtr drv, Bool detect_only)
+ if (!xf86DoConfigure && drv->platformProbe != NULL) {
+ foundScreen = xf86platformProbeDev(drv);
+ }
+-if (ServerIsNotSeat0() && foundScreen)
+-return foundScreen;
+ #endif
+ 
+ #ifdef XSERVER_LIBPCIACCESS
+-- 
+2.9.3
+
+From 74bc0fff3a6ca233e56b3fb2971bca97b5a4f8b5 Mon Sep 17 00:00:00 2001
+From: Hans de Goede 
+Date: Fri, 30 Sep 2016 11:59:04 +0200
+Subject: [PATCH xserver v2 6/7] xfree86: Make adding unclaimed devices as GPU
+ devices a separate step
+
+This is primarily a preparation patch for fixing the xserver exiting with
+a "no screens found" error even though there are supported video cards,
+due to the server not recognizing any card as the primary card.
+
+This also fixes the (mostly theoretical) case of a platformBus capable
+driver adding a device as GPUscreen before a driver which only supports
+the old PCI probe method gets a chance to claim it as a normal screen.
+
+Signed-off-by: Hans de Goede 
+---
+ hw/xfree86/common/xf86Bus.c |  4 
+ hw/xfree86/common/xf86platformBus.c | 15 +++
+ hw/xfree86/common/xf86platformBus.h |  6 ++
+ 3 files changed, 25 insertions(+)
+
+diff --git a/hw/xfree86/common/xf86Bus.c b/hw/xfree86/common/xf86Bus.c
+index 27c6b1b..a3a9898 100644
+--- a/hw/xfree86/common/xf86Bus.c
 

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

2017-02-11 Thread Evangelos Foutras
Date: Sunday, February 12, 2017 @ 07:47:47
  Author: foutrelis
Revision: 212013

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mpv/repos/community-i686/PKGBUILD
(from rev 212012, mpv/trunk/PKGBUILD)
  mpv/repos/community-x86_64/PKGBUILD
(from rev 212012, mpv/trunk/PKGBUILD)
Deleted:
  mpv/repos/community-i686/PKGBUILD
  mpv/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  110 
 community-i686/PKGBUILD   |   55 --
 community-x86_64/PKGBUILD |   55 --
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 07:47:37 UTC (rev 212012)
+++ community-i686/PKGBUILD 2017-02-12 07:47:47 UTC (rev 212013)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.23.0
-pkgrel=3
-_waf_version=1.8.12
-pkgdesc='a free, open source, and cross-platform media player'
-arch=('i686' 'x86_64')
-license=('GPL')
-url='http://mpv.io'
-depends=(
-  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
-  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
-  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
-  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
-)
-makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
-optdepends=('youtube-dl: for video-sharing websites playback')
-options=('!emptydirs' '!buildflags')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
-  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
-sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
-  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-
-  install -m755 "${srcdir}"/waf-${_waf_version} waf
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf configure --prefix=/usr \
---confdir=/etc/mpv \
---enable-cdda \
---enable-encoding \
---enable-libmpv-shared \
---enable-zsh-comp
-
-  ./waf build
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  ./waf install --destdir="$pkgdir"
-
-  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
-"$pkgdir"/usr/share/doc/mpv
-}

Copied: mpv/repos/community-i686/PKGBUILD (from rev 212012, mpv/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 07:47:47 UTC (rev 212013)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Eivind Uggedal 
+
+pkgname=mpv
+epoch=1
+pkgver=0.23.0
+pkgrel=4
+_waf_version=1.8.12
+pkgdesc='a free, open source, and cross-platform media player'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://mpv.io'
+depends=(
+  'ffmpeg' 'lcms2' 'libcdio-paranoia' 'libgl' 'libxss'
+  'libxinerama' 'libxv' 'libxkbcommon' 'libva' 'wayland' 'libcaca'
+  'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'lua52' 'libdvdnav'
+  'libxrandr' 'jack' 'smbclient' 'rubberband' 'uchardet'
+)
+makedepends=('mesa' 'python-docutils' 'ladspa' 'hardening-wrapper')
+optdepends=('youtube-dl: for video-sharing websites playback')
+options=('!emptydirs' '!buildflags')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mpv-player/$pkgname/archive/v$pkgver.tar.gz;
+  "http://www.freehackers.org/~tnagy/release/waf-${_waf_version};)
+sha256sums=('8aeefe5970587dfc454d2b89726b603f156bd7a9ae427654eef0d60c68d94998'
+  '01bf2beab2106d1558800c8709bc2c8e496d3da4a2ca343fe091f22fca60c98b')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  install -m755 "${srcdir}"/waf-${_waf_version} waf
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf configure --prefix=/usr \
+--confdir=/etc/mpv \
+--enable-cdda \
+--enable-encoding \
+--enable-libmpv-shared \
+--enable-zsh-comp
+
+  ./waf build
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  ./waf install --destdir="$pkgdir"
+
+  install -m644 DOCS/{encoding.rst,tech-overview.txt} \
+"$pkgdir"/usr/share/doc/mpv
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-12 07:47:37 UTC (rev 212012)
+++ community-x86_64/PKGBUILD   2017-02-12 07:47:47 UTC (rev 212013)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.23.0
-pkgrel=3
-_waf_version=1.8.12
-pkgdesc='a 

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

2017-02-11 Thread Evangelos Foutras
Date: Sunday, February 12, 2017 @ 07:47:37
  Author: foutrelis
Revision: 212012

upgpkg: mpv 1:0.23.0-4

FFmpeg 3.2.3 rebuild (FS#52926).

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 06:37:22 UTC (rev 212011)
+++ PKGBUILD2017-02-12 07:47:37 UTC (rev 212012)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.23.0
-pkgrel=3
+pkgrel=4
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')


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

2017-02-11 Thread Evangelos Foutras
Date: Sunday, February 12, 2017 @ 07:42:53
  Author: foutrelis
Revision: 288718

upgpkg: ffmpeg 1:3.2.4-1

New upstream release.

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 01:46:40 UTC (rev 288717)
+++ PKGBUILD2017-02-12 07:42:53 UTC (rev 288718)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.2.3
+pkgver=3.2.4
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('54ce502aca10b7e6059f19220ea2f68fa0c9c4c4d255ae13e615f08f0c94dcc5'
+sha256sums=('6e38ff14f080c98b58cf5967573501b8cb586e3a173b591f3807d8f0660daf7a'
 'SKIP')
 
 build() {


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

2017-02-11 Thread Evangelos Foutras
Date: Sunday, February 12, 2017 @ 07:43:04
  Author: foutrelis
Revision: 288719

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 288718, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 288718, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 extra-i686/PKGBUILD   |   92 
 extra-x86_64/PKGBUILD |   92 
 3 files changed, 184 insertions(+), 184 deletions(-)

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

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 288718, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-12 07:43:04 UTC (rev 288719)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.2.4
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 

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

2017-02-11 Thread Felix Yan
Date: Sunday, February 12, 2017 @ 02:38:03
  Author: felixonmars
Revision: 212009

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 212008, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 212008, ghc-mod/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   60 
 community-staging-x86_64/PKGBUILD |   60 
 2 files changed, 120 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 212008, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-12 02:38:03 UTC (rev 212009)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=9
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd "${srcdir}/${pkgbase}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 212008, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-12 02:38:03 UTC (rev 212009)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=9
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2017-02-11 Thread Felix Yan
Date: Sunday, February 12, 2017 @ 02:37:42
  Author: felixonmars
Revision: 212008

upgpkg: ghc-mod 5.7.0.0-9

rebuild with hlint,1.9.41

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 02:26:20 UTC (rev 212007)
+++ PKGBUILD2017-02-12 02:37:42 UTC (rev 212008)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2017-02-11 Thread Felix Yan
Date: Sunday, February 12, 2017 @ 02:26:20
  Author: felixonmars
Revision: 212007

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: hlint/repos/community-staging-i686/PKGBUILD (from rev 212006, 
hlint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-12 02:26:20 UTC (rev 212007)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.41
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_hlint() {
+depends=('gmp' 'libffi')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-hlint() {
+pkgdesc="Source code suggestions (docs and libraries)"
+depends=("${makedepends[@]}" 'hlint')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
+}

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 212006, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-12 02:26:20 UTC (rev 212007)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.41
+pkgrel=1
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_hlint() {
+depends=('gmp' 

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

2017-02-11 Thread Felix Yan
Date: Sunday, February 12, 2017 @ 02:25:55
  Author: felixonmars
Revision: 212006

upgpkg: hlint 1.9.41-1

rebuild with hlint,1.9.41

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 02:21:05 UTC (rev 212005)
+++ PKGBUILD2017-02-12 02:25:55 UTC (rev 212006)
@@ -4,8 +4,8 @@
 
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
-pkgver=1.9.40
-pkgrel=2
+pkgver=1.9.41
+pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
  "haskell-refact")
 
source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('68ff63ac4686ac5b09ff71be811af57a2e640af49e3e606f389901b6388594a1')
+sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2017-02-11 Thread Felix Yan
Date: Sunday, February 12, 2017 @ 02:21:05
  Author: felixonmars
Revision: 212005

archrelease: copy trunk to community-i686, community-x86_64

Added:
  haskell-hakyll/repos/community-i686/PKGBUILD
(from rev 212004, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-x86_64/PKGBUILD
(from rev 212004, haskell-hakyll/trunk/PKGBUILD)
Deleted:
  haskell-hakyll/repos/community-i686/PKGBUILD
  haskell-hakyll/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   98 
 community-i686/PKGBUILD   |   49 --
 community-x86_64/PKGBUILD |   49 --
 3 files changed, 98 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 02:20:36 UTC (rev 212004)
+++ community-i686/PKGBUILD 2017-02-12 02:21:05 UTC (rev 212005)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=hakyll
-pkgname=haskell-hakyll
-pkgver=4.9.5.0
-pkgrel=17
-pkgdesc="A static website compiler library"
-url="http://jaspervdj.be/hakyll;
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
- "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
- "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
- "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
- "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
- "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
- "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
- "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
-source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('47cb6b1859911f638a69ff7cc4fb3ca837be56c51a98b5ff98e43f638ac406d7')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid \
--fcheckexternal -fwatchserver -fpreviewserver
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-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"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-hakyll/repos/community-i686/PKGBUILD (from rev 212004, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 02:21:05 UTC (rev 212005)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.1
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2017-02-11 Thread Felix Yan
Date: Sunday, February 12, 2017 @ 02:20:36
  Author: felixonmars
Revision: 212004

upgpkg: haskell-hakyll 4.9.5.1-1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 02:03:20 UTC (rev 212003)
+++ PKGBUILD2017-02-12 02:20:36 UTC (rev 212004)
@@ -4,8 +4,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.9.5.0
-pkgrel=17
+pkgver=4.9.5.1
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")
@@ -19,7 +19,7 @@
  "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
  "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('47cb6b1859911f638a69ff7cc4fb3ca837be56c51a98b5ff98e43f638ac406d7')
+sha256sums=('8deca33939717372ca227559dfe82aa0b02af49b19e9ea60051f555dcee2cfe6')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-02-11 Thread Sébastien Luttringer
Date: Sunday, February 12, 2017 @ 01:47:40
  Author: seblu
Revision: 211971

archrelease: copy trunk to community-x86_64, community-i686

Added:
  docker/repos/community-i686/PKGBUILD
(from rev 211970, docker/trunk/PKGBUILD)
  docker/repos/community-i686/docker.sysusers
(from rev 211970, docker/trunk/docker.sysusers)
  docker/repos/community-x86_64/PKGBUILD
(from rev 211970, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.sysusers
(from rev 211970, docker/trunk/docker.sysusers)
Deleted:
  docker/repos/community-i686/PKGBUILD
  docker/repos/community-i686/docker.sysusers
  docker/repos/community-x86_64/PKGBUILD
  docker/repos/community-x86_64/docker.sysusers

--+
 /PKGBUILD|  252 +
 /docker.sysusers |4 
 community-i686/PKGBUILD  |  102 --
 community-i686/docker.sysusers   |2 
 community-x86_64/PKGBUILD|  102 --
 community-x86_64/docker.sysusers |2 
 6 files changed, 256 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 01:47:03 UTC (rev 211970)
+++ community-i686/PKGBUILD 2017-02-12 01:47:40 UTC (rev 211971)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=1.12.6
-pkgrel=1
-epoch=1
-pkgdesc='Pack, ship and run any application as a lightweight container'
-arch=('x86_64' 'i686')
-url='https://www.docker.com/'
-license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
-makedepends=('git' 'go' 'btrfs-progs' 'go-md2man')
-optdepends=('btrfs-progs: btrfs backend support'
-'lxc: lxc backend support')
-# don't strip binaries! A sha1 is used to check binary consistency.
-options=('!strip')
-# Use exact commit version from Dockerfile for runc and containerd until 1.0.0
-# https://github.com/docker/containerd/issues/299#issuecomment-240745119
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
-
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
-"$pkgname.sysusers")
-md5sums=('SKIP'
- 'SKIP'
- 'SKIP'
- '9a8b2744db23b14ca3cd350fdf73c179')
-
-prepare() {
-  cd docker
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  export GOPATH="$srcdir"
-
-  # runc
-  msg2 'Building runc'
-  mkdir -p src/github.com/opencontainers
-  ln -rsf "$srcdir/runc" src/github.com/opencontainers/runc
-  cd src/github.com/opencontainers/runc
-  make BUILDTAGS='seccomp'
-
-  # containerd
-  msg2 'Building containerd'
-  cd "$srcdir"
-  mkdir -p src/github.com/docker
-  ln -rsf containerd src/github.com/docker
-  cd src/github.com/docker/containerd
-  LDFLAGS= make
-
-  # docker
-  msg2 'Building docker'
-  cd "$srcdir"/docker
-  export AUTO_GOPATH=1 DOCKER_BUILDTAGS='seccomp'
-  hack/make.sh dynbinary
-  # man pages
-  man/md2man-all.sh 2>/dev/null
-}
-
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
-package() {
-  # runc & containerd
-  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
-  install -Dm755 containerd/bin/containerd-shim 
"$pkgdir/usr/bin/docker-containerd-shim"
-  install -Dm755 containerd/bin/ctr "$pkgdir/usr/bin/docker-containerd-ctr"
-  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
-  # docker binary
-  cd docker
-  install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" 
"$pkgdir/usr/bin/docker-proxy"
-  install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" 
"$pkgdir/usr/bin/dockerd"
-  # completion
-  install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"
-  install -Dm644 'contrib/completion/zsh/_docker' 
"$pkgdir/usr/share/zsh/site-functions/_docker"
-  install -Dm644 'contrib/completion/fish/docker.fish' 
"$pkgdir/usr/share/fish/vendor_completions.d/docker.fish"
-  # systemd
-  install -Dm644 'contrib/init/systemd/docker.service' 
"$pkgdir/usr/lib/systemd/system/docker.service"
-  install -Dm644 'contrib/init/systemd/docker.socket' 
"$pkgdir/usr/lib/systemd/system/docker.socket"
-  install -Dm644 'contrib/udev/80-docker.rules' 
"$pkgdir/usr/lib/udev/rules.d/80-docker.rules"
-  install -Dm644 "$srcdir/$pkgname.sysusers" 
"$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-  # vim syntax
-  install -Dm644 'contrib/syntax/vim/syntax/dockerfile.vim' 

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

2017-02-11 Thread Sébastien Luttringer
Date: Sunday, February 12, 2017 @ 01:47:03
  Author: seblu
Revision: 211970

upgpkg: docker 1:1.13.1-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-12 00:24:44 UTC (rev 211969)
+++ PKGBUILD2017-02-12 01:47:03 UTC (rev 211970)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.12.6
+pkgver=1.13.1
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -17,13 +17,19 @@
 options=('!strip')
 # Use exact commit version from Dockerfile for runc and containerd until 1.0.0
 # https://github.com/docker/containerd/issues/299#issuecomment-240745119
+# see commit in hack/dockerfile/binaries-commits
+_RUNC_COMMIT=9df8b306d01f59d3a8029be411de015b7304dd8f
+_CONTAINERD_COMMIT=aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1
+_LIBNETWORK_COMMIT=0f534354b813003a754606689722fe253101bc4e
 source=("git+https://github.com/docker/docker.git#tag=v$pkgver;
-
'git+https://github.com/opencontainers/runc.git#commit=cc29e3dded8e27ba8f65738f40d251c885030a28'
-
'git+https://github.com/docker/containerd.git#commit=0ac3cd1be170d180b2baed755e8f0da547ceb267'
+"git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT;
+
"git+https://github.com/docker/containerd.git#commit=$_CONTAINERD_COMMIT;
+
"git+https://github.com/docker/libnetwork.git#commit=$_LIBNETWORK_COMMIT;
 "$pkgname.sysusers")
 md5sums=('SKIP'
  'SKIP'
  'SKIP'
+ 'SKIP'
  '9a8b2744db23b14ca3cd350fdf73c179')
 
 prepare() {
@@ -40,6 +46,20 @@
 }
 
 build() {
+  # check packager mistake on commit version
+  msg2 'Checking commit mismatch'
+  . "$srcdir"/docker/hack/dockerfile/binaries-commits
+  local _commit _pkgbuild _dockerfile
+  for _commit in RUNC CONTAINERD LIBNETWORK; do
+_pkgbuild=_${_commit}_COMMIT
+_dockerfile=${_commit}_COMMIT
+if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
+  error "Invalid $_commit commit"
+  return 1
+fi
+  done
+
+  # go
   export GOPATH="$srcdir"
 
   # runc
@@ -57,6 +77,13 @@
   cd src/github.com/docker/containerd
   LDFLAGS= make
 
+  # docker proxy
+  msg2 'Building docker-proxy'
+  cd "$srcdir"
+  ln -rsf libnetwork src/github.com/docker
+  cd src/github.com/docker/libnetwork
+  go build github.com/docker/libnetwork/cmd/proxy
+
   # docker
   msg2 'Building docker'
   cd "$srcdir"/docker
@@ -66,21 +93,18 @@
   man/md2man-all.sh 2>/dev/null
 }
 
-#check() {
-#  cd docker
-#  ./hack/make.sh dyntest
-#}
-
 package() {
-  # runc & containerd
+  # runc
+  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
+  # containerd
   install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
   install -Dm755 containerd/bin/containerd-shim 
"$pkgdir/usr/bin/docker-containerd-shim"
   install -Dm755 containerd/bin/ctr "$pkgdir/usr/bin/docker-containerd-ctr"
-  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
+  # docker proxy
+  install -Dm755 libnetwork/proxy "$pkgdir/usr/bin/docker-proxy"
   # docker binary
   cd docker
   install -Dm755 "bundles/$pkgver/dynbinary-client/docker-$pkgver" 
"$pkgdir/usr/bin/docker"
-  install -Dm755 "bundles/$pkgver/dynbinary-daemon/docker-proxy-$pkgver" 
"$pkgdir/usr/bin/docker-proxy"
   install -Dm755 "bundles/$pkgver/dynbinary-daemon/dockerd-$pkgver" 
"$pkgdir/usr/bin/dockerd"
   # completion
   install -Dm644 'contrib/completion/bash/docker' 
"$pkgdir/usr/share/bash-completion/completions/docker"


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

2017-02-11 Thread Sébastien Luttringer
Date: Sunday, February 12, 2017 @ 01:46:40
  Author: seblu
Revision: 288717

db-move: moved sed from [testing] to [core] (i686, x86_64)

Added:
  sed/repos/core-i686/PKGBUILD
(from rev 288716, sed/repos/testing-i686/PKGBUILD)
  sed/repos/core-x86_64/PKGBUILD
(from rev 288716, sed/repos/testing-x86_64/PKGBUILD)
Deleted:
  sed/repos/core-i686/PKGBUILD
  sed/repos/core-x86_64/PKGBUILD
  sed/repos/testing-i686/
  sed/repos/testing-x86_64/

--+
 /PKGBUILD|   74 +
 core-i686/PKGBUILD   |   37 
 core-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-02-12 01:46:38 UTC (rev 288716)
+++ core-i686/PKGBUILD  2017-02-12 01:46:40 UTC (rev 288717)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=sed
-pkgver=4.3
-pkgrel=1
-pkgdesc='GNU stream editor'
-arch=('i686' 'x86_64')
-url='https://www.gnu.org/software/sed/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'acl' 'attr')
-makedepends=('gettext')
-source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') #Jim Meyering 

-md5sums=('1957fe58dffa4a4106c1f1d7cc8dee18'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sed/repos/core-i686/PKGBUILD (from rev 288716, 
sed/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-02-12 01:46:40 UTC (rev 288717)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=sed
+pkgver=4.4
+pkgrel=1
+pkgdesc='GNU stream editor'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/sed/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'acl' 'attr')
+makedepends=('gettext')
+source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') #Jim Meyering 

+md5sums=('e0c583d4c380059abd818cd540fe6938'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-02-12 01:46:38 UTC (rev 288716)
+++ core-x86_64/PKGBUILD2017-02-12 01:46:40 UTC (rev 288717)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=sed
-pkgver=4.3
-pkgrel=1
-pkgdesc='GNU stream editor'
-arch=('i686' 'x86_64')
-url='https://www.gnu.org/software/sed/'
-license=('GPL3')
-groups=('base' 'base-devel')
-depends=('glibc' 'acl' 'attr')
-makedepends=('gettext')
-source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') #Jim Meyering 

-md5sums=('1957fe58dffa4a4106c1f1d7cc8dee18'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: sed/repos/core-x86_64/PKGBUILD (from rev 288716, 
sed/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2017-02-12 01:46:40 UTC (rev 288717)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=sed
+pkgver=4.4
+pkgrel=1
+pkgdesc='GNU stream editor'
+arch=('i686' 'x86_64')
+url='https://www.gnu.org/software/sed/'
+license=('GPL3')
+groups=('base' 'base-devel')
+depends=('glibc' 'acl' 'attr')
+makedepends=('gettext')
+source=("https://ftp.gnu.org/pub/gnu/sed/$pkgname-$pkgver.tar.xz"{,.sig})
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') #Jim Meyering 


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

2017-02-11 Thread Sébastien Luttringer
Date: Sunday, February 12, 2017 @ 01:46:38
  Author: seblu
Revision: 288716

db-move: moved grep from [testing] to [core] (i686, x86_64)

Added:
  grep/repos/core-i686/PKGBUILD
(from rev 288715, grep/repos/testing-i686/PKGBUILD)
  grep/repos/core-x86_64/PKGBUILD
(from rev 288715, grep/repos/testing-x86_64/PKGBUILD)
Deleted:
  grep/repos/core-i686/PKGBUILD
  grep/repos/core-x86_64/PKGBUILD
  grep/repos/testing-i686/
  grep/repos/testing-x86_64/

--+
 /PKGBUILD|   70 +
 core-i686/PKGBUILD   |   35 
 core-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-02-12 01:46:35 UTC (rev 288715)
+++ core-i686/PKGBUILD  2017-02-12 01:46:38 UTC (rev 288716)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=grep
-pkgver=2.27
-pkgrel=1
-pkgdesc='A string search utility'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='https://www.gnu.org/software/grep/'
-groups=('base' 'base-devel')
-depends=('glibc' 'pcre')
-makedepends=('texinfo')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('6138dd227c39d4a25f81eea76a44d4cb'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grep/repos/core-i686/PKGBUILD (from rev 288715, 
grep/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-02-12 01:46:38 UTC (rev 288716)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=3.0
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/grep/'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('fa07c1616adeb9c3262be5177d10ad4a'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --without-included-regex
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-02-12 01:46:35 UTC (rev 288715)
+++ core-x86_64/PKGBUILD2017-02-12 01:46:38 UTC (rev 288716)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: judd 
-
-pkgname=grep
-pkgver=2.27
-pkgrel=1
-pkgdesc='A string search utility'
-arch=('i686' 'x86_64')
-license=('GPL3')
-url='https://www.gnu.org/software/grep/'
-groups=('base' 'base-devel')
-depends=('glibc' 'pcre')
-makedepends=('texinfo')
-validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
-source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
-md5sums=('6138dd227c39d4a25f81eea76a44d4cb'
- 'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --without-included-regex
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: grep/repos/core-x86_64/PKGBUILD (from rev 288715, 
grep/repos/testing-x86_64/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2017-02-12 01:46:38 UTC (rev 288716)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: judd 
+
+pkgname=grep
+pkgver=3.0
+pkgrel=1
+pkgdesc='A string search utility'
+arch=('i686' 'x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/grep/'
+groups=('base' 'base-devel')
+depends=('glibc' 'pcre')
+makedepends=('texinfo')
+validpgpkeys=('155D3FC500C834486D1EEA677FD9FCCB000B') # Jim Meyering
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.xz"{,.sig})
+md5sums=('fa07c1616adeb9c3262be5177d10ad4a'
+ 'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure 

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

2017-02-11 Thread Sébastien Luttringer
Date: Sunday, February 12, 2017 @ 01:46:35
  Author: seblu
Revision: 288715

db-move: moved file from [testing] to [core] (i686, x86_64)

Added:
  file/repos/core-i686/PKGBUILD
(from rev 288714, file/repos/testing-i686/PKGBUILD)
  file/repos/core-x86_64/PKGBUILD
(from rev 288714, file/repos/testing-x86_64/PKGBUILD)
Deleted:
  file/repos/core-i686/PKGBUILD
  file/repos/core-x86_64/PKGBUILD
  file/repos/testing-i686/
  file/repos/testing-x86_64/

--+
 /PKGBUILD|   96 +
 core-i686/PKGBUILD   |   48 
 core-x86_64/PKGBUILD |   48 
 3 files changed, 96 insertions(+), 96 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-02-11 22:44:41 UTC (rev 288714)
+++ core-i686/PKGBUILD  2017-02-12 01:46:35 UTC (rev 288715)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.29
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('b7b57b36b577c9cede2f2d1342203302')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: file/repos/core-i686/PKGBUILD (from rev 288714, 
file/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-02-12 01:46:35 UTC (rev 288715)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=file
+pkgver=5.30
+pkgrel=1
+pkgdesc='File type identification utility'
+arch=('i686' 'x86_64')
+license=('custom')
+groups=('base' 'base-devel')
+url='https://www.darwinsys.com/file/'
+depends=('glibc' 'zlib')
+source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('f35eaf05489ae566eafc4d26bb1dcd90')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2017-02-11 22:44:41 UTC (rev 288714)
+++ core-x86_64/PKGBUILD2017-02-12 01:46:35 UTC (rev 288715)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=file
-pkgver=5.29
-pkgrel=1
-pkgdesc='File type identification utility'
-arch=('i686' 'x86_64')
-license=('custom')
-groups=('base' 'base-devel')
-url='http://www.darwinsys.com/file/'
-depends=('glibc' 'zlib')
-source=("ftp://ftp.astron.com/pub/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('b7b57b36b577c9cede2f2d1342203302')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --datadir=/usr/share/file --enable-fsect-man5
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

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

2017-02-11 Thread Johannes Löthberg
Date: Sunday, February 12, 2017 @ 00:24:33
  Author: demize
Revision: 211968

upgpkg: go-ipfs 0.4.5-1

Modified:
  go-ipfs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:35:06 UTC (rev 211967)
+++ PKGBUILD2017-02-12 00:24:33 UTC (rev 211968)
@@ -1,11 +1,12 @@
 # $Id$
-# Maintainer: Anatol Pomozov
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
 # Contributor: kpcyrd 
 # Contributor: Frederik “Freso” S. Olesen 
 # Contributor: Ian Naval 
 
 pkgname=go-ipfs
-pkgver=0.4.4
+pkgver=0.4.5
 pkgrel=1
 
 pkgdesc='A peer-to-peer hypermedia distribution protocol'
@@ -19,7 +20,7 @@
 
 
source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
 ipfs.service)
-sha512sums=('71e3bfd0c29a32575fd803a09f1463243cf379cb3a52781cdb758293415ca4ed85e9a9ad9fbd57a9c22767ac336ecf279dd6bfae6858b5c8c13816bca93ab112'
+sha512sums=('15e355973a463354c7019ed7ae8dd1c8337a38c159e882abcaaa80b2f32a0d8879ebfe12a98bbcfbcefdfc13bde3ed80ac91cc34c6e4e5e37336f94100634bc0'
 
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
 
 prepare() {


[arch-commits] Commit in go-ipfs/repos (8 files)

2017-02-11 Thread Johannes Löthberg
Date: Sunday, February 12, 2017 @ 00:24:44
  Author: demize
Revision: 211969

archrelease: copy trunk to community-i686, community-x86_64

Added:
  go-ipfs/repos/community-i686/PKGBUILD
(from rev 211968, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-i686/ipfs.service
(from rev 211968, go-ipfs/trunk/ipfs.service)
  go-ipfs/repos/community-x86_64/PKGBUILD
(from rev 211968, go-ipfs/trunk/PKGBUILD)
  go-ipfs/repos/community-x86_64/ipfs.service
(from rev 211968, go-ipfs/trunk/ipfs.service)
Deleted:
  go-ipfs/repos/community-i686/PKGBUILD
  go-ipfs/repos/community-i686/ipfs.service
  go-ipfs/repos/community-x86_64/PKGBUILD
  go-ipfs/repos/community-x86_64/ipfs.service

---+
 /PKGBUILD |  100 
 /ipfs.service |   18 +++
 community-i686/PKGBUILD   |   49 ---
 community-i686/ipfs.service   |9 ---
 community-x86_64/PKGBUILD |   49 ---
 community-x86_64/ipfs.service |9 ---
 6 files changed, 118 insertions(+), 116 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-12 00:24:33 UTC (rev 211968)
+++ community-i686/PKGBUILD 2017-02-12 00:24:44 UTC (rev 211969)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: kpcyrd 
-# Contributor: Frederik “Freso” S. Olesen 
-# Contributor: Ian Naval 
-
-pkgname=go-ipfs
-pkgver=0.4.4
-pkgrel=1
-
-pkgdesc='A peer-to-peer hypermedia distribution protocol'
-url='http://ipfs.io/'
-arch=(i686 x86_64)
-license=(MIT)
-
-depends=(glibc)
-optdepends=('fuse: for mounting/advanced use')
-makedepends=(go git)
-
-source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
-ipfs.service)
-sha512sums=('71e3bfd0c29a32575fd803a09f1463243cf379cb3a52781cdb758293415ca4ed85e9a9ad9fbd57a9c22767ac336ecf279dd6bfae6858b5c8c13816bca93ab112'
-
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
-
-prepare() {
-  export GOPATH="$PWD"/.gopath
-  mkdir -p "$GOPATH"/src/github.com/ipfs
-  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-  make gx_check
-}
-
-build() {
-  export PATH="$PATH":"$PWD"/.gopath/bin
-  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
-
-  make build
-}
-
-package() {
-  cd go-ipfs-$pkgver
-
-  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
-  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
-  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
-  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
-  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}

Copied: go-ipfs/repos/community-i686/PKGBUILD (from rev 211968, 
go-ipfs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-12 00:24:44 UTC (rev 211969)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Anatol Pomozov
+# Contributor: kpcyrd 
+# Contributor: Frederik “Freso” S. Olesen 
+# Contributor: Ian Naval 
+
+pkgname=go-ipfs
+pkgver=0.4.5
+pkgrel=1
+
+pkgdesc='A peer-to-peer hypermedia distribution protocol'
+url='http://ipfs.io/'
+arch=(i686 x86_64)
+license=(MIT)
+
+depends=(glibc)
+optdepends=('fuse2: for mounting/advanced use')
+makedepends=(go git)
+
+source=(go-ipfs-$pkgver.tar.gz::https://github.com/ipfs/go-ipfs/archive/v$pkgver.tar.gz
+ipfs.service)
+sha512sums=('15e355973a463354c7019ed7ae8dd1c8337a38c159e882abcaaa80b2f32a0d8879ebfe12a98bbcfbcefdfc13bde3ed80ac91cc34c6e4e5e37336f94100634bc0'
+
'1a6bc7fffc3c3640cda3f33c107424edd698c62bd8509731856b8827ea18be1a1845ef0d5ca15325d48d7d871a78daacc011ff9eacea926bc35899850990c1c6')
+
+prepare() {
+  export GOPATH="$PWD"/.gopath
+  mkdir -p "$GOPATH"/src/github.com/ipfs
+  ln -sf "$PWD"/go-ipfs-$pkgver "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+  make gx_check
+}
+
+build() {
+  export PATH="$PATH":"$PWD"/.gopath/bin
+  cd "$GOPATH"/src/github.com/ipfs/go-ipfs
+
+  make build
+}
+
+package() {
+  cd go-ipfs-$pkgver
+
+  install -Dm 755 cmd/ipfs/ipfs "$pkgdir/usr/bin/ipfs"
+  install -Dm 644  ../ipfs.service "$pkgdir/usr/lib/systemd/user/ipfs.service"
+  install -Dm 644 misc/completion/ipfs-completion.bash 
"$pkgdir/usr/share/bash-completion/completions/ipfs"
+  install -Dm 644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE
+  install -Dm 644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}

Deleted: community-i686/ipfs.service

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:35:06
  Author: felixonmars
Revision: 211967

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   54 
 community-staging-x86_64/PKGBUILD |   54 
 2 files changed, 108 insertions(+)

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 211966, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 23:35:06 UTC (rev 211967)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=31
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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-missingh" "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-stm"
+ "haskell-stm-chans" "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-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-warp-tls" 
"haskell-yesod"
+ "haskell-yesod-core" "haskell-yesod-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://github.com/joeyh/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/$pkgname" \
+-fcryptonite -fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -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 DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 211966, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 23:35:06 UTC (rev 211967)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170101
+pkgrel=31
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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" 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:34:45
  Author: felixonmars
Revision: 211966

upgpkg: git-annex 6.20170101-31

rebuild with safe,0.3.13

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:26:07 UTC (rev 211965)
+++ PKGBUILD2017-02-11 23:34:45 UTC (rev 211966)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170101
-pkgrel=30
+pkgrel=31
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2017-02-11 Thread Kyle Keen
Date: Saturday, February 11, 2017 @ 23:25:46
  Author: kkeen
Revision: 211964

upgpkg: ngircd 24-1

Modified:
  ngircd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:25:28 UTC (rev 211963)
+++ PKGBUILD2017-02-11 23:25:46 UTC (rev 211964)
@@ -4,8 +4,8 @@
 # Contributor: Alexander Rødseth 
 
 pkgname=ngircd
-pkgver=23
-pkgrel=2
+pkgver=24
+pkgrel=1
 pkgdesc="Next Generation IRC Daemon"
 arch=('x86_64' 'i686')
 backup=(etc/ngircd.conf)
@@ -14,7 +14,7 @@
 depends=('openssl' 'libident' 'zlib')
 source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
 ngircd.service)
-sha256sums=('99b8b67a975a9ae9b81c96bdee02133a10f515c718825d34cedcb64f1fc95e73'
+sha256sums=('3e00a7da52c81fc1e02bb996a27bf43da905ba7037bf8c6bb3bd13321e0c85ab'
 'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
 
 build() {


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

2017-02-11 Thread Balló György
Date: Saturday, February 11, 2017 @ 23:25:28
  Author: bgyorgy
Revision: 211963

Replace network-manager-applet dependency

with libmm-glib and nm-connection-editor.

Modified:
  cinnamon-control-center/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:19:49 UTC (rev 211962)
+++ PKGBUILD2017-02-11 23:25:28 UTC (rev 211963)
@@ -10,7 +10,7 @@
 pkgdesc="The Control Center for Cinnamon"
 arch=('i686' 'x86_64')
 depends=('cinnamon-settings-daemon' 'cinnamon-translations' 'cinnamon-menus'
- 'libgnomekbd' 'network-manager-applet' 'colord')
+ 'libgnomekbd'  'libmm-glib' 'nm-connection-editor' 'colord')
 optdepends=('gnome-color-manager: for color management tasks')
 makedepends=('intltool' 'gnome-common' 'docbook-xsl')
 url="https://github.com/linuxmint/cinnamon-control-center;


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

2017-02-11 Thread Kyle Keen
Date: Saturday, February 11, 2017 @ 23:26:07
  Author: kkeen
Revision: 211965

archrelease: copy trunk to community-x86_64, community-i686

Added:
  ngircd/repos/community-i686/PKGBUILD
(from rev 211964, ngircd/trunk/PKGBUILD)
  ngircd/repos/community-i686/ngircd.service
(from rev 211964, ngircd/trunk/ngircd.service)
  ngircd/repos/community-x86_64/PKGBUILD
(from rev 211964, ngircd/trunk/PKGBUILD)
  ngircd/repos/community-x86_64/ngircd.service
(from rev 211964, ngircd/trunk/ngircd.service)
Deleted:
  ngircd/repos/community-i686/PKGBUILD
  ngircd/repos/community-i686/ngircd.service
  ngircd/repos/community-x86_64/PKGBUILD
  ngircd/repos/community-x86_64/ngircd.service

-+
 /PKGBUILD   |   80 ++
 /ngircd.service |   22 ++
 community-i686/PKGBUILD |   40 ---
 community-i686/ngircd.service   |   11 -
 community-x86_64/PKGBUILD   |   40 ---
 community-x86_64/ngircd.service |   11 -
 6 files changed, 102 insertions(+), 102 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 23:25:46 UTC (rev 211964)
+++ community-i686/PKGBUILD 2017-02-11 23:26:07 UTC (rev 211965)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Mateusz Herych 
-# Contributor: Alexander Rødseth 
-
-pkgname=ngircd
-pkgver=23
-pkgrel=2
-pkgdesc="Next Generation IRC Daemon"
-arch=('x86_64' 'i686')
-backup=(etc/ngircd.conf)
-url="http://ngircd.barton.de/;
-license=('GPL')
-depends=('openssl' 'libident' 'zlib')
-source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
-ngircd.service)
-sha256sums=('99b8b67a975a9ae9b81c96bdee02133a10f515c718825d34cedcb64f1fc95e73'
-'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --mandir=/usr/share/man \
-   --with-ident \
-   --with-openssl \
-   --enable-ipv6
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 ../ngircd.service 
"$pkgdir/usr/lib/systemd/system/ngircd.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ngircd/repos/community-i686/PKGBUILD (from rev 211964, 
ngircd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-11 23:26:07 UTC (rev 211965)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Mateusz Herych 
+# Contributor: Alexander Rødseth 
+
+pkgname=ngircd
+pkgver=24
+pkgrel=1
+pkgdesc="Next Generation IRC Daemon"
+arch=('x86_64' 'i686')
+backup=(etc/ngircd.conf)
+url="http://ngircd.barton.de/;
+license=('GPL')
+depends=('openssl' 'libident' 'zlib')
+source=("http://ngircd.barton.de/pub/ngircd/ngircd-$pkgver.tar.gz;
+ngircd.service)
+sha256sums=('3e00a7da52c81fc1e02bb996a27bf43da905ba7037bf8c6bb3bd13321e0c85ab'
+'f02e30f6864ba1130bcc85bedc44ad782687f572c06f10e0501b0ddcf532b404')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr \
+   --sysconfdir=/etc \
+   --sbindir=/usr/bin \
+   --mandir=/usr/share/man \
+   --with-ident \
+   --with-openssl \
+   --enable-ipv6
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 ../ngircd.service 
"$pkgdir/usr/lib/systemd/system/ngircd.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/ngircd.service
===
--- community-i686/ngircd.service   2017-02-11 23:25:46 UTC (rev 211964)
+++ community-i686/ngircd.service   2017-02-11 23:26:07 UTC (rev 211965)
@@ -1,11 +0,0 @@
-[Unit]
-Description=Next Generation IRC Daemon
-After=network.target
-
-[Service]
-# don't daemonize to simplify stuff
-ExecStart=/usr/bin/ngircd -n
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Copied: ngircd/repos/community-i686/ngircd.service (from rev 211964, 
ngircd/trunk/ngircd.service)
===
--- community-i686/ngircd.service   (rev 0)
+++ community-i686/ngircd.service   2017-02-11 23:26:07 UTC (rev 211965)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Next Generation IRC Daemon
+After=network.target
+
+[Service]
+# don't daemonize to simplify stuff
+ExecStart=/usr/bin/ngircd -n
+ExecReload=/bin/kill -HUP $MAINPID
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:19:28
  Author: felixonmars
Revision: 211961

upgpkg: haskell-yesod-static 1.5.1.1-37

rebuild with safe,0.3.13

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:16:21 UTC (rev 211960)
+++ PKGBUILD2017-02-11 23:19:28 UTC (rev 211961)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.1.1
-pkgrel=36
+pkgrel=37
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:19:49
  Author: felixonmars
Revision: 211962

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
211961, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 23:19:49 UTC (rev 211962)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=37
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
211961, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 23:19:49 UTC (rev 211962)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.1.1
+pkgrel=37
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('cdb50763c4cbd2b8fcdb2b9f2f2526648e82454c62d49bfd6d165af80a192a92')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:16:21
  Author: felixonmars
Revision: 211960

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
211959, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 23:16:21 UTC (rev 211960)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=10
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a2c76409522ac276b92d31e13ffa94ae51194ffdb902a41f979d25181a5182d2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
211959, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 23:16:21 UTC (rev 211960)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=10
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:16:02
  Author: felixonmars
Revision: 211959

upgpkg: haskell-yesod-auth 1.4.16-10

rebuild with safe,0.3.13

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:10:19 UTC (rev 211958)
+++ PKGBUILD2017-02-11 23:16:02 UTC (rev 211959)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.16
-pkgrel=9
+pkgrel=10
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:10:19
  Author: felixonmars
Revision: 211958

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 211957, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 23:10:19 UTC (rev 211958)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=16
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 211957, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 23:10:19 UTC (rev 211958)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=16
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+  

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:10:00
  Author: felixonmars
Revision: 211957

upgpkg: haskell-yesod 1.4.4-16

rebuild with safe,0.3.13

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:07:15 UTC (rev 211956)
+++ PKGBUILD2017-02-11 23:10:00 UTC (rev 211957)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.4
-pkgrel=15
+pkgrel=16
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:07:15
  Author: felixonmars
Revision: 211956

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
211955, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 23:07:15 UTC (rev 211956)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.10
+pkgrel=4
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddeb72988e1dffb1c3766c35941520aa6ff6a8b09d6bdeb453d9c75d11ad8e43')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+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
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
211955, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 23:07:15 UTC (rev 211956)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.10
+pkgrel=4
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "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")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddeb72988e1dffb1c3766c35941520aa6ff6a8b09d6bdeb453d9c75d11ad8e43')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+ 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:06:56
  Author: felixonmars
Revision: 211955

upgpkg: haskell-yesod-form 1.4.10-4

rebuild with safe,0.3.13

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:02:55 UTC (rev 211954)
+++ PKGBUILD2017-02-11 23:06:56 UTC (rev 211955)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.10
-pkgrel=3
+pkgrel=4
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:02:55
  Author: felixonmars
Revision: 211954

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 211953, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 23:02:55 UTC (rev 211954)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.1.1
+pkgrel=22
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dffd2604fc37a6b518c06391c44059df96895e3b484d4de8fbff9ff0869e7551')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 211953, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 23:02:55 UTC (rev 211954)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.1.1
+pkgrel=22
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dffd2604fc37a6b518c06391c44059df96895e3b484d4de8fbff9ff0869e7551')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:02:32
  Author: felixonmars
Revision: 211953

upgpkg: haskell-yesod-persistent 1.4.1.1-22

rebuild with safe,0.3.13

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 23:00:25 UTC (rev 211952)
+++ PKGBUILD2017-02-11 23:02:32 UTC (rev 211953)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.1.1
-pkgrel=21
+pkgrel=22
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:00:25
  Author: felixonmars
Revision: 211952

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
211951, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 23:00:25 UTC (rev 211952)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=106
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+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-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
211951, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 23:00:25 UTC (rev 211952)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=106
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+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-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 23:00:06
  Author: felixonmars
Revision: 211951

upgpkg: haskell-yesod-default 1.2.0-106

rebuild with safe,0.3.13

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:59:43 UTC (rev 211950)
+++ PKGBUILD2017-02-11 23:00:06 UTC (rev 211951)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=105
+pkgrel=106
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-11 Thread Balló György
Date: Saturday, February 11, 2017 @ 22:59:43
  Author: bgyorgy
Revision: 211950

Update nm-connection-editor dependency name

Modified:
  gnome-initial-setup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:57:59 UTC (rev 211949)
+++ PKGBUILD2017-02-11 22:59:43 UTC (rev 211950)
@@ -8,7 +8,7 @@
 arch=('i686' 'x86_64')
 url="http://www.gnome.org/;
 license=('GPL')
-depends=('libnm-gtk' 'accountsservice' 'cheese' 'gnome-desktop' 'libgweather'
+depends=('nm-connection-editor' 'accountsservice' 'cheese' 'gnome-desktop' 
'libgweather'
  'gnome-online-accounts' 'libgdm' 'libpwquality' 'libibus' 
'libgnomekbd')
 makedepends=('intltool' 'python2')
 optdepends=('gdm: GDM Initial Setup mode'


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 22:57:39
  Author: felixonmars
Revision: 211948

upgpkg: haskell-yesod-core 1.4.31-7

rebuild with safe,0.3.13

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:51:14 UTC (rev 211947)
+++ PKGBUILD2017-02-11 22:57:39 UTC (rev 211948)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.31
-pkgrel=6
+pkgrel=7
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 22:57:59
  Author: felixonmars
Revision: 211949

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
211948, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 22:57:59 UTC (rev 211949)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.31
+pkgrel=7
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 
"haskell-old-locale"
+ "haskell-parsec" "haskell-path-pieces" "haskell-primitive" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-semigroups" 
"haskell-shakespeare"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai" 
"haskell-wai-extra"
+ "haskell-wai-logger" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('9a2e4c39c9ce66c2881d5da6c9a621c07492c950d935231aa7e12ed3a008d7af')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD (from rev 
211948, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 22:57:59 UTC (rev 211949)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.31
+pkgrel=7
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-cereal" "haskell-clientsession" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cookie" "haskell-data-default" "haskell-deepseq-generics" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-types" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random" 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 22:51:14
  Author: felixonmars
Revision: 211947

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 174 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 211946, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 22:51:14 UTC (rev 211947)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=33
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "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-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 22:50:53
  Author: felixonmars
Revision: 211946

upgpkg: stack 1.3.2-33

rebuild with safe,0.3.13

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:21:03 UTC (rev 211945)
+++ PKGBUILD2017-02-11 22:50:53 UTC (rev 211946)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=32
+pkgrel=33
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-02-11 Thread Maxime Gauduin
Date: Saturday, February 11, 2017 @ 22:44:18
  Author: alucryd
Revision: 288713

upgpkg: ffmpeg 1:3.2.3-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:08:04 UTC (rev 288712)
+++ PKGBUILD2017-02-11 22:44:18 UTC (rev 288713)
@@ -6,8 +6,8 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.2.2
-pkgrel=2
+pkgver=3.2.3
+pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
 arch=('i686' 'x86_64')
@@ -28,7 +28,7 @@
   'libswscale.so')
 source=("https://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.xz"{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('3f01bd1fe1a17a277f8c84869e5d9192b4b978cb660872aa2b54c3cc8a2fedfc'
+sha256sums=('54ce502aca10b7e6059f19220ea2f68fa0c9c4c4d255ae13e615f08f0c94dcc5'
 'SKIP')
 
 build() {


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

2017-02-11 Thread Maxime Gauduin
Date: Saturday, February 11, 2017 @ 22:44:41
  Author: alucryd
Revision: 288714

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  ffmpeg/repos/extra-i686/PKGBUILD
(from rev 288713, ffmpeg/trunk/PKGBUILD)
  ffmpeg/repos/extra-x86_64/PKGBUILD
(from rev 288713, ffmpeg/trunk/PKGBUILD)
Deleted:
  ffmpeg/repos/extra-i686/PKGBUILD
  ffmpeg/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  184 
 extra-i686/PKGBUILD   |   92 
 extra-x86_64/PKGBUILD |   92 
 3 files changed, 184 insertions(+), 184 deletions(-)

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

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 288713, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-11 22:44:41 UTC (rev 288714)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.2.3
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'glibc' 'gmp' 'gnutls' 'gsm'
+ 'jack' 'lame' 'libavc1394' 'libiec61883' 'libmodplug' 'libpulse'
+ 'libraw1394' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau'
+ 'libwebp' 'libx11' 'libxcb' 'opencore-amr' 'openjpeg2' 'opus'
+ 'schroedinger' 'sdl2' 'speex' 'v4l-utils' 'xz' 'zlib'
+ 'libass.so' 'libbluray.so' 'libfreetype.so' 'libnetcdf.so'
+ 'libvidstab.so' 

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 22:21:03
  Author: seblu
Revision: 211945

archrelease: copy trunk to community-i686, community-x86_64

Added:
  weston/repos/community-i686/PKGBUILD
(from rev 211944, weston/trunk/PKGBUILD)
  weston/repos/community-x86_64/PKGBUILD
(from rev 211944, weston/trunk/PKGBUILD)
Deleted:
  weston/repos/community-i686/PKGBUILD
  weston/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   84 
 community-i686/PKGBUILD   |   35 --
 community-x86_64/PKGBUILD |   35 --
 3 files changed, 84 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 22:20:25 UTC (rev 211944)
+++ community-i686/PKGBUILD 2017-02-11 22:21:03 UTC (rev 211945)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-systemd-notify \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}

Copied: weston/repos/community-i686/PKGBUILD (from rev 211944, 
weston/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-11 22:21:03 UTC (rev 211945)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Joel Teichroeb 
+
+pkgname=weston
+pkgver=1.12.0
+pkgrel=3
+pkgdesc='Reference implementation of a Wayland compositor'
+arch=('i686' 'x86_64')
+url='https://wayland.freedesktop.org/'
+license=('MIT')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'xorg-server-xwayland'  'pango'
+ 'lcms2' 'mtdev' 'libx11' 'libxcb' 'dbus' 'libva' 'libxcursor' 
'colord')
+makedepends=('wayland-protocols')
+validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
+source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
+sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
+  'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-11 22:20:25 UTC (rev 211944)
+++ community-x86_64/PKGBUILD   2017-02-11 22:21:03 UTC (rev 211945)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Joel Teichroeb 
-
-pkgname=weston
-pkgver=1.12.0
-pkgrel=2
-pkgdesc='Reference implementation of a Wayland compositor'
-arch=('i686' 'x86_64')
-url='http://wayland.freedesktop.org'
-license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
-makedepends=('wayland-protocols')
-validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
-source=("http://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
-sha1sums=('36f1a31a32964be8ec782898cc31c70c90ba5697'
-  'SKIP')
-
-build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-systemd-notify \
-   --enable-demo-clients-install
-   make
-}
-
-package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" 

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 22:20:25
  Author: seblu
Revision: 211944

upgpkg: weston 1.12.0-3

- check deps
- fix FS#52596

Modified:
  weston/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:15:24 UTC (rev 211943)
+++ PKGBUILD2017-02-11 22:20:25 UTC (rev 211944)
@@ -4,12 +4,15 @@
 
 pkgname=weston
 pkgver=1.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Reference implementation of a Wayland compositor'
 arch=('i686' 'x86_64')
 url='https://wayland.freedesktop.org/'
 license=('MIT')
-depends=('wayland' 'libxkbcommon' 'libinput' 'libunwind' 'poppler-glib' 
'mtdev' 'libxcursor' 'glu' 'pango' 'colord')
+depends=('glibc' 'wayland' 'libxkbcommon' 'libinput' 'libunwind' 'pixman'
+ 'libdrm' 'pam' 'libsystemd' 'cairo' 'libpng' 'libjpeg-turbo' 'libwebp'
+ 'mesa' 'libegl' 'libgles' 'glib2' 'xorg-server-xwayland'  'pango'
+ 'lcms2' 'mtdev' 'libx11' 'libxcb' 'dbus' 'libva' 'libxcursor' 
'colord')
 makedepends=('wayland-protocols')
 validpgpkeys=('C7223EBE4EF66513B892598911A30156E0E67611') # Bryce Harrington
 
source=("https://wayland.freedesktop.org/releases/$pkgname-$pkgver.tar.xz"{,.sig})
@@ -17,19 +20,23 @@
   'SKIP')
 
 build() {
-   cd $pkgname-$pkgver
-   ./configure \
-   --prefix=/usr \
-   --libexecdir=/usr/lib/weston \
-   --enable-libinput-backend \
-   --enable-systemd-notify \
-   --enable-demo-clients-install
-   make
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--libexecdir=/usr/lib/weston \
+--enable-libinput-backend \
+--enable-systemd-login \
+--enable-systemd-notify \
+--enable-xwayland \
+--enable-demo-clients-install
+  make
 }
 
 package() {
-   cd $pkgname-$pkgver
-   make DESTDIR="$pkgdir" install
-   # license
-   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # license
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in emby-server/repos (24 files)

2017-02-11 Thread Maxime Gauduin
Date: Saturday, February 11, 2017 @ 22:15:24
  Author: alucryd
Revision: 211943

archrelease: copy trunk to community-i686, community-x86_64

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 211942, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 211942, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 211942, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 211942, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 211942, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 211942, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 211942, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 211942, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 211942, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 211942, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 211942, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 211942, emby-server/trunk/emby-server.service)
Deleted:
  emby-server/repos/community-i686/PKGBUILD
  emby-server/repos/community-i686/emby-migrate-database
  emby-server/repos/community-i686/emby-server
  emby-server/repos/community-i686/emby-server.conf
  emby-server/repos/community-i686/emby-server.install
  emby-server/repos/community-i686/emby-server.service
  emby-server/repos/community-x86_64/PKGBUILD
  emby-server/repos/community-x86_64/emby-migrate-database
  emby-server/repos/community-x86_64/emby-server
  emby-server/repos/community-x86_64/emby-server.conf
  emby-server/repos/community-x86_64/emby-server.install
  emby-server/repos/community-x86_64/emby-server.service

+
 /PKGBUILD  |  112 +++
 /emby-migrate-database |  112 +++
 /emby-server   |6 +
 /emby-server.conf  |8 ++
 /emby-server.install   |   36 +
 /emby-server.service   |   32 
 community-i686/PKGBUILD|   56 ---
 community-i686/emby-migrate-database   |   56 ---
 community-i686/emby-server |3 
 community-i686/emby-server.conf|4 -
 community-i686/emby-server.install |   31 
 community-i686/emby-server.service |   16 
 community-x86_64/PKGBUILD  |   56 ---
 community-x86_64/emby-migrate-database |   56 ---
 community-x86_64/emby-server   |3 
 community-x86_64/emby-server.conf  |4 -
 community-x86_64/emby-server.install   |   31 
 community-x86_64/emby-server.service   |   16 
 18 files changed, 306 insertions(+), 332 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 22:13:24 UTC (rev 211942)
+++ community-i686/PKGBUILD 2017-02-11 22:15:24 UTC (rev 211943)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.1.5
-pkgrel=1
-pkgdesc='Bring together your videos, music, photos, and live television'
-arch=('i686' 'x86_64')
-url='http://emby.media'
-license=('GPL2')
-depends=('ffmpeg' 'imagemagick' 'mono' 'referenceassemblies-pcl' 'sqlite')
-install='emby-server.install'
-source=("emby-server-${pkgver}.tar.gz::https://github.com/MediaBrowser/Emby/archive/${pkgver}.tar.gz;
-'emby-server'
-'emby-migrate-database'
-'emby-server.conf'
-'emby-server.service')
-backup=('etc/conf.d/emby-server')
-sha256sums=('12b54f42b73a0f20ff9d6bcae5c2081e16286df49932ab55813290327cdb89fd'
-'7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
-'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
-'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'
-'8a91ea49a1699c820c4a180710072cba1d6d5c10e45df97477ff6a898f4e1d70')
-
-prepare() {
-  cd Emby-${pkgver}
-
-  sed 's/libMagickWand-6.Q8.so/libMagickWand-6.Q16HDRI.so/' -i 
MediaBrowser.Server.Mono/ImageMagickSharp.dll.config
-}
-
-build() {
-  cd Emby-${pkgver}
-
-  xbuild \
-/p:Configuration='Release Mono' \
-/p:Platform='Any CPU' \
-/p:OutputPath="${srcdir}/build" \
-/t:build MediaBrowser.Mono.sln
-  mono --aot='full' -O='all' ../build/MediaBrowser.Server.Mono.exe
-}
-

[arch-commits] Commit in emby-server/trunk (PKGBUILD emby-server.install)

2017-02-11 Thread Maxime Gauduin
Date: Saturday, February 11, 2017 @ 22:13:24
  Author: alucryd
Revision: 211942

upgpkg: emby-server 3.2.1-1

Modified:
  emby-server/trunk/PKGBUILD
  emby-server/trunk/emby-server.install

-+
 PKGBUILD|4 ++--
 emby-server.install |   17 ++---
 2 files changed, 4 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:10:35 UTC (rev 211941)
+++ PKGBUILD2017-02-11 22:13:24 UTC (rev 211942)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.1.5
+pkgver=3.2.1
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('12b54f42b73a0f20ff9d6bcae5c2081e16286df49932ab55813290327cdb89fd'
+sha256sums=('f3310ee351e521e664ed503e239dcbebfd8ea9fb37899fe19bfa0e9571762f87'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'

Modified: emby-server.install
===
--- emby-server.install 2017-02-11 22:10:35 UTC (rev 211941)
+++ emby-server.install 2017-02-11 22:13:24 UTC (rev 211942)
@@ -3,25 +3,12 @@
   getent passwd emby > /dev/null 2>&1 || useradd -c 'Emby Media Server' -u 422 
-g emby -d /var/lib/emby -s /usr/bin/nologin emby
   passwd -l emby > /dev/null
 
-  if [[ -d '/var/lib/emby-server' ]]; then
-
 cat <

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

2017-02-11 Thread Jonathan Steel
Date: Saturday, February 11, 2017 @ 22:10:16
  Author: jsteel
Revision: 211940

upgpkg: mednafen 0.9.42-1

Modified:
  mednafen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 22:02:24 UTC (rev 211939)
+++ PKGBUILD2017-02-11 22:10:16 UTC (rev 211940)
@@ -7,7 +7,7 @@
 # Contributor: Hans-Kristian Arntzen 
 
 pkgname=mednafen
-pkgver=0.9.41
+pkgver=0.9.42
 pkgrel=1
 pkgdesc="Command-line multi-system gaming emulator"
 url="https://mednafen.github.io;
@@ -16,7 +16,7 @@
 depends=('libsndfile' 'sdl' 'zlib')
 makedepends=('mesa' 'glu')
 source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('636c09d33667476d1445dd539e6d561f')
+md5sums=('a8543438f14db43647010fcc3717a661')
 
 build() {
   cd $pkgname


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

2017-02-11 Thread Jonathan Steel
Date: Saturday, February 11, 2017 @ 22:10:35
  Author: jsteel
Revision: 211941

archrelease: copy trunk to community-i686, community-x86_64

Added:
  mednafen/repos/community-i686/PKGBUILD
(from rev 211940, mednafen/trunk/PKGBUILD)
  mednafen/repos/community-x86_64/PKGBUILD
(from rev 211940, mednafen/trunk/PKGBUILD)
Deleted:
  mednafen/repos/community-i686/PKGBUILD
  mednafen/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   38 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 22:10:16 UTC (rev 211940)
+++ community-i686/PKGBUILD 2017-02-11 22:10:35 UTC (rev 211941)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.41
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('636c09d33667476d1445dd539e6d561f')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-i686/PKGBUILD (from rev 211940, 
mednafen/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-11 22:10:35 UTC (rev 211941)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian Arntzen 
+
+pkgname=mednafen
+pkgver=0.9.42
+pkgrel=1
+pkgdesc="Command-line multi-system gaming emulator"
+url="https://mednafen.github.io;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('libsndfile' 'sdl' 'zlib')
+makedepends=('mesa' 'glu')
+source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
+md5sums=('a8543438f14db43647010fcc3717a661')
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="$pkgdir" install
+
+  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
+   README{,.DOS,.PORTING} TODO; do
+install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-11 22:10:16 UTC (rev 211940)
+++ community-x86_64/PKGBUILD   2017-02-11 22:10:35 UTC (rev 211941)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: megadriver 
-# Contributor: Angel Velasquez 
-# Contributor: Daenyth 
-# Contributor: kagan 
-# Contributor: Hans-Kristian Arntzen 
-
-pkgname=mednafen
-pkgver=0.9.41
-pkgrel=1
-pkgdesc="Command-line multi-system gaming emulator"
-url="https://mednafen.github.io;
-license=('GPL2')
-arch=('i686' 'x86_64')
-depends=('libsndfile' 'sdl' 'zlib')
-makedepends=('mesa' 'glu')
-source=(https://mednafen.github.io/releases/files/$pkgname-$pkgver.tar.xz)
-md5sums=('636c09d33667476d1445dd539e6d561f')
-
-build() {
-  cd $pkgname
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  for i in ABOUT-NLS AUTHORS ChangeLog COPYING INSTALL NEWS \
-   README{,.DOS,.PORTING} TODO; do
-install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: mednafen/repos/community-x86_64/PKGBUILD (from rev 211940, 
mednafen/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-02-11 22:10:35 UTC (rev 211941)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: megadriver 
+# Contributor: Angel Velasquez 
+# Contributor: Daenyth 
+# Contributor: kagan 
+# Contributor: Hans-Kristian 

[arch-commits] Commit in clamav/repos (38 files)

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 22:08:04
  Author: foutrelis
Revision: 288712

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  clamav/repos/extra-i686/Add-support-for-LLVM-3.7.patch
(from rev 288711, clamav/trunk/Add-support-for-LLVM-3.7.patch)
  clamav/repos/extra-i686/Add-support-for-LLVM-3.8.patch
(from rev 288711, clamav/trunk/Add-support-for-LLVM-3.8.patch)
  clamav/repos/extra-i686/Add-support-for-LLVM-3.9.patch
(from rev 288711, clamav/trunk/Add-support-for-LLVM-3.9.patch)
  clamav/repos/extra-i686/PKGBUILD
(from rev 288711, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 288711, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 288711, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 288711, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 288711, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 288711, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 288711, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 288711, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/Add-support-for-LLVM-3.7.patch
(from rev 288711, clamav/trunk/Add-support-for-LLVM-3.7.patch)
  clamav/repos/extra-x86_64/Add-support-for-LLVM-3.8.patch
(from rev 288711, clamav/trunk/Add-support-for-LLVM-3.8.patch)
  clamav/repos/extra-x86_64/Add-support-for-LLVM-3.9.patch
(from rev 288711, clamav/trunk/Add-support-for-LLVM-3.9.patch)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 288711, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 288711, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 288711, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 288711, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 288711, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 288711, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 288711, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 288711, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  166 +
 /clamd.conf |   12 
 /clamd.service  |   22 
 /freshclam.conf |6 
 /freshclamd.service |   20 
 /install|   18 
 /logrotate  |   20 
 /tmpfiles.d |2 
 extra-i686/Add-support-for-LLVM-3.7.patch   |  740 ++
 extra-i686/Add-support-for-LLVM-3.8.patch   |  457 
 extra-i686/Add-support-for-LLVM-3.9.patch   |   76 ++
 extra-i686/PKGBUILD |   65 --
 extra-i686/clamd.conf   |6 
 extra-i686/clamd.service|   11 
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 
 extra-i686/install  |9 
 extra-i686/logrotate|   10 
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/Add-support-for-LLVM-3.7.patch |  740 ++
 extra-x86_64/Add-support-for-LLVM-3.8.patch |  457 
 extra-x86_64/Add-support-for-LLVM-3.9.patch |   76 ++
 extra-x86_64/PKGBUILD   |   65 --
 extra-x86_64/clamd.conf |6 
 extra-x86_64/clamd.service  |   11 
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 
 extra-x86_64/install|9 
 extra-x86_64/logrotate  |   10 
 extra-x86_64/tmpfiles.d |1 
 30 files changed, 2812 insertions(+), 230 deletions(-)

Copied: clamav/repos/extra-i686/Add-support-for-LLVM-3.7.patch (from rev 
288711, clamav/trunk/Add-support-for-LLVM-3.7.patch)
===
--- extra-i686/Add-support-for-LLVM-3.7.patch   (rev 0)
+++ 

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

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 22:07:31
  Author: foutrelis
Revision: 288711

upgpkg: clamav 0.99.2-3

Build against current LLVM.

Added:
  clamav/trunk/Add-support-for-LLVM-3.7.patch
  clamav/trunk/Add-support-for-LLVM-3.8.patch
  clamav/trunk/Add-support-for-LLVM-3.9.patch
Modified:
  clamav/trunk/PKGBUILD

+
 Add-support-for-LLVM-3.7.patch |  740 +++
 Add-support-for-LLVM-3.8.patch |  457 
 Add-support-for-LLVM-3.9.patch |   76 
 PKGBUILD   |   30 +
 4 files changed, 1297 insertions(+), 6 deletions(-)

Added: Add-support-for-LLVM-3.7.patch
===
--- Add-support-for-LLVM-3.7.patch  (rev 0)
+++ Add-support-for-LLVM-3.7.patch  2017-02-11 22:07:31 UTC (rev 288711)
@@ -0,0 +1,740 @@
+From 3b1b2e757d0d1f13a3f234abf05d6e5015f52744 Mon Sep 17 00:00:00 2001
+From: Andreas Cadhalpun 
+Date: Fri, 14 Oct 2016 20:24:39 +0200
+Subject: Add support for LLVM 3.7
+
+Main changes:
+The DataLayoutPass is no longer necessary.
+The LoopInfo pass is now a WrapperPass.
+Before creating TargetLibraryInfo one needs to create a
+TargetLibraryInfoImpl.
+PassManager is now in the legacy:: namespace.
+GetElementPtrInst::getIndexedType changed behavior causing segfaults in
+the testsuite; emulating the old behavior now.
+CreateCallX functions for fixed number X of elements got removed.
+JITEmitDebugInfo Option was removed.
+DIDescriptor was removed.
+
+Patch-Name: Add-support-for-LLVM-3.7.patch
+---
+ libclamav/c++/ClamBCRTChecks.cpp  |  34 ++-
+ libclamav/c++/PointerTracking.cpp |  44 -
+ libclamav/c++/bytecode2llvm.cpp   | 181 +++---
+ libclamav/c++/m4/llvm-flags.m4|   4 +-
+ 4 files changed, 244 insertions(+), 19 deletions(-)
+
+diff --git a/libclamav/c++/ClamBCRTChecks.cpp 
b/libclamav/c++/ClamBCRTChecks.cpp
+index 97099b2..35f7272 100644
+--- a/libclamav/c++/ClamBCRTChecks.cpp
 b/libclamav/c++/ClamBCRTChecks.cpp
+@@ -201,9 +201,11 @@ namespace llvm {
+   TD = ();
+ #elif LLVM_VERSION < 35
+   TD = ();
+-#else
++#elif LLVM_VERSION < 37
+   DataLayoutPass *DLP = getAnalysisIfAvailable();
+   TD = DLP ? >getDataLayout() : 0;
++#else
++  TD = ().getModule()->getDataLayout();
+ #endif
+   SE = ();
+   PT = ();
+@@ -212,7 +214,11 @@ namespace llvm {
+ #else
+   DT = ().getDomTree();
+ #endif
++#if LLVM_VERSION < 37
+   expander = new SCEVExpander(*SE OPT("SCEVexpander"));
++#else
++  expander = new SCEVExpander(*SE, *TD OPT("SCEVexpander"));
++#endif
+ 
+   std::vector insns;
+ 
+@@ -351,8 +357,10 @@ namespace llvm {
+   AU.addRequired();
+ #elif LLVM_VERSION < 35
+   AU.addRequired();
+-#else
++#elif LLVM_VERSION < 37
+   AU.addRequired();
++#else
++// No DataLayout pass needed anymore.
+ #endif
+ #if LLVM_VERSION < 35
+   AU.addRequired();
+@@ -406,7 +414,11 @@ namespace llvm {
+   if (BaseMap.count(P)) {
+   return BaseMap[Ptr] = BaseMap[P];
+   }
++#if LLVM_VERSION < 37
+   Value *P2 = GetUnderlyingObject(P, TD);
++#else
++  Value *P2 = GetUnderlyingObject(P, *TD);
++#endif
+   if (P2 != P) {
+   Value *V = getPointerBase(P2);
+   return BaseMap[Ptr] = V;
+@@ -524,7 +536,11 @@ namespace llvm {
+   }
+   }
+   if (LoadInst *LI = dyn_cast(Base)) {
++#if LLVM_VERSION < 37
+   Value *V = 
GetUnderlyingObject(LI->getPointerOperand()->stripPointerCasts(), TD);
++#else
++  Value *V = 
GetUnderlyingObject(LI->getPointerOperand()->stripPointerCasts(), *TD);
++#endif
+   if (Argument *A = dyn_cast(V)) {
+   if (A->getArgNo() == 0) {
+   // pointers from hidden ctx are trusted to be at least 
the
+@@ -651,7 +667,11 @@ namespace llvm {
+   }
+   BasicBlock *BB = I->getParent();
+   BasicBlock::iterator It = I;
++#if LLVM_VERSION < 37
+   BasicBlock *newBB = SplitBlock(BB, &*It, this);
++#else
++  BasicBlock *newBB = SplitBlock(BB, &*It);
++#endif
+   PHINode *PN;
+   unsigned MDDbgKind = I->getContext().getMDKindID("dbg");
+   //verifyFunction(*BB->getParent());
+@@ -696,9 +716,15 @@ namespace llvm {
+   unsigned locationid = 0;
+   bool Approximate;
+   if (MDNode *Dbg = getLocation(I, Approximate, MDDbgKind)) {
++#if LLVM_VERSION < 37
+   DILocation Loc(Dbg);
+   locationid = Loc.getLineNumber() << 8;
+   unsigned col = Loc.getColumnNumber();
++#else
++  DebugLoc Loc(Dbg);
++  locationid = Loc.getLine() << 8;
++  unsigned col = Loc.getCol();
++#endif
+   if (col 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 22:02:04
  Author: felixonmars
Revision: 211938

upgpkg: haskell-store 0.3-16

rebuild with safe,0.3.13

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:57:43 UTC (rev 211937)
+++ PKGBUILD2017-02-11 22:02:04 UTC (rev 211938)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.3
-pkgrel=15
+pkgrel=16
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 22:02:24
  Author: felixonmars
Revision: 211939

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-store/repos/community-staging-i686/
  haskell-store/repos/community-staging-i686/PKGBUILD
(from rev 211938, haskell-store/trunk/PKGBUILD)
  haskell-store/repos/community-staging-x86_64/
  haskell-store/repos/community-staging-x86_64/PKGBUILD
(from rev 211938, haskell-store/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 211938, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 22:02:24 UTC (rev 211939)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3
+pkgrel=16
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-cryptohash' 'haskell-free' 
'haskell-hashable' 'haskell-hspec'
+ 'haskell-hspec-smallcheck' 'haskell-lifted-base' 
'haskell-monad-control'
+ 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' 
'haskell-resourcet'
+ 'haskell-safe' 'haskell-semigroups' 'haskell-smallcheck' 
'haskell-streaming-commons'
+ 'haskell-store-core' 'haskell-syb' 'haskell-text' 'haskell-th-lift'
+ 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('e8f68402d601c7d02453cb0f3aa04e74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-comparison-bench -f-small-bench
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-store/repos/community-staging-x86_64/PKGBUILD (from rev 211938, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 22:02:24 UTC (rev 211939)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.3
+pkgrel=16
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-cryptohash' 'haskell-free' 
'haskell-hashable' 'haskell-hspec'
+ 'haskell-hspec-smallcheck' 'haskell-lifted-base' 
'haskell-monad-control'
+ 'haskell-mono-traversable' 'haskell-network' 'haskell-primitive' 
'haskell-resourcet'
+ 'haskell-safe' 'haskell-semigroups' 'haskell-smallcheck' 
'haskell-streaming-commons'
+ 'haskell-store-core' 'haskell-syb' 'haskell-text' 'haskell-th-lift'
+ 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('e8f68402d601c7d02453cb0f3aa04e74')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

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

2017-02-11 Thread Jonathan Steel
Date: Saturday, February 11, 2017 @ 21:57:34
  Author: jsteel
Revision: 211936

upgpkg: puppet 4.9.2-1

Modified:
  puppet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:53:56 UTC (rev 211935)
+++ PKGBUILD2017-02-11 21:57:34 UTC (rev 211936)
@@ -9,7 +9,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=puppet
-pkgver=4.9.1
+pkgver=4.9.2
 pkgrel=1
 pkgdesc="Server automation framework and application"
 arch=('any')
@@ -21,7 +21,7 @@
 'etc/puppetlabs/puppet/puppet.conf')
 install=$pkgname.install
 source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2ebe94117dd614e9cce2ca677ce3b154')
+md5sums=('33523fa80d4a081010405aa3ec233b98')
 
 prepare() {
   cd $pkgname-$pkgver


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

2017-02-11 Thread Jonathan Steel
Date: Saturday, February 11, 2017 @ 21:57:43
  Author: jsteel
Revision: 211937

archrelease: copy trunk to community-testing-any

Added:
  puppet/repos/community-testing-any/PKGBUILD
(from rev 211936, puppet/trunk/PKGBUILD)
  puppet/repos/community-testing-any/puppet.install
(from rev 211936, puppet/trunk/puppet.install)
Deleted:
  puppet/repos/community-testing-any/PKGBUILD
  puppet/repos/community-testing-any/puppet.install

+
 PKGBUILD   |  130 +++
 puppet.install |   40 
 2 files changed, 85 insertions(+), 85 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-11 21:57:34 UTC (rev 211936)
+++ PKGBUILD2017-02-11 21:57:43 UTC (rev 211937)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Xavion 
-# Contributor: Miah Johnson 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=puppet
-pkgver=4.9.1
-pkgrel=1
-pkgdesc="Server automation framework and application"
-arch=('any')
-url="http://puppetlabs.com/puppet/puppet-open-source;
-license=('Apache')
-depends=('facter' 'hiera')
-optdepends=('ruby-shadow: user password management')
-backup=('etc/puppetlabs/puppet/auth.conf'
-'etc/puppetlabs/puppet/puppet.conf')
-install=$pkgname.install
-source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('2ebe94117dd614e9cce2ca677ce3b154')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # FS#45044: fix file location
-  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
-'puts RbConfig::CONFIG["vendorlibdir"]' )"
-
-  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
-
-  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
-"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
-
-  # systemd
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
-"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-
-  # vim and emacs
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode.el \
-"$pkgdir"/usr/share/emacs/site-lisp/$pkgname-mode.el
-  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/emacs/$pkgname-mode-init.el \
-"$pkgdir"/usr/share/emacs/site-lisp/site-start.d/$pkgname-mode-init.el
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  # Match permissions that puppet sets when running
-  chmod 775 "$pkgdir"/var/lib/puppet
-  chmod 750 "$pkgdir"/var/log/puppetlabs/puppet
-
-  rm -r "$pkgdir"/var/run
-}

Copied: puppet/repos/community-testing-any/PKGBUILD (from rev 211936, 
puppet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-11 21:57:43 UTC (rev 211937)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Xavion 
+# Contributor: Miah Johnson 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=puppet
+pkgver=4.9.2
+pkgrel=1
+pkgdesc="Server automation framework and application"
+arch=('any')
+url="http://puppetlabs.com/puppet/puppet-open-source;
+license=('Apache')
+depends=('facter' 'hiera')
+optdepends=('ruby-shadow: user password management')
+backup=('etc/puppetlabs/puppet/auth.conf'
+'etc/puppetlabs/puppet/puppet.conf')
+install=$pkgname.install
+source=(https://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('33523fa80d4a081010405aa3ec233b98')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # FS#45044: fix file location
+  sed -i 's_/opt/puppetlabs/puppet_/usr_' ext/systemd/puppet.service
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  ruby install.rb --destdir="$pkgdir" --sitelibdir="$( ruby -e \
+'puts RbConfig::CONFIG["vendorlibdir"]' )"
+
+  install -d "$pkgdir"/{var/lib/$pkgname,usr/lib/tmpfiles.d}
+
+  echo "d /run/puppetlabs 0755 $pkgname $pkgname -" > \
+"$pkgdir"/usr/lib/tmpfiles.d/$pkgname.conf
+
+  # systemd
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/systemd/$pkgname.service \
+"$pkgdir"/usr/lib/systemd/system/$pkgname.service
+
+  # vim and emacs
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/ftdetect/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/ftdetect/$pkgname.vim
+  install -Dm644 "$srcdir"/$pkgname-$pkgver/ext/vim/syntax/$pkgname.vim \
+"$pkgdir"/usr/share/vim/vimfiles/syntax/$pkgname.vim
+  

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

2017-02-11 Thread Jonathan Steel
Date: Saturday, February 11, 2017 @ 21:53:56
  Author: jsteel
Revision: 211935

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  facter/repos/community-testing-i686/PKGBUILD
(from rev 211934, facter/trunk/PKGBUILD)
  facter/repos/community-testing-x86_64/PKGBUILD
(from rev 211934, facter/trunk/PKGBUILD)
Deleted:
  facter/repos/community-testing-i686/PKGBUILD
  facter/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |  106 
 community-testing-i686/PKGBUILD   |   53 --
 community-testing-x86_64/PKGBUILD |   53 --
 3 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2017-02-11 21:53:34 UTC (rev 211934)
+++ community-testing-i686/PKGBUILD 2017-02-11 21:53:56 UTC (rev 211935)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Collect and display system facts"
-arch=('i686' 'x86_64')
-url="http://puppetlabs.com/facter;
-license=('APACHE')
-depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
-makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
-optdepends=('java-environment: jruby support')
-replaces=('cfacter')
-source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b912c0ae58a7a7b571da7d57403a2b88')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
-  # https://tickets.puppetlabs.com/browse/FACT-1291
-  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
-$( grep -rl rb_data_object_alloc lib/src/ruby )
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
-
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
-  make test || [[ $CARCH == i686 ]]
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make install DESTDIR="$pkgdir"
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: facter/repos/community-testing-i686/PKGBUILD (from rev 211934, 
facter/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2017-02-11 21:53:56 UTC (rev 211935)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Jonathan Steel 
+# Contributor: Greg Sutcliffe 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Thomas S Hatch 
+# Contributor: Dave Simons 
+# Contributor: Niels Abspoel 
+
+pkgname=facter
+pkgver=3.6.1
+pkgrel=1
+pkgdesc="Collect and display system facts"
+arch=('i686' 'x86_64')
+url="http://puppetlabs.com/facter;
+license=('APACHE')
+depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
+makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')
+optdepends=('java-environment: jruby support')
+replaces=('cfacter')
+source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
+md5sums=('0f991a440acaf106702eaf1a319ee493')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Replace rb_data_object_alloc symbol with rb_data_object_wrap
+  # https://tickets.puppetlabs.com/browse/FACT-1291
+  sed -i 's/rb_data_object_alloc/rb_data_object_wrap/g' \
+$( grep -rl rb_data_object_alloc lib/src/ruby )
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  JAVA_HOME=/usr/lib/jvm/default cmake -DCMAKE_INSTALL_PREFIX=/usr
+
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+
+  # TODO: Investigate why tests fail on i686 most of the time with Ruby 2.3.0
+  make test || [[ $CARCH == i686 ]]
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make install DESTDIR="$pkgdir"
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2017-02-11 21:53:34 UTC (rev 211934)
+++ community-testing-x86_64/PKGBUILD   2017-02-11 21:53:56 UTC (rev 211935)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel 
-# Contributor: Greg Sutcliffe 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Thomas S Hatch 
-# Contributor: Dave Simons 
-# Contributor: Niels Abspoel 
-
-pkgname=facter
-pkgver=3.6.0
-pkgrel=1
-pkgdesc="Collect and display system facts"
-arch=('i686' 'x86_64')
-url="http://puppetlabs.com/facter;
-license=('APACHE')
-depends=('ruby' 'yaml-cpp' 'boost-libs' 'curl')
-makedepends=('boost' 'cmake' 'java-environment' 'leatherman' 'cpp-hocon')

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

2017-02-11 Thread Jonathan Steel
Date: Saturday, February 11, 2017 @ 21:53:34
  Author: jsteel
Revision: 211934

upgpkg: facter 3.6.1-1

Modified:
  facter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:46:26 UTC (rev 211933)
+++ PKGBUILD2017-02-11 21:53:34 UTC (rev 211934)
@@ -7,7 +7,7 @@
 # Contributor: Niels Abspoel 
 
 pkgname=facter
-pkgver=3.6.0
+pkgver=3.6.1
 pkgrel=1
 pkgdesc="Collect and display system facts"
 arch=('i686' 'x86_64')
@@ -18,7 +18,7 @@
 optdepends=('java-environment: jruby support')
 replaces=('cfacter')
 source=(http://downloads.puppetlabs.com/$pkgname/$pkgname-$pkgver.tar.gz)
-md5sums=('b912c0ae58a7a7b571da7d57403a2b88')
+md5sums=('0f991a440acaf106702eaf1a319ee493')
 
 prepare() {
   cd $pkgname-$pkgver


[arch-commits] Commit in haskell-th-utilities/repos (4 files)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:46:26
  Author: felixonmars
Revision: 211933

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-th-utilities/repos/community-staging-i686/
  haskell-th-utilities/repos/community-staging-i686/PKGBUILD
(from rev 211932, haskell-th-utilities/trunk/PKGBUILD)
  haskell-th-utilities/repos/community-staging-x86_64/
  haskell-th-utilities/repos/community-staging-x86_64/PKGBUILD
(from rev 211932, haskell-th-utilities/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: haskell-th-utilities/repos/community-staging-i686/PKGBUILD (from rev 
211932, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:46:26 UTC (rev 211933)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=7
+pkgdesc="Collection of useful functions for use with Template Haskell"
+url="https://github.com/fpco/th-utilities;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primitive' 'haskell-syb' 'haskell-text' 
'haskell-th-orphans')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('2caf2260cdff51506c564946d610e527')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-th-utilities/repos/community-staging-x86_64/PKGBUILD (from rev 
211932, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:46:26 UTC (rev 211933)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=7
+pkgdesc="Collection of useful functions for use with Template Haskell"
+url="https://github.com/fpco/th-utilities;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primitive' 'haskell-syb' 'haskell-text' 
'haskell-th-orphans')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('2caf2260cdff51506c564946d610e527')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-th-utilities/trunk (PKGBUILD)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:46:06
  Author: felixonmars
Revision: 211932

upgpkg: haskell-th-utilities 0.2.0.1-7

rebuild with safe,0.3.13

Modified:
  haskell-th-utilities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:43:52 UTC (rev 211931)
+++ PKGBUILD2017-02-11 21:46:06 UTC (rev 211932)
@@ -4,7 +4,7 @@
 _hkgname=th-utilities
 pkgname=haskell-th-utilities
 pkgver=0.2.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Collection of useful functions for use with Template Haskell"
 url="https://github.com/fpco/th-utilities;
 license=('MIT')


[arch-commits] Commit in haskell-interpolatedstring-perl6/repos (4 files)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:43:52
  Author: felixonmars
Revision: 211931

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-interpolatedstring-perl6/repos/community-staging-i686/
  haskell-interpolatedstring-perl6/repos/community-staging-i686/PKGBUILD
(from rev 211930, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD
(from rev 211930, haskell-interpolatedstring-perl6/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: haskell-interpolatedstring-perl6/repos/community-staging-i686/PKGBUILD 
(from rev 211930, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:43:52 UTC (rev 211931)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=9
+pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
+url="https://github.com/audreyt/interpolatedstring-perl6;
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-src-meta' 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('fa05580d47b3d00a74fbe2b0013de14d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD (from 
rev 211930, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:43:52 UTC (rev 211931)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=9
+pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
+url="https://github.com/audreyt/interpolatedstring-perl6;
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-src-meta' 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('fa05580d47b3d00a74fbe2b0013de14d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:43:32
  Author: felixonmars
Revision: 211930

upgpkg: haskell-interpolatedstring-perl6 1.0.0-9

rebuild with safe,0.3.13

Modified:
  haskell-interpolatedstring-perl6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:41:51 UTC (rev 211929)
+++ PKGBUILD2017-02-11 21:43:32 UTC (rev 211930)
@@ -4,7 +4,7 @@
 _hkgname=interpolatedstring-perl6
 pkgname=haskell-interpolatedstring-perl6
 pkgver=1.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
 url="https://github.com/audreyt/interpolatedstring-perl6;
 license=('custom:PublicDomain')


[arch-commits] Commit in haskell-src-meta/repos (4 files)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:41:51
  Author: felixonmars
Revision: 211929

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-src-meta/repos/community-staging-i686/
  haskell-src-meta/repos/community-staging-i686/PKGBUILD
(from rev 211928, haskell-src-meta/trunk/PKGBUILD)
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 211928, haskell-src-meta/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-src-meta/repos/community-staging-i686/PKGBUILD (from rev 
211928, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:41:51 UTC (rev 211929)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.7.0.1
+pkgrel=6
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-src-exts" "haskell-syb" "haskell-th-orphans")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('428e5a1c90c645d4c9cb54f984721b1b21e494677d1d7d8e7206f6c0e9286a3a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-src-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
211928, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:41:51 UTC (rev 211929)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.7.0.1
+pkgrel=6
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-src-exts" "haskell-syb" "haskell-th-orphans")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('428e5a1c90c645d4c9cb54f984721b1b21e494677d1d7d8e7206f6c0e9286a3a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:41:31
  Author: felixonmars
Revision: 211928

upgpkg: haskell-src-meta 0.7.0.1-6

rebuild with safe,0.3.13

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:39:29 UTC (rev 211927)
+++ PKGBUILD2017-02-11 21:41:31 UTC (rev 211928)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
 pkgver=0.7.0.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Parse source to template-haskell abstract syntax"
 url="https://github.com/bmillwood/haskell-src-meta;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-th-orphans/repos (4 files)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:39:29
  Author: felixonmars
Revision: 211927

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-th-orphans/repos/community-staging-i686/
  haskell-th-orphans/repos/community-staging-i686/PKGBUILD
(from rev 211926, haskell-th-orphans/trunk/PKGBUILD)
  haskell-th-orphans/repos/community-staging-x86_64/
  haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 211926, haskell-th-orphans/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   41 
 community-staging-x86_64/PKGBUILD |   41 
 2 files changed, 82 insertions(+)

Copied: haskell-th-orphans/repos/community-staging-i686/PKGBUILD (from rev 
211926, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:39:29 UTC (rev 211927)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=5
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
211926, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:39:29 UTC (rev 211927)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=5
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-th-orphans/trunk (PKGBUILD)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:39:10
  Author: felixonmars
Revision: 211926

upgpkg: haskell-th-orphans 0.13.3-5

rebuild with safe,0.3.13

Modified:
  haskell-th-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:37:24 UTC (rev 211925)
+++ PKGBUILD2017-02-11 21:39:10 UTC (rev 211926)
@@ -4,7 +4,7 @@
 _hkgname=th-orphans
 pkgname=haskell-th-orphans
 pkgver=0.13.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Orphan instances for TH datatypes"
 url="http://github.com/ekmett/th-orphans/;
 license=('custom:BSD3')


[arch-commits] Commit in haskell-th-reify-many/repos (4 files)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:37:24
  Author: felixonmars
Revision: 211925

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-th-reify-many/repos/community-staging-i686/
  haskell-th-reify-many/repos/community-staging-i686/PKGBUILD
(from rev 211924, haskell-th-reify-many/trunk/PKGBUILD)
  haskell-th-reify-many/repos/community-staging-x86_64/
  haskell-th-reify-many/repos/community-staging-x86_64/PKGBUILD
(from rev 211924, haskell-th-reify-many/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: haskell-th-reify-many/repos/community-staging-i686/PKGBUILD (from rev 
211924, haskell-th-reify-many/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:37:24 UTC (rev 211925)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-reify-many
+pkgname=haskell-th-reify-many
+pkgver=0.1.6
+pkgrel=7
+pkgdesc="Recurseively reify template haskell datatype info"
+url="http://github.com/mgsloan/th-reify-many;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-safe' 'haskell-th-expand-syns')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('edbb5233c4b189ba49e3fd5c66a6acfc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-th-reify-many/repos/community-staging-x86_64/PKGBUILD (from rev 
211924, haskell-th-reify-many/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:37:24 UTC (rev 211925)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-reify-many
+pkgname=haskell-th-reify-many
+pkgver=0.1.6
+pkgrel=7
+pkgdesc="Recurseively reify template haskell datatype info"
+url="http://github.com/mgsloan/th-reify-many;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-safe' 'haskell-th-expand-syns')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('edbb5233c4b189ba49e3fd5c66a6acfc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+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-th-reify-many/trunk (PKGBUILD)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:37:04
  Author: felixonmars
Revision: 211924

upgpkg: haskell-th-reify-many 0.1.6-7

rebuild with safe,0.3.13

Modified:
  haskell-th-reify-many/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:35:13 UTC (rev 211923)
+++ PKGBUILD2017-02-11 21:37:04 UTC (rev 211924)
@@ -4,7 +4,7 @@
 _hkgname=th-reify-many
 pkgname=haskell-th-reify-many
 pkgver=0.1.6
-pkgrel=6
+pkgrel=7
 pkgdesc="Recurseively reify template haskell datatype info"
 url="http://github.com/mgsloan/th-reify-many;
 license=('custom:BSD3')


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:35:13
  Author: felixonmars
Revision: 211923

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   58 
 community-staging-x86_64/PKGBUILD |   58 
 2 files changed, 116 insertions(+)

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 211922, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:35:13 UTC (rev 211923)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
211922, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:35:13 UTC (rev 211923)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.4.2
+pkgrel=4
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-utility-ht")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('fe1121698b9b9804f8ccc43cbbb2e77e40948caa543b42e129bf4ce872a7cd3f')
+
+prepare() {
+sed -i 's/pandoc >= 1.17.1 && <1.19/pandoc >= 1.17.1 \&\& <1.20/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:34:50
  Author: felixonmars
Revision: 211922

upgpkg: pandoc-crossref 0.2.4.2-4

rebuild with safe,0.3.13

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:29:01 UTC (rev 211921)
+++ PKGBUILD2017-02-11 21:34:50 UTC (rev 211922)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:29:01
  Author: felixonmars
Revision: 211921

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 211920, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:29:01 UTC (rev 211921)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.0
+pkgrel=17
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('47cb6b1859911f638a69ff7cc4fb3ca837be56c51a98b5ff98e43f638ac406d7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
211920, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:29:01 UTC (rev 211921)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.9.5.0
+pkgrel=17
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cryptohash"
+ "haskell-data-default" "haskell-fsnotify" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-pandoc" 
"haskell-pandoc-citeproc" "haskell-parsec"
+ "haskell-random" "haskell-regex-base" "haskell-regex-tdfa" 
"haskell-resourcet"
+ "haskell-scientific" "haskell-system-filepath" "haskell-tagsoup" 
"haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-yaml")

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:28:40
  Author: felixonmars
Revision: 211920

upgpkg: haskell-hakyll 4.9.5.0-17

rebuild with safe,0.3.13

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:22:21 UTC (rev 211919)
+++ PKGBUILD2017-02-11 21:28:40 UTC (rev 211920)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.9.5.0
-pkgrel=16
+pkgrel=17
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:22:21
  Author: felixonmars
Revision: 211919

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   58 
 community-staging-x86_64/PKGBUILD |   58 
 2 files changed, 116 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 211918, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:22:21 UTC (rev 211919)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4
+pkgrel=4
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('1dcfffe0dc26d0a1b5ef5688a09c1bb81231702169196e6faed8ddef360d848f')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
211918, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:22:21 UTC (rev 211919)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.4
+pkgrel=4
+pkgdesc="Supports using pandoc with citeproc"
+url="https://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:22:01
  Author: felixonmars
Revision: 211918

upgpkg: pandoc-citeproc 0.10.4-4

rebuild with safe,0.3.13

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:09:19 UTC (rev 211917)
+++ PKGBUILD2017-02-11 21:22:01 UTC (rev 211918)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Supports using pandoc with citeproc"
 url="https://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:09:19
  Author: felixonmars
Revision: 211917

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

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

---+
 community-staging-i686/PKGBUILD   |   67 
 community-staging-x86_64/PKGBUILD |   67 
 2 files changed, 134 insertions(+)

Copied: pandoc/repos/community-staging-i686/PKGBUILD (from rev 211916, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 21:09:19 UTC (rev 211917)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=8
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cmark" "haskell-data-default" "haskell-doctemplates" 
"haskell-mtl"
+ "haskell-extensible-exceptions" "haskell-filemanip" 
"haskell-haddock-library"
+ "haskell-skylighting" "haskell-hslua" "haskell-http-client" 
"haskell-syb"
+ "haskell-http-client-tls" "haskell-http-types"  "haskell-text" 
"haskell-texmath"
+ "haskell-network" "haskell-old-time" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-random" "haskell-scientific" "haskell-tagsoup" 
"haskell-temporary"
+ "haskell-network-uri" "haskell-unordered-containers" 
"haskell-zip-archive"
+ "haskell-vector" "haskell-xml" "haskell-yaml" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('08692f3d77bf95bb9ba3407f7af26de7c23134e7efcdafad0bdaf9050e2c7801')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-old-locale -fnetwork-uri -fhttps -f-trypandoc 
-f-embed_data_files -f-weigh-pandoc
+runhaskell Setup build
+
+runhaskell Setup haddock --hoogle --html
+
+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_pandoc() {
+depends=('gmp' 'libffi' 'zlib' 'pcre' 'cmark')
+optdepends=('pandoc-citeproc: for citation rendering with pandoc-citeproc 
filter'
+'texlive-core: for pdf output')
+replaces=('pandoc-static')
+conflicts=('pandoc-static')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}
+
+package_haskell-pandoc() {
+pkgdesc="Conversion between markup formats (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.md"
+}

Copied: pandoc/repos/community-staging-x86_64/PKGBUILD (from rev 211916, 
pandoc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 21:09:19 UTC (rev 211917)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc
+pkgname=(pandoc haskell-pandoc)
+pkgver=1.19.2.1
+pkgrel=8
+pkgdesc="Conversion between markup formats"
+url="http://pandoc.org;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-http" "haskell-juicypixels" "haskell-sha" 
"haskell-aeson"
+ "haskell-base64-bytestring" 

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 21:08:56
  Author: felixonmars
Revision: 211916

upgpkg: pandoc 1.19.2.1-8

rebuild with safe,0.3.13

Modified:
  pandoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 21:06:58 UTC (rev 211915)
+++ PKGBUILD2017-02-11 21:08:56 UTC (rev 211916)
@@ -5,7 +5,7 @@
 pkgbase=pandoc
 pkgname=(pandoc haskell-pandoc)
 pkgver=1.19.2.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Conversion between markup formats"
 url="http://pandoc.org;
 license=("GPL")


[arch-commits] Commit in linux-tools/repos (24 files)

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 21:06:58
  Author: seblu
Revision: 211915

archrelease: copy trunk to community-i686, community-x86_64

Added:
  linux-tools/repos/community-i686/PKGBUILD
(from rev 211914, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-i686/cpupower.default
(from rev 211914, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-i686/cpupower.install
(from rev 211914, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-i686/cpupower.service
(from rev 211914, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-i686/cpupower.systemd
(from rev 211914, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-i686/usbipd.service
(from rev 211914, linux-tools/trunk/usbipd.service)
  linux-tools/repos/community-x86_64/PKGBUILD
(from rev 211914, linux-tools/trunk/PKGBUILD)
  linux-tools/repos/community-x86_64/cpupower.default
(from rev 211914, linux-tools/trunk/cpupower.default)
  linux-tools/repos/community-x86_64/cpupower.install
(from rev 211914, linux-tools/trunk/cpupower.install)
  linux-tools/repos/community-x86_64/cpupower.service
(from rev 211914, linux-tools/trunk/cpupower.service)
  linux-tools/repos/community-x86_64/cpupower.systemd
(from rev 211914, linux-tools/trunk/cpupower.systemd)
  linux-tools/repos/community-x86_64/usbipd.service
(from rev 211914, linux-tools/trunk/usbipd.service)
Deleted:
  linux-tools/repos/community-i686/PKGBUILD
  linux-tools/repos/community-i686/cpupower.default
  linux-tools/repos/community-i686/cpupower.install
  linux-tools/repos/community-i686/cpupower.service
  linux-tools/repos/community-i686/cpupower.systemd
  linux-tools/repos/community-i686/usbipd.service
  linux-tools/repos/community-x86_64/PKGBUILD
  linux-tools/repos/community-x86_64/cpupower.default
  linux-tools/repos/community-x86_64/cpupower.install
  linux-tools/repos/community-x86_64/cpupower.service
  linux-tools/repos/community-x86_64/cpupower.systemd
  linux-tools/repos/community-x86_64/usbipd.service

---+
 /PKGBUILD |  482 
 /cpupower.default |   58 
 /cpupower.install |   26 +
 /cpupower.service |   22 +
 /cpupower.systemd |   60 
 /usbipd.service   |   18 +
 community-i686/PKGBUILD   |  237 -
 community-i686/cpupower.default   |   29 --
 community-i686/cpupower.install   |   13 
 community-i686/cpupower.service   |   11 
 community-i686/cpupower.systemd   |   30 --
 community-i686/usbipd.service |9 
 community-x86_64/PKGBUILD |  237 -
 community-x86_64/cpupower.default |   29 --
 community-x86_64/cpupower.install |   13 
 community-x86_64/cpupower.service |   11 
 community-x86_64/cpupower.systemd |   30 --
 community-x86_64/usbipd.service   |9 
 18 files changed, 666 insertions(+), 658 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 21:05:35 UTC (rev 211914)
+++ community-i686/PKGBUILD 2017-02-11 21:06:58 UTC (rev 211915)
@@ -1,237 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=linux-tools
-pkgname=(
-  'cgroup_event_listener'
-  'cpupower'
-  'libtraceevent'
-  'linux-tools-meta'
-  'perf'
-  'tmon'
-  'turbostat'
-  'usbip'
-  'x86_energy_perf_policy'
-)
-pkgver=4.9
-pkgrel=1
-license=('GPL2')
-arch=('i686' 'x86_64')
-url='https://www.kernel.org'
-options=('!strip')
-makedepends=('git')
-# split packages need all package dependencies set manually in makedepends
-# kernel source deps
-makedepends+=('asciidoc' 'xmlto')
-# perf deps
-makedepends+=('perl' 'python2' 'slang' 'elfutils' 'libunwind' 'numactl' 
'audit' 'gtk2')
-# cpupower deps
-makedepends+=('pciutils')
-# usbip deps
-makedepends+=('glib2' 'sysfsutils' 'udev')
-# tmon deps
-makedepends+=('ncurses')
-groups=("$pkgbase")
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver;
-#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.7.5.xz'
-'cpupower.default'
-'cpupower.systemd'
-'cpupower.service'
-'usbipd.service')
-md5sums=('SKIP'
- '56883c159381ba89e50ab8ea65efec77'
- '34f5ecc19770a1abbcd0fd65bfd1f065'
- '86c4e419e4ba80835c330d49ba3f56ad'
- 'bb35634f480325a78b943f7e10165e86')
-
-prepare() {
-  cd linux
-  # apply stable kernel patch
-  #patch -p1 -N -i "$srcdir"/patch-4.7.5
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  msg2 'libtraceevent'
-  pushd linux/tools/lib/traceevent
-  make
-  

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 21:05:35
  Author: seblu
Revision: 211914

upgpkg: linux-tools 4.9-2

- fix FS#52883

Modified:
  linux-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 20:56:26 UTC (rev 211913)
+++ PKGBUILD2017-02-11 21:05:35 UTC (rev 211914)
@@ -14,7 +14,7 @@
   'x86_energy_perf_policy'
 )
 pkgver=4.9
-pkgrel=1
+pkgrel=2
 license=('GPL2')
 arch=('i686' 'x86_64')
 url='https://www.kernel.org'
@@ -33,12 +33,13 @@
 makedepends+=('ncurses')
 groups=("$pkgbase")
 
source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git#tag=v$pkgver;
-#'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.7.5.xz'
+'https://cdn.kernel.org/pub/linux/kernel/v4.x/patch-4.9.9.xz'
 'cpupower.default'
 'cpupower.systemd'
 'cpupower.service'
 'usbipd.service')
 md5sums=('SKIP'
+ '7248f04515b22e23540afab0850ac9a4'
  '56883c159381ba89e50ab8ea65efec77'
  '34f5ecc19770a1abbcd0fd65bfd1f065'
  '86c4e419e4ba80835c330d49ba3f56ad'
@@ -158,9 +159,12 @@
 DESTDIR="$pkgdir" \
 install install-man
   cd "$pkgdir"
+  # add linker search path
+  mkdir "$pkgdir/etc/ld.so.conf.d"
+  echo '/usr/lib/perf' > "$pkgdir/etc/ld.so.conf.d/$pkgname.conf"
   # move completion in new directory
   install -Dm644 etc/bash_completion.d/perf 
usr/share/bash-completion/completions/perf
-  rm -r etc
+  rm -r etc/bash_completion.d
   # no exec on usr/share
   find usr/share -type f -exec chmod a-x {} \;
 }


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

2017-02-11 Thread Christian Hesse
Date: Saturday, February 11, 2017 @ 20:56:15
  Author: eworm
Revision: 211912

upgpkg: python-pyodbc 4.0.5-1

new upstream release

Modified:
  python-pyodbc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 20:42:12 UTC (rev 211911)
+++ PKGBUILD2017-02-11 20:56:15 UTC (rev 211912)
@@ -5,7 +5,7 @@
 pkgbase=python-pyodbc
 pkgname=(python-pyodbc python2-pyodbc)
 _srcname=pyodbc
-pkgver=4.0.3
+pkgver=4.0.5
 pkgrel=1
 pkgdesc='ODBC module for Python'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 license=('MIT')
 makedepends=('python' 'python2' 'unixodbc')
 
source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('17999225d244ddeab15a8f089edbbaacd65a59ae5a5db9f141003b0d958a44cb')
+sha256sums=('158ab4817c5d96ac0859266214b7db2f682f568c4cf9c256343fbab3e7c58f19')
 
 prepare() {
echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"


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

2017-02-11 Thread Christian Hesse
Date: Saturday, February 11, 2017 @ 20:56:26
  Author: eworm
Revision: 211913

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-pyodbc/repos/community-i686/PKGBUILD
(from rev 211912, python-pyodbc/trunk/PKGBUILD)
  python-pyodbc/repos/community-x86_64/PKGBUILD
(from rev 211912, python-pyodbc/trunk/PKGBUILD)
Deleted:
  python-pyodbc/repos/community-i686/PKGBUILD
  python-pyodbc/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   39 --
 community-x86_64/PKGBUILD |   39 --
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-02-11 20:56:15 UTC (rev 211912)
+++ community-i686/PKGBUILD 2017-02-11 20:56:26 UTC (rev 211913)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('17999225d244ddeab15a8f089edbbaacd65a59ae5a5db9f141003b0d958a44cb')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: python-pyodbc/repos/community-i686/PKGBUILD (from rev 211912, 
python-pyodbc/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-02-11 20:56:26 UTC (rev 211913)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Robert Knauer 
+
+pkgbase=python-pyodbc
+pkgname=(python-pyodbc python2-pyodbc)
+_srcname=pyodbc
+pkgver=4.0.5
+pkgrel=1
+pkgdesc='ODBC module for Python'
+arch=('i686' 'x86_64')
+url='https://github.com/mkleehammer/pyodbc'
+license=('MIT')
+makedepends=('python' 'python2' 'unixodbc')
+source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
+sha256sums=('158ab4817c5d96ac0859266214b7db2f682f568c4cf9c256343fbab3e7c58f19')
+
+prepare() {
+   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
+}
+
+package_python-pyodbc() {
+   pkgdesc='ODBC module for Python 3.x'
+   depends=('python' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python setup.py install --root="${pkgdir}/" --optimize=1
+}
+
+package_python2-pyodbc() {
+   pkgdesc='ODBC module for Python 2.x'
+   depends=('python2' 'unixodbc')
+
+   cd "${srcdir}/${_srcname}-${pkgver}"
+
+   python2 setup.py install --root="${pkgdir}/" --optimize=1
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-02-11 20:56:15 UTC (rev 211912)
+++ community-x86_64/PKGBUILD   2017-02-11 20:56:26 UTC (rev 211913)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Robert Knauer 
-
-pkgbase=python-pyodbc
-pkgname=(python-pyodbc python2-pyodbc)
-_srcname=pyodbc
-pkgver=4.0.3
-pkgrel=1
-pkgdesc='ODBC module for Python'
-arch=('i686' 'x86_64')
-url='https://github.com/mkleehammer/pyodbc'
-license=('MIT')
-makedepends=('python' 'python2' 'unixodbc')
-source=("${pkgbase}-${pkgver}.tar.gz::https://github.com/mkleehammer/pyodbc/archive/${pkgver}.tar.gz;)
-sha256sums=('17999225d244ddeab15a8f089edbbaacd65a59ae5a5db9f141003b0d958a44cb')
-
-prepare() {
-   echo "Version: ${pkgver}.0" > "${srcdir}/${_srcname}-${pkgver}/PKG-INFO"
-}
-
-package_python-pyodbc() {
-   pkgdesc='ODBC module for Python 3.x'
-   depends=('python' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python setup.py install --root="${pkgdir}/" --optimize=1
-}
-
-package_python2-pyodbc() {
-   pkgdesc='ODBC module for Python 2.x'
-   depends=('python2' 'unixodbc')
-
-   cd "${srcdir}/${_srcname}-${pkgver}"
-
-   python2 setup.py install --root="${pkgdir}/" --optimize=1
-}
-

Copied: 

[arch-commits] Commit in haskell-skylighting/repos (6 files)

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 20:42:12
  Author: felixonmars
Revision: 211911

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  haskell-skylighting/repos/community-staging-i686/
  haskell-skylighting/repos/community-staging-i686/PKGBUILD
(from rev 211910, haskell-skylighting/trunk/PKGBUILD)
  haskell-skylighting/repos/community-staging-i686/system-pcre.patch
(from rev 211910, haskell-skylighting/trunk/system-pcre.patch)
  haskell-skylighting/repos/community-staging-x86_64/
  haskell-skylighting/repos/community-staging-x86_64/PKGBUILD
(from rev 211910, haskell-skylighting/trunk/PKGBUILD)
  haskell-skylighting/repos/community-staging-x86_64/system-pcre.patch
(from rev 211910, haskell-skylighting/trunk/system-pcre.patch)

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/system-pcre.patch   |   57 +++
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/system-pcre.patch |   57 +++
 4 files changed, 212 insertions(+)

Copied: haskell-skylighting/repos/community-staging-i686/PKGBUILD (from rev 
211910, haskell-skylighting/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 20:42:12 UTC (rev 211911)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=skylighting
+pkgname=haskell-skylighting 
+pkgver=0.1.1.5
+pkgrel=4
+pkgdesc="Syntax highlighting library"
+url="https://github.com/jgm/skylighting;
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-blaze-html' 
'haskell-case-insensitive' 'haskell-hxt'
+ 'haskell-mtl' 'haskell-pretty-show' 'haskell-regex-pcre' 
'haskell-safe' 'haskell-text'
+ 'haskell-utf8-string')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;
+system-pcre.patch)
+md5sums=('7681c510ab20d79a32a0a54479a2325c'
+ '5971978a26d8133df62b803bd67a70b6')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+patch -p1 -i ../system-pcre.patch
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fsystem-pcre
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+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"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-skylighting/repos/community-staging-i686/system-pcre.patch 
(from rev 211910, haskell-skylighting/trunk/system-pcre.patch)
===
--- community-staging-i686/system-pcre.patch(rev 0)
+++ community-staging-i686/system-pcre.patch2017-02-11 20:42:12 UTC (rev 
211911)
@@ -0,0 +1,57 @@
+commit 5fbf9b74c1d34a395a99e61349e3f5f8af0f6140
+Author: Felix Yan 
+Date:   Mon Feb 6 11:44:37 2017 +0800
+
+Add a flag to build with system pcre
+
+diff --git a/skylighting.cabal b/skylighting.cabal
+index 83d39aa..f5684bf 100644
+--- a/skylighting.cabal
 b/skylighting.cabal
+@@ -228,7 +228,6 @@ library
+mtl,
+text,
+bytestring,
+-   regex-pcre-builtin,
+directory,
+filepath,
+aeson,
+@@ -238,6 +237,10 @@ library
+safe,
+blaze-html >= 0.5,
+containers
++  if flag(system-pcre)
++build-depends: regex-pcre
++  else
++build-depends: regex-pcre-builtin
+   hs-source-dirs:  src
+   if impl(ghc < 7.10)
+  hs-source-dirs:   prelude
+@@ -255,12 +258,15 @@ Flag executable
+   Description:   Build skylighting CLI tool
+   Default:   False
+ 
++Flag system-pcre
++  Description:   Use regex-pcre instead of regex-pcre-builtin
++  

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

2017-02-11 Thread Felix Yan
Date: Saturday, February 11, 2017 @ 20:41:50
  Author: felixonmars
Revision: 211910

upgpkg: haskell-skylighting 0.1.1.5-4

rebuild with safe,0.3.13

Modified:
  haskell-skylighting/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 20:07:32 UTC (rev 211909)
+++ PKGBUILD2017-02-11 20:41:50 UTC (rev 211910)
@@ -4,7 +4,7 @@
 _hkgname=skylighting
 pkgname=haskell-skylighting 
 pkgver=0.1.1.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Syntax highlighting library"
 url="https://github.com/jgm/skylighting;
 license=('GPL2')


[arch-commits] Commit in openssl-1.0/repos (8 files)

2017-02-11 Thread Pierre Schmitz
Date: Saturday, February 11, 2017 @ 20:34:13
  Author: pierre
Revision: 288708

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  openssl-1.0/repos/staging-i686/
  openssl-1.0/repos/staging-i686/PKGBUILD
(from rev 288707, openssl-1.0/trunk/PKGBUILD)
  openssl-1.0/repos/staging-i686/no-rpath.patch
(from rev 288707, openssl-1.0/trunk/no-rpath.patch)
  openssl-1.0/repos/staging-i686/ssl3-test-failure.patch
(from rev 288707, openssl-1.0/trunk/ssl3-test-failure.patch)
  openssl-1.0/repos/staging-x86_64/
  openssl-1.0/repos/staging-x86_64/PKGBUILD
(from rev 288707, openssl-1.0/trunk/PKGBUILD)
  openssl-1.0/repos/staging-x86_64/no-rpath.patch
(from rev 288707, openssl-1.0/trunk/no-rpath.patch)
  openssl-1.0/repos/staging-x86_64/ssl3-test-failure.patch
(from rev 288707, openssl-1.0/trunk/ssl3-test-failure.patch)

+
 staging-i686/PKGBUILD  |   70 +++
 staging-i686/no-rpath.patch|   11 
 staging-i686/ssl3-test-failure.patch   |   26 +++
 staging-x86_64/PKGBUILD|   70 +++
 staging-x86_64/no-rpath.patch  |   11 
 staging-x86_64/ssl3-test-failure.patch |   26 +++
 6 files changed, 214 insertions(+)

Copied: openssl-1.0/repos/staging-i686/PKGBUILD (from rev 288707, 
openssl-1.0/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-02-11 20:34:13 UTC (rev 288708)
@@ -0,0 +1,70 @@
+# $Id: PKGBUILD 287592 2017-01-28 07:20:49Z pierre $
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl-1.0
+_ver=1.0.2k
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+source=("https://www.openssl.org/source/openssl-${_ver}.tar.gz;
+"https://www.openssl.org/source/openssl-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ssl3-test-failure.patch')
+md5sums=('f965fc0bf01bf882b31314b61391ae65'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '62fc492252edd3283871632bb77fadbe')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd $srcdir/openssl-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+
+   # disable a test that fails when ssl3 is disabled
+   patch -p1 -i $srcdir/ssl3-test-failure.patch
+}
+
+build() {
+   cd $srcdir/openssl-$_ver
+
+   if [ "${CARCH}" == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ "${CARCH}" == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr/lib/$pkgname --openssldir=/etc/ssl 
--libdir=lib \
+   shared no-ssl3-method ${optflags} \
+   "${openssltarget}" \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/openssl-$_ver
+
+   make test
+}
+
+package() {
+   cd $srcdir/openssl-$_ver
+
+   make INSTALL_PREFIX=$pkgdir install_sw
+   rm -rf $pkgdir/{usr/lib/${pkgname}/{bin,ssl},etc}
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Copied: openssl-1.0/repos/staging-i686/no-rpath.patch (from rev 288707, 
openssl-1.0/trunk/no-rpath.patch)
===
--- staging-i686/no-rpath.patch (rev 0)
+++ staging-i686/no-rpath.patch 2017-02-11 20:34:13 UTC (rev 288708)
@@ -0,0 +1,11 @@
+--- Makefile.shared.no-rpath   2005-06-23 22:47:54.0 +0200
 Makefile.shared2005-11-16 22:35:37.0 +0100
+@@ -153,7 +153,7 @@
+   NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
+   SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic 
-Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
+ 
+-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
++DO_GNU_APP=LDFLAGS="$(CFLAGS)"
+ 
+ #This is rather special.  It's a special target with which one can link
+ #applications without bothering with any features that have anything to

Copied: openssl-1.0/repos/staging-i686/ssl3-test-failure.patch (from rev 
288707, openssl-1.0/trunk/ssl3-test-failure.patch)
===
--- staging-i686/ssl3-test-failure.patch(rev 0)
+++ staging-i686/ssl3-test-failure.patch

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

2017-02-11 Thread Pierre Schmitz
Date: Saturday, February 11, 2017 @ 20:34:02
  Author: pierre
Revision: 288707

upgpkg: openssl-1.0 1.0.2.k-1

Install OpenSSL 1.0 into its own prefixed dir

Modified:
  openssl-1.0/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 20:06:05 UTC (rev 288706)
+++ PKGBUILD2017-02-11 20:34:02 UTC (rev 288707)
@@ -46,7 +46,7 @@
fi
 
# mark stack as non-executable: http://bugs.archlinux.org/task/12434
-   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   ./Configure --prefix=/usr/lib/$pkgname --openssldir=/etc/ssl 
--libdir=lib \
shared no-ssl3-method ${optflags} \
"${openssltarget}" \
"-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
@@ -65,6 +65,6 @@
cd $srcdir/openssl-$_ver
 
make INSTALL_PREFIX=$pkgdir install_sw
-#  rm -rf $pkgdir/usr/lib/${pkgname}/{etc,bin,ssl}
+   rm -rf $pkgdir/{usr/lib/${pkgname}/{bin,ssl},etc}
install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
 }


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

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 20:07:23
  Author: foutrelis
Revision: 211908

upgpkg: axel 2.12-2

OpenSSL 1.1.0 rebuild.

Modified:
  axel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 20:02:44 UTC (rev 211907)
+++ PKGBUILD2017-02-11 20:07:23 UTC (rev 211908)
@@ -4,7 +4,7 @@
 
 pkgname=axel
 pkgver=2.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Light command line download accelerator"
 arch=('i686' 'x86_64')
 url="https://github.com/eribertomota/axel;


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

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 20:07:32
  Author: foutrelis
Revision: 211909

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  axel/repos/community-staging-i686/
  axel/repos/community-staging-i686/PKGBUILD
(from rev 211908, axel/trunk/PKGBUILD)
  axel/repos/community-staging-x86_64/
  axel/repos/community-staging-x86_64/PKGBUILD
(from rev 211908, axel/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   32 
 community-staging-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: axel/repos/community-staging-i686/PKGBUILD (from rev 211908, 
axel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-02-11 20:07:32 UTC (rev 211909)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.12
+pkgrel=2
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: axel/repos/community-staging-x86_64/PKGBUILD (from rev 211908, 
axel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-02-11 20:07:32 UTC (rev 211909)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Roman G 
+
+pkgname=axel
+pkgver=2.12
+pkgrel=2
+pkgdesc="Light command line download accelerator"
+arch=('i686' 'x86_64')
+url="https://github.com/eribertomota/axel;
+license=('GPL')
+depends=('glibc' 'openssl')
+source=($pkgname-$pkgver.tar.gz::https://github.com/eribertomota/$pkgname/archive/$pkgver.tar.gz)
+sha256sums=('28e7bb26b7be3f56a61b60ef07e15e05ea9a41850b0ed45a0c56d6d2202f4a8b')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./autogen.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (6 files)

2017-02-11 Thread Pierre Schmitz
Date: Saturday, February 11, 2017 @ 20:06:05
  Author: pierre
Revision: 288706

Add openssl 1.0 for packages that are not compatible with 1.1 yet

Added:
  openssl-1.0/
  openssl-1.0/repos/
  openssl-1.0/trunk/
  openssl-1.0/trunk/PKGBUILD
  openssl-1.0/trunk/no-rpath.patch
  openssl-1.0/trunk/ssl3-test-failure.patch

-+
 PKGBUILD|   70 ++
 no-rpath.patch  |   11 +++
 ssl3-test-failure.patch |   26 +
 3 files changed, 107 insertions(+)

Added: openssl-1.0/trunk/PKGBUILD
===
--- openssl-1.0/trunk/PKGBUILD  (rev 0)
+++ openssl-1.0/trunk/PKGBUILD  2017-02-11 20:06:05 UTC (rev 288706)
@@ -0,0 +1,70 @@
+# $Id: PKGBUILD 287592 2017-01-28 07:20:49Z pierre $
+# Maintainer: Pierre Schmitz 
+
+pkgname=openssl-1.0
+_ver=1.0.2k
+# use a pacman compatible version scheme
+pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}}
+#pkgver=$_ver
+pkgrel=1
+pkgdesc='The Open Source toolkit for Secure Sockets Layer and Transport Layer 
Security'
+arch=('i686' 'x86_64')
+url='https://www.openssl.org'
+license=('custom:BSD')
+depends=('perl')
+optdepends=('ca-certificates')
+options=('!makeflags')
+source=("https://www.openssl.org/source/openssl-${_ver}.tar.gz;
+"https://www.openssl.org/source/openssl-${_ver}.tar.gz.asc;
+'no-rpath.patch'
+'ssl3-test-failure.patch')
+md5sums=('f965fc0bf01bf882b31314b61391ae65'
+ 'SKIP'
+ 'dc78d3d06baffc16217519242ce92478'
+ '62fc492252edd3283871632bb77fadbe')
+validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
+
+prepare() {
+   cd $srcdir/openssl-$_ver
+
+   # remove rpath: http://bugs.archlinux.org/task/14367
+   patch -p0 -i $srcdir/no-rpath.patch
+
+   # disable a test that fails when ssl3 is disabled
+   patch -p1 -i $srcdir/ssl3-test-failure.patch
+}
+
+build() {
+   cd $srcdir/openssl-$_ver
+
+   if [ "${CARCH}" == 'x86_64' ]; then
+   openssltarget='linux-x86_64'
+   optflags='enable-ec_nistp_64_gcc_128'
+   elif [ "${CARCH}" == 'i686' ]; then
+   openssltarget='linux-elf'
+   optflags=''
+   fi
+
+   # mark stack as non-executable: http://bugs.archlinux.org/task/12434
+   ./Configure --prefix=/usr --openssldir=/etc/ssl --libdir=lib \
+   shared no-ssl3-method ${optflags} \
+   "${openssltarget}" \
+   "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
+
+   make depend
+   make
+}
+
+check() {
+   cd $srcdir/openssl-$_ver
+
+   make test
+}
+
+package() {
+   cd $srcdir/openssl-$_ver
+
+   make INSTALL_PREFIX=$pkgdir install_sw
+#  rm -rf $pkgdir/usr/lib/${pkgname}/{etc,bin,ssl}
+   install -D -m644 LICENSE $pkgdir/usr/share/licenses/${pkgname}/LICENSE
+}

Added: openssl-1.0/trunk/no-rpath.patch
===
--- openssl-1.0/trunk/no-rpath.patch(rev 0)
+++ openssl-1.0/trunk/no-rpath.patch2017-02-11 20:06:05 UTC (rev 288706)
@@ -0,0 +1,11 @@
+--- Makefile.shared.no-rpath   2005-06-23 22:47:54.0 +0200
 Makefile.shared2005-11-16 22:35:37.0 +0100
+@@ -153,7 +153,7 @@
+   NOALLSYMSFLAGS='-Wl,--no-whole-archive'; \
+   SHAREDFLAGS="$(CFLAGS) $(SHARED_LDFLAGS) -shared -Wl,-Bsymbolic 
-Wl,-soname=$$SHLIB$$SHLIB_SOVER$$SHLIB_SUFFIX"
+ 
+-DO_GNU_APP=LDFLAGS="$(CFLAGS) -Wl,-rpath,$(LIBRPATH)"
++DO_GNU_APP=LDFLAGS="$(CFLAGS)"
+ 
+ #This is rather special.  It's a special target with which one can link
+ #applications without bothering with any features that have anything to

Added: openssl-1.0/trunk/ssl3-test-failure.patch
===
--- openssl-1.0/trunk/ssl3-test-failure.patch   (rev 0)
+++ openssl-1.0/trunk/ssl3-test-failure.patch   2017-02-11 20:06:05 UTC (rev 
288706)
@@ -0,0 +1,26 @@
+From: Kurt Roeckx 
+Date: Sun, 6 Sep 2015 16:04:11 +0200
+Subject: Disable SSLv3 test in test suite
+
+When testing SSLv3 the test program returns 0 for skip.  The test for weak DH
+expects a failure, but gets success.
+
+It should probably be changed to return something other than 0 for a skipped
+test.
+---
+ test/testssl | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/test/testssl b/test/testssl
+index 747e4ba..1e4370b 100644
+--- a/test/testssl
 b/test/testssl
+@@ -160,7 +160,7 @@ test_cipher() {
+ }
+ 
+ echo "Testing ciphersuites"
+-for protocol in TLSv1.2 SSLv3; do
++for protocol in TLSv1.2; do
+   echo "Testing ciphersuites for $protocol"
+   for cipher in `../util/shlib_wrap.sh ../apps/openssl ciphers 
"RSA+$protocol" | tr ':' ' '`; do
+ test_cipher $cipher $protocol


[arch-commits] Commit in xfce4-netload-plugin/repos (4 files)

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 20:04:41
  Author: foutrelis
Revision: 288703

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
(from rev 288702, xfce4-netload-plugin/trunk/PKGBUILD)
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 288702, xfce4-netload-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-netload-plugin/repos/extra-i686/PKGBUILD
  xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   70 
 extra-i686/PKGBUILD   |   35 
 extra-x86_64/PKGBUILD |   35 
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-11 20:04:30 UTC (rev 288702)
+++ extra-i686/PKGBUILD 2017-02-11 20:04:41 UTC (rev 288703)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A netload plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('615a280a1bc6c1e3f40755798217a230fd022f7744b095e7df978b63f25c8057')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-i686/PKGBUILD (from rev 288702, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-11 20:04:41 UTC (rev 288703)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-netload-plugin
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A netload plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('99762781099d1e0ab9aa6a7b30c2bd94d8f658dbe61c760410d5d42d0766391c')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-11 20:04:30 UTC (rev 288702)
+++ extra-x86_64/PKGBUILD   2017-02-11 20:04:41 UTC (rev 288703)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-netload-plugin
-pkgver=1.3.0
-pkgrel=1
-pkgdesc="A netload plugin for the Xfce panel"
-arch=('i686' 'x86_64')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('615a280a1bc6c1e3f40755798217a230fd022f7744b095e7df978b63f25c8057')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-netload-plugin/repos/extra-x86_64/PKGBUILD (from rev 288702, 
xfce4-netload-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-11 20:04:41 UTC (rev 288703)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-netload-plugin
+pkgver=1.3.1
+pkgrel=1
+pkgdesc="A netload plugin for the Xfce panel"
+arch=('i686' 'x86_64')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-netload-plugin;
+license=('GPL')
+groups=('xfce4-goodies')
+depends=('xfce4-panel')

[arch-commits] Commit in xfce4-systemload-plugin/repos (4 files)

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 20:04:57
  Author: foutrelis
Revision: 288705

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
(from rev 288704, xfce4-systemload-plugin/trunk/PKGBUILD)
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD
(from rev 288704, xfce4-systemload-plugin/trunk/PKGBUILD)
Deleted:
  xfce4-systemload-plugin/repos/extra-i686/PKGBUILD
  xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 extra-i686/PKGBUILD   |   37 
 extra-x86_64/PKGBUILD |   37 
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-11 20:04:46 UTC (rev 288704)
+++ extra-i686/PKGBUILD 2017-02-11 20:04:57 UTC (rev 288705)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A system load plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-systemload-plugin/repos/extra-i686/PKGBUILD (from rev 288704, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-11 20:04:57 UTC (rev 288705)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: AndyRTR 
+# Contributor: Aurelien Foret 
+
+pkgname=xfce4-systemload-plugin
+pkgver=1.2.1
+pkgrel=1
+pkgdesc="A system load plugin for the Xfce4 panel"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
+groups=('xfce4-goodies')
+depends=('xfce4-panel')
+makedepends=('intltool')
+source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha256sums=('2bf7d0802534a1eb2e9f251af2bb97abc3f58608c1f01511d302c06111d34812')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib \
+--localstatedir=/var \
+--disable-static
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-11 20:04:46 UTC (rev 288704)
+++ extra-x86_64/PKGBUILD   2017-02-11 20:04:57 UTC (rev 288705)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: AndyRTR 
-# Contributor: Aurelien Foret 
-
-pkgname=xfce4-systemload-plugin
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="A system load plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('custom')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin;
-groups=('xfce4-goodies')
-depends=('xfce4-panel')
-makedepends=('intltool')
-source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---libexecdir=/usr/lib \
---localstatedir=/var \
---disable-static
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: xfce4-systemload-plugin/repos/extra-x86_64/PKGBUILD (from rev 288704, 
xfce4-systemload-plugin/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2017-02-11 20:04:57 UTC 

[arch-commits] Commit in xfce4-systemload-plugin/trunk (PKGBUILD)

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 20:04:46
  Author: foutrelis
Revision: 288704

upgpkg: xfce4-systemload-plugin 1.2.1-1

New upstream release.

Modified:
  xfce4-systemload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 20:04:41 UTC (rev 288703)
+++ PKGBUILD2017-02-11 20:04:46 UTC (rev 288704)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-systemload-plugin
-pkgver=1.2.0
+pkgver=1.2.1
 pkgrel=1
 pkgdesc="A system load plugin for the Xfce4 panel"
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('4081d2c5ebda1c80d0eed48ae247a483ed4b15c8cb094fe009cb2304dda50cad')
+sha256sums=('2bf7d0802534a1eb2e9f251af2bb97abc3f58608c1f01511d302c06111d34812')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in xfce4-netload-plugin/trunk (PKGBUILD)

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 20:04:30
  Author: foutrelis
Revision: 288702

upgpkg: xfce4-netload-plugin 1.3.1-1

New upstream release.

Modified:
  xfce4-netload-plugin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 19:55:31 UTC (rev 288701)
+++ PKGBUILD2017-02-11 20:04:30 UTC (rev 288702)
@@ -3,7 +3,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-netload-plugin
-pkgver=1.3.0
+pkgver=1.3.1
 pkgrel=1
 pkgdesc="A netload plugin for the Xfce panel"
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('xfce4-panel')
 makedepends=('intltool')
 
source=(http://archive.xfce.org/src/panel-plugins/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('615a280a1bc6c1e3f40755798217a230fd022f7744b095e7df978b63f25c8057')
+sha256sums=('99762781099d1e0ab9aa6a7b30c2bd94d8f658dbe61c760410d5d42d0766391c')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


[arch-commits] Commit in unifi/repos/community-any (8 files)

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 20:02:44
  Author: seblu
Revision: 211907

archrelease: copy trunk to community-any

Added:
  unifi/repos/community-any/LICENSE
(from rev 211906, unifi/trunk/LICENSE)
  unifi/repos/community-any/PKGBUILD
(from rev 211906, unifi/trunk/PKGBUILD)
  unifi/repos/community-any/unifi.service
(from rev 211906, unifi/trunk/unifi.service)
  unifi/repos/community-any/unifi.sysusers
(from rev 211906, unifi/trunk/unifi.sysusers)
Deleted:
  unifi/repos/community-any/LICENSE
  unifi/repos/community-any/PKGBUILD
  unifi/repos/community-any/unifi.service
  unifi/repos/community-any/unifi.sysusers

+
 LICENSE|6 +--
 PKGBUILD   |  108 +++
 unifi.service  |   24 ++--
 unifi.sysusers |2 -
 4 files changed, 70 insertions(+), 70 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-02-11 20:02:12 UTC (rev 211906)
+++ LICENSE 2017-02-11 20:02:44 UTC (rev 211907)
@@ -1,3 +0,0 @@
-Ubiquiti Networks - All Rights Reserved.
-Permission granted to Archlinux to re-package.
-https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html

Copied: unifi/repos/community-any/LICENSE (from rev 211906, unifi/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-02-11 20:02:44 UTC (rev 211907)
@@ -0,0 +1,3 @@
+Ubiquiti Networks - All Rights Reserved.
+Permission granted to Archlinux to re-package.
+https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-11 20:02:12 UTC (rev 211906)
+++ PKGBUILD2017-02-11 20:02:44 UTC (rev 211907)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
-
-pkgname=unifi
-pkgver=5.4.9
-pkgrel=1
-pkgdesc='Centralized management system for Ubiquiti UniFi AP'
-arch=('any')
-url='https://community.ubnt.com/unifi'
-# We are allowed to ship the software in our repository
-# 
https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
-license=('custom')
-depends=('mongodb' 'java-runtime-headless' 'fontconfig')
-conflicts=('tomcat-native')
-source=("UniFi-$pkgver.zip::https://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
-'unifi.service'
-'unifi.sysusers'
-'LICENSE')
-md5sums=('b0cd8a525751de558a84354081899a08'
- '79998cabf110d9a96ba4d3367101c94c'
- 'a92291a0074a5dcf414da4dfe812bc2a'
- '63a6f9e67db6a466f31a40c228c16d63')
-
-package() {
-  # lib
-  install -dm755 "$pkgdir/usr/lib/unifi"
-  cp -r UniFi/{bin,dl,lib,webapps} "$pkgdir/usr/lib/unifi"
-
-  # data
-  install -dm750 "$pkgdir/var/lib/unifi"
-  for _d in data run work; do
-install -dm750 "$pkgdir/var/lib/unifi/$_d"
-ln -s "../../../var/lib/unifi/$_d" "$pkgdir/usr/lib/unifi/$_d"
-  done
-  chown -R 113:113 "$pkgdir/var/lib/unifi"
-
-  # log
-  install -dm750 "$pkgdir/var/log/unifi"
-  ln -s ../../../var/log/unifi "$pkgdir/usr/lib/unifi/logs"
-  chown -R 113:113 "$pkgdir/var/log/unifi"
-
-  # readme
-  install -Dm644 UniFi/readme.txt "$pkgdir/usr/share/doc/$pkgname/README"
-
-  # license
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # systemd
-  install -Dm644 $pkgname.service 
"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-  install -Dm644 $pkgname.sysusers "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: unifi/repos/community-any/PKGBUILD (from rev 211906, 
unifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-11 20:02:44 UTC (rev 211907)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
+
+pkgname=unifi
+pkgver=5.4.11
+pkgrel=1
+pkgdesc='Centralized management system for Ubiquiti UniFi AP'
+arch=('any')
+url='https://community.ubnt.com/unifi'
+# We are allowed to ship the software in our repository
+# 
https://mailman.archlinux.org/mailman/private/arch-dev/2014-August/015690.html
+license=('custom')
+depends=('mongodb' 'java-runtime-headless' 'fontconfig')
+conflicts=('tomcat-native')
+source=("UniFi-$pkgver.zip::https://dl.ubnt.com/unifi/$pkgver/UniFi.unix.zip;
+'unifi.service'
+'unifi.sysusers'
+'LICENSE')
+md5sums=('060af9ec04f33f9d334ac53d76e1cd7c'
+ '79998cabf110d9a96ba4d3367101c94c'
+ 'a92291a0074a5dcf414da4dfe812bc2a'
+ '63a6f9e67db6a466f31a40c228c16d63')
+
+package() {
+  # lib
+  install -dm755 "$pkgdir/usr/lib/unifi"
+  cp -r UniFi/{bin,dl,lib,webapps} "$pkgdir/usr/lib/unifi"
+
+  

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 20:02:12
  Author: seblu
Revision: 211906

upgpkg: unifi 5.4.11-1

Modified:
  unifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 19:29:09 UTC (rev 211905)
+++ PKGBUILD2017-02-11 20:02:12 UTC (rev 211906)
@@ -3,7 +3,7 @@
 # Contributor: Frederik Schwan frederik dot schwan at linux dot com>
 
 pkgname=unifi
-pkgver=5.4.9
+pkgver=5.4.11
 pkgrel=1
 pkgdesc='Centralized management system for Ubiquiti UniFi AP'
 arch=('any')
@@ -17,7 +17,7 @@
 'unifi.service'
 'unifi.sysusers'
 'LICENSE')
-md5sums=('b0cd8a525751de558a84354081899a08'
+md5sums=('060af9ec04f33f9d334ac53d76e1cd7c'
  '79998cabf110d9a96ba4d3367101c94c'
  'a92291a0074a5dcf414da4dfe812bc2a'
  '63a6f9e67db6a466f31a40c228c16d63')


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

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 19:55:31
  Author: foutrelis
Revision: 288701

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  thunar/repos/extra-i686/PKGBUILD
(from rev 288700, thunar/trunk/PKGBUILD)
  thunar/repos/extra-x86_64/PKGBUILD
(from rev 288700, thunar/trunk/PKGBUILD)
Deleted:
  thunar/repos/extra-i686/PKGBUILD
  thunar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  112 
 extra-i686/PKGBUILD   |   56 
 extra-x86_64/PKGBUILD |   56 
 3 files changed, 112 insertions(+), 112 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-11 19:55:19 UTC (rev 288700)
+++ extra-i686/PKGBUILD 2017-02-11 19:55:31 UTC (rev 288701)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10.174.g35e65ab0
-_commit=35e65ab0ed5675b2dc7b4224b0ad152df3c3e9b0
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
-makedepends=('intltool' 'xfce4-panel' 'xfce4-dev-tools' 'git')
-optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
-'xfce4-panel: for trash applet'
-'tumbler: for thumbnail previews'
-'thunar-volman: manages removable devices'
-'thunar-archive-plugin: create and deflate archives'
-'thunar-media-tags-plugin: view/edit id3/ogg tags')
-source=("git://git.xfce.org/xfce/thunar#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd "$srcdir/$pkgname"
-  git describe --long | sed "s/^$pkgname-//;s/-/./g"
-}
-
-prepare() {
-  cd "$srcdir/$pkgname"
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  ./autogen.sh \
---prefix=/usr \
---sysconfdir=/etc \
---enable-gio-unix \
---enable-dbus \
---enable-gudev \
---enable-notifications \
---enable-exif \
---enable-pcre \
---disable-debug
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: thunar/repos/extra-i686/PKGBUILD (from rev 288700, 
thunar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-11 19:55:31 UTC (rev 288701)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Andrew Simmons 
+
+pkgname=thunar
+pkgver=1.6.10.177.g97b3ae5c
+_commit=97b3ae5ce8b2ee8f4a50acfa9aa1a5b9c186b30c
+pkgrel=1
+pkgdesc="Modern file manager for Xfce"
+arch=('i686' 'x86_64')
+url="http://thunar.xfce.org;
+license=('GPL2' 'LGPL2.1')
+groups=('xfce4')
+depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
+ 'libgudev' 'gtk2' 'exo' 'libxfce4util' 'libxfce4ui' 'libpng')
+makedepends=('intltool' 'xfce4-panel' 'xfce4-dev-tools' 'git')
+optdepends=('gvfs: for trash support, mounting with udisk and remote 
filesystems'
+'xfce4-panel: for trash applet'
+'tumbler: for thumbnail previews'
+'thunar-volman: manages removable devices'
+'thunar-archive-plugin: create and deflate archives'
+'thunar-media-tags-plugin: view/edit id3/ogg tags')
+source=("git://git.xfce.org/xfce/thunar#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd "$srcdir/$pkgname"
+  git describe --long | sed "s/^$pkgname-//;s/-/./g"
+}
+
+prepare() {
+  cd "$srcdir/$pkgname"
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+
+  ./autogen.sh \
+--prefix=/usr \
+--sysconfdir=/etc \
+--enable-gio-unix \
+--enable-dbus \
+--enable-gudev \
+--enable-notifications \
+--enable-exif \
+--enable-pcre \
+--disable-debug
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-11 19:55:19 UTC (rev 288700)
+++ extra-x86_64/PKGBUILD   2017-02-11 19:55:31 UTC (rev 288701)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Andrew Simmons 
-
-pkgname=thunar
-pkgver=1.6.10.174.g35e65ab0
-_commit=35e65ab0ed5675b2dc7b4224b0ad152df3c3e9b0
-pkgrel=1
-pkgdesc="Modern file manager for Xfce"
-arch=('i686' 'x86_64')
-url="http://thunar.xfce.org;
-license=('GPL2' 'LGPL2.1')
-groups=('xfce4')
-depends=('desktop-file-utils' 'libexif' 'hicolor-icon-theme' 'libnotify'
- 'libgudev' 'gtk2' 

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

2017-02-11 Thread Evangelos Foutras
Date: Saturday, February 11, 2017 @ 19:55:19
  Author: foutrelis
Revision: 288700

upgpkg: thunar 1.6.10.177.g97b3ae5c-1

Bump again to fix crash during multiple file moves.

https://bugzilla.xfce.org/show_bug.cgi?id=12260

Modified:
  thunar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 19:42:19 UTC (rev 288699)
+++ PKGBUILD2017-02-11 19:55:19 UTC (rev 288700)
@@ -3,8 +3,8 @@
 # Contributor: Andrew Simmons 
 
 pkgname=thunar
-pkgver=1.6.10.174.g35e65ab0
-_commit=35e65ab0ed5675b2dc7b4224b0ad152df3c3e9b0
+pkgver=1.6.10.177.g97b3ae5c
+_commit=97b3ae5ce8b2ee8f4a50acfa9aa1a5b9c186b30c
 pkgrel=1
 pkgdesc="Modern file manager for Xfce"
 arch=('i686' 'x86_64')


[arch-commits] Commit in quagga/repos (46 files)

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 19:42:19
  Author: seblu
Revision: 288699

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  quagga/repos/extra-i686/PKGBUILD
(from rev 288698, quagga/trunk/PKGBUILD)
  quagga/repos/extra-i686/bgpd.service
(from rev 288698, quagga/trunk/bgpd.service)
  quagga/repos/extra-i686/isisd.service
(from rev 288698, quagga/trunk/isisd.service)
  quagga/repos/extra-i686/ospf6d.service
(from rev 288698, quagga/trunk/ospf6d.service)
  quagga/repos/extra-i686/ospfd.service
(from rev 288698, quagga/trunk/ospfd.service)
  quagga/repos/extra-i686/pimd.service
(from rev 288698, quagga/trunk/pimd.service)
  quagga/repos/extra-i686/quagga.sysusers
(from rev 288698, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-i686/quagga.tmpfiles
(from rev 288698, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-i686/ripd.service
(from rev 288698, quagga/trunk/ripd.service)
  quagga/repos/extra-i686/ripngd.service
(from rev 288698, quagga/trunk/ripngd.service)
  quagga/repos/extra-i686/zebra.service
(from rev 288698, quagga/trunk/zebra.service)
  quagga/repos/extra-x86_64/PKGBUILD
(from rev 288698, quagga/trunk/PKGBUILD)
  quagga/repos/extra-x86_64/bgpd.service
(from rev 288698, quagga/trunk/bgpd.service)
  quagga/repos/extra-x86_64/isisd.service
(from rev 288698, quagga/trunk/isisd.service)
  quagga/repos/extra-x86_64/ospf6d.service
(from rev 288698, quagga/trunk/ospf6d.service)
  quagga/repos/extra-x86_64/ospfd.service
(from rev 288698, quagga/trunk/ospfd.service)
  quagga/repos/extra-x86_64/pimd.service
(from rev 288698, quagga/trunk/pimd.service)
  quagga/repos/extra-x86_64/quagga.sysusers
(from rev 288698, quagga/trunk/quagga.sysusers)
  quagga/repos/extra-x86_64/quagga.tmpfiles
(from rev 288698, quagga/trunk/quagga.tmpfiles)
  quagga/repos/extra-x86_64/ripd.service
(from rev 288698, quagga/trunk/ripd.service)
  quagga/repos/extra-x86_64/ripngd.service
(from rev 288698, quagga/trunk/ripngd.service)
  quagga/repos/extra-x86_64/zebra.service
(from rev 288698, quagga/trunk/zebra.service)
Deleted:
  quagga/repos/extra-i686/PKGBUILD
  quagga/repos/extra-i686/babeld.service
  quagga/repos/extra-i686/bgpd.service
  quagga/repos/extra-i686/isisd.service
  quagga/repos/extra-i686/ospf6d.service
  quagga/repos/extra-i686/ospfd.service
  quagga/repos/extra-i686/pimd.service
  quagga/repos/extra-i686/quagga.sysusers
  quagga/repos/extra-i686/quagga.tmpfiles
  quagga/repos/extra-i686/ripd.service
  quagga/repos/extra-i686/ripngd.service
  quagga/repos/extra-i686/zebra.service
  quagga/repos/extra-x86_64/PKGBUILD
  quagga/repos/extra-x86_64/babeld.service
  quagga/repos/extra-x86_64/bgpd.service
  quagga/repos/extra-x86_64/isisd.service
  quagga/repos/extra-x86_64/ospf6d.service
  quagga/repos/extra-x86_64/ospfd.service
  quagga/repos/extra-x86_64/pimd.service
  quagga/repos/extra-x86_64/quagga.sysusers
  quagga/repos/extra-x86_64/quagga.tmpfiles
  quagga/repos/extra-x86_64/ripd.service
  quagga/repos/extra-x86_64/ripngd.service
  quagga/repos/extra-x86_64/zebra.service

--+
 /PKGBUILD|  186 +
 /bgpd.service|   32 +++
 /isisd.service   |   32 +++
 /ospf6d.service  |   32 +++
 /ospfd.service   |   32 +++
 /pimd.service|   30 ++
 /quagga.sysusers |2 
 /quagga.tmpfiles |6 +
 /ripd.service|   32 +++
 /ripngd.service  |   32 +++
 /zebra.service   |   32 +++
 extra-i686/PKGBUILD  |   95 
 extra-i686/babeld.service|   16 ---
 extra-i686/bgpd.service  |   16 ---
 extra-i686/isisd.service |   16 ---
 extra-i686/ospf6d.service|   16 ---
 extra-i686/ospfd.service |   16 ---
 extra-i686/pimd.service  |   15 ---
 extra-i686/quagga.sysusers   |1 
 extra-i686/quagga.tmpfiles   |3 
 extra-i686/ripd.service  |   16 ---
 extra-i686/ripngd.service|   16 ---
 extra-i686/zebra.service |   16 ---
 extra-x86_64/PKGBUILD|   95 
 extra-x86_64/babeld.service  |   16 ---
 extra-x86_64/bgpd.service|   16 ---
 extra-x86_64/isisd.service   |   16 ---
 extra-x86_64/ospf6d.service  |   16 ---
 extra-x86_64/ospfd.service   |   16 ---
 extra-x86_64/pimd.service|   15 ---
 extra-x86_64/quagga.sysusers |1 
 extra-x86_64/quagga.tmpfiles |3 
 extra-x86_64/ripd.service|   16 ---
 extra-x86_64/ripngd.service  |   16 ---
 extra-x86_64/zebra.service   |   16 ---
 35 files changed, 448 insertions(+), 484 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-11 19:40:19 UTC (rev 288698)
+++ extra-i686/PKGBUILD 2017-02-11 19:42:19 UTC (rev 288699)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: 

[arch-commits] Commit in quagga/trunk (PKGBUILD babeld.service)

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 19:40:19
  Author: seblu
Revision: 288698

upgpkg: quagga 1.2.0-1

Modified:
  quagga/trunk/PKGBUILD
Deleted:
  quagga/trunk/babeld.service

+
 PKGBUILD   |   12 +---
 babeld.service |   16 
 2 files changed, 5 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 19:31:34 UTC (rev 288697)
+++ PKGBUILD2017-02-11 19:40:19 UTC (rev 288698)
@@ -2,19 +2,18 @@
 # Maintainer: Sébastien Luttringer
 
 pkgname=quagga
-pkgver=1.1.0
-pkgrel=3
+pkgver=1.2.0
+pkgrel=1
 pkgdesc='BGP/OSPF/ISIS/RIP/RIPNG routing daemon suite'
 arch=('i686' 'x86_64')
 url='http://www.quagga.net'
 license=('GPL2')
-depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl')
+depends=('libcap' 'libnl' 'net-snmp' 'readline' 'ncurses' 'perl' 'c-ares')
 options=('!buildflags')
 validpgpkeys=('C1B5C3ED3000F2BFCD66F3B76FE57CA8C1A4AEA6') # Quagga Release 
Signing Key
 
source=("https://download.savannah.gnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc}
 'quagga.sysusers'
 'quagga.tmpfiles'
-'babeld.service'
 'bgpd.service'
 'isisd.service'
 'ospf6d.service'
@@ -23,11 +22,10 @@
 'ripd.service'
 'ripngd.service'
 'zebra.service')
-md5sums=('daa303871e07ea5856aae6fd79e89722'
+md5sums=('1b6b68cf1611c89d57d6df146d618710'
  'SKIP'
  '286c545efadcc7b463eb603c25473cb4'
  '9dfa2f649a2c83a2e52f5f89dec3b167'
- '20a8e36ad851d4e06467aeb56a84b245'
  'cc90c234aac9098c5132d653037d5269'
  '67d0ada0f3000b9a86351798786c5256'
  '6e2569ef339838aa41375e913a8e19ce'
@@ -85,7 +83,7 @@
   # systemd
   cd "$srcdir"
   install -d -m 755 "$pkgdir"/usr/lib/{systemd/system,tmpfiles.d,sysusers.d}
-  for _d in zebra ripd ripngd bgpd ospfd ospf6d isisd babeld pimd; do
+  for _d in zebra ripd ripngd bgpd ospfd ospf6d isisd pimd; do
 install -D -m 644 $_d.service "$pkgdir/usr/lib/systemd/system/$_d.service"
   done
   install -D -m 644 $pkgname.tmpfiles 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"

Deleted: babeld.service
===
--- babeld.service  2017-02-11 19:31:34 UTC (rev 288697)
+++ babeld.service  2017-02-11 19:40:19 UTC (rev 288698)
@@ -1,16 +0,0 @@
-[Unit]
-Description=Babel routing daemon
-Documentation=man:zebra(8)
-BindTo=zebra.service
-After=network.target zebra.service
-ConditionPathExists=/etc/quagga/babeld.conf
-
-[Service]
-Type=forking
-PIDFile=/run/quagga/babeld.pid
-ExecStart=/usr/bin/babeld -d
-ExecReload=/bin/kill -HUP $MAINPID
-Restart=on-abort
-
-[Install]
-WantedBy=multi-user.target


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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 19:31:34
  Author: seblu
Revision: 288697

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  radvd/repos/extra-i686/PKGBUILD
(from rev 288696, radvd/trunk/PKGBUILD)
  radvd/repos/extra-i686/radvd.service
(from rev 288696, radvd/trunk/radvd.service)
  radvd/repos/extra-x86_64/PKGBUILD
(from rev 288696, radvd/trunk/PKGBUILD)
  radvd/repos/extra-x86_64/radvd.service
(from rev 288696, radvd/trunk/radvd.service)
Deleted:
  radvd/repos/extra-i686/PKGBUILD
  radvd/repos/extra-i686/radvd.service
  radvd/repos/extra-x86_64/PKGBUILD
  radvd/repos/extra-x86_64/radvd.service

+
 /PKGBUILD  |  130 +++
 /radvd.service |   18 +
 extra-i686/PKGBUILD|   65 -
 extra-i686/radvd.service   |9 --
 extra-x86_64/PKGBUILD  |   65 -
 extra-x86_64/radvd.service |9 --
 6 files changed, 148 insertions(+), 148 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-11 19:31:00 UTC (rev 288696)
+++ extra-i686/PKGBUILD 2017-02-11 19:31:34 UTC (rev 288697)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Kaiting Chen 
-# Contributor: Mark Smith 
-
-pkgname=radvd
-pkgver=2.15
-pkgrel=1
-pkgdesc='IPv6 Router Advertisement Daemon'
-url='http://www.litech.org/radvd/'
-license=('custom')
-depends=('glibc')
-makedepends=('check')
-arch=('i686' 'x86_64')
-backup=('etc/radvd.conf')
-validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
-source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
-"$pkgname.service")
-sha1sums=('b0cea8ed402e10c4f39b0741c515940bffedfbaf'
-  'SKIP'
-  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch $filename"
-  patch -p1 -N -i "$srcdir/$filename"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---with-pidfile=/run/radvd.pid \
---with-check \
---mandir=/usr/share/man
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # default config
-  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
-  # license
-  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: radvd/repos/extra-i686/PKGBUILD (from rev 288696, radvd/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-11 19:31:34 UTC (rev 288697)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Kaiting Chen 
+# Contributor: Mark Smith 
+
+pkgname=radvd
+pkgver=2.16
+pkgrel=1
+pkgdesc='IPv6 Router Advertisement Daemon'
+url='http://www.litech.org/radvd/'
+license=('custom')
+depends=('glibc')
+makedepends=('check')
+arch=('i686' 'x86_64')
+backup=('etc/radvd.conf')
+validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
+source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
+"$pkgname.service")
+sha1sums=('525d7068eddf439f6daf9af1e8412aebe9cfab32'
+  'SKIP'
+  '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+if [[ "$filename" =~ \.patch$ ]]; then
+  msg2 "Applying patch ${filename##*/}"
+  patch -p1 -N -i "$srcdir/${filename##*/}"
+fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--with-pidfile=/run/radvd.pid \
+--with-check \
+--mandir=/usr/share/man
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -D -m 644 radvd.conf.example "$pkgdir/etc/radvd.conf"
+  # license
+  install -D -m 644 COPYRIGHT "$pkgdir/usr/share/licenses/$pkgname/COPYRIGHT"
+  # systemd
+  install -D -m 644 ../$pkgname.service \
+"$pkgdir/usr/lib/systemd/system/$pkgname.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-i686/radvd.service

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 19:31:00
  Author: seblu
Revision: 288696

upgpkg: radvd 2.16-1

Modified:
  radvd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-02-11 19:29:47 UTC (rev 288695)
+++ PKGBUILD2017-02-11 19:31:00 UTC (rev 288696)
@@ -4,7 +4,7 @@
 # Contributor: Mark Smith 
 
 pkgname=radvd
-pkgver=2.15
+pkgver=2.16
 pkgrel=1
 pkgdesc='IPv6 Router Advertisement Daemon'
 url='http://www.litech.org/radvd/'
@@ -16,7 +16,7 @@
 validpgpkeys=('B11F2EED32FB6728F700337C411FA8C112D91A31') # Reuben Hawkins
 source=("http://www.litech.org/radvd/dist/$pkgname-$pkgver.tar.xz"{,.asc}
 "$pkgname.service")
-sha1sums=('b0cea8ed402e10c4f39b0741c515940bffedfbaf'
+sha1sums=('525d7068eddf439f6daf9af1e8412aebe9cfab32'
   'SKIP'
   '2fdba3b0ed28c67dc1c04bfd1439fa4dece88bbc')
 


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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 19:29:47
  Author: seblu
Revision: 288695

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  btrfs-progs/repos/testing-i686/
  btrfs-progs/repos/testing-i686/PKGBUILD
(from rev 288694, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-i686/btrfs-progs.install
(from rev 288694, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.service
(from rev 288694, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-i686/btrfs-scrub@.timer
(from rev 288694, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-i686/initcpio-hook-btrfs
(from rev 288694, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-i686/initcpio-install-btrfs
(from rev 288694, btrfs-progs/trunk/initcpio-install-btrfs)
  btrfs-progs/repos/testing-x86_64/
  btrfs-progs/repos/testing-x86_64/PKGBUILD
(from rev 288694, btrfs-progs/trunk/PKGBUILD)
  btrfs-progs/repos/testing-x86_64/btrfs-progs.install
(from rev 288694, btrfs-progs/trunk/btrfs-progs.install)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.service
(from rev 288694, btrfs-progs/trunk/btrfs-scrub@.service)
  btrfs-progs/repos/testing-x86_64/btrfs-scrub@.timer
(from rev 288694, btrfs-progs/trunk/btrfs-scrub@.timer)
  btrfs-progs/repos/testing-x86_64/initcpio-hook-btrfs
(from rev 288694, btrfs-progs/trunk/initcpio-hook-btrfs)
  btrfs-progs/repos/testing-x86_64/initcpio-install-btrfs
(from rev 288694, btrfs-progs/trunk/initcpio-install-btrfs)

---+
 testing-i686/PKGBUILD |   61 
 testing-i686/btrfs-progs.install  |   15 +++
 testing-i686/btrfs-scrub@.service |7 +++
 testing-i686/btrfs-scrub@.timer   |   10 +
 testing-i686/initcpio-hook-btrfs  |7 +++
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/btrfs-progs.install|   15 +++
 testing-x86_64/btrfs-scrub@.service   |7 +++
 testing-x86_64/btrfs-scrub@.timer |   10 +
 testing-x86_64/initcpio-hook-btrfs|7 +++
 testing-x86_64/initcpio-install-btrfs |   17 
 12 files changed, 234 insertions(+)

Copied: btrfs-progs/repos/testing-i686/PKGBUILD (from rev 288694, 
btrfs-progs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-02-11 19:29:47 UTC (rev 288695)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Tom Gundersen 
+# Contributor: Tobias Powalowski 
+
+pkgname=btrfs-progs
+pkgver=4.9.1
+pkgrel=1
+pkgdesc='Btrfs filesystem utilities'
+arch=('i686' 'x86_64')
+depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
+makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
+url='https://btrfs.wiki.kernel.org'
+replaces=('btrfs-progs-unstable')
+conflicts=('btrfs-progs-unstable')
+provides=('btrfs-progs-unstable')
+license=('GPL2')
+validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
+source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
+'initcpio-install-btrfs'
+'initcpio-hook-btrfs'
+'btrfs-scrub@.service'
+'btrfs-scrub@.timer')
+install=btrfs-progs.install
+options=(!staticlibs)
+md5sums=('SKIP'
+ 'c236c632b9d1928c592e81fb543afe0f'
+ '7241ba3a4286d08da0d50b7176941112'
+ 'b09688a915a0ec8f40e2f5aacbabc9ad'
+ '794b867e09451284c545bae112aa0cfd'
+ '502221c1b47a3bb2c06703d4fb90a0c2')
+
+build() {
+  cd $pkgname-v$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd $pkgname-v$pkgver
+ ./btrfs filesystem show
+}
+
+package() {
+  cd $pkgname-v$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # install bash completion (FS#44618)
+  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
+
+  # install mkinitcpio hooks
+  cd "$srcdir"
+  install -Dm644 initcpio-install-btrfs 
"$pkgdir/usr/lib/initcpio/install/btrfs"
+  install -Dm644 initcpio-hook-btrfs "$pkgdir/usr/lib/initcpio/hooks/btrfs"
+
+  # install scrub service/timer
+  install -Dm644 btrfs-scrub@.service 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.service"
+  install -Dm644 btrfs-scrub@.timer 
"$pkgdir/usr/lib/systemd/system/btrfs-scrub@.timer"
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Copied: btrfs-progs/repos/testing-i686/btrfs-progs.install (from rev 288694, 
btrfs-progs/trunk/btrfs-progs.install)
===
--- testing-i686/btrfs-progs.install(rev 0)
+++ testing-i686/btrfs-progs.install2017-02-11 19:29:47 UTC (rev 288695)
@@ -0,0 +1,15 @@
+#!/bin/sh
+
+## arg 1:  the new package version

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

2017-02-11 Thread Sébastien Luttringer
Date: Saturday, February 11, 2017 @ 19:29:09
  Author: seblu
Revision: 211905

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 211904, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-02-11 19:28:50 UTC (rev 211904)
+++ PKGBUILD2017-02-11 19:29:09 UTC (rev 211905)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Francois Boulogne 
-
-pkgname=glances
-pkgver=2.8
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-makedepends=('git')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('hddtemp: HDD temperature monitoring support'
-'python-bottle: web server support'
-'python-docker-py: for the Docker monitoring support'
-'python-matplotlib: for graphical/chart support'
-'python-netifaces: for the IP plugin'
-'zeroconf: for the autodiscover mode')
-source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-package() {
-  cd glances
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 211904, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-02-11 19:29:09 UTC (rev 211905)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sébastien Luttringer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Francois Boulogne 
+
+pkgname=glances
+pkgver=2.8.2
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+makedepends=('git')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('hddtemp: HDD temperature monitoring support'
+'python-bottle: web server support'
+'python-docker-py: for the Docker monitoring support'
+'python-matplotlib: for graphical/chart support'
+'python-netifaces: for the IP plugin'
+'zeroconf: for the autodiscover mode')
+source=("git+https://github.com/nicolargo/glances.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+package() {
+  cd glances
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


  1   2   3   >