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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:33:20
  Author: jgc
Revision: 292539

upgpkg: gnome-maps 3.24.0+7+g1fd61fc-1

Modified:
  gnome-maps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 22:30:41 UTC (rev 292538)
+++ PKGBUILD2017-04-08 22:33:20 UTC (rev 292539)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gnome-maps
-pkgver=3.22.2
+pkgver=3.24.0+7+g1fd61fc
 pkgrel=1
 pkgdesc="A simple GNOME 3 maps application"
 url="https://wiki.gnome.org/Apps/Maps;
@@ -11,8 +11,8 @@
 depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
 makedepends=(intltool gobject-introspection gnome-common git)
 groups=(gnome-extra)
-_commit=b66d5e65086bb23edb908e5f9bcacdac7f6e6b61  # tags/v3.22.2^0
-source=("git://git.gnome.org/gnome-maps#commit=$_commit")
+_commit=1fd61fc4cd32fb749580f40260a7ea2e2f00a1b3  # master
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:33:24
  Author: jgc
Revision: 292540

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-maps/repos/gnome-unstable-i686/
  gnome-maps/repos/gnome-unstable-i686/PKGBUILD
(from rev 292539, gnome-maps/trunk/PKGBUILD)
  gnome-maps/repos/gnome-unstable-x86_64/
  gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292539, gnome-maps/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   38 ++
 gnome-unstable-x86_64/PKGBUILD |   38 ++
 2 files changed, 76 insertions(+)

Copied: gnome-maps/repos/gnome-unstable-i686/PKGBUILD (from rev 292539, 
gnome-maps/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:33:24 UTC (rev 292540)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.24.0+7+g1fd61fc
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=1fd61fc4cd32fb749580f40260a7ea2e2f00a1b3  # master
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}

Copied: gnome-maps/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292539, 
gnome-maps/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 22:33:24 UTC (rev 292540)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gnome-maps
+pkgver=3.24.0+7+g1fd61fc
+pkgrel=1
+pkgdesc="A simple GNOME 3 maps application"
+url="https://wiki.gnome.org/Apps/Maps;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(geocode-glib geoclue2 gjs libchamplain gnome-themes-standard libgee 
folks gfbgraph)
+makedepends=(intltool gobject-introspection gnome-common git)
+groups=(gnome-extra)
+_commit=1fd61fc4cd32fb749580f40260a7ea2e2f00a1b3  # master
+source=("git+https://git.gnome.org/browse/gnome-maps#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --disable-schemas-compile
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in gnome-font-viewer/repos (4 files)

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:30:41
  Author: jgc
Revision: 292538

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-font-viewer/repos/gnome-unstable-i686/
  gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD
(from rev 292537, gnome-font-viewer/trunk/PKGBUILD)
  gnome-font-viewer/repos/gnome-unstable-x86_64/
  gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292537, gnome-font-viewer/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   37 +
 gnome-unstable-x86_64/PKGBUILD |   37 +
 2 files changed, 74 insertions(+)

Copied: gnome-font-viewer/repos/gnome-unstable-i686/PKGBUILD (from rev 292537, 
gnome-font-viewer/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:30:41 UTC (rev 292538)
@@ -0,0 +1,37 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.23.91+2+g419afa1
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(intltool gnome-common git)
+groups=(gnome)
+_commit=419afa1a577a1717f40eff7394c791e382180bfe  # master
+source=("git+https://git.gnome.org/browse/gnome-font-viewer#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-font-viewer/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
292537, gnome-font-viewer/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 22:30:41 UTC (rev 292538)
@@ -0,0 +1,37 @@
+#  $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-font-viewer
+pkgver=3.23.91+2+g419afa1
+pkgrel=1
+pkgdesc="A font viewer utility for GNOME"
+url="https://git.gnome.org/browse/gnome-font-viewer;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gnome-desktop)
+makedepends=(intltool gnome-common git)
+groups=(gnome)
+_commit=419afa1a577a1717f40eff7394c791e382180bfe  # master
+source=("git+https://git.gnome.org/browse/gnome-font-viewer#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:30:36
  Author: jgc
Revision: 292537

upgpkg: gnome-font-viewer 3.23.91+2+g419afa1-1

Modified:
  gnome-font-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 22:28:21 UTC (rev 292536)
+++ PKGBUILD2017-04-08 22:30:36 UTC (rev 292537)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-font-viewer
-pkgver=3.22.0+1+gd3cf893
+pkgver=3.23.91+2+g419afa1
 pkgrel=1
 pkgdesc="A font viewer utility for GNOME"
 url="https://git.gnome.org/browse/gnome-font-viewer;
@@ -11,8 +11,8 @@
 depends=(gtk3 gnome-desktop)
 makedepends=(intltool gnome-common git)
 groups=(gnome)
-_commit=d3cf893ab14e96ea9003f65efa840e92d4dec30d  # master
-source=("git://git.gnome.org/gnome-font-viewer#commit=$_commit")
+_commit=419afa1a577a1717f40eff7394c791e382180bfe  # master
+source=("git+https://git.gnome.org/browse/gnome-font-viewer#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:28:21
  Author: jgc
Revision: 292536

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-documents/repos/gnome-unstable-i686/
  gnome-documents/repos/gnome-unstable-i686/PKGBUILD
(from rev 292535, gnome-documents/trunk/PKGBUILD)
  gnome-documents/repos/gnome-unstable-x86_64/
  gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292535, gnome-documents/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   59 +++
 gnome-unstable-x86_64/PKGBUILD |   59 +++
 2 files changed, 118 insertions(+)

Copied: gnome-documents/repos/gnome-unstable-i686/PKGBUILD (from rev 292535, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:28:21 UTC (rev 292536)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.24.0+21+ga739ccf
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(intltool gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=a739ccf75421b558eada1ed66130983f1f380602  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-documents/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292535, 
gnome-documents/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 22:28:21 UTC (rev 292536)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-documents
+pkgver=3.24.0+21+ga739ccf
+pkgrel=1
+pkgdesc="A document manager application for GNOME"
+url="https://wiki.gnome.org/Apps/Documents;
+arch=(i686 x86_64)
+license=(GPL)
+groups=(gnome-extra)
+depends=(evince gjs gtk3 gnome-desktop gnome-online-accounts libgdata
+ tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
+makedepends=(intltool gobject-introspection git gnome-common)
+optdepends=('libreoffice-fresh: Support for Libreoffice document types')
+_commit=a739ccf75421b558eada1ed66130983f1f380602  # gnome-3-24
+source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;)
+sha256sums=('SKIP'
+'SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:28:16
  Author: jgc
Revision: 292535

upgpkg: gnome-documents 3.24.0+21+ga739ccf-1

Modified:
  gnome-documents/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 22:25:24 UTC (rev 292534)
+++ PKGBUILD2017-04-08 22:28:16 UTC (rev 292535)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-documents
-pkgver=3.22.1
+pkgver=3.24.0+21+ga739ccf
 pkgrel=1
 pkgdesc="A document manager application for GNOME"
 url="https://wiki.gnome.org/Apps/Documents;
@@ -13,7 +13,7 @@
  tracker libzapojit webkit2gtk gnome-online-miners librsvg libgepub)
 makedepends=(intltool gobject-introspection git gnome-common)
 optdepends=('libreoffice-fresh: Support for Libreoffice document types')
-_commit=19d8b6c6d86a81b5ea124b8426ffe4e91dbfbeee  # tags/3.22.1^0
+_commit=a739ccf75421b558eada1ed66130983f1f380602  # gnome-3-24
 source=("git+https://git.gnome.org/browse/gnome-documents#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;)
 sha256sums=('SKIP'


[arch-commits] Commit in gnome-color-manager/repos (4 files)

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:25:24
  Author: jgc
Revision: 292534

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-color-manager/repos/gnome-unstable-i686/
  gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD
(from rev 292533, gnome-color-manager/trunk/PKGBUILD)
  gnome-color-manager/repos/gnome-unstable-x86_64/
  gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292533, gnome-color-manager/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   45 +++
 gnome-unstable-x86_64/PKGBUILD |   45 +++
 2 files changed, 90 insertions(+)

Copied: gnome-color-manager/repos/gnome-unstable-i686/PKGBUILD (from rev 
292533, gnome-color-manager/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:25:24 UTC (rev 292534)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-color-manager
+pkgver=3.24.0+4+ge78025a
+pkgrel=1
+pkgdesc="GNOME Color Profile Tools"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-color-manager;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools git gnome-common appstream-glib)
+optdepends=('argyllcms: color calibration')
+options=('!emptydirs')
+groups=('gnome-extra')
+_commit=e78025ac3ef768eecd0051748044113dc3dcb4eb  # master
+source=("git+https://git.gnome.org/browse/gnome-color-manager#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/GNOME_COLOR_MANAGER_//' -e 's/_/\./g' -e 
's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build(){
+  cd $pkgname
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-color-manager/repos/gnome-unstable-x86_64/PKGBUILD (from rev 
292533, gnome-color-manager/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 22:25:24 UTC (rev 292534)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-color-manager
+pkgver=3.24.0+4+ge78025a
+pkgrel=1
+pkgdesc="GNOME Color Profile Tools"
+arch=(i686 x86_64)
+url="https://git.gnome.org/browse/gnome-color-manager;
+license=(GPL2)
+depends=(libcanberra vte3 exiv2 shared-color-targets colord-gtk libexif)
+makedepends=(intltool yelp-tools git gnome-common appstream-glib)
+optdepends=('argyllcms: color calibration')
+options=('!emptydirs')
+groups=('gnome-extra')
+_commit=e78025ac3ef768eecd0051748044113dc3dcb4eb  # master
+source=("git+https://git.gnome.org/browse/gnome-color-manager#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed -e 's/GNOME_COLOR_MANAGER_//' -e 's/_/\./g' -e 
's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build(){
+  cd $pkgname
+
+  # man pages need docbook-sgml, which we don't have
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --libexecdir=/usr/lib/gnome-color-manager --disable-static 
--disable-man-pages
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:25:18
  Author: jgc
Revision: 292533

upgpkg: gnome-color-manager 3.24.0+4+ge78025a-1

Modified:
  gnome-color-manager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 22:22:33 UTC (rev 292532)
+++ PKGBUILD2017-04-08 22:25:18 UTC (rev 292533)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-color-manager
-pkgver=3.22.2
+pkgver=3.24.0+4+ge78025a
 pkgrel=1
 pkgdesc="GNOME Color Profile Tools"
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 optdepends=('argyllcms: color calibration')
 options=('!emptydirs')
 groups=('gnome-extra')
-_commit=9c2bbc242d20d8cb8101162e64068ef40544d61b  # 
tags/GNOME_COLOR_MANAGER_3_22_2^0
-source=("git://git.gnome.org/gnome-color-manager#commit=$_commit")
+_commit=e78025ac3ef768eecd0051748044113dc3dcb4eb  # master
+source=("git+https://git.gnome.org/browse/gnome-color-manager#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:22:33
  Author: jgc
Revision: 292532

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gnome-clocks/repos/gnome-unstable-i686/
  gnome-clocks/repos/gnome-unstable-i686/PKGBUILD
(from rev 292531, gnome-clocks/trunk/PKGBUILD)
  gnome-clocks/repos/gnome-unstable-x86_64/
  gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292531, gnome-clocks/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: gnome-clocks/repos/gnome-unstable-i686/PKGBUILD (from rev 292531, 
gnome-clocks/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:22:33 UTC (rev 292532)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.24.0+4+gd1003cd
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(intltool vala gobject-introspection itstool yelp-tools git)
+groups=(gnome-extra)
+_commit=d1003cd0e43436e4221fe4d9765364b1aa989c67  # master
+source=("git+https://git.gnome.org/browse/gnome-clocks#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: gnome-clocks/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292531, 
gnome-clocks/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 22:22:33 UTC (rev 292532)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-clocks
+pkgver=3.24.0+4+gd1003cd
+pkgrel=1
+pkgdesc="Clocks applications for GNOME"
+url="https://wiki.gnome.org/Apps/Clocks;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
+makedepends=(intltool vala gobject-introspection itstool yelp-tools git)
+groups=(gnome-extra)
+_commit=d1003cd0e43436e4221fe4d9765364b1aa989c67  # master
+source=("git+https://git.gnome.org/browse/gnome-clocks#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:22:28
  Author: jgc
Revision: 292531

upgpkg: gnome-clocks 3.24.0+4+gd1003cd-1

Modified:
  gnome-clocks/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 22:16:50 UTC (rev 292530)
+++ PKGBUILD2017-04-08 22:22:28 UTC (rev 292531)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-clocks
-pkgver=3.22.0+2+g74a75f7
+pkgver=3.24.0+4+gd1003cd
 pkgrel=1
 pkgdesc="Clocks applications for GNOME"
 url="https://wiki.gnome.org/Apps/Clocks;
@@ -11,8 +11,8 @@
 depends=(gtk3 libcanberra libgweather gnome-desktop geoclue2 geocode-glib 
gsound)
 makedepends=(intltool vala gobject-introspection itstool yelp-tools git)
 groups=(gnome-extra)
-_commit=74a75f7926d56643a2b398f3763c7fa0b70d9ad7  # master
-source=("git://git.gnome.org/gnome-clocks#commit=$_commit")
+_commit=d1003cd0e43436e4221fe4d9765364b1aa989c67  # master
+source=("git+https://git.gnome.org/browse/gnome-clocks#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:16:50
  Author: jgc
Revision: 292530

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  gdm/repos/gnome-unstable-i686/
  
gdm/repos/gnome-unstable-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 292529, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/gnome-unstable-i686/PKGBUILD
(from rev 292529, gdm/trunk/PKGBUILD)
  gdm/repos/gnome-unstable-i686/gdm.install
(from rev 292529, gdm/trunk/gdm.install)
  gdm/repos/gnome-unstable-x86_64/
  
gdm/repos/gnome-unstable-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(from rev 292529, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
  gdm/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292529, gdm/trunk/PKGBUILD)
  gdm/repos/gnome-unstable-x86_64/gdm.install
(from rev 292529, gdm/trunk/gdm.install)

+
 gnome-unstable-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch   |   
31 +++
 gnome-unstable-i686/PKGBUILD   |   
92 ++
 gnome-unstable-i686/gdm.install|   
 7 
 gnome-unstable-x86_64/0002-Xsession-Don-t-start-ssh-agent-by-default.patch |   
31 +++
 gnome-unstable-x86_64/PKGBUILD |   
92 ++
 gnome-unstable-x86_64/gdm.install  |   
 7 
 6 files changed, 260 insertions(+)

Copied: 
gdm/repos/gnome-unstable-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
 (from rev 292529, 
gdm/trunk/0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
===
--- gnome-unstable-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
(rev 0)
+++ gnome-unstable-i686/0002-Xsession-Don-t-start-ssh-agent-by-default.patch
2017-04-08 22:16:50 UTC (rev 292530)
@@ -0,0 +1,31 @@
+From 8bf4d553ba9e7a5978ed8920ca0b06e624de2eda Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Sat, 20 Jun 2015 17:22:38 +0200
+Subject: [PATCH 2/2] Xsession: Don't start ssh-agent by default
+
+---
+ data/Xsession.in | 8 
+ 1 file changed, 8 deletions(-)
+
+diff --git a/data/Xsession.in b/data/Xsession.in
+index f253375..c143b30 100755
+--- a/data/Xsession.in
 b/data/Xsession.in
+@@ -184,14 +184,6 @@ if [ "x$command" = "xdefault" ] ; then
+   fi
+ fi
+ 
+-# add ssh-agent if found
+-sshagent="`gdmwhich ssh-agent`"
+-if [ -n "$sshagent" ] && [ -x "$sshagent" ] && [ -z "$SSH_AUTH_SOCK" ]; then
+-command="$sshagent -- $command"
+-elif [ -z "$sshagent" ] ; then
+-echo "$0: ssh-agent not found!"
+-fi
+-
+ echo "$0: Setup done, will execute: $command"
+ 
+ eval exec $command
+-- 
+2.4.5
+

Copied: gdm/repos/gnome-unstable-i686/PKGBUILD (from rev 292529, 
gdm/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:16:50 UTC (rev 292530)
@@ -0,0 +1,92 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Maintainer: Jan de Groot 
+
+pkgbase=gdm
+pkgname=(gdm libgdm)
+pkgver=3.24.0+36+ge61652db
+pkgrel=1
+pkgdesc="Display manager and login screen"
+arch=(i686 x86_64)
+license=(GPL)
+url="https://wiki.gnome.org/Projects/GDM;
+depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
+makedepends=(yelp-tools intltool gobject-introspection git)
+checkdepends=('check')
+_commit=e61652db17604c1a61c55421ec7abbb53391c63a  # master
+source=("git+https://git.gnome.org/browse/gdm#commit=$_commit;
+0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
+sha256sums=('SKIP'
+'9449da0b6ee58aa3fde65e6d8d1f30513e4176a7dc6d176f17f320ce82cb1d82')
+
+pkgver() {
+  cd $pkgbase
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgbase
+  patch -Np1 -i ../0002-Xsession-Don-t-start-ssh-agent-by-default.patch
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgbase
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--libexecdir=/usr/lib/gdm \
+--localstatedir=/var \
+--disable-static \
+--disable-schemas-compile \
+--enable-gdm-xsession \
+--enable-ipv6 \
+--with-at-spi-registryd-directory=/usr/lib/at-spi2-core \
+--with-check-accelerated-directory=/usr/lib/gnome-session \
+--with-default-pam-config=arch \
+--with-default-path=/usr/local/bin:/usr/local/sbin:/usr/bin \
+--with-gnome-settings-daemon-directory=/usr/lib/gnome-settings-daemon \
+--without-plymouth \
+--without-tcp-wrappers
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd 

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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:16:45
  Author: jgc
Revision: 292529

upgpkg: gdm 3.24.0+36+ge61652db-1

Modified:
  gdm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 22:11:54 UTC (rev 292528)
+++ PKGBUILD2017-04-08 22:16:45 UTC (rev 292529)
@@ -4,7 +4,7 @@
 
 pkgbase=gdm
 pkgname=(gdm libgdm)
-pkgver=3.22.3
+pkgver=3.24.0+36+ge61652db
 pkgrel=1
 pkgdesc="Display manager and login screen"
 arch=(i686 x86_64)
@@ -13,8 +13,8 @@
 depends=(gnome-shell gnome-session upower xorg-xrdb xorg-server 
xorg-server-xwayland xorg-xhost)
 makedepends=(yelp-tools intltool gobject-introspection git)
 checkdepends=('check')
-_commit=8f4a80a5b7884e5ce990e09f5a073c0056b15fec  # tags/3.22.3^0
-source=("git://git.gnome.org/gdm#commit=$_commit"
+_commit=e61652db17604c1a61c55421ec7abbb53391c63a  # master
+source=("git+https://git.gnome.org/browse/gdm#commit=$_commit;
 0002-Xsession-Don-t-start-ssh-agent-by-default.patch)
 sha256sums=('SKIP'
 '9449da0b6ee58aa3fde65e6d8d1f30513e4176a7dc6d176f17f320ce82cb1d82')


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:11:49
  Author: jgc
Revision: 292527

upgpkg: file-roller 3.24.0-1

Modified:
  file-roller/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 22:06:52 UTC (rev 292526)
+++ PKGBUILD2017-04-08 22:11:49 UTC (rev 292527)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=file-roller
-pkgver=3.22.3
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="Create and modify archives"
 url="https://wiki.gnome.org/Apps/FileRoller;
@@ -17,8 +17,8 @@
 'lrzip: lrzip archive support')
 groups=(gnome-extra)
 options=(!emptydirs)
-_commit=3bf4c97b388b9a4f6095aa8c454831324af51e34  # tags/3.22.3^0
-source=("git://git.gnome.org/file-roller#commit=$_commit")
+_commit=390f397bbc7ca7c962f72fe7e90af445ee80710f  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:11:54
  Author: jgc
Revision: 292528

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  file-roller/repos/gnome-unstable-i686/
  file-roller/repos/gnome-unstable-i686/PKGBUILD
(from rev 292527, file-roller/trunk/PKGBUILD)
  file-roller/repos/gnome-unstable-x86_64/
  file-roller/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292527, file-roller/trunk/PKGBUILD)

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

Copied: file-roller/repos/gnome-unstable-i686/PKGBUILD (from rev 292527, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:11:54 UTC (rev 292528)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(intltool itstool docbook-xsl gnome-common git)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=390f397bbc7ca7c962f72fe7e90af445ee80710f  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: file-roller/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292527, 
file-roller/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 22:11:54 UTC (rev 292528)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=file-roller
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Create and modify archives"
+url="https://wiki.gnome.org/Apps/FileRoller;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 dconf libarchive file json-glib libnotify zip unzip)
+makedepends=(intltool itstool docbook-xsl gnome-common git)
+optdepends=('p7zip: 7z, arj, exe and encrypted zip files support'
+'unrar: better RAR archive support'
+'unace: ACE archive support'
+'lrzip: lrzip archive support')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=390f397bbc7ca7c962f72fe7e90af445ee80710f  # tags/3.24.0^0
+source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static --disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:06:47
  Author: jgc
Revision: 292525

upgpkg: evince 3.24.0+8+ga8363215-1

Modified:
  evince/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 21:58:31 UTC (rev 292524)
+++ PKGBUILD2017-04-08 22:06:47 UTC (rev 292525)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=evince
-pkgver=3.22.1
+pkgver=3.24.0+8+ga8363215
 pkgrel=1
 pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
 url="https://wiki.gnome.org/Apps/Evince;
@@ -17,8 +17,8 @@
'gvfs: bookmark support and session saving')
 groups=(gnome)
 options=('!emptydirs')
-_commit=ca4868faa3ecc2e4f4962f86820e090682502274  # tags/3.22.1^0
-source=("git://git.gnome.org/evince#commit=$_commit")
+_commit=a8363215f1bef942519a194d4589eea16cc51399  # gnome-3-24
+source=("git+https://git.gnome.org/browse/evince#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 22:06:52
  Author: jgc
Revision: 292526

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  evince/repos/gnome-unstable-i686/
  evince/repos/gnome-unstable-i686/PKGBUILD
(from rev 292525, evince/trunk/PKGBUILD)
  evince/repos/gnome-unstable-x86_64/
  evince/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292525, evince/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   63 +++
 gnome-unstable-x86_64/PKGBUILD |   63 +++
 2 files changed, 126 insertions(+)

Copied: evince/repos/gnome-unstable-i686/PKGBUILD (from rev 292525, 
evince/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 22:06:52 UTC (rev 292526)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.24.0+8+ga8363215
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
+ intltool docbook-xsl python gtk-doc git gnome-common)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+_commit=a8363215f1bef942519a194d4589eea16cc51399  # gnome-3-24
+source=("git+https://git.gnome.org/browse/evince#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+
+  BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-compile-warnings=minimum \
+--enable-introspection \
+--enable-nautilus \
+--enable-pdf \
+--enable-tiff \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-comics \
+--enable-gtk-doc \
+--enable-multimedia \
+--disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: evince/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292525, 
evince/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 22:06:52 UTC (rev 292526)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evince
+pkgver=3.24.0+8+ga8363215
+pkgrel=1
+pkgdesc="Document viewer (PDF, Postscript, djvu, tiff, dvi, XPS, SyncTex 
support with gedit, comics books (cbr,cbz,cb7 and cbt))"
+url="https://wiki.gnome.org/Apps/Evince;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 libgxps libspectre gsfonts poppler-glib djvulibre t1lib dconf
+ libsecret gsettings-desktop-schemas gnome-desktop libarchive
+ gst-plugins-base-libs)
+makedepends=(itstool libnautilus-extension texlive-bin gobject-introspection
+ intltool docbook-xsl python gtk-doc git gnome-common)
+optdepends=('texlive-bin: DVI support'
+   'gvfs: bookmark support and session saving')
+groups=(gnome)
+options=('!emptydirs')
+_commit=a8363215f1bef942519a194d4589eea16cc51399  # gnome-3-24
+source=("git+https://git.gnome.org/browse/evince#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+  
+
+build() {
+  cd $pkgname
+
+  BROWSER_PLUGIN_DIR=/usr/lib/epiphany/plugins \
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname \
+--disable-static \
+--enable-compile-warnings=minimum \
+--enable-introspection \
+--enable-nautilus \
+--enable-pdf \
+--enable-tiff \
+--enable-djvu \
+--enable-dvi \
+--enable-t1lib \
+--enable-comics \
+--enable-gtk-doc \
+--enable-multimedia \
+--disable-schemas-compile
+
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 21:58:31
  Author: jgc
Revision: 292524

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  epiphany/repos/gnome-unstable-i686/
  epiphany/repos/gnome-unstable-i686/PKGBUILD
(from rev 292523, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-i686/pluginsdir.diff
(from rev 292523, epiphany/trunk/pluginsdir.diff)
  epiphany/repos/gnome-unstable-x86_64/
  epiphany/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292523, epiphany/trunk/PKGBUILD)
  epiphany/repos/gnome-unstable-x86_64/pluginsdir.diff
(from rev 292523, epiphany/trunk/pluginsdir.diff)

---+
 gnome-unstable-i686/PKGBUILD  |   56 
 gnome-unstable-i686/pluginsdir.diff   |   20 +++
 gnome-unstable-x86_64/PKGBUILD|   56 
 gnome-unstable-x86_64/pluginsdir.diff |   20 +++
 4 files changed, 152 insertions(+)

Copied: epiphany/repos/gnome-unstable-i686/PKGBUILD (from rev 292523, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 21:58:31 UTC (rev 292524)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.0+37+g1ea57369a
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)
+_commit=1ea57369aaa369b37669bbbae233f6d7cdcde783  # master
+source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
+"git+https://git.gnome.org/browse/libgd;
+"git+https://git.gnome.org/browse/gvdb;
+pluginsdir.diff)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'3bbd4b36e697a3a9165e0b71d5af566fe96a8f1237d854b9dee9a7e0b9fef8e3')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  patch -Np1 -i ../pluginsdir.diff
+
+  git submodule init
+  git config --local submodule.libgd.url "$srcdir/libgd"
+  git config --local submodule.gvdb.url "$srcdir/gvdb"
+  git submodule update
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname 
--enable-compile-warnings=yes
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: epiphany/repos/gnome-unstable-i686/pluginsdir.diff (from rev 292523, 
epiphany/trunk/pluginsdir.diff)
===
--- gnome-unstable-i686/pluginsdir.diff (rev 0)
+++ gnome-unstable-i686/pluginsdir.diff 2017-04-08 21:58:31 UTC (rev 292524)
@@ -0,0 +1,20 @@
+--- a/embed/ephy-embed-shell.c
 b/embed/ephy-embed-shell.c
+@@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
+   g_free (cache_dir);
+ 
+   priv->web_context = webkit_web_context_new_with_website_data_manager 
(manager);
++  webkit_web_context_set_additional_plugins_directory (priv->web_context, 
EPHY_PLUGINS_DIR);
+   g_object_unref (manager);
+ }
+ 
+--- a/embed/Makefile.am.orig   2017-04-08 12:22:50.192861523 +
 b/embed/Makefile.am2017-04-08 12:23:13.926290709 +
+@@ -61,6 +61,7 @@
+   -I$(top_srcdir)/lib/widgets \
+   -I$(top_srcdir)/libgd   \
+   -DPKGDATADIR=\"$(pkgdatadir)\"  \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   -DEPHY_WEB_EXTENSIONS_DIR=\"$(pkglibdir)/web-extensions\"   \
+   $(GDK_CFLAGS)   \
+   $(GIO_CFLAGS)   \

Copied: epiphany/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292523, 
epiphany/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 21:58:31 UTC (rev 292524)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=epiphany
+pkgver=3.24.0+37+g1ea57369a
+pkgrel=1
+pkgdesc="A GNOME web browser based on the WebKit rendering engine"
+url="https://wiki.gnome.org/Apps/Web;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(webkit2gtk gcr gnome-desktop)
+makedepends=(intltool itstool docbook-xml startup-notification lsb-release
+ gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
+groups=(gnome)

[arch-commits] Commit in epiphany/trunk (PKGBUILD pluginsdir.diff)

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 21:58:27
  Author: jgc
Revision: 292523

upgpkg: epiphany 3.24.0+37+g1ea57369a-1

Modified:
  epiphany/trunk/PKGBUILD
  epiphany/trunk/pluginsdir.diff

-+
 PKGBUILD|   11 +++
 pluginsdir.diff |   32 
 2 files changed, 19 insertions(+), 24 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 20:35:43 UTC (rev 292522)
+++ PKGBUILD2017-04-08 21:58:27 UTC (rev 292523)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=epiphany
-pkgver=3.22.6
+pkgver=3.24.0+37+g1ea57369a
 pkgrel=1
 pkgdesc="A GNOME web browser based on the WebKit rendering engine"
 url="https://wiki.gnome.org/Apps/Web;
@@ -12,13 +12,15 @@
 makedepends=(intltool itstool docbook-xml startup-notification lsb-release
  gobject-introspection yelp-tools autoconf-archive appstream-glib 
git)
 groups=(gnome)
-_commit=dfeedecc5c92980e0c6cf57f297063503bf0b013  # tags/3.22.6^0
+_commit=1ea57369aaa369b37669bbbae233f6d7cdcde783  # master
 source=("git+https://git.gnome.org/browse/epiphany#commit=$_commit;
 "git+https://git.gnome.org/browse/libgd;
+"git+https://git.gnome.org/browse/gvdb;
 pluginsdir.diff)
 sha256sums=('SKIP'
 'SKIP'
-'42a7b820fd659fee8508a9b9a57e385c658b3b312c7a8f9456078223e4d78f22')
+'SKIP'
+'3bbd4b36e697a3a9165e0b71d5af566fe96a8f1237d854b9dee9a7e0b9fef8e3')
 
 pkgver() {
   cd $pkgname
@@ -31,6 +33,7 @@
 
   git submodule init
   git config --local submodule.libgd.url "$srcdir/libgd"
+  git config --local submodule.gvdb.url "$srcdir/gvdb"
   git submodule update
 
   NOCONFIGURE=1 ./autogen.sh
@@ -39,7 +42,7 @@
 build() {
   cd $pkgname
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --libexecdir=/usr/lib/$pkgname
+  --localstatedir=/var --libexecdir=/usr/lib/$pkgname 
--enable-compile-warnings=yes
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=655517
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool

Modified: pluginsdir.diff
===
--- pluginsdir.diff 2017-04-08 20:35:43 UTC (rev 292522)
+++ pluginsdir.diff 2017-04-08 21:58:27 UTC (rev 292523)
@@ -1,23 +1,5 @@
- embed/Makefile.am| 1 +
- embed/ephy-embed-shell.c | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git c/embed/Makefile.am i/embed/Makefile.am
-index 8969e1b59e252c19..7c3225b02c2ec5fb 100644
 c/embed/Makefile.am
-+++ i/embed/Makefile.am
-@@ -65,6 +65,7 @@ libephyembed_la_CPPFLAGS = \
- libephyembed_la_CFLAGS = \
-   -DDATADIR="\"$(datadir)\""  \
-   -DSHARE_DIR=\"$(pkgdatadir)\"   \
-+  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
-   
-DEPHY_WEB_EXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/web-extensions"\"
 \
-   $(DEPENDENCIES_CFLAGS)  \
-   $(CODE_COVERAGE_CFLAGS) \
-diff --git c/embed/ephy-embed-shell.c i/embed/ephy-embed-shell.c
-index cd74f7d144b37ed3..624020f3c39383c6 100644
 c/embed/ephy-embed-shell.c
-+++ i/embed/ephy-embed-shell.c
+--- a/embed/ephy-embed-shell.c
 b/embed/ephy-embed-shell.c
 @@ -671,6 +671,7 @@ ephy_embed_shell_create_web_context (EphyEmbedShell *shell)
g_free (cache_dir);
  
@@ -26,3 +8,13 @@
g_object_unref (manager);
  }
  
+--- a/embed/Makefile.am.orig   2017-04-08 12:22:50.192861523 +
 b/embed/Makefile.am2017-04-08 12:23:13.926290709 +
+@@ -61,6 +61,7 @@
+   -I$(top_srcdir)/lib/widgets \
+   -I$(top_srcdir)/libgd   \
+   -DPKGDATADIR=\"$(pkgdatadir)\"  \
++  -DEPHY_PLUGINS_DIR=\""$(libdir)/epiphany/plugins"\" \
+   -DEPHY_WEB_EXTENSIONS_DIR=\"$(pkglibdir)/web-extensions\"   \
+   $(GDK_CFLAGS)   \
+   $(GIO_CFLAGS)   \


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

2017-04-08 Thread Gaëtan Bisson
Date: Saturday, April 8, 2017 @ 19:25:12
  Author: bisson
Revision: 292521

fix FS#53549

Modified:
  fontforge/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 19:05:31 UTC (rev 292520)
+++ PKGBUILD2017-04-08 19:25:12 UTC (rev 292521)
@@ -45,10 +45,6 @@
install -d "${pkgdir}/usr/share/fontforge"
install -m644 ../Adobe-* "${pkgdir}/usr/share/fontforge"
 
-   install -d "${pkgdir}/usr/share/icons"
-   cp -a desktop/icons "${pkgdir}/usr/share/icons/hicolor"
-   rm -fr "${pkgdir}/usr/share/icons/hicolor/src"
-
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
install -Dm644 desktop/fontforge.desktop 
"${pkgdir}/usr/share/applications/fontforge.desktop"
 }


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

2017-04-08 Thread Gaëtan Bisson
Date: Saturday, April 8, 2017 @ 19:05:31
  Author: bisson
Revision: 292520

new upstream

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 18:29:14 UTC (rev 292519)
+++ PKGBUILD2017-04-08 19:05:31 UTC (rev 292520)
@@ -6,21 +6,20 @@
 pkgver=1.5.1
 pkgrel=1
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
-url='https://fedorahosted.org/cronie/'
+url='https://github.com/cronie-crond/cronie/'
 license=('custom:BSD')
 arch=('i686' 'x86_64')
 depends=('pam' 'bash' 'run-parts')
 optdepends=('smtp-server: send job output via email'
 'smtp-forwarder: forward job output to email server')
-# fedorahosted.org retired as of 2017-03-01, move to 
https://github.com/cronie-crond/cronie ?
-source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+source=("https://github.com/cronie-crond/cronie/releases/download/${pkgname}-${pkgver}/${pkgname}-${pkgver}.tar.gz;
 'service'
 'pam.d'
 'deny')
-sha1sums=('0d757921c1ed248cffa14a754a50ccd27e9a8245'
-  'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
-  '5eff7fb31f6bc0a924243ff046704726cf20c221'
-  '0f279b8fb820340267d578dc85511c980715f91e')
+sha256sums=('6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338'
+'ac3ff3c8a5ce1b6367b06877b4b12ff74e7f18a3c510fb9f80d6ea6b6321e3b1'
+'00864268b491bab8c66400a4a4b4bf85f168a6e44e85676105e084940924090c'
+'ae6e533ecdfc1bd2dd80a9e25acb0260cbe9f00c4e4abee93d552b3660f263fc')
 
 backup=('etc/cron.deny'
 'etc/pam.d/crond'


[arch-commits] Commit in lldpd/repos (20 files)

2017-04-08 Thread Sébastien Luttringer
Date: Saturday, April 8, 2017 @ 18:42:02
  Author: seblu
Revision: 221379

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

Added:
  lldpd/repos/community-i686/LICENSE
(from rev 221378, lldpd/trunk/LICENSE)
  lldpd/repos/community-i686/PKGBUILD
(from rev 221378, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-i686/lldpd.service
(from rev 221378, lldpd/trunk/lldpd.service)
  lldpd/repos/community-i686/lldpd.sysusers
(from rev 221378, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-i686/lldpd.tmpfiles
(from rev 221378, lldpd/trunk/lldpd.tmpfiles)
  lldpd/repos/community-x86_64/LICENSE
(from rev 221378, lldpd/trunk/LICENSE)
  lldpd/repos/community-x86_64/PKGBUILD
(from rev 221378, lldpd/trunk/PKGBUILD)
  lldpd/repos/community-x86_64/lldpd.service
(from rev 221378, lldpd/trunk/lldpd.service)
  lldpd/repos/community-x86_64/lldpd.sysusers
(from rev 221378, lldpd/trunk/lldpd.sysusers)
  lldpd/repos/community-x86_64/lldpd.tmpfiles
(from rev 221378, lldpd/trunk/lldpd.tmpfiles)
Deleted:
  lldpd/repos/community-i686/LICENSE
  lldpd/repos/community-i686/PKGBUILD
  lldpd/repos/community-i686/lldpd.service
  lldpd/repos/community-i686/lldpd.sysusers
  lldpd/repos/community-i686/lldpd.tmpfiles
  lldpd/repos/community-x86_64/LICENSE
  lldpd/repos/community-x86_64/PKGBUILD
  lldpd/repos/community-x86_64/lldpd.service
  lldpd/repos/community-x86_64/lldpd.sysusers
  lldpd/repos/community-x86_64/lldpd.tmpfiles

-+
 /LICENSE|   22 ++
 /PKGBUILD   |  134 ++
 /lldpd.service  |   56 +++
 /lldpd.sysusers |4 +
 /lldpd.tmpfiles |2 
 community-i686/LICENSE  |   11 ---
 community-i686/PKGBUILD |   67 ---
 community-i686/lldpd.service|   12 ---
 community-i686/lldpd.sysusers   |2 
 community-i686/lldpd.tmpfiles   |1 
 community-x86_64/LICENSE|   11 ---
 community-x86_64/PKGBUILD   |   67 ---
 community-x86_64/lldpd.service  |   12 ---
 community-x86_64/lldpd.sysusers |2 
 community-x86_64/lldpd.tmpfiles |1 
 15 files changed, 218 insertions(+), 186 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2017-04-08 18:41:39 UTC (rev 221378)
+++ community-i686/LICENSE  2017-04-08 18:42:02 UTC (rev 221379)
@@ -1,11 +0,0 @@
-Permission to use, copy, modify, and/or distribute this software for any
-purpose with or without fee is hereby granted, provided that the above
-copyright notice and this permission notice appear in all copies.
-
-THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
-WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
-MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
-ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
-WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
-ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
-OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Copied: lldpd/repos/community-i686/LICENSE (from rev 221378, 
lldpd/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2017-04-08 18:42:02 UTC (rev 221379)
@@ -0,0 +1,11 @@
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted, provided that the above
+copyright notice and this permission notice appear in all copies.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-08 18:41:39 UTC (rev 221378)
+++ community-i686/PKGBUILD 2017-04-08 18:42:02 UTC (rev 221379)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-# Contributor: Brian Bidulock 
-
-pkgname=lldpd
-pkgver=0.9.7
-pkgrel=1
-pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
-arch=('i686' 'x86_64')
-url='https://vincentbernat.github.io/lldpd/'
-license=('custom:ISC' 'GPL')
-depends=('glibc' 'libevent' 'libbsd' 'zlib' 'openssl' 'pciutils' 'perl'
- 'libxml2' 'net-snmp' 'jansson')
-backup=('etc/lldpd.conf')

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

2017-04-08 Thread Sébastien Luttringer
Date: Saturday, April 8, 2017 @ 18:41:39
  Author: seblu
Revision: 221378

upgpkg: lldpd 0.9.7-2

- implement FS#53587

Modified:
  lldpd/trunk/PKGBUILD
  lldpd/trunk/lldpd.service

---+
 PKGBUILD  |4 ++--
 lldpd.service |   16 
 2 files changed, 18 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 17:51:43 UTC (rev 221377)
+++ PKGBUILD2017-04-08 18:41:39 UTC (rev 221378)
@@ -4,7 +4,7 @@
 
 pkgname=lldpd
 pkgver=0.9.7
-pkgrel=1
+pkgrel=2
 pkgdesc='802.1ab implementation (LLDP) to help you locate neighbors'
 arch=('i686' 'x86_64')
 url='https://vincentbernat.github.io/lldpd/'
@@ -22,7 +22,7 @@
 md5sums=('202300ab6ec23c8e60b7c71f098ad69a'
  '47335710dbef7b76e7d7994f1c461f01'
  '8ae98663bac55afe5d989919d296f28a'
- 'a650af7390db0632480184f9f2e7ee4a'
+ 'fc660a94c6dda3146ea7932685434bc8'
  '1d3a5451d44f67e3786d082c150639a4'
  '00a82f466404aec01b074503633d12ba')
 

Modified: lldpd.service
===
--- lldpd.service   2017-04-08 17:51:43 UTC (rev 221377)
+++ lldpd.service   2017-04-08 18:41:39 UTC (rev 221378)
@@ -2,11 +2,27 @@
 Description=LLDP daemon
 Documentation=man:lldpd(8)
 After=network.target
+RequiresMountsFor=/run/lldpd
 
 [Service]
 Type=notify
 NotifyAccess=main
+ExecStartPre=/usr/bin/mkdir -p /run/lldpd/chroot
 ExecStart=/usr/bin/lldpd
+Restart=on-failure
+PrivateTmp=yes
+# systemd >= 211
+RestrictAddressFamilies=AF_INET AF_INET6 AF_PACKET AF_NETLINK AF_UNIX
+# systemd >= 214
+ProtectHome=yes
+ProtectSystem=yes
+# systemd >= 231
+ReadWritePaths=/run/lldpd/
+# systemd >= 232
+ProtectSystem=strict
+ProtectKernelTunables=yes
+ProtectControlGroups=yes
+ProtectKernelModules=yes
 
 [Install]
 WantedBy=multi-user.target


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

2017-04-08 Thread Tobias Powalowski
Date: Saturday, April 8, 2017 @ 18:29:14
  Author: tpowa
Revision: 292519

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

Added:
  linux/repos/testing-i686/
  linux/repos/testing-i686/90-linux.hook
(from rev 292518, linux/trunk/90-linux.hook)
  linux/repos/testing-i686/PKGBUILD
(from rev 292518, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/config.i686
(from rev 292518, linux/trunk/config.i686)
  linux/repos/testing-i686/config.x86_64
(from rev 292518, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 292518, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 292518, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/
  linux/repos/testing-x86_64/90-linux.hook
(from rev 292518, linux/trunk/90-linux.hook)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 292518, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/config.i686
(from rev 292518, linux/trunk/config.i686)
  linux/repos/testing-x86_64/config.x86_64
(from rev 292518, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 292518, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 292518, linux/trunk/linux.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  289 +
 testing-i686/config.i686 | 8331 +
 testing-i686/config.x86_64   | 8084 +++
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  289 +
 testing-x86_64/config.i686   | 8331 +
 testing-x86_64/config.x86_64 | 8084 +++
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 12 files changed, 33512 insertions(+)

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


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

2017-04-08 Thread Tobias Powalowski
Date: Saturday, April 8, 2017 @ 18:28:50
  Author: tpowa
Revision: 292518

upgpkg: linux 4.10.9-1

bump to latest release

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 17:26:08 UTC (rev 292517)
+++ PKGBUILD2017-04-08 18:28:50 UTC (rev 292518)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.10
-pkgver=4.10.8
+pkgver=4.10.9
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('3c95d9f049bd085e5c346d2c77f063b8425f191460fcd3ae9fe7e94e0477dc4b'
 'SKIP'
-'ceb385486e34084dd53425e5ba50b9fba4a8e380d8f2815bfde142852d797da0'
+'9a00b962a5e30d61a0d488fc28f4a20b79c8c5c28fa21ee89c440c025c6c7c21'
 'SKIP'
 '386051f19482672c871e7865fc62f5e2c8010d857729134ba13044734962e42c'
 '12a87284e2935cd17e2846a207cc76f1728531416523735d66ef8a0ae690884c'


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

2017-04-08 Thread Sébastien Luttringer
Date: Saturday, April 8, 2017 @ 17:51:43
  Author: seblu
Revision: 221377

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

Added:
  docker/repos/community-i686/PKGBUILD
(from rev 221376, docker/trunk/PKGBUILD)
  docker/repos/community-i686/docker.sysusers
(from rev 221376, docker/trunk/docker.sysusers)
  docker/repos/community-x86_64/PKGBUILD
(from rev 221376, docker/trunk/PKGBUILD)
  docker/repos/community-x86_64/docker.sysusers
(from rev 221376, 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|  282 +
 /docker.sysusers |4 
 community-i686/PKGBUILD  |  140 --
 community-i686/docker.sysusers   |2 
 community-x86_64/PKGBUILD|  140 --
 community-x86_64/docker.sysusers |2 
 6 files changed, 286 insertions(+), 284 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-08 17:51:20 UTC (rev 221376)
+++ community-i686/PKGBUILD 2017-04-08 17:51:43 UTC (rev 221377)
@@ -1,140 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer
-
-pkgname=docker
-pkgver=17.03.1
-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' 'cmake')
-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
-# see commit in hack/dockerfile/binaries-commits
-_RUNC_COMMIT=54296cf40ad8143b62dbcaa1d90e520a2136ddfe
-_CONTAINERD_COMMIT=4ab9917febca54791c5f071a9d1f404867857fcc
-_LIBNETWORK_COMMIT=0f534354b813003a754606689722fe253101bc4e
-_TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
-source=("git+https://github.com/docker/docker.git#tag=v$pkgver-ce;
-"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;
-"git+https://github.com/krallin/tini.git#commit=$_TINI_COMMIT;
-"$pkgname.sysusers")
-md5sums=('SKIP'
- 'SKIP'
- '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() {
-  # check packager mistake on commit version
-  msg2 'Checking commit mismatch'
-  local _cfile _commit _pkgbuild _dockerfile
-  _cfile="$srcdir"/docker/hack/dockerfile/binaries-commits
-  . "$_cfile"
-  for _commit in RUNC CONTAINERD LIBNETWORK TINI; do
-_pkgbuild=_${_commit}_COMMIT
-_dockerfile=${_commit}_COMMIT
-if [[ ${!_pkgbuild} != ${!_dockerfile} ]]; then
-  error "Invalid $_commit commit"
-  fgrep '_COMMIT=' "$_cfile"
-  return 1
-fi
-  done
-
-  # go
-  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 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-init
-  msg2 'Building docker-init'
-  cd "$srcdir/tini"
-  cmake .
-  # we must use the static binary because it's started in a foreign os
-  make tini-static
-
-  # 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
-}
-
-package() {
-  # runc
-  install -Dm755 runc/runc "$pkgdir/usr/bin/docker-runc"
-  # docker-containerd
-  install -Dm755 containerd/bin/containerd "$pkgdir/usr/bin/docker-containerd"
-  install -Dm755 containerd/bin/containerd-shim 

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

2017-04-08 Thread Sébastien Luttringer
Date: Saturday, April 8, 2017 @ 17:51:20
  Author: seblu
Revision: 221376

upgpkg: docker 1:17.04.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 15:25:07 UTC (rev 221375)
+++ PKGBUILD2017-04-08 17:51:20 UTC (rev 221376)
@@ -2,7 +2,7 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=17.03.1
+pkgver=17.04.0
 pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
@@ -9,7 +9,8 @@
 arch=('x86_64' 'i686')
 url='https://www.docker.com/'
 license=('Apache')
-depends=('bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 'systemd' 
'libseccomp')
+depends=('glibc' 'bridge-utils' 'iproute2' 'device-mapper' 'sqlite' 
'libsystemd'
+ 'libseccomp')
 makedepends=('git' 'go' 'btrfs-progs' 'go-md2man' 'cmake')
 optdepends=('btrfs-progs: btrfs backend support'
 'lxc: lxc backend support')
@@ -18,9 +19,9 @@
 # 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=54296cf40ad8143b62dbcaa1d90e520a2136ddfe
-_CONTAINERD_COMMIT=4ab9917febca54791c5f071a9d1f404867857fcc
-_LIBNETWORK_COMMIT=0f534354b813003a754606689722fe253101bc4e
+_RUNC_COMMIT=9c2d8d184e5da67c95d601382adf14862e4f2228
+_CONTAINERD_COMMIT=422e31ce907fd9c3833a38d7b8fdd023e5a76e73
+_LIBNETWORK_COMMIT=7b2b1feb1de4817d522cc372af149ff48d25028e
 _TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
 source=("git+https://github.com/docker/docker.git#tag=v$pkgver-ce;
 "git+https://github.com/docker/runc.git#commit=$_RUNC_COMMIT;
@@ -87,7 +88,7 @@
   cd "$srcdir"
   ln -rsf libnetwork src/github.com/docker
   cd src/github.com/docker/libnetwork
-  go build github.com/docker/libnetwork/cmd/proxy
+  go build -ldflags='-linkmode=external' github.com/docker/libnetwork/cmd/proxy
 
   # docker-init
   msg2 'Building docker-init'


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

2017-04-08 Thread Bartłomiej Piotrowski
Date: Saturday, April 8, 2017 @ 17:26:08
  Author: bpiotrowski
Revision: 292517

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

Added:
  go/repos/testing-i686/
  go/repos/testing-i686/PKGBUILD
(from rev 292516, go/trunk/PKGBUILD)
  go/repos/testing-x86_64/
  go/repos/testing-x86_64/PKGBUILD
(from rev 292516, go/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   69 ++
 testing-x86_64/PKGBUILD |   69 ++
 2 files changed, 138 insertions(+)

Copied: go/repos/testing-i686/PKGBUILD (from rev 292516, go/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-08 17:26:08 UTC (rev 292517)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=go
+epoch=2
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(i686 x86_64)
+url='http://golang.org/'
+license=(BSD)
+makedepends=(git go)
+options=(!strip staticlibs)
+_commit=a4c18f063b6659079ca2848ca217a0587dabc001
+source=(git+https://go.googlesource.com/go#commit=$_commit)
+md5sums=('SKIP')
+
+export GOOS=linux
+case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+  i686) export GOARCH=386 GO386=387 ;;
+esac
+export GOROOT_FINAL=/usr/lib/go
+export GOROOT_BOOTSTRAP=/usr/lib/go
+
+build() {
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export GOPATH="$srcdir/"
+
+  cd $pkgname/src
+  ./make.bash --no-clean
+}
+
+check() {
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  # The cgo_test and race tests fail via run.bash but not if run manually.
+  # Assume that five "failed" messages are okay and just re-run failed tests.
+  cd $pkgname/src
+  ./run.bash --no-rebuild -v -v -v -k |& tee run.log
+  if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
+return 1
+  fi
+
+  go tool dist test -v -v -v -run=^cgo_test$
+  go tool dist test -v -v -v -run=^race$
+}
+
+package() {
+  cd $pkgbase
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
+  cp -a bin pkg src lib "$pkgdir/usr/lib/go"
+  cp -r doc/* "$pkgdir/usr/share/doc/go"
+
+  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
+  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
+  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
+  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
+
+  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
+  rm -rf "$pkgdir/usr/lib/go/pkg/tool/*/api"
+}

Copied: go/repos/testing-x86_64/PKGBUILD (from rev 292516, go/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-08 17:26:08 UTC (rev 292517)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Bartłomiej Piotrowski 
+
+pkgname=go
+epoch=2
+pkgver=1.8.1
+pkgrel=1
+pkgdesc='Core compiler tools for the Go programming language'
+arch=(i686 x86_64)
+url='http://golang.org/'
+license=(BSD)
+makedepends=(git go)
+options=(!strip staticlibs)
+_commit=a4c18f063b6659079ca2848ca217a0587dabc001
+source=(git+https://go.googlesource.com/go#commit=$_commit)
+md5sums=('SKIP')
+
+export GOOS=linux
+case "$CARCH" in
+  x86_64) export GOARCH=amd64 ;;
+  i686) export GOARCH=386 GO386=387 ;;
+esac
+export GOROOT_FINAL=/usr/lib/go
+export GOROOT_BOOTSTRAP=/usr/lib/go
+
+build() {
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export GOPATH="$srcdir/"
+
+  cd $pkgname/src
+  ./make.bash --no-clean
+}
+
+check() {
+  export GOROOT="$srcdir/$pkgname"
+  export GOBIN="$GOROOT/bin"
+  export PATH="$srcdir/$pkgname-$pkgver/bin:$PATH"
+  export GO_TEST_TIMEOUT_SCALE=2
+
+  # The cgo_test and race tests fail via run.bash but not if run manually.
+  # Assume that five "failed" messages are okay and just re-run failed tests.
+  cd $pkgname/src
+  ./run.bash --no-rebuild -v -v -v -k |& tee run.log
+  if (( $(grep -c Failed: run.log) > 5 )) && grep -q FAILED run.log; then
+return 1
+  fi
+
+  go tool dist test -v -v -v -run=^cgo_test$
+  go tool dist test -v -v -v -run=^race$
+}
+
+package() {
+  cd $pkgbase
+
+  install -d "$pkgdir/usr/bin" "$pkgdir/usr/lib/go" "$pkgdir/usr/share/doc/go"
+  cp -a bin pkg src lib "$pkgdir/usr/lib/go"
+  cp -r doc/* "$pkgdir/usr/share/doc/go"
+
+  ln -sf /usr/lib/go/bin/go "$pkgdir/usr/bin/go"
+  ln -sf /usr/lib/go/bin/gofmt "$pkgdir/usr/bin/gofmt"
+  ln -sf /usr/share/doc/go "$pkgdir/usr/lib/go/doc"
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/go/LICENSE"
+  install -Dm644 VERSION "$pkgdir/usr/lib/go/VERSION"
+
+  rm -rf "$pkgdir/usr/lib/go/pkg/bootstrap"
+  rm -rf 

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

2017-04-08 Thread Bartłomiej Piotrowski
Date: Saturday, April 8, 2017 @ 17:24:58
  Author: bpiotrowski
Revision: 292516

upgpkg: go 2:1.8.1-1

new upstream release

Modified:
  go/trunk/PKGBUILD
Deleted:
  go/trunk/0001-time-make-the-ParseInLocation-test-more-robust.patch

---+
 0001-time-make-the-ParseInLocation-test-more-robust.patch |   93 
 PKGBUILD  |   19 --
 2 files changed, 5 insertions(+), 107 deletions(-)

Deleted: 0001-time-make-the-ParseInLocation-test-more-robust.patch
===
--- 0001-time-make-the-ParseInLocation-test-more-robust.patch   2017-04-08 
17:09:41 UTC (rev 292515)
+++ 0001-time-make-the-ParseInLocation-test-more-robust.patch   2017-04-08 
17:24:58 UTC (rev 292516)
@@ -1,93 +0,0 @@
-From 91563ced5897faf729a34be7081568efcfedda31 Mon Sep 17 00:00:00 2001
-From: Alberto Donizetti 
-Date: Thu, 9 Mar 2017 13:20:54 +0100
-Subject: [PATCH] time: make the ParseInLocation test more robust
-
-The tzdata 2017a update (2017-02-28) changed the abbreviation of the
-Asia/Baghdad time zone (used in TestParseInLocation) from 'AST' to the
-numeric '+03'.
-
-Update the test so that it skips the checks if we're using a recent
-tzdata release.
-
-Fixes #19457
-
-Change-Id: I45d705a5520743a611bdd194dc8f8d618679980c
-Reviewed-on: https://go-review.googlesource.com/37964
-Reviewed-by: Ian Lance Taylor 
-Run-TryBot: Ian Lance Taylor 
-TryBot-Result: Gobot Gobot 

- src/time/format_test.go | 41 +++--
- 1 file changed, 31 insertions(+), 10 deletions(-)
-
-diff --git a/src/time/format_test.go b/src/time/format_test.go
-index 219c2ca..d0013bc 100644
 a/src/time/format_test.go
-+++ b/src/time/format_test.go
-@@ -245,27 +245,45 @@ func TestParseDayOutOfRange(t *testing.T) {
-   }
- }
- 
-+// TestParseInLocation checks that the Parse and ParseInLocation
-+// functions do not get confused by the fact that AST (Arabia Standard
-+// Time) and AST (Atlantic Standard Time) are different time zones,
-+// even though they have the same abbreviation.
-+//
-+// ICANN has been slowly phasing out invented abbreviation in favor of
-+// numeric time zones (for example, the Asia/Baghdad time zone
-+// abbreviation got changed from AST to +03 in the 2017a tzdata
-+// release); but we still want to make sure that the time package does
-+// not get confused on systems with slightly older tzdata packages.
- func TestParseInLocation(t *testing.T) {
--  // Check that Parse (and ParseInLocation) understand that
--  // Feb 01 AST (Arabia Standard Time) and Feb 01 AST (Atlantic Standard 
Time)
--  // are in different time zones even though both are called AST
- 
-   baghdad, err := LoadLocation("Asia/Baghdad")
-   if err != nil {
-   t.Fatal(err)
-   }
- 
--  t1, err := ParseInLocation("Jan 02 2006 MST", "Feb 01 2013 AST", 
baghdad)
-+  var t1, t2 Time
-+
-+  t1, err = ParseInLocation("Jan 02 2006 MST", "Feb 01 2013 AST", baghdad)
-   if err != nil {
-   t.Fatal(err)
-   }
--  t2 := Date(2013, February, 1, 00, 00, 00, 0, baghdad)
--  if t1 != t2 {
--  t.Fatalf("ParseInLocation(Feb 01 2013 AST, Baghdad) = %v, want 
%v", t1, t2)
--  }
-+
-   _, offset := t1.Zone()
--  if offset != 3*60*60 {
--  t.Fatalf("ParseInLocation(Feb 01 2013 AST, Baghdad).Zone = _, 
%d, want _, %d", offset, 3*60*60)
-+
-+  // A zero offset means that ParseInLocation did not recognize the
-+  // 'AST' abbreviation as matching the current location (Baghdad,
-+  // where we'd expect a +03 hrs offset); likely because we're using
-+  // a recent tzdata release (2017a or newer).
-+  // If it happens, skip the Baghdad test.
-+  if offset != 0 {
-+  t2 = Date(2013, February, 1, 00, 00, 00, 0, baghdad)
-+  if t1 != t2 {
-+  t.Fatalf("ParseInLocation(Feb 01 2013 AST, Baghdad) = 
%v, want %v", t1, t2)
-+  }
-+  if offset != 3*60*60 {
-+  t.Fatalf("ParseInLocation(Feb 01 2013 AST, 
Baghdad).Zone = _, %d, want _, %d", offset, 3*60*60)
-+  }
-   }
- 
-   blancSablon, err := LoadLocation("America/Blanc-Sablon")
-@@ -273,6 +291,9 @@ func TestParseInLocation(t *testing.T) {
-   t.Fatal(err)
-   }
- 
-+  // In this case 'AST' means 'Atlantic Standard Time', and we
-+  // expect the abbreviation to correctly match the american
-+  // location.
-   t1, err = ParseInLocation("Jan 02 2006 MST", "Feb 01 2013 AST", 
blancSablon)
-   if err != nil {
-   t.Fatal(err)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 17:09:41 UTC (rev 292515)
+++ PKGBUILD2017-04-08 17:24:58 

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

2017-04-08 Thread Bartłomiej Piotrowski
Date: Saturday, April 8, 2017 @ 17:09:32
  Author: bpiotrowski
Revision: 292514

upgpkg: flatpak 0.9.2-2

add patch and elfutils to optdeps, use system bubblewrap

Modified:
  flatpak/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 17:02:59 UTC (rev 292513)
+++ PKGBUILD2017-04-08 17:09:32 UTC (rev 292514)
@@ -3,15 +3,17 @@
 
 pkgname=flatpak
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Application deployment framework for desktop apps"
 url="http://flatpak.org;
 arch=(i686 x86_64)
 license=(GPL)
 depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap python)
+ libseccomp libarchive libelf libcap python bubblewrap)
 makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
  libdwarf)
+optdepends=('elfutils: for flatpak-builder'
+'patch: for flatpak-builder')
 install=flatpak.install
 _commit=a64fa115bbcbc8ad0c44b042006cf94f29ebf7e2  # master
 source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
@@ -51,6 +53,7 @@
 --libexecdir=/usr/lib/$pkgname \
 --disable-static \
 --enable-gtk-doc \
+--with-system-bubblewrap \
 --with-priv-mode=setuid \
 --with-dwarf-header=/usr/include/libdwarf \
 --with-dbus-config-dir=/usr/share/dbus-1/system.d


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

2017-04-08 Thread Bartłomiej Piotrowski
Date: Saturday, April 8, 2017 @ 17:09:41
  Author: bpiotrowski
Revision: 292515

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

Added:
  flatpak/repos/extra-i686/PKGBUILD
(from rev 292514, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-i686/flatpak.install
(from rev 292514, flatpak/trunk/flatpak.install)
  flatpak/repos/extra-x86_64/PKGBUILD
(from rev 292514, flatpak/trunk/PKGBUILD)
  flatpak/repos/extra-x86_64/flatpak.install
(from rev 292514, flatpak/trunk/flatpak.install)
Deleted:
  flatpak/repos/extra-i686/PKGBUILD
  flatpak/repos/extra-i686/flatpak.install
  flatpak/repos/extra-x86_64/PKGBUILD
  flatpak/repos/extra-x86_64/flatpak.install

--+
 /PKGBUILD|  162 +
 /flatpak.install |   22 +
 extra-i686/PKGBUILD  |   78 ---
 extra-i686/flatpak.install   |   11 --
 extra-x86_64/PKGBUILD|   78 ---
 extra-x86_64/flatpak.install |   11 --
 6 files changed, 184 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-08 17:09:32 UTC (rev 292514)
+++ extra-i686/PKGBUILD 2017-04-08 17:09:41 UTC (rev 292515)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgname=flatpak
-pkgver=0.9.2
-pkgrel=1
-pkgdesc="Application deployment framework for desktop apps"
-url="http://flatpak.org;
-arch=(i686 x86_64)
-license=(GPL)
-depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
- libseccomp libarchive libelf libcap python)
-makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
- libdwarf)
-install=flatpak.install
-_commit=a64fa115bbcbc8ad0c44b042006cf94f29ebf7e2  # master
-source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
-"git+https://github.com/projectatomic/bubblewrap;
-"git+https://git.gnome.org/browse/libglnx;)
-sha256sums=('SKIP'
-'SKIP'
-'SKIP')
-
-prepare() {
-  cd $pkgname
-
-  git submodule init
-  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
-  git config --local submodule.libglnx.url "$srcdir/libglnx"
-  git submodule update
-
-  # https://github.com/flatpak/flatpak/issues/267
-  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-build() {
-  cd $pkgname
-
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/$pkgname \
---disable-static \
---enable-gtk-doc \
---with-priv-mode=setuid \
---with-dwarf-header=/usr/include/libdwarf \
---with-dbus-config-dir=/usr/share/dbus-1/system.d
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-  make
-}
-
-check() {
-  cd $pkgname
-  # Xattr tests fail on tmpfs
-  make -k check || :
-}
-
-package() {
-  depends+=(xdg-desktop-portal)
-
-  cd $pkgname
-
-  make DESTDIR="$pkgdir" install
-
-  # Fixup mode to match polkit
-  install -d -o root -g 102 -m 750 "$pkgdir/usr/share/polkit-1/rules.d"
-}

Copied: flatpak/repos/extra-i686/PKGBUILD (from rev 292514, 
flatpak/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-08 17:09:41 UTC (rev 292515)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=flatpak
+pkgver=0.9.2
+pkgrel=2
+pkgdesc="Application deployment framework for desktop apps"
+url="http://flatpak.org;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(dbus systemd glib2 libsoup polkit xorg-xauth ostree fuse json-glib
+ libseccomp libarchive libelf libcap python bubblewrap)
+makedepends=(intltool gobject-introspection gtk-doc git docbook-xsl xmlto
+ libdwarf)
+optdepends=('elfutils: for flatpak-builder'
+'patch: for flatpak-builder')
+install=flatpak.install
+_commit=a64fa115bbcbc8ad0c44b042006cf94f29ebf7e2  # master
+source=("git+https://github.com/flatpak/flatpak#commit=$_commit;
+"git+https://github.com/projectatomic/bubblewrap;
+"git+https://git.gnome.org/browse/libglnx;)
+sha256sums=('SKIP'
+'SKIP'
+'SKIP')
+
+prepare() {
+  cd $pkgname
+
+  git submodule init
+  git config --local submodule.bubblewrap.url "$srcdir/bubblewrap"
+  git config --local submodule.libglnx.url "$srcdir/libglnx"
+  git submodule update
+
+  # https://github.com/flatpak/flatpak/issues/267
+  sed -i '/locale\/C\./d' tests/make-test-runtime.sh
+
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+build() {
+  cd $pkgname
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+

[arch-commits] Commit in nginx-mainline/repos (16 files)

2017-04-08 Thread Bartłomiej Piotrowski
Date: Saturday, April 8, 2017 @ 17:02:59
  Author: bpiotrowski
Revision: 292513

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

Added:
  nginx-mainline/repos/testing-i686/PKGBUILD
(from rev 292512, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/testing-i686/logrotate
(from rev 292512, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/testing-i686/nginx.install
(from rev 292512, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/testing-i686/service
(from rev 292512, nginx-mainline/trunk/service)
  nginx-mainline/repos/testing-x86_64/PKGBUILD
(from rev 292512, nginx-mainline/trunk/PKGBUILD)
  nginx-mainline/repos/testing-x86_64/logrotate
(from rev 292512, nginx-mainline/trunk/logrotate)
  nginx-mainline/repos/testing-x86_64/nginx.install
(from rev 292512, nginx-mainline/trunk/nginx.install)
  nginx-mainline/repos/testing-x86_64/service
(from rev 292512, nginx-mainline/trunk/service)
Deleted:
  nginx-mainline/repos/testing-i686/PKGBUILD
  nginx-mainline/repos/testing-i686/logrotate
  nginx-mainline/repos/testing-i686/nginx.install
  nginx-mainline/repos/testing-i686/service
  nginx-mainline/repos/testing-x86_64/PKGBUILD
  nginx-mainline/repos/testing-x86_64/logrotate
  nginx-mainline/repos/testing-x86_64/nginx.install
  nginx-mainline/repos/testing-x86_64/service

--+
 /PKGBUILD|  252 +
 /logrotate   |   20 +++
 /nginx.install   |   24 +++
 /service |   34 +
 testing-i686/PKGBUILD|  126 
 testing-i686/logrotate   |   10 -
 testing-i686/nginx.install   |   12 -
 testing-i686/service |   17 --
 testing-x86_64/PKGBUILD  |  126 
 testing-x86_64/logrotate |   10 -
 testing-x86_64/nginx.install |   12 -
 testing-x86_64/service   |   17 --
 12 files changed, 330 insertions(+), 330 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-08 17:02:49 UTC (rev 292512)
+++ testing-i686/PKGBUILD   2017-04-08 17:02:59 UTC (rev 292513)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Sébastien Luttringer
-# Contributor: Drew DeVault
-
-pkgname=nginx-mainline
-pkgver=1.11.12
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-provides=('nginx')
-conflicts=('nginx')
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('c5ffbd7107c34bff4ac9446b59468e6a'
- 'SKIP'
- '09862c34cd9593bc40da81f88c5fc4b2'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_mainline_flags=(
-  --with-compat
-  --with-stream_ssl_preread_module
-  --with-stream_geoip_module
-  --with-stream_realip_module
-)
-
-build() {
-  cd $provides-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_mainline_flags[@]}
-
-  make
-}
-
-package() {
-  cd $provides-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

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

2017-04-08 Thread Bartłomiej Piotrowski
Date: Saturday, April 8, 2017 @ 17:02:49
  Author: bpiotrowski
Revision: 292512

upgpkg: nginx-mainline 1.11.13-1

new upstream release

Modified:
  nginx-mainline/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 14:53:48 UTC (rev 292511)
+++ PKGBUILD2017-04-08 17:02:49 UTC (rev 292512)
@@ -4,7 +4,7 @@
 # Contributor: Drew DeVault
 
 pkgname=nginx-mainline
-pkgver=1.11.12
+pkgver=1.11.13
 pkgrel=1
 pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server, mainline release'
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 service
 logrotate)
 validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('c5ffbd7107c34bff4ac9446b59468e6a'
+md5sums=('1d8310d4d9f6eb3ed97463cc659178a4'
  'SKIP'
  '09862c34cd9593bc40da81f88c5fc4b2'
  '6a01fb17af86f03707c8ae60f98a2dc2')


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

2017-04-08 Thread Jelle van der Waa
Date: Saturday, April 8, 2017 @ 15:25:07
  Author: jelle
Revision: 221375

Fix FS#50307

Modified:
  supercollider/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 15:15:17 UTC (rev 221374)
+++ PKGBUILD2017-04-08 15:25:07 UTC (rev 221375)
@@ -8,7 +8,7 @@
 pkgrel=2
 pkgdesc="An environment and programming language for real time audio synthesis 
and algorithmic composition"
 arch=('i686' 'x86_64')
-url="http://supercollider.sourceforge.net/;
+url="http://supercollider.github.io;
 license=('GPL3')
 depends=('jack' 'fftw' 'cwiid' 'qt5-webkit')
 makedepends=('cmake' 'ruby' 'vim' 'emacs' 'qt5-tools' 'boost')


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

2017-04-08 Thread Jelle van der Waa
Date: Saturday, April 8, 2017 @ 15:15:17
  Author: jelle
Revision: 221374

archrelease: copy trunk to community-any

Added:
  arm/repos/community-any/PKGBUILD
(from rev 221373, arm/trunk/PKGBUILD)
Deleted:
  arm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-08 15:15:09 UTC (rev 221373)
+++ PKGBUILD2017-04-08 15:15:17 UTC (rev 221374)
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay 
-# Contributor: Spider.007 
-pkgname=arm
-pkgver=1.4.5.0
-pkgrel=3
-pkgdesc='Terminal status monitor for Tor relays'
-url='https://www.atagar.com/arm/'
-license=('GPL3')
-depends=('python2' 'tor')
-source=("https://archive.torproject.org/arm/$pkgname-$pkgver.tar.bz2;
-"https://archive.torproject.org/arm/$pkgname-$pkgver.tar.bz2.asc;)
-sha1sums=('9fd20b15894e2ad2993b14b768c7b75607360634'
-  'SKIP')
-arch=('any')
-validpgpkeys=(
-  '68278CC5DD2D1E85C4E45AD90445B7AB9ABBEEC6' # Damian Johnson
-)
-
-package() {
-  cd $pkgname
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  rm "$pkgdir/usr/share/arm-${pkgver}-py2.7.egg-info"
-  sed -i 's/python/python2/g' "$pkgdir/usr/bin/arm"
-}

Copied: arm/repos/community-any/PKGBUILD (from rev 221373, arm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-08 15:15:17 UTC (rev 221374)
@@ -0,0 +1,24 @@
+# Maintainer: Daniel Micay 
+# Contributor: Spider.007 
+pkgname=arm
+pkgver=1.4.5.0
+pkgrel=4
+pkgdesc='Terminal status monitor for Tor relays'
+url='https://www.atagar.com/arm/'
+license=('GPL3')
+depends=('python2')
+source=("https://archive.torproject.org/arm/$pkgname-$pkgver.tar.bz2;
+"https://archive.torproject.org/arm/$pkgname-$pkgver.tar.bz2.asc;)
+sha1sums=('9fd20b15894e2ad2993b14b768c7b75607360634'
+  'SKIP')
+arch=('any')
+validpgpkeys=(
+  '68278CC5DD2D1E85C4E45AD90445B7AB9ABBEEC6' # Damian Johnson
+)
+
+package() {
+  cd $pkgname
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  rm "$pkgdir/usr/share/arm-${pkgver}-py2.7.egg-info"
+  sed -i 's/python/python2/g' "$pkgdir/usr/bin/arm"
+}


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

2017-04-08 Thread Jelle van der Waa
Date: Saturday, April 8, 2017 @ 15:15:09
  Author: jelle
Revision: 221373

upgpkg: arm 1.4.5.0-4

Modified:
  arm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 14:21:31 UTC (rev 221372)
+++ PKGBUILD2017-04-08 15:15:09 UTC (rev 221373)
@@ -2,11 +2,11 @@
 # Contributor: Spider.007 
 pkgname=arm
 pkgver=1.4.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Terminal status monitor for Tor relays'
 url='https://www.atagar.com/arm/'
 license=('GPL3')
-depends=('python2' 'tor')
+depends=('python2')
 source=("https://archive.torproject.org/arm/$pkgname-$pkgver.tar.bz2;
 "https://archive.torproject.org/arm/$pkgname-$pkgver.tar.bz2.asc;)
 sha1sums=('9fd20b15894e2ad2993b14b768c7b75607360634'


[arch-commits] Commit in fprintd/trunk (pod.patch)

2017-04-08 Thread Jelle van der Waa
Date: Saturday, April 8, 2017 @ 14:53:48
  Author: jelle
Revision: 292511

remove uneeded patch

Deleted:
  fprintd/trunk/pod.patch

---+
 pod.patch |9 -
 1 file changed, 9 deletions(-)

Deleted: pod.patch
===
--- pod.patch   2017-04-08 14:44:07 UTC (rev 292510)
+++ pod.patch   2017-04-08 14:53:48 UTC (rev 292511)
@@ -1,9 +0,0 @@
-diff -u -r fprintd-0.5.1/data/fprintd.pod fprintd-0.5.1-pod/data/fprintd.pod
 fprintd-0.5.1/data/fprintd.pod 2013-06-26 13:10:17.0 +0200
-+++ fprintd-0.5.1-pod/data/fprintd.pod 2013-08-17 12:17:36.330332635 +0200
-@@ -100,3 +100,5 @@
- =over 8
- 
- =item B, B
-+
-+=back


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

2017-04-08 Thread Jelle van der Waa
Date: Saturday, April 8, 2017 @ 14:44:07
  Author: jelle
Revision: 292510

Update url

Modified:
  libkate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 13:32:38 UTC (rev 292509)
+++ PKGBUILD2017-04-08 14:44:07 UTC (rev 292510)
@@ -8,7 +8,7 @@
 pkgver=0.4.1
 pkgrel=5
 pkgdesc="A karaoke and text codec for embedding in ogg"
-url="http://libkate.googlecode.com/;
+url="https://wiki.xiph.org/OggKate;
 license=('BSD')
 arch=('i686' 'x86_64')
 depends=('libpng' 'libogg' 'python2')


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

2017-04-08 Thread Sébastien Luttringer
Date: Saturday, April 8, 2017 @ 14:21:31
  Author: seblu
Revision: 221372

archrelease: copy trunk to community-any

Added:
  unifi/repos/community-any/LICENSE
(from rev 221371, unifi/trunk/LICENSE)
  unifi/repos/community-any/PKGBUILD
(from rev 221371, unifi/trunk/PKGBUILD)
  unifi/repos/community-any/unifi.service
(from rev 221371, unifi/trunk/unifi.service)
  unifi/repos/community-any/unifi.sysusers
(from rev 221371, 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   |  109 +++
 unifi.service  |   24 ++--
 unifi.sysusers |2 -
 4 files changed, 71 insertions(+), 70 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2017-04-08 14:20:34 UTC (rev 221371)
+++ LICENSE 2017-04-08 14:21:31 UTC (rev 221372)
@@ -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 221371, unifi/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2017-04-08 14:21:31 UTC (rev 221372)
@@ -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-04-08 14:20:34 UTC (rev 221371)
+++ PKGBUILD2017-04-08 14:21:31 UTC (rev 221372)
@@ -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.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"
-
-  # 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 221371, 
unifi/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-08 14:21:31 UTC (rev 221372)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+# Contributor: Frederik Schwan frederik dot schwan at linux dot com>
+
+pkgname=unifi
+pkgver=5.4.14
+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=('f676e275b7379961b0ce14c9973a1610'
+ '79998cabf110d9a96ba4d3367101c94c'
+ 'a92291a0074a5dcf414da4dfe812bc2a'
+ '63a6f9e67db6a466f31a40c228c16d63')
+
+package() {
+  # lib
+  install -dm755 "$pkgdir/usr/lib/unifi"
+  cp -r UniFi/{bin,dl,lib,webapps} "$pkgdir/usr/lib/unifi"
+  rm -r 

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

2017-04-08 Thread Sébastien Luttringer
Date: Saturday, April 8, 2017 @ 14:20:34
  Author: seblu
Revision: 221371

upgpkg: unifi 5.4.14-1

Modified:
  unifi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:40:14 UTC (rev 221370)
+++ PKGBUILD2017-04-08 14:20:34 UTC (rev 221371)
@@ -3,7 +3,7 @@
 # Contributor: Frederik Schwan frederik dot schwan at linux dot com>
 
 pkgname=unifi
-pkgver=5.4.11
+pkgver=5.4.14
 pkgrel=1
 pkgdesc='Centralized management system for Ubiquiti UniFi AP'
 arch=('any')
@@ -17,7 +17,7 @@
 'unifi.service'
 'unifi.sysusers'
 'LICENSE')
-md5sums=('060af9ec04f33f9d334ac53d76e1cd7c'
+md5sums=('f676e275b7379961b0ce14c9973a1610'
  '79998cabf110d9a96ba4d3367101c94c'
  'a92291a0074a5dcf414da4dfe812bc2a'
  '63a6f9e67db6a466f31a40c228c16d63')
@@ -26,6 +26,7 @@
   # lib
   install -dm755 "$pkgdir/usr/lib/unifi"
   cp -r UniFi/{bin,dl,lib,webapps} "$pkgdir/usr/lib/unifi"
+  rm -r "$pkgdir/usr/lib/unifi/lib/native"
 
   # data
   install -dm750 "$pkgdir/var/lib/unifi"


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

2017-04-08 Thread Andreas Radke
Date: Saturday, April 8, 2017 @ 13:32:08
  Author: andyrtr
Revision: 292508

upgpkg: linux-lts 4.9.21-1

upstream update 4.9.21

Modified:
  linux-lts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 12:18:55 UTC (rev 292507)
+++ PKGBUILD2017-04-08 13:32:08 UTC (rev 292508)
@@ -4,7 +4,7 @@
 pkgbase=linux-lts
 #pkgbase=linux-lts-custom
 _srcname=linux-4.9
-pkgver=4.9.20
+pkgver=4.9.21
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://www.kernel.org/;
@@ -23,7 +23,7 @@
 # https://www.kernel.org/pub/linux/kernel/v4.x/sha256sums.asc
 sha256sums=('029098dcffab74875e086ae970e3828456838da6e0ba22ce3f64ef764f3d7f1a'
 'SKIP'
-'fb856acd9195e7d83ef9971ec7be55eca0d6fdf0fbfbe9a8f3bb04590d44b51f'
+'3c7834d46cb193cf2ab00595eca1592c86ccc536b1b606d3d31eb2bf2109c28d'
 'SKIP'
 'd577759532f56b0df073cdc0f2aa3975f1325b8a91851050bb678e18ace6700c'
 '521943d91f3e2a42b9848c429063db2b554e4433366fa8341ab9186a1151d0ca'


[arch-commits] Commit in linux-lts/repos (16 files)

2017-04-08 Thread Andreas Radke
Date: Saturday, April 8, 2017 @ 13:32:38
  Author: andyrtr
Revision: 292509

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

Added:
  linux-lts/repos/testing-i686/
  linux-lts/repos/testing-i686/90-linux.hook
(from rev 292508, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-i686/PKGBUILD
(from rev 292508, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-i686/change-default-console-loglevel.patch
(from rev 292508, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-i686/config
(from rev 292508, linux-lts/trunk/config)
  linux-lts/repos/testing-i686/config.x86_64
(from rev 292508, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-i686/linux-lts.install
(from rev 292508, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-i686/linux-lts.preset
(from rev 292508, linux-lts/trunk/linux-lts.preset)
  linux-lts/repos/testing-x86_64/
  linux-lts/repos/testing-x86_64/90-linux.hook
(from rev 292508, linux-lts/trunk/90-linux.hook)
  linux-lts/repos/testing-x86_64/PKGBUILD
(from rev 292508, linux-lts/trunk/PKGBUILD)
  linux-lts/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 292508, linux-lts/trunk/change-default-console-loglevel.patch)
  linux-lts/repos/testing-x86_64/config
(from rev 292508, linux-lts/trunk/config)
  linux-lts/repos/testing-x86_64/config.x86_64
(from rev 292508, linux-lts/trunk/config.x86_64)
  linux-lts/repos/testing-x86_64/linux-lts.install
(from rev 292508, linux-lts/trunk/linux-lts.install)
  linux-lts/repos/testing-x86_64/linux-lts.preset
(from rev 292508, linux-lts/trunk/linux-lts.preset)

--+
 testing-i686/90-linux.hook   |   11 
 testing-i686/PKGBUILD|  300 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8211 +
 testing-i686/config.x86_64   | 7976 
 testing-i686/linux-lts.install   |   33 
 testing-i686/linux-lts.preset|   14 
 testing-x86_64/90-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  300 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8211 +
 testing-x86_64/config.x86_64 | 7976 
 testing-x86_64/linux-lts.install |   33 
 testing-x86_64/linux-lts.preset  |   14 
 14 files changed, 33112 insertions(+)

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


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 12:18:55
  Author: jgc
Revision: 292507

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  cheese/repos/gnome-unstable-i686/
  cheese/repos/gnome-unstable-i686/PKGBUILD
(from rev 292506, cheese/trunk/PKGBUILD)
  cheese/repos/gnome-unstable-x86_64/
  cheese/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292506, cheese/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   52 +++
 gnome-unstable-x86_64/PKGBUILD |   52 +++
 2 files changed, 104 insertions(+)

Copied: cheese/repos/gnome-unstable-i686/PKGBUILD (from rev 292506, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 12:18:55 UTC (rev 292507)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=e0f4befb62bb02522a364251e1be429942a1d446  # master~4
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.24.0 e0f4befb62bb02522a364251e1be429942a1d446
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
+  --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Copied: cheese/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292506, 
cheese/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 12:18:55 UTC (rev 292507)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=cheese
+pkgver=3.24.0
+pkgrel=1
+pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
+url="https://wiki.gnome.org/Apps/Cheese;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gtk3 gstreamer gst-plugins-bad gst-plugins-base gst-plugins-good 
clutter-gst clutter-gtk
+ libcanberra librsvg gnome-desktop libgudev dconf)
+makedepends=(pkgconfig intltool gobject-introspection itstool vala 
gnome-common git appstream-glib
+ gnome-video-effects)
+optdepends=('gnome-video-effects: Camera effects')
+groups=(gnome-extra)
+options=(!emptydirs)
+_commit=e0f4befb62bb02522a364251e1be429942a1d446  # master~4
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
+sha256sums=('SKIP')
+
+# TODO: Consider splitting libcheese
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  # Fixup tags for pkgver()
+  git tag -f 3.24.0 e0f4befb62bb02522a364251e1be429942a1d446
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+  --disable-static --disable-schemas-compile --libexecdir=/usr/lib/cheese \
+  --enable-gtk-doc
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 12:18:48
  Author: jgc
Revision: 292506

upgpkg: cheese 3.24.0-1

Modified:
  cheese/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 12:14:02 UTC (rev 292505)
+++ PKGBUILD2017-04-08 12:18:48 UTC (rev 292506)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot 
 
 pkgname=cheese
-pkgver=3.22.1
-pkgrel=2
+pkgver=3.24.0
+pkgrel=1
 pkgdesc="Take photos and videos with your webcam, with fun graphical effects"
 url="https://wiki.gnome.org/Apps/Cheese;
 arch=(i686 x86_64)
@@ -16,8 +16,8 @@
 optdepends=('gnome-video-effects: Camera effects')
 groups=(gnome-extra)
 options=(!emptydirs)
-_commit=175b692743d8079a48d2d18113d8e07da8c2d4f3  # gnome-3-22
-source=("git://git.gnome.org/cheese#commit=$_commit")
+_commit=e0f4befb62bb02522a364251e1be429942a1d446  # master~4
+source=("git+https://git.gnome.org/browse/cheese#commit=$_commit;)
 sha256sums=('SKIP')
 
 # TODO: Consider splitting libcheese
@@ -30,7 +30,7 @@
 prepare() {
   cd $pkgname
   # Fixup tags for pkgver()
-  git tag -f 3.22.1 175b692743d8079a48d2d18113d8e07da8c2d4f3
+  git tag -f 3.24.0 e0f4befb62bb02522a364251e1be429942a1d446
   NOCONFIGURE=1 ./autogen.sh
 }
 


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 12:13:55
  Author: jgc
Revision: 292504

upgpkg: eog 3.24.0+3+g2dbb5c72-1

Modified:
  eog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 08:20:18 UTC (rev 292503)
+++ PKGBUILD2017-04-08 12:13:55 UTC (rev 292504)
@@ -3,7 +3,7 @@
 # Contributor: Jan de Groot 
 
 pkgname=eog
-pkgver=3.20.5
+pkgver=3.24.0+3+g2dbb5c72
 pkgrel=1
 pkgdesc="Eye of Gnome: An image viewing and cataloging program"
 url="https://wiki.gnome.org/Apps/EyeOfGnome;
@@ -14,8 +14,8 @@
 optdepends=('eog-plugins: Additional features')
 groups=(gnome)
 options=(!emptydirs)
-_commit=d7ae13db01acb21054a329213f261626d66a7bfe  # tags/3.20.5^0
-source=("git://git.gnome.org/eog#commit=$_commit")
+_commit=2dbb5c7211923a0377115c596a8a0c4168208c2b  # master
+source=("git+https://git.gnome.org/browse/eog#commit=$_commit;)
 sha256sums=('SKIP')
 
 pkgver() {


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

2017-04-08 Thread Jan de Groot
Date: Saturday, April 8, 2017 @ 12:14:02
  Author: jgc
Revision: 292505

archrelease: copy trunk to gnome-unstable-i686, gnome-unstable-x86_64

Added:
  eog/repos/gnome-unstable-i686/
  eog/repos/gnome-unstable-i686/PKGBUILD
(from rev 292504, eog/trunk/PKGBUILD)
  eog/repos/gnome-unstable-x86_64/
  eog/repos/gnome-unstable-x86_64/PKGBUILD
(from rev 292504, eog/trunk/PKGBUILD)

+
 gnome-unstable-i686/PKGBUILD   |   42 +++
 gnome-unstable-x86_64/PKGBUILD |   42 +++
 2 files changed, 84 insertions(+)

Copied: eog/repos/gnome-unstable-i686/PKGBUILD (from rev 292504, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-i686/PKGBUILD(rev 0)
+++ gnome-unstable-i686/PKGBUILD2017-04-08 12:14:02 UTC (rev 292505)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.24.0+3+g2dbb5c72
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=2dbb5c7211923a0377115c596a8a0c4168208c2b  # master
+source=("git+https://git.gnome.org/browse/eog#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}

Copied: eog/repos/gnome-unstable-x86_64/PKGBUILD (from rev 292504, 
eog/trunk/PKGBUILD)
===
--- gnome-unstable-x86_64/PKGBUILD  (rev 0)
+++ gnome-unstable-x86_64/PKGBUILD  2017-04-08 12:14:02 UTC (rev 292505)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+
+pkgname=eog
+pkgver=3.24.0+3+g2dbb5c72
+pkgrel=1
+pkgdesc="Eye of Gnome: An image viewing and cataloging program"
+url="https://wiki.gnome.org/Apps/EyeOfGnome;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(gnome-desktop libexif lcms2 exempi libpeas librsvg dconf)
+makedepends=(intltool itstool gobject-introspection gtk-doc gnome-common git)
+optdepends=('eog-plugins: Additional features')
+groups=(gnome)
+options=(!emptydirs)
+_commit=2dbb5c7211923a0377115c596a8a0c4168208c2b  # master
+source=("git+https://git.gnome.org/browse/eog#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd "$pkgname"
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--enable-compile-warnings=minimum --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname"
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-08 Thread Evangelos Foutras
Date: Saturday, April 8, 2017 @ 08:19:57
  Author: foutrelis
Revision: 292502

upgpkg: clamav 0.99.2-6

OpenSSL 1.1.0 rebuild.

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 08:13:58 UTC (rev 292501)
+++ PKGBUILD2017-04-08 08:19:57 UTC (rev 292502)
@@ -5,7 +5,7 @@
 
 pkgname=clamav
 pkgver=0.99.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
 license=('GPL')


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

2017-04-08 Thread Evangelos Foutras
Date: Saturday, April 8, 2017 @ 08:13:58
  Author: foutrelis
Revision: 292501

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 292500, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamav-0.99.2-gcc-6.patch
(from rev 292500, clamav/trunk/clamav-0.99.2-gcc-6.patch)
  clamav/repos/extra-i686/clamd.conf
(from rev 292500, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 292500, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 292500, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 292500, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 292500, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 292500, clamav/trunk/logrotate)
  clamav/repos/extra-i686/make_it_compile_against_openssl_1_1_0.patch
(from rev 292500, clamav/trunk/make_it_compile_against_openssl_1_1_0.patch)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 292500, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 292500, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamav-0.99.2-gcc-6.patch
(from rev 292500, clamav/trunk/clamav-0.99.2-gcc-6.patch)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 292500, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 292500, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 292500, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 292500, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 292500, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 292500, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/make_it_compile_against_openssl_1_1_0.patch
(from rev 292500, clamav/trunk/make_it_compile_against_openssl_1_1_0.patch)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 292500, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/Add-support-for-LLVM-3.7.patch
  clamav/repos/extra-i686/Add-support-for-LLVM-3.8.patch
  clamav/repos/extra-i686/Add-support-for-LLVM-3.9.patch
  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/Add-support-for-LLVM-3.7.patch
  clamav/repos/extra-x86_64/Add-support-for-LLVM-3.8.patch
  clamav/repos/extra-x86_64/Add-support-for-LLVM-3.9.patch
  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|  160 ++
 /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  |   83 -
 extra-i686/clamav-0.99.2-gcc-6.patch |   84 +
 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/make_it_compile_against_openssl_1_1_0.patch   |   98 +
 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|   83 -
 extra-x86_64/clamav-0.99.2-gcc-6.patch   |   84 +
 extra-x86_64/clamd.conf  |6 
 extra-x86_64/clamd.service

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

2017-04-08 Thread Evangelos Foutras
Date: Saturday, April 8, 2017 @ 08:13:30
  Author: foutrelis
Revision: 292500

upgpkg: clamav 0.99.2-5

Switch back to bundled LLVM.

Added:
  clamav/trunk/clamav-0.99.2-gcc-6.patch
Modified:
  clamav/trunk/PKGBUILD
Deleted:
  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

+
 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   |   24 -
 clamav-0.99.2-gcc-6.patch  |   84 
 5 files changed, 92 insertions(+), 1289 deletions(-)

Deleted: Add-support-for-LLVM-3.7.patch
===
--- Add-support-for-LLVM-3.7.patch  2017-04-07 23:02:47 UTC (rev 292499)
+++ Add-support-for-LLVM-3.7.patch  2017-04-08 08:13:30 UTC (rev 292500)
@@ -1,740 +0,0 @@
-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 

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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:40:14
  Author: felixonmars
Revision: 221370

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

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

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 221369, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:40:14 UTC (rev 221370)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=9
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+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-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 221369, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:40:14 UTC (rev 221370)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=9
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+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}"
+
+

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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:39:49
  Author: felixonmars
Revision: 221369

upgpkg: haskell-persistent-template 2.5.2-9

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:36:44 UTC (rev 221368)
+++ PKGBUILD2017-04-08 06:39:49 UTC (rev 221369)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:36:21
  Author: felixonmars
Revision: 221367

upgpkg: haskell-persistent-sqlite 2.6.2-8

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:31:54 UTC (rev 221366)
+++ PKGBUILD2017-04-08 06:36:21 UTC (rev 221367)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:36:44
  Author: felixonmars
Revision: 221368

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 221367, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:36:44 UTC (rev 221368)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=8
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+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-build-sanity-exe -f-systemlib
+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-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 221367, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:36:44 UTC (rev 221368)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=8
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+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-build-sanity-exe -f-systemlib
+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
+}
+

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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:31:54
  Author: felixonmars
Revision: 221366

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
221365, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:31:54 UTC (rev 221366)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=18
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+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-mysql -f-postgresql
+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-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
221365, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:31:54 UTC (rev 221366)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=18
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+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-mysql -f-postgresql
+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 

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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:31:31
  Author: felixonmars
Revision: 221365

upgpkg: haskell-esqueleto 2.5.1-18

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:28:16 UTC (rev 221364)
+++ PKGBUILD2017-04-08 06:31:31 UTC (rev 221365)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.1
-pkgrel=17
+pkgrel=18
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:28:16
  Author: felixonmars
Revision: 221364

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
221363, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:28:16 UTC (rev 221364)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=9
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+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-nooverlap
+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-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
221363, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:28:16 UTC (rev 221364)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=9
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure 

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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:27:53
  Author: felixonmars
Revision: 221363

upgpkg: haskell-persistent 2.6.1-9

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:22:54 UTC (rev 221362)
+++ PKGBUILD2017-04-08 06:27:53 UTC (rev 221363)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.6.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


[arch-commits] Commit in haskell-http-api-data/repos (6 files)

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:22:54
  Author: felixonmars
Revision: 221362

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

Added:
  haskell-http-api-data/repos/community-staging-i686/
  haskell-http-api-data/repos/community-staging-i686/PKGBUILD
(from rev 221361, haskell-http-api-data/trunk/PKGBUILD)
  
haskell-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
(from rev 221361, haskell-http-api-data/trunk/haskell-http-api-data.install)
  haskell-http-api-data/repos/community-staging-x86_64/
  haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD
(from rev 221361, haskell-http-api-data/trunk/PKGBUILD)
  
haskell-http-api-data/repos/community-staging-x86_64/haskell-http-api-data.install
(from rev 221361, haskell-http-api-data/trunk/haskell-http-api-data.install)

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-http-api-data.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-http-api-data.install |   18 ++
 4 files changed, 122 insertions(+)

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
221361, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:22:54 UTC (rev 221362)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.5
+pkgrel=8
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-uri-bytestring" 
"haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3711ac5f97afe8e89d1f8959138de8f2b3afd8ec30f9c6f3eebbfb2caa2fbc45')
+
+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-use-text-show
+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-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
 (from rev 221361, haskell-http-api-data/trunk/haskell-http-api-data.install)
===
--- community-staging-i686/haskell-http-api-data.install
(rev 0)
+++ community-staging-i686/haskell-http-api-data.install2017-04-08 
06:22:54 UTC (rev 221362)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-api-data
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
221361, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:22:54 UTC (rev 221362)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data

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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:22:30
  Author: felixonmars
Revision: 221361

upgpkg: haskell-http-api-data 0.3.5-8

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-http-api-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:19:43 UTC (rev 221360)
+++ PKGBUILD2017-04-08 06:22:30 UTC (rev 221361)
@@ -5,7 +5,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.5
-pkgrel=7
+pkgrel=8
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="http://github.com/fizruk/http-api-data;
 license=("custom:BSD3")


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:19:43
  Author: felixonmars
Revision: 221360

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

Added:
  haskell-uri-bytestring/repos/community-staging-i686/
  haskell-uri-bytestring/repos/community-staging-i686/PKGBUILD
(from rev 221359, haskell-uri-bytestring/trunk/PKGBUILD)
  haskell-uri-bytestring/repos/community-staging-x86_64/
  haskell-uri-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 221359, haskell-uri-bytestring/trunk/PKGBUILD)

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

Copied: haskell-uri-bytestring/repos/community-staging-i686/PKGBUILD (from rev 
221359, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:19:43 UTC (rev 221360)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.1
+pkgrel=4
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('8b1b0df40025e34bf5bdc3951584807c')
+
+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-lib-Werror
+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-uri-bytestring/repos/community-staging-x86_64/PKGBUILD (from 
rev 221359, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:19:43 UTC (rev 221360)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.1
+pkgrel=4
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('8b1b0df40025e34bf5bdc3951584807c')
+
+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-lib-Werror
+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-uri-bytestring/trunk (PKGBUILD)

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:19:16
  Author: felixonmars
Revision: 221359

upgpkg: haskell-uri-bytestring 0.2.3.1-4

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:16:38 UTC (rev 221358)
+++ PKGBUILD2017-04-08 06:19:16 UTC (rev 221359)
@@ -4,7 +4,7 @@
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
 pkgver=0.2.3.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring;
 license=('custom:BSD3')


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:16:38
  Author: felixonmars
Revision: 221358

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 221357, haskell-th-utilities/trunk/PKGBUILD)
  haskell-th-utilities/repos/community-staging-x86_64/
  haskell-th-utilities/repos/community-staging-x86_64/PKGBUILD
(from rev 221357, 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 
221357, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:16:38 UTC (rev 221358)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=9
+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 
221357, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:16:38 UTC (rev 221358)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=9
+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-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:16:15
  Author: felixonmars
Revision: 221357

upgpkg: haskell-th-utilities 0.2.0.1-9

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-th-utilities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:13:54 UTC (rev 221356)
+++ PKGBUILD2017-04-08 06:16:15 UTC (rev 221357)
@@ -4,7 +4,7 @@
 _hkgname=th-utilities
 pkgname=haskell-th-utilities
 pkgver=0.2.0.1
-pkgrel=8
+pkgrel=9
 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-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:13:54
  Author: felixonmars
Revision: 221356

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 221355, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD
(from rev 221355, 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 221355, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:13:54 UTC (rev 221356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=12
+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 221355, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:13:54 UTC (rev 221356)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=12
+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-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:13:22
  Author: felixonmars
Revision: 221355

upgpkg: haskell-interpolatedstring-perl6 1.0.0-12

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-interpolatedstring-perl6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:11:32 UTC (rev 221354)
+++ PKGBUILD2017-04-08 06:13:22 UTC (rev 221355)
@@ -4,7 +4,7 @@
 _hkgname=interpolatedstring-perl6
 pkgname=haskell-interpolatedstring-perl6
 pkgver=1.0.0
-pkgrel=11
+pkgrel=12
 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-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:11:32
  Author: felixonmars
Revision: 221354

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 221353, haskell-src-meta/trunk/PKGBUILD)
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 221353, 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 
221353, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:11:32 UTC (rev 221354)
@@ -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=9
+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 
221353, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:11:32 UTC (rev 221354)
@@ -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=9
+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-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:11:09
  Author: felixonmars
Revision: 221353

upgpkg: haskell-src-meta 0.7.0.1-9

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:08:58 UTC (rev 221352)
+++ PKGBUILD2017-04-08 06:11:09 UTC (rev 221353)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
 pkgver=0.7.0.1
-pkgrel=8
+pkgrel=9
 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-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:08:58
  Author: felixonmars
Revision: 221352

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 221351, haskell-th-orphans/trunk/PKGBUILD)
  haskell-th-orphans/repos/community-staging-x86_64/
  haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 221351, 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 
221351, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:08:58 UTC (rev 221352)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=7
+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 
221351, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:08:58 UTC (rev 221352)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=7
+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-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:08:32
  Author: felixonmars
Revision: 221351

upgpkg: haskell-th-orphans 0.13.3-7

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-th-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:06:40 UTC (rev 221350)
+++ PKGBUILD2017-04-08 06:08:32 UTC (rev 221351)
@@ -4,7 +4,7 @@
 _hkgname=th-orphans
 pkgname=haskell-th-orphans
 pkgver=0.13.3
-pkgrel=6
+pkgrel=7
 pkgdesc="Orphan instances for TH datatypes"
 url="http://github.com/ekmett/th-orphans/;
 license=('custom:BSD3')


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:06:40
  Author: felixonmars
Revision: 221350

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

Added:
  haskell-th-lift-instances/repos/community-staging-i686/
  haskell-th-lift-instances/repos/community-staging-i686/PKGBUILD
(from rev 221349, haskell-th-lift-instances/trunk/PKGBUILD)
  haskell-th-lift-instances/repos/community-staging-x86_64/
  haskell-th-lift-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 221349, haskell-th-lift-instances/trunk/PKGBUILD)

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

Copied: haskell-th-lift-instances/repos/community-staging-i686/PKGBUILD (from 
rev 221349, haskell-th-lift-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:06:40 UTC (rev 221350)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-lift-instances
+pkgname=haskell-th-lift-instances
+pkgver=0.1.11
+pkgrel=2
+pkgdesc="Lift instances for template-haskell for common data types."
+url="http://github.com/bennofs/th-lift-instances/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-text' 'haskell-th-lift' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('52a13a10dd24d94ff72b2a7a3b604054')
+
+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-lift-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 221349, haskell-th-lift-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:06:40 UTC (rev 221350)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-lift-instances
+pkgname=haskell-th-lift-instances
+pkgver=0.1.11
+pkgrel=2
+pkgdesc="Lift instances for template-haskell for common data types."
+url="http://github.com/bennofs/th-lift-instances/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-text' 'haskell-th-lift' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('52a13a10dd24d94ff72b2a7a3b604054')
+
+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-lift-instances/trunk (PKGBUILD)

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:06:17
  Author: felixonmars
Revision: 221349

upgpkg: haskell-th-lift-instances 0.1.11-2

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-th-lift-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:04:22 UTC (rev 221348)
+++ PKGBUILD2017-04-08 06:06:17 UTC (rev 221349)
@@ -4,13 +4,13 @@
 _hkgname=th-lift-instances
 pkgname=haskell-th-lift-instances
 pkgver=0.1.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Lift instances for template-haskell for common data types."
 url="http://github.com/bennofs/th-lift-instances/;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-text' 'haskell-th-lift' 'haskell-vector')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 md5sums=('52a13a10dd24d94ff72b2a7a3b604054')
 
 build() {


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:04:22
  Author: felixonmars
Revision: 221348

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

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

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

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 221347, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:04:22 UTC (rev 221348)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=72
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+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 -f-mtl-compat
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 221347, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:04:22 UTC (rev 221348)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.3.1
+pkgrel=72
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-haskeline" "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-types"
+ "haskell-lens" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-transformers-base" 
"haskell-transformers-compat"
+ "haskell-utf8-string" "haskell-xml-conduit" "haskell-xml-hamlet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5c80faa58f8bbfb4bbdf7f3db6f23a3a4d26a199831ceb27dd5f69fef21bc009')
+
+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 -f-mtl-compat
+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 

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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:03:55
  Author: felixonmars
Revision: 221347

upgpkg: haskell-dav 1.3.1-72

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 06:00:34 UTC (rev 221346)
+++ PKGBUILD2017-04-08 06:03:55 UTC (rev 221347)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.3.1
-pkgrel=71
+pkgrel=72
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:00:34
  Author: felixonmars
Revision: 221346

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

Added:
  haskell-xml-hamlet/repos/community-staging-i686/
  haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD
(from rev 221345, haskell-xml-hamlet/trunk/PKGBUILD)
  haskell-xml-hamlet/repos/community-staging-x86_64/
  haskell-xml-hamlet/repos/community-staging-x86_64/PKGBUILD
(from rev 221345, haskell-xml-hamlet/trunk/PKGBUILD)

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

Copied: haskell-xml-hamlet/repos/community-staging-i686/PKGBUILD (from rev 
221345, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-08 06:00:34 UTC (rev 221346)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.1
+pkgrel=13
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7df390f59599a0b16831c3f2cbb13ad0bebb92faa4a350fc6ae613bfba4ec2bb')
+
+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-xml-hamlet/repos/community-staging-x86_64/PKGBUILD (from rev 
221345, haskell-xml-hamlet/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-08 06:00:34 UTC (rev 221346)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=xml-hamlet
+pkgname=haskell-xml-hamlet
+pkgver=0.4.1
+pkgrel=13
+pkgdesc="Hamlet-style quasiquoter for XML content"
+url="http://www.yesodweb.com/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-parsec" "haskell-shakespeare" "haskell-text"
+ "haskell-xml-conduit")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('7df390f59599a0b16831c3f2cbb13ad0bebb92faa4a350fc6ae613bfba4ec2bb')
+
+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-xml-hamlet/trunk (PKGBUILD)

2017-04-08 Thread Felix Yan
Date: Saturday, April 8, 2017 @ 06:00:11
  Author: felixonmars
Revision: 221345

upgpkg: haskell-xml-hamlet 0.4.1-13

rebuild with primitive,0.6.2.0 vector,0.12.0.1

Modified:
  haskell-xml-hamlet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-08 05:56:43 UTC (rev 221344)
+++ PKGBUILD2017-04-08 06:00:11 UTC (rev 221345)
@@ -5,7 +5,7 @@
 _hkgname=xml-hamlet
 pkgname=haskell-xml-hamlet
 pkgver=0.4.1
-pkgrel=12
+pkgrel=13
 pkgdesc="Hamlet-style quasiquoter for XML content"
 url="http://www.yesodweb.com/;
 license=("custom:BSD3")