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

2016-08-29 Thread Lukas Fleischer
Date: Tuesday, August 30, 2016 @ 04:59:27
  Author: lfleischer
Revision: 188021

autofs: Update URL

Modified:
  autofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 04:57:43 UTC (rev 188020)
+++ PKGBUILD2016-08-30 04:59:27 UTC (rev 188021)
@@ -8,7 +8,7 @@
 pkgrel=1
 pkgdesc='A kernel-based automounter for Linux.'
 arch=('i686' 'x86_64')
-url='http://freshmeat.net/projects/autofs'
+url='https://www.kernel.org/pub/linux/daemons/autofs/'
 license=('GPL2')
 depends=('libxml2')
 makedepends=('libldap' 'krb5' 'kmod' 'sssd')


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

2016-08-29 Thread Lukas Fleischer
Date: Tuesday, August 30, 2016 @ 04:57:43
  Author: lfleischer
Revision: 188020

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

Added:
  tor/repos/community-i686/PKGBUILD
(from rev 188019, tor/trunk/PKGBUILD)
  tor/repos/community-i686/tor.install
(from rev 188019, tor/trunk/tor.install)
  tor/repos/community-i686/tor.service
(from rev 188019, tor/trunk/tor.service)
  tor/repos/community-i686/torrc
(from rev 188019, tor/trunk/torrc)
  tor/repos/community-x86_64/PKGBUILD
(from rev 188019, tor/trunk/PKGBUILD)
  tor/repos/community-x86_64/tor.install
(from rev 188019, tor/trunk/tor.install)
  tor/repos/community-x86_64/tor.service
(from rev 188019, tor/trunk/tor.service)
  tor/repos/community-x86_64/torrc
(from rev 188019, tor/trunk/torrc)
Deleted:
  tor/repos/community-i686/PKGBUILD
  tor/repos/community-i686/tor.install
  tor/repos/community-i686/tor.service
  tor/repos/community-i686/torrc
  tor/repos/community-x86_64/PKGBUILD
  tor/repos/community-x86_64/tor.install
  tor/repos/community-x86_64/tor.service
  tor/repos/community-x86_64/torrc

--+
 /PKGBUILD|   94 ++
 /tor.install |8 
 /tor.service |   30 +++
 /torrc   |  378 +
 community-i686/PKGBUILD  |   47 -
 community-i686/tor.install   |4 
 community-i686/tor.service   |   15 -
 community-i686/torrc |  189 
 community-x86_64/PKGBUILD|   47 -
 community-x86_64/tor.install |4 
 community-x86_64/tor.service |   15 -
 community-x86_64/torrc   |  189 
 12 files changed, 510 insertions(+), 510 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-30 04:57:37 UTC (rev 188019)
+++ community-i686/PKGBUILD 2016-08-30 04:57:43 UTC (rev 188020)
@@ -1,47 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Daniel Micay 
-# Contributor: simo 
-# Contributor: Sid Karunaratne
-
-pkgname=tor
-pkgver=0.2.8.6
-pkgrel=1
-pkgdesc='Anonymizing overlay network.'
-arch=('i686' 'x86_64')
-url='http://www.torproject.org/'
-license=('BSD')
-depends=('openssl' 'libevent' 'bash' 'libseccomp')
-optdepends=('torsocks: for torify')
-makedepends=('ca-certificates')
-backup=('etc/tor/torrc'
-'etc/tor/torrc-dist')
-install='tor.install'
-source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
-'torrc'
-'tor.service')
-md5sums=('195e4b3f8d19ca2cd816f1e826b61f86'
- 'SKIP'
- 'c1dd4004c63edaeaa829e01be5413cfc'
- '503cedd9679f9817b2c27916ba989a74')
-validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') # Nick Mathewson
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
-
-  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
-  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
-  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
-
-  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: tor/repos/community-i686/PKGBUILD (from rev 188019, tor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-30 04:57:43 UTC (rev 188020)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.2.8.7
+pkgrel=1
+pkgdesc='Anonymizing overlay network.'
+arch=('i686' 'x86_64')
+url='http://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+install='tor.install'
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service')
+md5sums=('59771fe2d098893fe955edfb8b13401f'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74')
+validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') # Nick Mathewson
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
+
+  mv 

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

2016-08-29 Thread Lukas Fleischer
Date: Tuesday, August 30, 2016 @ 04:56:55
  Author: lfleischer
Revision: 188017

upgpkg: privoxy 3.0.26-1

* Upstream update.
* PKGBUILD cleanup.

Added:
  privoxy/trunk/privoxy.sysusers
Modified:
  privoxy/trunk/PKGBUILD
  privoxy/trunk/privoxy.install
  privoxy/trunk/privoxy.service

--+
 PKGBUILD |   56 +
 privoxy.install  |   11 --
 privoxy.service  |7 ++
 privoxy.sysusers |1 
 4 files changed, 36 insertions(+), 39 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 03:20:49 UTC (rev 188016)
+++ PKGBUILD2016-08-30 04:56:55 UTC (rev 188017)
@@ -1,26 +1,28 @@
 # Maintainer: Lukas Fleischer 
 # Contributor: Juergen Hoetzel 
-# Contributor: basilburn (basilburn), Paul Bredbury (brebs) 
+# Contributor: basilburn (basilburn), Paul Bredbury (brebs)
+# Contributor: lolilolicon
 
 pkgname=privoxy
-pkgver=3.0.24
-pkgrel=3
+pkgver=3.0.26
+pkgrel=1
 pkgdesc='A web proxy with advanced filtering capabilities.'
 arch=('i686' 'x86_64')
-url='http://www.privoxy.org'
-license=('GPL')
+url='https://www.privoxy.org'
+license=('GPL2')
 depends=('pcre' 'zlib')
 makedepends=('autoconf')
-backup=('etc/privoxy/'{config,trust,default.action,user.filter,default.filter}
-'etc/privoxy/'{match-all,user}.action
+backup=('etc/privoxy/'{config,trust,match-all.action,{default,user}.{action,filter}}
 'etc/logrotate.d/privoxy')
 install='privoxy.install'
 
source=("http://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
 'privoxy.logrotate.d'
+'privoxy.sysusers'
 'privoxy.service')
-md5sums=('44a47d1a5000db8cccd61ace0e25e7f7'
+md5sums=('8a1c842112ccea68c19b7ceb4a0e999f'
  'e8196e745c765b398b3bfac68f370279'
- '37965b9a52ab1f2cb9f36cee617f5cf9')
+ 'b16776164ab677282c44a8729743eca1'
+ '99ecefbdab8d2260d9b217895b3adc73')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}-stable"
@@ -30,28 +32,32 @@
   ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
 
   make
+  sed -i '
+s+^confdir \.+confdir /etc/privoxy+
+s+^logdir \.+logdir /var/log/privoxy+
+s+^#\?user-manual .*+user-manual /usr/share/doc/privoxy/user-manual/+' 
config
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}-stable"
 
-  make prefix="${pkgdir}/usr" SBIN_DEST="${pkgdir}/usr/bin" \
-MAN_DEST="${pkgdir}/usr/share/man/man1" GROUP=42 \
-CONF_BASE="${pkgdir}/etc/privoxy" VAR_DEST="${pkgdir}/var" install
+  install -Dm644 "$srcdir/privoxy.service" 
"$pkgdir/usr/lib/systemd/system/privoxy.service"
+  install -Dm644 "$srcdir/privoxy.sysusers" 
"$pkgdir/usr/lib/sysusers.d/privoxy.conf"
+  install -Dm644 "$srcdir/privoxy.logrotate.d" 
"$pkgdir/etc/logrotate.d/privoxy"
 
-  # Fix configuration paths.
-  sed -i -e 's#^confdir.*$#confdir /etc/privoxy#' -e 's#^logdir.*$#logdir 
/var/log/privoxy#' \
--e '/^user-manual/s#.*#\#user-manual /usr/share/doc/privoxy/user-manual/#' 
\
-"${pkgdir}/etc/privoxy/config"
+  install -Dm755 {,"$pkgdir"/usr/bin/}privoxy
+  install -Dm644 {,"$pkgdir"/usr/share/man/man1/}privoxy.1
+  install -d -o42 -g42 "$pkgdir"/var/log/privoxy
 
-  # Install systemd unit and logrotate configuration.
-  install -Dm0644 "${srcdir}/privoxy.service" 
"${pkgdir}/usr/lib/systemd/system/privoxy.service"
-  install -Dm0644 "${srcdir}/privoxy.logrotate.d" 
"${pkgdir}/etc/logrotate.d/privoxy"
+  install -d "$pkgdir"/etc/privoxy/
+  install -m644 config trust *.{action,filter} "$pkgdir"/etc/privoxy/ # -m0660 
upstream
+  find templates -type f -exec install -Dm644 '{}' "$pkgdir"/etc/privoxy/'{}' 
\;
 
-  # Don't overwrite existing log files and fix log directory permissions.
-  rm "${pkgdir}/var/log/privoxy/"*
-  chown -R 42:42 "${pkgdir}"/etc/privoxy "${pkgdir}"/var/log/privoxy
-
-  # Avoid conflict with filesystem>=2012.06.
-  rmdir "$pkgdir/var/run"
+  (d=$pkgdir/usr/share/doc/privoxy
+  cd doc/webserver
+  install -Dm644 {privoxy-,"$d"/}index.html
+  install -m644 p_doc.css ../../{AUTHORS,README,ChangeLog} "$d"/
+  install -Dm644 {,"$d"/user-manual/}p_doc.css
+  find user-manual developer-manual faq man-page \( -name '*.html' -o -name 
'*.jpg' \) \
+-exec install -Dm644 '{}' "$d"/'{}' \;)
 }

Modified: privoxy.install
===
--- privoxy.install 2016-08-30 03:20:49 UTC (rev 188016)
+++ privoxy.install 2016-08-30 04:56:55 UTC (rev 188017)
@@ -1,12 +1,3 @@
 post_install() {
-  groupadd -g 42 privoxy &>/dev/null
-  useradd -u 42 -g privoxy -d /var/spool/privoxy -s /bin/false privoxy 
&>/dev/null
-
-  if [ ! -d /var/spool/privoxy ]; then
-install -dm0770 -o privoxy -g privoxy /var/spool/privoxy
-  fi
+  systemd-sysusers privoxy.conf
 }
-
-post_upgrade() {
-  post_install $1
-}

Modified: privoxy.service

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

2016-08-29 Thread Lukas Fleischer
Date: Tuesday, August 30, 2016 @ 04:57:37
  Author: lfleischer
Revision: 188019

upgpkg: tor 0.2.8.7-1

Upstream update.

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 04:57:08 UTC (rev 188018)
+++ PKGBUILD2016-08-30 04:57:37 UTC (rev 188019)
@@ -4,7 +4,7 @@
 # Contributor: Sid Karunaratne
 
 pkgname=tor
-pkgver=0.2.8.6
+pkgver=0.2.8.7
 pkgrel=1
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
 'torrc'
 'tor.service')
-md5sums=('195e4b3f8d19ca2cd816f1e826b61f86'
+md5sums=('59771fe2d098893fe955edfb8b13401f'
  'SKIP'
  'c1dd4004c63edaeaa829e01be5413cfc'
  '503cedd9679f9817b2c27916ba989a74')


[arch-commits] Commit in privoxy/repos (18 files)

2016-08-29 Thread Lukas Fleischer
Date: Tuesday, August 30, 2016 @ 04:57:08
  Author: lfleischer
Revision: 188018

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

Added:
  privoxy/repos/community-i686/PKGBUILD
(from rev 188017, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-i686/privoxy.install
(from rev 188017, privoxy/trunk/privoxy.install)
  privoxy/repos/community-i686/privoxy.logrotate.d
(from rev 188017, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-i686/privoxy.service
(from rev 188017, privoxy/trunk/privoxy.service)
  privoxy/repos/community-i686/privoxy.sysusers
(from rev 188017, privoxy/trunk/privoxy.sysusers)
  privoxy/repos/community-x86_64/PKGBUILD
(from rev 188017, privoxy/trunk/PKGBUILD)
  privoxy/repos/community-x86_64/privoxy.install
(from rev 188017, privoxy/trunk/privoxy.install)
  privoxy/repos/community-x86_64/privoxy.logrotate.d
(from rev 188017, privoxy/trunk/privoxy.logrotate.d)
  privoxy/repos/community-x86_64/privoxy.service
(from rev 188017, privoxy/trunk/privoxy.service)
  privoxy/repos/community-x86_64/privoxy.sysusers
(from rev 188017, privoxy/trunk/privoxy.sysusers)
Deleted:
  privoxy/repos/community-i686/PKGBUILD
  privoxy/repos/community-i686/privoxy.install
  privoxy/repos/community-i686/privoxy.logrotate.d
  privoxy/repos/community-i686/privoxy.service
  privoxy/repos/community-x86_64/PKGBUILD
  privoxy/repos/community-x86_64/privoxy.install
  privoxy/repos/community-x86_64/privoxy.logrotate.d
  privoxy/repos/community-x86_64/privoxy.service

--+
 /PKGBUILD|  126 +
 /privoxy.install |6 +
 /privoxy.logrotate.d |   18 
 /privoxy.service |   24 ++
 community-i686/PKGBUILD  |   57 --
 community-i686/privoxy.install   |   12 ---
 community-i686/privoxy.logrotate.d   |9 --
 community-i686/privoxy.service   |   13 ---
 community-i686/privoxy.sysusers  |1 
 community-x86_64/PKGBUILD|   57 --
 community-x86_64/privoxy.install |   12 ---
 community-x86_64/privoxy.logrotate.d |9 --
 community-x86_64/privoxy.service |   13 ---
 community-x86_64/privoxy.sysusers|1 
 14 files changed, 176 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-30 04:56:55 UTC (rev 188017)
+++ community-i686/PKGBUILD 2016-08-30 04:57:08 UTC (rev 188018)
@@ -1,57 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Juergen Hoetzel 
-# Contributor: basilburn (basilburn), Paul Bredbury (brebs) 
-
-pkgname=privoxy
-pkgver=3.0.24
-pkgrel=3
-pkgdesc='A web proxy with advanced filtering capabilities.'
-arch=('i686' 'x86_64')
-url='http://www.privoxy.org'
-license=('GPL')
-depends=('pcre' 'zlib')
-makedepends=('autoconf')
-backup=('etc/privoxy/'{config,trust,default.action,user.filter,default.filter}
-'etc/privoxy/'{match-all,user}.action
-'etc/logrotate.d/privoxy')
-install='privoxy.install'
-source=("http://downloads.sourceforge.net/ijbswa/${pkgname}-${pkgver}-stable-src.tar.gz;
-'privoxy.logrotate.d'
-'privoxy.service')
-md5sums=('44a47d1a5000db8cccd61ace0e25e7f7'
- 'e8196e745c765b398b3bfac68f370279'
- '37965b9a52ab1f2cb9f36cee617f5cf9')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  autoheader
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc/privoxy --enable-compression
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}-stable"
-
-  make prefix="${pkgdir}/usr" SBIN_DEST="${pkgdir}/usr/bin" \
-MAN_DEST="${pkgdir}/usr/share/man/man1" GROUP=42 \
-CONF_BASE="${pkgdir}/etc/privoxy" VAR_DEST="${pkgdir}/var" install
-
-  # Fix configuration paths.
-  sed -i -e 's#^confdir.*$#confdir /etc/privoxy#' -e 's#^logdir.*$#logdir 
/var/log/privoxy#' \
--e '/^user-manual/s#.*#\#user-manual /usr/share/doc/privoxy/user-manual/#' 
\
-"${pkgdir}/etc/privoxy/config"
-
-  # Install systemd unit and logrotate configuration.
-  install -Dm0644 "${srcdir}/privoxy.service" 
"${pkgdir}/usr/lib/systemd/system/privoxy.service"
-  install -Dm0644 "${srcdir}/privoxy.logrotate.d" 
"${pkgdir}/etc/logrotate.d/privoxy"
-
-  # Don't overwrite existing log files and fix log directory permissions.
-  rm "${pkgdir}/var/log/privoxy/"*
-  chown -R 42:42 "${pkgdir}"/etc/privoxy "${pkgdir}"/var/log/privoxy
-
-  # Avoid conflict with filesystem>=2012.06.
-  rmdir "$pkgdir/var/run"
-}

Copied: privoxy/repos/community-i686/PKGBUILD (from rev 188017, 
privoxy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-30 04:57:08 UTC (rev 188018)
@@ -0,0 +1,63 @@
+# 

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

2016-08-29 Thread Nicola Squartini
Date: Tuesday, August 30, 2016 @ 03:20:49
  Author: tensor5
Revision: 188016

archrelease: copy trunk to community-any

Added:
  asar/repos/community-any/PKGBUILD
(from rev 188015, asar/trunk/PKGBUILD)
Deleted:
  asar/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-30 03:19:44 UTC (rev 188015)
+++ PKGBUILD2016-08-30 03:20:49 UTC (rev 188016)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Nicola Squartini 
-
-pkgname=asar
-pkgver=0.12.2
-pkgrel=1
-pkgdesc='Creating Electron app packages'
-arch=('any')
-url='https://github.com/electron/asar'
-license=('MIT')
-depends=('nodejs')
-makedepends=('coffee-script' 'npm')
-options=(!emptydirs)
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
-sha256sums=('f402c8e3487564b7a9a24bd5ec7cd414c455f238ed7c7a038c289eb6e1a00e1a')
-
-prepare() {
-cd ${pkgname}-${pkgver}
-
-sed -e '/prepublish/d' -i package.json
-}
-
-build() {
-cd ${pkgname}-${pkgver}
-
-coffee -c --no-header -o lib src/*.coffee
-}
-
-package() {
-cd ${pkgname}-${pkgver}
-
-npm install --user root -g --prefix="${pkgdir}"/usr
-
-moduledir=/usr/lib/node_modules/${pkgname}
-
-install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-ln -s $(realpath \
---relative-to="${pkgdir}"/usr/share/licenses/${pkgname} \
-"${pkgdir}"${moduledir})/LICENSE \
-"${pkgdir}/usr/share/licenses/${pkgname}"
-
-# Remove useless stuff and occurrences of ${pkgdir} and ${srcdir}
-find "${pkgdir}"${moduledir} \
--name '.*' -prune -exec rm -r '{}' \; \
--or -name 'appveyor.yml' -exec rm '{}' \; \
--or -name 'benchmark' -prune -exec rm -r '{}' \; \
--or -path "*/${pkgname}/node_modules/*/bin" -prune -exec rm -r '{}' \; 
\
--or -name 'bin.js' -exec rm '{}' \; \
--or -name 'bower.json' -exec rm '{}' \; \
--or -name 'cleanup.sh' -exec rm '{}' \; \
--or -name 'component.json' -exec rm '{}' \; \
--or -name 'example' -prune -exec rm -r '{}' \; \
--or -name 'example.js' -exec rm '{}' \; \
--or -name 'examples' -prune -exec rm -r '{}' \; \
--or -name 'Gruntfile.js' -exec rm '{}' \; \
--or -name 'Makefile' -exec rm '{}' \; \
--or -name 'man' -prune -exec rm -r '{}' \; \
--or -name 'package.json' -exec sed -e "s|${pkgdir}||" \
--e "s|${srcdir}/${pkgname}-${pkgver}|${moduledir}|" -i '{}' \; \
--or -name 'perf' -prune -exec rm -r '{}' \; \
--or -name 'test' -prune -exec rm -r '{}' \; \
--or -name 'test.js' -exec rm '{}' \; \
--or -name 'tools' -prune -exec rm -r '{}' \; \
--or -name 'tst' -prune -exec rm -r '{}' \;
-}

Copied: asar/repos/community-any/PKGBUILD (from rev 188015, asar/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-30 03:20:49 UTC (rev 188016)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Nicola Squartini 
+
+pkgname=asar
+pkgver=0.12.3
+pkgrel=1
+pkgdesc='Creating Electron app packages'
+arch=('any')
+url='https://github.com/electron/asar'
+license=('MIT')
+depends=('nodejs')
+makedepends=('coffee-script' 'npm')
+options=(!emptydirs)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
+sha256sums=('7e033773e6b55ab8162185dbb09a0e912d76b675b01e266992bd6fdb9a28311d')
+
+prepare() {
+cd ${pkgname}-${pkgver}
+
+sed -e '/prepublish/d' -i package.json
+}
+
+build() {
+cd ${pkgname}-${pkgver}
+
+coffee -c --no-header -o lib src/*.coffee
+}
+
+package() {
+cd ${pkgname}-${pkgver}
+
+npm install --user root -g --prefix="${pkgdir}"/usr
+
+moduledir=/usr/lib/node_modules/${pkgname}
+
+install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+ln -s $(realpath \
+--relative-to="${pkgdir}"/usr/share/licenses/${pkgname} \
+"${pkgdir}"${moduledir})/LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}"
+
+# Remove useless stuff and occurrences of ${pkgdir} and ${srcdir}
+find "${pkgdir}"${moduledir} \
+-name '.*' -prune -exec rm -r '{}' \; \
+-or -name 'appveyor.yml' -exec rm '{}' \; \
+-or -name 'benchmark' -prune -exec rm -r '{}' \; \
+-or -path "*/${pkgname}/node_modules/*/bin" -prune -exec rm -r '{}' \; 
\
+-or -name 'bin.js' -exec rm '{}' \; \
+-or -name 'bower.json' -exec rm '{}' \; \
+-or -name 'cleanup.sh' -exec rm '{}' \; \
+-or -name 'component.json' -exec rm '{}' \; \
+-or -name 'example' -prune -exec rm -r '{}' \; \
+-or -name 'example.js' -exec rm '{}' \; \
+-or -name 

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

2016-08-29 Thread Nicola Squartini
Date: Tuesday, August 30, 2016 @ 03:19:44
  Author: tensor5
Revision: 188015

upgpkg: asar 0.12.3-1

Modified:
  asar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 02:16:43 UTC (rev 188014)
+++ PKGBUILD2016-08-30 03:19:44 UTC (rev 188015)
@@ -2,7 +2,7 @@
 # Maintainer: Nicola Squartini 
 
 pkgname=asar
-pkgver=0.12.2
+pkgver=0.12.3
 pkgrel=1
 pkgdesc='Creating Electron app packages'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('coffee-script' 'npm')
 options=(!emptydirs)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/electron/asar/archive/v${pkgver}.tar.gz;)
-sha256sums=('f402c8e3487564b7a9a24bd5ec7cd414c455f238ed7c7a038c289eb6e1a00e1a')
+sha256sums=('7e033773e6b55ab8162185dbb09a0e912d76b675b01e266992bd6fdb9a28311d')
 
 prepare() {
 cd ${pkgname}-${pkgver}


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 02:16:37
  Author: foutrelis
Revision: 188013

archrelease: copy trunk to community-any

Added:
  gcompris-data/repos/community-any/PKGBUILD
(from rev 188012, gcompris-data/trunk/PKGBUILD)
Deleted:
  gcompris-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-30 02:15:53 UTC (rev 188012)
+++ PKGBUILD2016-08-30 02:16:37 UTC (rev 188013)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Daniel Isenmann 
-
-pkgname=gcompris-data
-pkgver=15.10
-pkgrel=1
-pkgdesc="Data files for GCompris"
-arch=('any')
-url="http://gcompris.net/;
-license=('GPL3')
-makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg'
- 'gstreamer0.10-base-plugins')
-source=(http://gcompris.net/download/gcompris-$pkgver.tar.bz2)
-sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
-
-build() {
-  cd "$srcdir/gcompris-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/gcompris-$pkgver"
-  make DESTDIR="$pkgdir" install-data
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris-data/repos/community-any/PKGBUILD (from rev 188012, 
gcompris-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-30 02:16:37 UTC (rev 188013)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Daniel Isenmann 
+
+pkgname=gcompris-data
+pkgver=15.10
+pkgrel=2
+pkgdesc="Data files for GCompris"
+arch=('any')
+url="http://gcompris.net/;
+license=('GPL3')
+makedepends=('texinfo' 'texi2html' 'intltool' 'pygtk' 'librsvg'
+ 'gstreamer0.10-base-plugins')
+source=(http://gcompris.net/download/gtk/src/gcompris-$pkgver.tar.bz2)
+sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
+
+build() {
+  cd "$srcdir/gcompris-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/gcompris-$pkgver"
+  make DESTDIR="$pkgdir" install-data
+
+  # Remove files shipped in the main gcompris package
+  rm -r "$pkgdir"/usr/share/{appdata,applications,locale,pixmaps}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 02:15:53
  Author: foutrelis
Revision: 188012

upgpkg: gcompris-data 15.10-2

Move the .desktop and appdata files to the main gcompris package (FS#49120).

Modified:
  gcompris-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 02:14:45 UTC (rev 188011)
+++ PKGBUILD2016-08-30 02:15:53 UTC (rev 188012)
@@ -4,7 +4,7 @@
 
 pkgname=gcompris-data
 pkgver=15.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Data files for GCompris"
 arch=('any')
 url="http://gcompris.net/;
@@ -24,6 +24,9 @@
 package() {
   cd "$srcdir/gcompris-$pkgver"
   make DESTDIR="$pkgdir" install-data
+
+  # Remove files shipped in the main gcompris package
+  rm -r "$pkgdir"/usr/share/{appdata,applications,locale,pixmaps}
 }
 
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in gcompris-data/repos (community-i686 community-x86_64)

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 02:16:43
  Author: foutrelis
Revision: 188014

Removed community-i686 and community-x86_64 for gcompris-data

Deleted:
  gcompris-data/repos/community-i686/
  gcompris-data/repos/community-x86_64/


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 02:14:21
  Author: foutrelis
Revision: 188010

upgpkg: gcompris 15.10-2

Move the .desktop and appdata files to the main gcompris package (FS#49120).

Modified:
  gcompris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 01:50:33 UTC (rev 188009)
+++ PKGBUILD2016-08-30 02:14:21 UTC (rev 188010)
@@ -4,7 +4,7 @@
 
 pkgname=gcompris
 pkgver=15.10
-pkgrel=1
+pkgrel=2
 pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
 arch=('i686' 'x86_64')
 url="http://gcompris.net/;
@@ -33,7 +33,10 @@
   depends+=("gcompris-data=$pkgver")
 
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install-exec
+  make DESTDIR="$pkgdir" install
+
+  # Data files are packaged separately into gcompris-data
+  rm -r "$pkgdir/usr/share/gcompris"
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 02:14:45
  Author: foutrelis
Revision: 188011

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-30 02:14:21 UTC (rev 188010)
+++ community-i686/PKGBUILD 2016-08-30 02:14:45 UTC (rev 188011)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Daniel Isenmann 
-
-pkgname=gcompris
-pkgver=15.10
-pkgrel=1
-pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
-arch=('i686' 'x86_64')
-url="http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/gtk/src/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=("gcompris-data=$pkgver")
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-i686/PKGBUILD (from rev 188010, 
gcompris/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-30 02:14:45 UTC (rev 188011)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Daniel Isenmann 
+
+pkgname=gcompris
+pkgver=15.10
+pkgrel=2
+pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
+arch=('i686' 'x86_64')
+url="http://gcompris.net/;
+license=('GPL3')
+depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
+optdepends=('gnucap: for computer simulation within the electricity activity'
+'tuxpaint: for the painting activity')
+makedepends=('texinfo' 'texi2html' 'intltool')
+source=(http://gcompris.net/download/gtk/src/$pkgname-$pkgver.tar.bz2)
+sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  depends+=("gcompris-data=$pkgver")
+
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  # Data files are packaged separately into gcompris-data
+  rm -r "$pkgdir/usr/share/gcompris"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-30 02:14:21 UTC (rev 188010)
+++ community-x86_64/PKGBUILD   2016-08-30 02:14:45 UTC (rev 188011)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Daniel Isenmann 
-
-pkgname=gcompris
-pkgver=15.10
-pkgrel=1
-pkgdesc="Educational software suite comprising of numerous activities for 
children aged 2 to 10"
-arch=('i686' 'x86_64')
-url="http://gcompris.net/;
-license=('GPL3')
-depends=('pygtk' 'librsvg' 'gstreamer0.10-base-plugins')
-optdepends=('gnucap: for computer simulation within the electricity activity'
-'tuxpaint: for the painting activity')
-makedepends=('texinfo' 'texi2html' 'intltool')
-source=(http://gcompris.net/download/gtk/src/$pkgname-$pkgver.tar.bz2)
-sha256sums=('6aba73e2a1db0f50d43a40ee1a4a2b9d62a96e68542971b555c9debd8f50fc38')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  sed -i 's/"$GNUCHESS"/"gcompris-gnuchess"/' configure
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  depends+=("gcompris-data=$pkgver")
-
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install-exec
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gcompris/repos/community-x86_64/PKGBUILD (from rev 188010, 
gcompris/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-30 02:14:45 UTC (rev 188011)
@@ 

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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 01:33:32
  Author: foutrelis
Revision: 187985

upgpkg: shorewall 5.0.11-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 01:32:49 UTC (rev 187984)
+++ PKGBUILD2016-08-30 01:33:32 UTC (rev 187985)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.4
+pkgver=5.0.11
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,13 +15,13 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('34a4ab3e4ded052cb563a280f07f350616db913ded124bfceb39adb325f1ce0a'
+sha256sums=('b8a836d443c9d94c489dbd8e9672c0c42a4be0ca9a95e4762a64b615d96c8228'
 'SKIP'
-'86b939f5a27e464d2d4928b66ba145c30c299bc90fd19802817d8a013cfc1fff'
+'a52386b3fe384dbf57e62334fbd2df707ca801a7a420cd87cef1065187769059'
 'SKIP'
-'ea80b9e1854033c723a5321fc920b35aa0ebb0dea3721a47cee616aa3b92ed9f'
+'203122ee213bb31e464a25cf4e947800bea595914888cc496dafdd2e202b65ba'
 'SKIP')
-validpgpkeys=('94C56B34AE09A1EA13E1C1A7A2F7A69B6C562AC4')
+validpgpkeys=('7BDE11F3F2B42E2E52828F8AE368BD09153D38B1')
 
 build() {
   for product in shorewall{,6,-core}; do


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 01:33:49
  Author: foutrelis
Revision: 187986

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 187985, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

--+
 PKGBUILD |  158 ++---
 1 file changed, 79 insertions(+), 79 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-30 01:33:32 UTC (rev 187985)
+++ PKGBUILD2016-08-30 01:33:49 UTC (rev 187986)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.4
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('34a4ab3e4ded052cb563a280f07f350616db913ded124bfceb39adb325f1ce0a'
-'SKIP'
-'86b939f5a27e464d2d4928b66ba145c30c299bc90fd19802817d8a013cfc1fff'
-'SKIP'
-'ea80b9e1854033c723a5321fc920b35aa0ebb0dea3721a47cee616aa3b92ed9f'
-'SKIP')
-validpgpkeys=('94C56B34AE09A1EA13E1C1A7A2F7A69B6C562AC4')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 187985, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-30 01:33:49 UTC (rev 187986)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.0.11
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('b8a836d443c9d94c489dbd8e9672c0c42a4be0ca9a95e4762a64b615d96c8228'
+'SKIP'
+'a52386b3fe384dbf57e62334fbd2df707ca801a7a420cd87cef1065187769059'
+'SKIP'
+

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

2016-08-29 Thread Felix Yan
Date: Tuesday, August 30, 2016 @ 01:32:49
  Author: felixonmars
Revision: 187984

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

Added:
  stack/repos/community-staging-i686/
  stack/repos/community-staging-i686/PKGBUILD
(from rev 187983, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/http-client-0.5.patch
(from rev 187983, stack/trunk/http-client-0.5.patch)
  stack/repos/community-staging-i686/stack.install
(from rev 187983, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 187983, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/http-client-0.5.patch
(from rev 187983, stack/trunk/http-client-0.5.patch)
  stack/repos/community-staging-x86_64/stack.install
(from rev 187983, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|  104 +
 community-staging-i686/http-client-0.5.patch   |  438 +++
 community-staging-i686/stack.install   |4 
 community-staging-x86_64/PKGBUILD  |  104 +
 community-staging-x86_64/http-client-0.5.patch |  438 +++
 community-staging-x86_64/stack.install |4 
 6 files changed, 1092 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 187983, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-30 01:32:49 UTC (rev 187984)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.1.2
+pkgrel=21
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-extra" 
"haskell-cryptohash"
+ "haskell-cryptohash-conduit" "haskell-edit-distance" 
"haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions" "haskell-extra"
+ "haskell-fast-logger" "haskell-filelock" "haskell-fsnotify" 
"haskell-generic-deriving"
+ "haskell-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-hit"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-hpack" "haskell-lifted-base" 
"haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "haskell-open-browser" "haskell-optparse-applicative" 
"haskell-optparse-simple"
+ "haskell-path" "haskell-path-io" "haskell-persistent" 
"haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary" "haskell-tls"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-vector-binary-instances" "haskell-yaml"
+ "haskell-zip-archive" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;
+http-client-0.5.patch)
+sha256sums=('fc836b24fdeac54244fc79b6775d5edee146b7e552ad8e69596c7cc2f2b10625'
+'01f2d69bda507a7b0660495a1a196a07123e8c36321c4204b0a137bf5737fa38')
+
+prepare() {
+sed -e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-e 's/binary ==0.7.*,/binary >= 0.7 \&\& < 0.9,/' \
+-e 's/generic-deriving >=1.9.0 && <1.10,/generic-deriving >=1.9.0 \&\& 
<1.11,/' \
+-e 's/process >=1.2.0.0 && <1.3,/process >=1.2.0.0 \&\& <1.5,/' \
+-e 's/template-haskell >=2.9.0.0 && <2.11,/template-haskell >=2.9.0.0 
\&\& <2.12,/' \
+-e 's/time >=1.4.2 && <1.6,/time >=1.4.2 \&\& <1.7,/' \
+-e 's/transformers >=0.3.0.0 && <0.5,/transformers >=0.3.0.0 \&\& 
<0.6,/' \
+-e 's/transformers >=0.4.2.0 && <0.5/transformers >=0.4.2.0 \&\& 
<0.6/' \
+-e 's/monad-unlift >=0.1.2.0 && <0.2,/monad-unlift >=0.1.2.0 \&\& 
<0.3,/' \
+-e 's/http-client >=0.4.17 && <0.5,/http-client >=0.4.17 \&\& <0.6,/' \
+-e 's/http-client >=0.4.28 && <0.5,/http-client >=0.4.28 \&\& <0.6,/' \
+  

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

2016-08-29 Thread Felix Yan
Date: Tuesday, August 30, 2016 @ 01:32:15
  Author: felixonmars
Revision: 187983

upgpkg: stack 1.1.2-21

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 01:13:54 UTC (rev 187982)
+++ PKGBUILD2016-08-30 01:32:15 UTC (rev 187983)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.1.2
-pkgrel=20
+pkgrel=21
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-08-29 Thread Felix Yan
Date: Tuesday, August 30, 2016 @ 01:13:54
  Author: felixonmars
Revision: 187982

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 187981, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-30 01:13:54 UTC (rev 187982)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.6.4.0
+pkgrel=1
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
187981, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-30 01:13:54 UTC (rev 187982)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.6.4.0
+pkgrel=1
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-08-29 Thread Felix Yan
Date: Tuesday, August 30, 2016 @ 01:13:28
  Author: felixonmars
Revision: 187981

upgpkg: stylish-haskell 0.6.4.0-1

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 01:08:48 UTC (rev 187980)
+++ PKGBUILD2016-08-30 01:13:28 UTC (rev 187981)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=stylish-haskell
-pkgver=0.6.3.0
+pkgver=0.6.4.0
 pkgrel=1
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
@@ -13,7 +13,7 @@
 makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
  "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('a285bf678220fa365eec2624192ab36c2f35dd0893d811b7118eff887701bfa2')
+sha256sums=('7f8aba23c7409350c59fdc836eedc4ab71e179bd5eed7e1b828178ef89bc6676')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in python-virtualenvwrapper/repos/community-any (2 files)

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 01:08:48
  Author: foutrelis
Revision: 187980

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-30 01:08:37 UTC (rev 187979)
+++ PKGBUILD2016-08-30 01:08:48 UTC (rev 187980)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Sebastien Binet 
-
-pkgname=python-virtualenvwrapper
-pkgver=4.7.1
-pkgrel=2
-pkgdesc="Extensions to Ian Bicking's virtualenv tool"
-arch=('any')
-url="https://bitbucket.org/dhellmann/virtualenvwrapper;
-license=('MIT')
-depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
- 'python-stevedore')
-conflicts=('python2-virtualenvwrapper')
-replaces=('python2-virtualenvwrapper')
-source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('3bf73ede42a689adeedc8ac85662cb539665d3d029459bc8d3e6835ecd81ffde')
-
-package() {
-  cd "$srcdir/virtualenvwrapper-$pkgver"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-virtualenvwrapper/repos/community-any/PKGBUILD (from rev 187979, 
python-virtualenvwrapper/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-30 01:08:48 UTC (rev 187980)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Sebastien Binet 
+
+pkgname=python-virtualenvwrapper
+pkgver=4.7.2
+pkgrel=1
+pkgdesc="Extensions to Ian Bicking's virtualenv tool"
+arch=('any')
+url="https://bitbucket.org/dhellmann/virtualenvwrapper;
+license=('MIT')
+depends=('python-virtualenv' 'python2-virtualenv' 'python-virtualenv-clone'
+ 'python-stevedore')
+conflicts=('python2-virtualenvwrapper')
+replaces=('python2-virtualenvwrapper')
+source=(https://pypi.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('63cffd24148c969245cceff561b18ba0b5b2b48dcb059e71425adad2d4ffe349')
+
+package() {
+  cd "$srcdir/virtualenvwrapper-$pkgver"
+
+  python3 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 01:08:37
  Author: foutrelis
Revision: 187979

upgpkg: python-virtualenvwrapper 4.7.2-1

New upstream release.

Modified:
  python-virtualenvwrapper/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-30 00:59:42 UTC (rev 187978)
+++ PKGBUILD2016-08-30 01:08:37 UTC (rev 187979)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet 
 
 pkgname=python-virtualenvwrapper
-pkgver=4.7.1
-pkgrel=2
+pkgver=4.7.2
+pkgrel=1
 pkgdesc="Extensions to Ian Bicking's virtualenv tool"
 arch=('any')
 url="https://bitbucket.org/dhellmann/virtualenvwrapper;
@@ -13,8 +13,8 @@
  'python-stevedore')
 conflicts=('python2-virtualenvwrapper')
 replaces=('python2-virtualenvwrapper')
-source=(https://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
-sha256sums=('3bf73ede42a689adeedc8ac85662cb539665d3d029459bc8d3e6835ecd81ffde')
+source=(https://pypi.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-$pkgver.tar.gz)
+sha256sums=('63cffd24148c969245cceff561b18ba0b5b2b48dcb059e71425adad2d4ffe349')
 
 package() {
   cd "$srcdir/virtualenvwrapper-$pkgver"


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 00:59:42
  Author: foutrelis
Revision: 187978

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

Added:
  php-geoip/repos/community-i686/PKGBUILD
(from rev 187977, php-geoip/trunk/PKGBUILD)
  php-geoip/repos/community-x86_64/PKGBUILD
(from rev 187977, php-geoip/trunk/PKGBUILD)
Deleted:
  php-geoip/repos/community-i686/PKGBUILD
  php-geoip/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-30 00:59:26 UTC (rev 187977)
+++ community-i686/PKGBUILD 2016-08-30 00:59:42 UTC (rev 187978)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=php-geoip
-pkgver=1.1.0
-pkgrel=2
-_svnrev=337409
-pkgdesc="GeoIP module for PHP"
-arch=('i686' 'x86_64')
-url="http://pecl.php.net/package/geoip;
-license=('PHP')
-depends=('php' 'geoip')
-makedepends=('subversion')
-backup=('etc/php/conf.d/geoip.ini')
-#source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
-source=("$pkgname::svn+https://svn.php.net/repository/pecl/geoip/trunk#revision=$_svnrev;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  phpize
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make INSTALL_ROOT="$pkgdir" install
-  echo ';extension=geoip.so' >geoip.ini
-  install -Dm644 geoip.ini "$pkgdir/etc/php/conf.d/geoip.ini"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: php-geoip/repos/community-i686/PKGBUILD (from rev 187977, 
php-geoip/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-30 00:59:42 UTC (rev 187978)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=php-geoip
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="GeoIP module for PHP"
+arch=('i686' 'x86_64')
+url="http://pecl.php.net/package/geoip;
+license=('PHP')
+depends=('php' 'geoip')
+makedepends=('subversion')
+backup=('etc/php/conf.d/geoip.ini')
+source=(https://pecl.php.net/get/geoip-$pkgver.tgz)
+sha256sums=('b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06')
+
+build() {
+  cd "$srcdir/geoip-$pkgver"
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/geoip-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+  echo ';extension=geoip.so' >geoip.ini
+  install -Dm644 geoip.ini "$pkgdir/etc/php/conf.d/geoip.ini"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-30 00:59:26 UTC (rev 187977)
+++ community-x86_64/PKGBUILD   2016-08-30 00:59:42 UTC (rev 187978)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=php-geoip
-pkgver=1.1.0
-pkgrel=2
-_svnrev=337409
-pkgdesc="GeoIP module for PHP"
-arch=('i686' 'x86_64')
-url="http://pecl.php.net/package/geoip;
-license=('PHP')
-depends=('php' 'geoip')
-makedepends=('subversion')
-backup=('etc/php/conf.d/geoip.ini')
-#source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
-source=("$pkgname::svn+https://svn.php.net/repository/pecl/geoip/trunk#revision=$_svnrev;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir/$pkgname"
-
-  phpize
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-
-  make INSTALL_ROOT="$pkgdir" install
-  echo ';extension=geoip.so' >geoip.ini
-  install -Dm644 geoip.ini "$pkgdir/etc/php/conf.d/geoip.ini"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: php-geoip/repos/community-x86_64/PKGBUILD (from rev 187977, 
php-geoip/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-30 00:59:42 UTC (rev 187978)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+
+pkgname=php-geoip
+pkgver=1.1.1
+pkgrel=1
+pkgdesc="GeoIP module for PHP"
+arch=('i686' 'x86_64')
+url="http://pecl.php.net/package/geoip;
+license=('PHP')
+depends=('php' 'geoip')
+makedepends=('subversion')
+backup=('etc/php/conf.d/geoip.ini')
+source=(https://pecl.php.net/get/geoip-$pkgver.tgz)
+sha256sums=('b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06')
+
+build() {
+  cd "$srcdir/geoip-$pkgver"
+
+  phpize
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/geoip-$pkgver"
+
+  make INSTALL_ROOT="$pkgdir" install
+  echo ';extension=geoip.so' >geoip.ini
+  install -Dm644 geoip.ini "$pkgdir/etc/php/conf.d/geoip.ini"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 00:59:26
  Author: foutrelis
Revision: 187977

upgpkg: php-geoip 1.1.1-1

New upstream release.

Modified:
  php-geoip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 23:58:34 UTC (rev 187976)
+++ PKGBUILD2016-08-30 00:59:26 UTC (rev 187977)
@@ -2,9 +2,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=php-geoip
-pkgver=1.1.0
-pkgrel=2
-_svnrev=337409
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="GeoIP module for PHP"
 arch=('i686' 'x86_64')
 url="http://pecl.php.net/package/geoip;
@@ -12,12 +11,11 @@
 depends=('php' 'geoip')
 makedepends=('subversion')
 backup=('etc/php/conf.d/geoip.ini')
-#source=(http://pecl.php.net/get/geoip-$pkgver.tgz)
-source=("$pkgname::svn+https://svn.php.net/repository/pecl/geoip/trunk#revision=$_svnrev;)
-sha256sums=('SKIP')
+source=(https://pecl.php.net/get/geoip-$pkgver.tgz)
+sha256sums=('b2d05c03019d46135c249b5a7fa0dbd43ca5ee98aea8ed807bc7aa90ac8c0f06')
 
 build() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/geoip-$pkgver"
 
   phpize
   ./configure --prefix=/usr
@@ -25,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname"
+  cd "$srcdir/geoip-$pkgver"
 
   make INSTALL_ROOT="$pkgdir" install
   echo ';extension=geoip.so' >geoip.ini


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

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 00:29:00
  Author: foutrelis
Revision: 274829

upgpkg: geoip-database 20160802-1

New upstream release.

Modified:
  geoip-database/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 20:34:13 UTC (rev 274828)
+++ PKGBUILD2016-08-30 00:29:00 UTC (rev 274829)
@@ -2,8 +2,8 @@
 # Maintainer: Evangelos Foutras 
 
 pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20160301
-pkgrel=2
+pkgver=20160802
+pkgrel=1
 arch=('any')
 url="https://dev.maxmind.com/geoip/legacy/geolite/;
 license=('custom:OPEN DATA LICENSE')
@@ -21,12 +21,12 @@
GeoLiteCityv6-$pkgver.dat.gz
GeoIPASNum-$pkgver.dat.gz
GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('13963b7a047489d56a150abf66f48ecec86d9dc0c989f610ea6db6001bcfc282'
-'a888319051e14b8c7d30ff3b2b3514ecc75fbfcc2c7c2cb88a25b0969e568b80'
-'311c9c3370d6b9d6b7ce5c590f3d684bd6c2f617eee4fba9dd3d974c05f4993a'
-'c270b2b0e7f9b876ce0de4c26c1b8744a38526fc4eb5d1ac72b0413cb2b45bee'
-'a70a39d60cd3fe1ad18d41f1607b848c744e8fe01e79c2d8f32981af934e8fca'
-'4e6bc46da26f2b731427c2dadd3e12d511fcf92ac3afeb0d9079e49ca403bcc5'
+sha256sums=('c51ce74e026cb652d3737225acfb3236af5da2cb4df98559ae393b582877392a'
+'6aaf89b0893d942b4e377d865746c00862c691dfa5ef8eb2acbccc638c1070c7'
+'dbc99d1d07f13f0c3352f7f723dbdb0cfb2e5d05b5f251740ce2e498ca9d5cbf'
+'7d5a70359caef5ef72f076ebf1a534e1d7af505e7c7c1b254f1977be82dfafff'
+'c74cb9c12b0baba62e684b798ba38e0f216cbd26931f6a2f62f5bc916b8cac7e'
+'0750f206bf150b9cfba334067003fb160794534a0fee9357ae2307b40f49f6bb'
 '83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
 
 prepare() {


[arch-commits] Commit in geoip-database/repos/extra-any (4 files)

2016-08-29 Thread Evangelos Foutras
Date: Tuesday, August 30, 2016 @ 00:29:17
  Author: foutrelis
Revision: 274830

archrelease: copy trunk to extra-any

Added:
  geoip-database/repos/extra-any/PKGBUILD
(from rev 274829, geoip-database/trunk/PKGBUILD)
  geoip-database/repos/extra-any/check-last-modified.sh
(from rev 274829, geoip-database/trunk/check-last-modified.sh)
Deleted:
  geoip-database/repos/extra-any/PKGBUILD
  geoip-database/repos/extra-any/check-last-modified.sh

+
 PKGBUILD   |  194 +++
 check-last-modified.sh |   52 ++--
 2 files changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-30 00:29:00 UTC (rev 274829)
+++ PKGBUILD2016-08-30 00:29:17 UTC (rev 274830)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-
-pkgname=('geoip-database' 'geoip-database-extra')
-pkgver=20160301
-pkgrel=2
-arch=('any')
-url="https://dev.maxmind.com/geoip/legacy/geolite/;
-license=('custom:OPEN DATA LICENSE')
-checkdepends=('geoip')
-source=(GeoIP-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz
-
GeoIPv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoIPv6.dat.gz
-
GeoLiteCity-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz
-
GeoLiteCityv6-$pkgver.dat.gz::https://geolite.maxmind.com/download/geoip/database/GeoLiteCityv6-beta/GeoLiteCityv6.dat.gz
-
GeoIPASNum-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz
-
GeoIPASNumv6-$pkgver.dat.gz::https://download.maxmind.com/download/geoip/database/asnum/GeoIPASNumv6.dat.gz
-
GeoIP-LICENSE.txt::https://geolite.maxmind.com/download/geoip/database/LICENSE.txt)
-noextract=(GeoIP-$pkgver.dat.gz
-   GeoIPv6-$pkgver.dat.gz
-   GeoLiteCity-$pkgver.dat.gz
-   GeoLiteCityv6-$pkgver.dat.gz
-   GeoIPASNum-$pkgver.dat.gz
-   GeoIPASNumv6-$pkgver.dat.gz)
-sha256sums=('13963b7a047489d56a150abf66f48ecec86d9dc0c989f610ea6db6001bcfc282'
-'a888319051e14b8c7d30ff3b2b3514ecc75fbfcc2c7c2cb88a25b0969e568b80'
-'311c9c3370d6b9d6b7ce5c590f3d684bd6c2f617eee4fba9dd3d974c05f4993a'
-'c270b2b0e7f9b876ce0de4c26c1b8744a38526fc4eb5d1ac72b0413cb2b45bee'
-'a70a39d60cd3fe1ad18d41f1607b848c744e8fe01e79c2d8f32981af934e8fca'
-'4e6bc46da26f2b731427c2dadd3e12d511fcf92ac3afeb0d9079e49ca403bcc5'
-'83a4cb82ef8953c0107886b49bc39fcf77590a222d30e778d48f5d92f5b5e383')
-
-prepare() {
-  cd "$srcdir"
-
-  for _database_name in GeoIP GeoLiteCity GeoIPASNum; do
-gunzip -c $_database_name-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}.dat
-gunzip -c ${_database_name}v6-$pkgver.dat.gz 
>${_database_name/GeoLite/GeoIP}v6.dat
-  done
-}
-
-check() {
-  cd "$srcdir"
-
-  if [[ $(geoiplookup -f GeoIP.dat 8.8.8.8) != *'US, United States' ]]; then
-error 'Unable to resolve IPv4 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPv6.dat 2001:4860:4860::) != *'US, United 
States' ]]; then
-error 'Unable to resolve IPv6 address to country.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPCity.dat 8.8.8.8) != *'US, CA, California'* ]]; 
then
-error 'Unable to resolve IPv4 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPCityv6.dat 2001:4860:4860::) != *'US, N/A, 
N/A'* ]]; then
-error 'Unable to resolve IPv6 address to city.'
-return 1
-  fi
-
-  if [[ $(geoiplookup -f GeoIPASNum.dat 8.8.8.8) != *'AS15169 Google Inc.' ]]; 
then
-error 'Unable to resolve IPv4 address to ASN.'
-return 1
-  fi
-
-  if [[ $(geoiplookup6 -f GeoIPASNumv6.dat 2001:4860:4860::) != *'AS15169 
Google Inc.' ]]; then
-error 'Unable to resolve IPv6 address to ASN.'
-return 1
-  fi
-}
-
-package_geoip-database() {
-  pkgdesc="GeoLite country geolocation database compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIP{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_geoip-database-extra() {
-  pkgdesc="GeoLite city/ASN geolocation databases compiled by MaxMind"
-
-  cd "$srcdir"
-
-  install -d "$pkgdir/usr/share/GeoIP"
-  install -m644 -t "$pkgdir/usr/share/GeoIP" GeoIPCity{,v6}.dat 
GeoIPASNum{,v6}.dat
-
-  install -Dm644 GeoIP-LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: geoip-database/repos/extra-any/PKGBUILD (from rev 274829, 
geoip-database/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-30 00:29:17 UTC (rev 274830)
@@ -0,0 +1,97 @@
+# $Id$
+# 

[arch-commits] Commit in rethinkdb/repos (10 files)

2016-08-29 Thread Anatol Pomozov
Date: Monday, August 29, 2016 @ 23:58:34
  Author: anatolik
Revision: 187976

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

Added:
  rethinkdb/repos/community-testing-i686/
  rethinkdb/repos/community-testing-i686/PKGBUILD
(from rev 187975, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf
(from rev 187975, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-i686/rethinkdb.install
(from rev 187975, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-i686/rethinkdb.service
(from rev 187975, rethinkdb/trunk/rethinkdb.service)
  rethinkdb/repos/community-testing-x86_64/
  rethinkdb/repos/community-testing-x86_64/PKGBUILD
(from rev 187975, rethinkdb/trunk/PKGBUILD)
  rethinkdb/repos/community-testing-x86_64/rethinkdb-tmpfile.conf
(from rev 187975, rethinkdb/trunk/rethinkdb-tmpfile.conf)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.install
(from rev 187975, rethinkdb/trunk/rethinkdb.install)
  rethinkdb/repos/community-testing-x86_64/rethinkdb.service
(from rev 187975, rethinkdb/trunk/rethinkdb.service)

-+
 community-testing-i686/PKGBUILD |   69 ++
 community-testing-i686/rethinkdb-tmpfile.conf   |1 
 community-testing-i686/rethinkdb.install|   22 +++
 community-testing-i686/rethinkdb.service|   12 +++
 community-testing-x86_64/PKGBUILD   |   69 ++
 community-testing-x86_64/rethinkdb-tmpfile.conf |1 
 community-testing-x86_64/rethinkdb.install  |   22 +++
 community-testing-x86_64/rethinkdb.service  |   12 +++
 8 files changed, 208 insertions(+)

Copied: rethinkdb/repos/community-testing-i686/PKGBUILD (from rev 187975, 
rethinkdb/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-29 23:58:34 UTC (rev 187976)
@@ -0,0 +1,69 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Massimiliano Torromeo 
+# Contributor: Sigmund Lahn 
+
+pkgname=rethinkdb
+pkgver=2.3.5
+_tag=rethinkdb-$pkgver
+pkgrel=1
+pkgdesc='Distributed powerful and scalable NoSQL database'
+arch=(i686 x86_64)
+url='http://www.rethinkdb.com/'
+license=(AGPL)
+depends=(protobuf ncurses curl)
+makedepends=(boost python2 wget gcc5) # gcc5 is workaround for 
https://github.com/rethinkdb/rethinkdb/issues/5757
+backup=(etc/rethinkdb/instances.d/default.conf)
+install=rethinkdb.install
+options=(!emptydirs)
+source=(
+  http://download.rethinkdb.com/dist/$_tag.tgz
+  rethinkdb-tmpfile.conf
+  rethinkdb.service
+)
+sha256sums=('dd8aeee169b177179bfe080725f0560443e0f26dae875b32ae25d90cf2f8ee10'
+'656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
+'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
+
+prepare() {
+  cd $_tag
+
+  sed \
+-e 's|#!/usr/bin/python|#!/usr/bin/python2|' \
+-e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' \
+-i scripts/*.py external/v8_*/tools/*.py
+  sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
+  sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+}
+
+build() {
+  cd $_tag
+  export PYTHON=/usr/bin/python2
+  CXX=g++-5 ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
+}
+
+check() {
+  cd $_tag
+
+  # these tests are flaky and extremely slow in Arch chroot
+  # make build/release/rethinkdb-unittest
+  # ./build/release/rethinkdb-unittest 
--gtest_filter=-RDBBtree.*:RDBInterrupt.*
+  # some tests might be flaky on btrfs filesystem
+}
+
+package() {
+  cd $_tag
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 "$srcdir"/rethinkdb-tmpfile.conf 
"$pkgdir"/usr/lib/tmpfiles.d/rethinkdb.conf
+  install -Dm644 "$srcdir"/rethinkdb.service 
"$pkgdir"/usr/lib/systemd/system/rethinkdb@.service
+
+  # create 'default' database instance
+  mv "$pkgdir"/etc/rethinkdb/default.conf.sample 
"$pkgdir"/etc/rethinkdb/instances.d/default.conf
+  sed -e 's|# directory=/var/lib/rethinkdb|directory=/var/lib/rethinkdb|' \
+  -i "$pkgdir"/etc/rethinkdb/instances.d/default.conf
+
+  # Arch uses systemd, no need for init.d scripts
+  rm -r "$pkgdir"/etc/init.d
+}

Copied: rethinkdb/repos/community-testing-i686/rethinkdb-tmpfile.conf (from rev 
187975, rethinkdb/trunk/rethinkdb-tmpfile.conf)
===
--- community-testing-i686/rethinkdb-tmpfile.conf   
(rev 0)
+++ community-testing-i686/rethinkdb-tmpfile.conf   2016-08-29 23:58:34 UTC 
(rev 187976)
@@ -0,0 +1 @@
+d /run/rethinkdb 0755 rethinkdb rethinkdb -

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

2016-08-29 Thread Anatol Pomozov
Date: Monday, August 29, 2016 @ 23:57:19
  Author: anatolik
Revision: 187975

upgpkg: rethinkdb 2.3.5-1

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 21:21:49 UTC (rev 187974)
+++ PKGBUILD2016-08-29 23:57:19 UTC (rev 187975)
@@ -4,7 +4,7 @@
 # Contributor: Sigmund Lahn 
 
 pkgname=rethinkdb
-pkgver=2.3.4
+pkgver=2.3.5
 _tag=rethinkdb-$pkgver
 pkgrel=1
 pkgdesc='Distributed powerful and scalable NoSQL database'
@@ -21,7 +21,7 @@
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
-sha256sums=('93a7927d1ed785d084be3b8bac3f9af2d89c86de16e003848acbe21a32a9e1a7'
+sha256sums=('dd8aeee169b177179bfe080725f0560443e0f26dae875b32ae25d90cf2f8ee10'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 


[arch-commits] Commit in mupdf/repos (10 files)

2016-08-29 Thread Christian Hesse
Date: Monday, August 29, 2016 @ 21:21:49
  Author: eworm
Revision: 187974

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

Added:
  mupdf/repos/community-testing-i686/
  mupdf/repos/community-testing-i686/0001-mupdf-openjpeg.patch
(from rev 187973, mupdf/trunk/0001-mupdf-openjpeg.patch)
  mupdf/repos/community-testing-i686/PKGBUILD
(from rev 187973, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-testing-i686/mupdf.desktop
(from rev 187973, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-testing-i686/mupdf.xpm
(from rev 187973, mupdf/trunk/mupdf.xpm)
  mupdf/repos/community-testing-x86_64/
  mupdf/repos/community-testing-x86_64/0001-mupdf-openjpeg.patch
(from rev 187973, mupdf/trunk/0001-mupdf-openjpeg.patch)
  mupdf/repos/community-testing-x86_64/PKGBUILD
(from rev 187973, mupdf/trunk/PKGBUILD)
  mupdf/repos/community-testing-x86_64/mupdf.desktop
(from rev 187973, mupdf/trunk/mupdf.desktop)
  mupdf/repos/community-testing-x86_64/mupdf.xpm
(from rev 187973, mupdf/trunk/mupdf.xpm)

+
 community-testing-i686/0001-mupdf-openjpeg.patch   |   37 +
 community-testing-i686/PKGBUILD|  132 +++
 community-testing-i686/mupdf.desktop   |   15 ++
 community-testing-x86_64/0001-mupdf-openjpeg.patch |   37 +
 community-testing-x86_64/PKGBUILD  |  132 +++
 community-testing-x86_64/mupdf.desktop |   15 ++
 6 files changed, 368 insertions(+)

Copied: mupdf/repos/community-testing-i686/0001-mupdf-openjpeg.patch (from rev 
187973, mupdf/trunk/0001-mupdf-openjpeg.patch)
===
--- community-testing-i686/0001-mupdf-openjpeg.patch
(rev 0)
+++ community-testing-i686/0001-mupdf-openjpeg.patch2016-08-29 21:21:49 UTC 
(rev 187974)
@@ -0,0 +1,37 @@
+--- a/source/fitz/load-jpx.c
 b/source/fitz/load-jpx.c
+@@ -3,12 +3,17 @@
+ /* Without the definition of OPJ_STATIC, compilation fails on windows
+  * due to the use of __stdcall. We believe it is required on some
+  * linux toolchains too. */
++
++#ifdef __cplusplus
++extern "C"
++{
+ #define OPJ_STATIC
+ #ifndef _MSC_VER
+ #define OPJ_HAVE_STDINT_H
+ #endif
++#endif
+ 
+-#include 
++#include 
+ 
+ static void fz_opj_error_callback(const char *msg, void *client_data)
+ {
+@@ -117,7 +122,7 @@ fz_load_jpx(fz_context *ctx, unsigned ch
+   opj_stream_set_read_function(stream, fz_opj_stream_read);
+   opj_stream_set_skip_function(stream, fz_opj_stream_skip);
+   opj_stream_set_seek_function(stream, fz_opj_stream_seek);
+-  opj_stream_set_user_data(stream, );
++  opj_stream_set_user_data(stream, , NULL);
+   /* Set the length to avoid an assert */
+   opj_stream_set_user_data_length(stream, size);
+ 
+@@ -247,3 +252,6 @@ fz_load_jpx(fz_context *ctx, unsigned ch
+ 
+   return img;
+ }
++#ifdef __cplusplus
++}
++#endif

Copied: mupdf/repos/community-testing-i686/PKGBUILD (from rev 187973, 
mupdf/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-08-29 21:21:49 UTC (rev 187974)
@@ -0,0 +1,132 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Brad Fanella 
+# Contributor: Stefan Husmann 
+# Contributor: Pierre-Paul Paquin 
+# Contributor: xduugu
+
+pkgbase=mupdf
+pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
+pkgver=1.9_a
+pkgrel=4
+pkgdesc='Lightweight PDF and XPS viewer'
+arch=('i686' 'x86_64')
+url='http://mupdf.com'
+license=('AGPL3')
+makedepends=('curl' 'desktop-file-utils' 'freetype2' 'glfw' 'harfbuzz'
+ 'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2' 'openssl')
+# we need static libs for zathura-pdf-mupdf
+options=('staticlibs')
+source=("http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz;
+'0001-mupdf-openjpeg.patch'
+
'mupdf-0001-bug-696941-fix-use-after-free.patch::http://git.ghostscript.com/?p=mupdf.git;a=commitdiff_plain;h=fa1936405b6a84e5c9bb440912c23d532772f958'
+'mupdf.desktop'
+'mupdf.xpm')
+md5sums=('658b90788a57d858dcb069cf326e11c3'
+ 'c2d096ecd41ae26735551d01099c0a3e'
+ '5fb16881b14c686a44957ec53f7fa924'
+ '39b54f82a763aac54e352315a0ee9037'
+ 'f3f35e7320bafde331250de1c99186a1')
+
+prepare() {
+  cd $pkgbase-${pkgver/_/}-source
+
+  # remove bundled packages, we want our system libraries
+  rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}
+
+  # Bug 696941: Fix use after free.
+  # CVE-2016-6265
+  # https://security-tracker.debian.org/tracker/CVE-2016-6265
+  patch -Np1 < 

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

2016-08-29 Thread Christian Hesse
Date: Monday, August 29, 2016 @ 21:21:40
  Author: eworm
Revision: 187973

upgpkg: mupdf 1.9_a-4

* fix building against openjpeg2 (libopenjp2.so) 2.1.1
* fix use after free with security implications:
  https://security-tracker.debian.org/tracker/CVE-2016-6265

Added:
  mupdf/trunk/0001-mupdf-openjpeg.patch
Modified:
  mupdf/trunk/PKGBUILD
Deleted:
  mupdf/trunk/mupdf-1.5-openjpeg-2.1.0.patch

+
 0001-mupdf-openjpeg.patch  |   37 +
 PKGBUILD   |   23 ---
 mupdf-1.5-openjpeg-2.1.0.patch |   13 -
 3 files changed, 53 insertions(+), 20 deletions(-)

Added: 0001-mupdf-openjpeg.patch
===
--- 0001-mupdf-openjpeg.patch   (rev 0)
+++ 0001-mupdf-openjpeg.patch   2016-08-29 21:21:40 UTC (rev 187973)
@@ -0,0 +1,37 @@
+--- a/source/fitz/load-jpx.c
 b/source/fitz/load-jpx.c
+@@ -3,12 +3,17 @@
+ /* Without the definition of OPJ_STATIC, compilation fails on windows
+  * due to the use of __stdcall. We believe it is required on some
+  * linux toolchains too. */
++
++#ifdef __cplusplus
++extern "C"
++{
+ #define OPJ_STATIC
+ #ifndef _MSC_VER
+ #define OPJ_HAVE_STDINT_H
+ #endif
++#endif
+ 
+-#include 
++#include 
+ 
+ static void fz_opj_error_callback(const char *msg, void *client_data)
+ {
+@@ -117,7 +122,7 @@ fz_load_jpx(fz_context *ctx, unsigned ch
+   opj_stream_set_read_function(stream, fz_opj_stream_read);
+   opj_stream_set_skip_function(stream, fz_opj_stream_skip);
+   opj_stream_set_seek_function(stream, fz_opj_stream_seek);
+-  opj_stream_set_user_data(stream, );
++  opj_stream_set_user_data(stream, , NULL);
+   /* Set the length to avoid an assert */
+   opj_stream_set_user_data_length(stream, size);
+ 
+@@ -247,3 +252,6 @@ fz_load_jpx(fz_context *ctx, unsigned ch
+ 
+   return img;
+ }
++#ifdef __cplusplus
++}
++#endif

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:42:21 UTC (rev 187972)
+++ PKGBUILD2016-08-29 21:21:40 UTC (rev 187973)
@@ -9,7 +9,7 @@
 pkgbase=mupdf
 pkgname=(libmupdf mupdf mupdf-gl mupdf-tools)
 pkgver=1.9_a
-pkgrel=3
+pkgrel=4
 pkgdesc='Lightweight PDF and XPS viewer'
 arch=('i686' 'x86_64')
 url='http://mupdf.com'
@@ -18,12 +18,14 @@
  'jbig2dec' 'libjpeg' 'mesa-libgl' 'openjpeg2' 'openssl')
 # we need static libs for zathura-pdf-mupdf
 options=('staticlibs')
-source=(http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz
-mupdf-1.5-openjpeg-2.1.0.patch
-mupdf.desktop
-   mupdf.xpm)
+source=("http://mupdf.com/downloads/mupdf-${pkgver/_/}-source.tar.gz;
+'0001-mupdf-openjpeg.patch'
+
'mupdf-0001-bug-696941-fix-use-after-free.patch::http://git.ghostscript.com/?p=mupdf.git;a=commitdiff_plain;h=fa1936405b6a84e5c9bb440912c23d532772f958'
+'mupdf.desktop'
+'mupdf.xpm')
 md5sums=('658b90788a57d858dcb069cf326e11c3'
- '8e71587ad9b86e10c9144618ab43149b'
+ 'c2d096ecd41ae26735551d01099c0a3e'
+ '5fb16881b14c686a44957ec53f7fa924'
  '39b54f82a763aac54e352315a0ee9037'
  'f3f35e7320bafde331250de1c99186a1')
 
@@ -33,8 +35,15 @@
   # remove bundled packages, we want our system libraries
   rm -rf thirdparty/{curl,freetype,glfw,harfbuzz,jbig2dec,jpeg,openjpeg,zlib}
 
-  patch -p1 -i ../mupdf-1.5-openjpeg-2.1.0.patch
+  # Bug 696941: Fix use after free.
+  # CVE-2016-6265
+  # https://security-tracker.debian.org/tracker/CVE-2016-6265
+  patch -Np1 < "${srcdir}/mupdf-0001-bug-696941-fix-use-after-free.patch"
 
+  # fix function for openjpeg 2.1.x
+  patch -Np1 < "${srcdir}/0001-mupdf-openjpeg.patch"
+
+  # fix includes for jbig2dec
   sed '/^JBIG2DEC_CFLAGS :=/s|$| -I./include/mupdf|' -i Makethird
 }
 

Deleted: mupdf-1.5-openjpeg-2.1.0.patch
===
--- mupdf-1.5-openjpeg-2.1.0.patch  2016-08-29 18:42:21 UTC (rev 187972)
+++ mupdf-1.5-openjpeg-2.1.0.patch  2016-08-29 21:21:40 UTC (rev 187973)
@@ -1,13 +0,0 @@
-diff --git a/source/fitz/load-jpx.c b/source/fitz/load-jpx.c
-index dd7bf9e..b7c8680 100644
 a/source/fitz/load-jpx.c
-+++ b/source/fitz/load-jpx.c
-@@ -116,7 +116,7 @@ fz_load_jpx(fz_context *ctx, unsigned char *data, int 
size, fz_colorspace *defcs
-   opj_stream_set_read_function(stream, fz_opj_stream_read);
-   opj_stream_set_skip_function(stream, fz_opj_stream_skip);
-   opj_stream_set_seek_function(stream, fz_opj_stream_seek);
--  opj_stream_set_user_data(stream, );
-+  opj_stream_set_user_data(stream, , NULL);
-   /* Set the length to avoid an assert */
-   opj_stream_set_user_data_length(stream, size);
- 


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

2016-08-29 Thread Jan Steffens
Date: Monday, August 29, 2016 @ 20:34:13
  Author: heftig
Revision: 274828

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

Added:
  networkmanager/repos/extra-i686/NetworkManager.conf
(from rev 274827, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-i686/PKGBUILD
(from rev 274827, networkmanager/trunk/PKGBUILD)
  networkmanager/repos/extra-x86_64/NetworkManager.conf
(from rev 274827, networkmanager/trunk/NetworkManager.conf)
  networkmanager/repos/extra-x86_64/PKGBUILD
(from rev 274827, networkmanager/trunk/PKGBUILD)
Deleted:
  networkmanager/repos/extra-i686/NetworkManager.conf
  networkmanager/repos/extra-i686/PKGBUILD
  networkmanager/repos/extra-x86_64/NetworkManager.conf
  networkmanager/repos/extra-x86_64/PKGBUILD

--+
 /NetworkManager.conf |   16 ++
 /PKGBUILD|  248 +
 extra-i686/NetworkManager.conf   |8 -
 extra-i686/PKGBUILD  |  124 --
 extra-x86_64/NetworkManager.conf |8 -
 extra-x86_64/PKGBUILD|  124 --
 6 files changed, 264 insertions(+), 264 deletions(-)

Deleted: extra-i686/NetworkManager.conf
===
--- extra-i686/NetworkManager.conf  2016-08-29 20:30:54 UTC (rev 274827)
+++ extra-i686/NetworkManager.conf  2016-08-29 20:34:13 UTC (rev 274828)
@@ -1,8 +0,0 @@
-[main]
-plugins=keyfile
-dns=default
-
-## HTTP-based connectivity check
-#[connectivity]
-#uri=http://nmcheck.gnome.org/check_network_status.txt
-#interval=100

Copied: networkmanager/repos/extra-i686/NetworkManager.conf (from rev 274827, 
networkmanager/trunk/NetworkManager.conf)
===
--- extra-i686/NetworkManager.conf  (rev 0)
+++ extra-i686/NetworkManager.conf  2016-08-29 20:34:13 UTC (rev 274828)
@@ -0,0 +1,8 @@
+[main]
+plugins=keyfile
+dns=default
+
+## HTTP-based connectivity check
+#[connectivity]
+#uri=http://nmcheck.gnome.org/check_network_status.txt
+#interval=100

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 20:30:54 UTC (rev 274827)
+++ extra-i686/PKGBUILD 2016-08-29 20:34:13 UTC (rev 274828)
@@ -1,124 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgbase=networkmanager
-pkgname=(networkmanager libnm-glib)
-pkgver=1.4.0
-pkgrel=1
-pkgdesc="Network connection manager and user applications"
-arch=(i686 x86_64)
-license=(GPL2 LGPL2.1)
-url="http://www.gnome.org/projects/NetworkManager/;
-_pppver=2.4.7
-makedepends=(intltool dhclient iptables gobject-introspection gtk-doc
- "ppp=$_pppver" modemmanager dbus-glib iproute2 nss polkit
- wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe
- libnewt libndp libteam vala perl-yaml python-gobject git)
-checkdepends=(libx11 python-dbus)
-_commit=93b4119a81af57c274ac58210a8776afecf2a252
-source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=$_commit"
-NetworkManager.conf)
-sha256sums=('SKIP'
-'67f112c1ac8ee3726eb229f5cd783de19f09cc252af49e157343d82b324b923f')
-
-prepare() {
-  cd NetworkManager
-
-  2to3 -w libnm src tools
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-pkgver() {
-  cd NetworkManager
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-build() {
-  cd NetworkManager
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---sbindir=/usr/bin \
---libexecdir=/usr/lib/networkmanager \
---with-crypto=nss \
---with-dhclient=/usr/bin/dhclient \
---without-dhcpcd \
---with-dnsmasq=/usr/bin/dnsmasq \
---with-iptables=/usr/bin/iptables \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---with-udev-dir=/usr/lib/udev \
---with-resolvconf=/usr/bin/resolvconf \
---with-pppd=/usr/bin/pppd \
---with-pppd-plugin-dir=/usr/lib/pppd/$_pppver \
---with-pppoe=/usr/bin/pppoe \
---with-kernel-firmware-dir=/usr/lib/firmware \
---with-session-tracking=systemd \
---with-modem-manager-1 \
---disable-static \
---enable-more-warnings=no \
---disable-wimax \
---enable-modify-system \
---enable-doc \
---enable-gtk-doc
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 
"$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/  
func_append compile_command " -Wl,-O1,--as-needed"\n  func_append 
finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
-
-  make
-}
-
-check() {
-  cd NetworkManager
-  make -k check
-}
-

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

2016-08-29 Thread Jan Steffens
Date: Monday, August 29, 2016 @ 20:30:54
  Author: heftig
Revision: 274827

1.4.1dev+9+ga3fd485-1

Modified:
  networkmanager/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 19:22:56 UTC (rev 274826)
+++ PKGBUILD2016-08-29 20:30:54 UTC (rev 274827)
@@ -8,7 +8,7 @@
 
 pkgbase=networkmanager
 pkgname=(networkmanager libnm-glib)
-pkgver=1.4.0
+pkgver=1.4.1dev+9+ga3fd485
 pkgrel=1
 pkgdesc="Network connection manager and user applications"
 arch=(i686 x86_64)
@@ -20,7 +20,7 @@
  wpa_supplicant libsoup systemd libgudev libmm-glib rp-pppoe
  libnewt libndp libteam vala perl-yaml python-gobject git)
 checkdepends=(libx11 python-dbus)
-_commit=93b4119a81af57c274ac58210a8776afecf2a252
+_commit=a3fd48545cf186a7e33aa9df8c3dd2bc016b350d
 
source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=$_commit"
 NetworkManager.conf)
 sha256sums=('SKIP'


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

2016-08-29 Thread Andreas Radke
Date: Monday, August 29, 2016 @ 19:22:56
  Author: andyrtr
Revision: 274826

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

Added:
  hplip/repos/extra-i686/PKGBUILD
(from rev 274825, hplip/trunk/PKGBUILD)
  hplip/repos/extra-i686/disable_upgrade.patch
(from rev 274825, hplip/trunk/disable_upgrade.patch)
  hplip/repos/extra-x86_64/PKGBUILD
(from rev 274825, hplip/trunk/PKGBUILD)
  hplip/repos/extra-x86_64/disable_upgrade.patch
(from rev 274825, hplip/trunk/disable_upgrade.patch)
Deleted:
  hplip/repos/extra-i686/PKGBUILD
  hplip/repos/extra-i686/disable_upgrade.patch
  hplip/repos/extra-x86_64/PKGBUILD
  hplip/repos/extra-x86_64/disable_upgrade.patch

+
 /PKGBUILD  |  172 +++
 /disable_upgrade.patch |   28 +
 extra-i686/PKGBUILD|   86 -
 extra-i686/disable_upgrade.patch   |   14 --
 extra-x86_64/PKGBUILD  |   86 -
 extra-x86_64/disable_upgrade.patch |   14 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 19:22:46 UTC (rev 274825)
+++ extra-i686/PKGBUILD 2016-08-29 19:22:56 UTC (rev 274826)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-# Maintainer: Tom Gundersen 
-# Contributor : Rémy Oudompheng 
-# Contributor: Morgan LEFIEUX 
-
-pkgname=hplip
-pkgver=3.16.7
-pkgrel=1
-pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
-arch=('i686' 'x86_64')
-url="http://hplipopensource.com;
-license=('GPL')
-depends=('python-dbus' 'ghostscript' 'net-snmp' 'wget' 'foomatic-db-engine')
-makedepends=('python-pyqt5' 'python-gobject' 'sane' 'rpcbind' 'cups' 'libusb')
-optdepends=('cups: for printing support'
-'sane: for scanner support'
-'xsane: sane scanner frontend'
-'python-pillow: for commandline scanning support'
-'python-reportlab: for pdf output in hp-scan'
-'rpcbind: for network support'
-'python-pyqt5: for running GUI and hp-toolbox'
-'python-gobject: for running hp-toolbox'
-'hplip-plugin: binary blobs for specific devices (AUR) or run 
hp-setup to download the plugin'
-'libusb: for advanced usb support')
-backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
-source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
-disable_upgrade.patch)
-sha1sums=('9d2efbdf80c9df96a7933efca95fd9fa3778d4f2'
-  'SKIP'
-  '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
-validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 
-
-prepare() {
- cd $pkgname-$pkgver
- 
- # disable insecure update - https://bugs.archlinux.org/task/38083
- patch -Np0 -i ${srcdir}/disable_upgrade.patch
- 
- # https://bugs.archlinux.org/task/30085 - hack found in Gentoo
- # Use system foomatic-rip for hpijs driver instead of foomatic-rip-hplip
- # The hpcups driver does not use foomatic-rip
-   local i
-   for i in ppd/hpijs/*.ppd.gz ; do
-   rm -f ${i}.temp
-   gunzip -c ${i} | sed 's/foomatic-rip-hplip/foomatic-rip/g' | \
-   gzip > ${i}.temp || return 1
-   mv ${i}.temp ${i}
-   done
-   
- export AUTOMAKE='automake --foreign'
- autoreconf --force --install
-}
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr \
- --enable-qt5 \
- --disable-qt4 \
- --disable-foomatic-rip-hplip-install \
- --enable-foomatic-ppd-install \
- --enable-hpcups-install \
- --enable-new-hpcups \
- --enable-cups-ppd-install \
- --enable-cups-drv-install \
- --enable-hpijs-install \
- --enable-foomatic-drv-install \
- --enable-pp-build #--help
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make -j1 rulesdir=/usr/lib/udev/rules.d DESTDIR="$pkgdir/" install
- 
- # remove config provided by sane and autostart of hp-daemon
- rm -rf "$pkgdir"/etc/{sane.d,xdg}
- install -dm755 ${pkgdir}/etc/sane.d/dll.d
- echo hpaio > ${pkgdir}/etc/sane.d/dll.d/hpaio
- 
- # remove HAL .fdi file because HAL is no longer used
- rm -vrf "$pkgdir"/usr/share/hal
- 
- # remove rc script
- rm -vrf "$pkgdir"/etc/init.d
-}

Copied: hplip/repos/extra-i686/PKGBUILD (from rev 274825, hplip/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-29 19:22:56 UTC (rev 274826)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Maintainer: Tom Gundersen 
+# Contributor : Rémy Oudompheng 

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

2016-08-29 Thread Andreas Radke
Date: Monday, August 29, 2016 @ 19:22:46
  Author: andyrtr
Revision: 274825

upgpkg: hplip 3.16.8-1

upstream update 3.16.8

Modified:
  hplip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 19:16:59 UTC (rev 274824)
+++ PKGBUILD2016-08-29 19:22:46 UTC (rev 274825)
@@ -5,7 +5,7 @@
 # Contributor: Morgan LEFIEUX 
 
 pkgname=hplip
-pkgver=3.16.7
+pkgver=3.16.8
 pkgrel=1
 pkgdesc="Drivers for HP DeskJet, OfficeJet, Photosmart, Business Inkjet and 
some LaserJet"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 backup=('etc/hp/hplip.conf' 'etc/sane.d/dll.d/hpaio')
 
source=(http://downloads.sourceforge.net/${pkgname}/$pkgname-$pkgver.tar.gz{,.asc}
 disable_upgrade.patch)
-sha1sums=('9d2efbdf80c9df96a7933efca95fd9fa3778d4f2'
+sha1sums=('0331d810702983e15c3a3b8cfe48d262fa23aac5'
   'SKIP'
   '2348bcbca0c52dc09cceb47ed13281a4ccb9d83e')
 validpgpkeys=('4ABA2F66DBD5A95894910E0673D770CDA59047B9') # HPLIP (HP Linux 
Imaging and Printing) 


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

2016-08-29 Thread Andreas Radke
Date: Monday, August 29, 2016 @ 19:16:59
  Author: andyrtr
Revision: 274824

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 274823, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 274823, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 19:16:46 UTC (rev 274823)
+++ extra-i686/PKGBUILD 2016-08-29 19:16:59 UTC (rev 274824)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.11.1
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('custom')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
-makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('1c2397093639aa728e4ba866bbdc440c')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-
-  # license
-  mkdir -p "${pkgdir}"/usr/share/licenses/${pkgname}
-  install -m644 "${srcdir}"/${pkgname}-${pkgver}/COPYING 
"${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 274823, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-29 19:16:59 UTC (rev 274824)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.11.2
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('custom')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis' 'ijs' 'libcups')
+makedepends=('ghostscript' 'ttf-dejavu' 'python') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('019d2161df59da33d93b294d934bc14b')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+

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

2016-08-29 Thread Andreas Radke
Date: Monday, August 29, 2016 @ 19:16:46
  Author: andyrtr
Revision: 274823

upgpkg: cups-filters 1.11.2-1

upstream update 1.11.2

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 16:34:34 UTC (rev 274822)
+++ PKGBUILD2016-08-29 19:16:46 UTC (rev 274823)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.11.1
+pkgver=1.11.2
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('1c2397093639aa728e4ba866bbdc440c')
+md5sums=('019d2161df59da33d93b294d934bc14b')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-29 Thread Jelle van der Waa
Date: Monday, August 29, 2016 @ 18:42:10
  Author: jelle
Revision: 187971

upgpkg: xmobar 0.24.2-1

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:36:36 UTC (rev 187970)
+++ PKGBUILD2016-08-29 18:42:10 UTC (rev 187971)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=xmobar
-pkgver=0.24
-pkgrel=2
+pkgver=0.24.2
+pkgrel=1
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')
@@ -28,4 +28,4 @@
 install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
 }
 
-md5sums=('846cb5fbcfbe92e883236688b2229e9c')
+md5sums=('5c8d5846af195eea5a9e8edaac909543')


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

2016-08-29 Thread Jelle van der Waa
Date: Monday, August 29, 2016 @ 18:42:21
  Author: jelle
Revision: 187972

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:42:10 UTC (rev 187971)
+++ community-i686/PKGBUILD 2016-08-29 18:42:21 UTC (rev 187972)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24
-pkgrel=2
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('846cb5fbcfbe92e883236688b2229e9c')

Copied: xmobar/repos/community-i686/PKGBUILD (from rev 187971, 
xmobar/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 18:42:21 UTC (rev 187972)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.24.2
+pkgrel=1
+pkgdesc="A Minimalistic Text Based Status Bar"
+url="http://hackage.haskell.org/package/xmobar;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
+makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
+ 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
+options=('strip')
+source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
+
+build() {
+cd xmobar-$pkgver
+
+runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
+runhaskell Setup build
+}
+
+package() {
+cd xmobar-$pkgver
+runhaskell Setup copy --destdir=${pkgdir}
+install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
+}
+
+md5sums=('5c8d5846af195eea5a9e8edaac909543')

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-29 18:42:10 UTC (rev 187971)
+++ community-x86_64/PKGBUILD   2016-08-29 18:42:21 UTC (rev 187972)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Arch Haskell Team 
-
-pkgname=xmobar
-pkgver=0.24
-pkgrel=2
-pkgdesc="A Minimalistic Text Based Status Bar"
-url="http://hackage.haskell.org/package/xmobar;
-license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('gmp' 'libxft' 'libxinerama' 'wireless_tools' 'libxrandr' 'libxpm')
-makedepends=('ghc=8.0.1' 'haskell-x11' 'haskell-x11-xft' 'haskell-utf8-string' 
'haskell-network-uri'
- 'haskell-stm' 'haskell-parsec' 'haskell-mtl' 'haskell-regex-base' 
'haskell-regex-compat' 'haskell-http')
-options=('strip')
-source=(http://hackage.haskell.org/packages/archive/xmobar/$pkgver/xmobar-$pkgver.tar.gz)
-
-build() {
-cd xmobar-$pkgver
-
-runhaskell Setup configure --prefix=/usr --flags="with_utf8 with_xft 
with_iwlib with_xpm"
-runhaskell Setup build
-}
-
-package() {
-cd xmobar-$pkgver
-runhaskell Setup copy --destdir=${pkgdir}
-install -D -m644 license ${pkgdir}/usr/share/licenses/$pkgname/LICENSE
-}
-
-md5sums=('846cb5fbcfbe92e883236688b2229e9c')

Copied: xmobar/repos/community-x86_64/PKGBUILD (from rev 187971, 
xmobar/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD

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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:36:36
  Author: spupykin
Revision: 187970

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

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

---+
 /PKGBUILD |   82 
 community-i686/PKGBUILD   |   36 ---
 community-x86_64/PKGBUILD |   36 ---
 3 files changed, 82 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:36:21 UTC (rev 187969)
+++ community-i686/PKGBUILD 2016-08-29 18:36:36 UTC (rev 187970)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Michael Fellinger 
-
-pkgname=sqlitebrowser
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
-arch=('i686' 'x86_64')
-url="http://sqlitebrowser.org/;
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-makedepends=('cmake' 'qt5-tools')
-#source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/sqlitebrowser/sqlitebrowser/archive/v$pkgver.tar.gz;)
-md5sums=('c7cfddc4b1327dd4558b95fddfdf2c7b')
-
-prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
-}
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-  make install DESTDIR=$pkgdir
-  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
-  install -dm0755 $pkgdir/usr/share/icons/
-  install -m0644 images/sqlitebrowser.svg $pkgdir/usr/share/icons/
-}

Copied: sqlitebrowser/repos/community-i686/PKGBUILD (from rev 187969, 
sqlitebrowser/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 18:36:36 UTC (rev 187970)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Douglas Soares de Andrade 
+# Contributor: Michael Fellinger 
+
+pkgname=sqlitebrowser
+pkgver=3.9.0
+pkgrel=1
+pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
+arch=('i686' 'x86_64')
+url="http://sqlitebrowser.org/;
+license=('GPL')
+depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
+makedepends=('cmake' 'qt5-tools')
+#source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
+source=("$pkgname-$pkgver.tar.gz::https://github.com/sqlitebrowser/sqlitebrowser/archive/v$pkgver.tar.gz;)
+md5sums=('6471af3f02e1802ec4548d561ee8f4ae')
+
+prepare() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|Icon=.*|Icon=sqlitebrowser|' distri/sqlitebrowser.desktop
+}
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
+  sed -i \
+-e 's|DB Browser for SQLite_OBJECTS|DB_Browser_for_SQLite_OBJECTS|g' \
+-e 's|DB Browser for 
SQLite_EXTERNAL_OBJECTS|DB_Browser_for_SQLite_EXTERNAL_OBJECTS|g' \
+"CMakeFiles/DB Browser for SQLite.dir/build.make"
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  sed -i 's|DB Browser for SQLite\.|sqlitebrowser.|g' cmake_install.cmake
+  make install DESTDIR=$pkgdir
+  install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
+  install -dm0755 $pkgdir/usr/share/icons/
+  install -m0644 images/sqlitebrowser.svg $pkgdir/usr/share/icons/
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-29 18:36:21 UTC (rev 187969)
+++ community-x86_64/PKGBUILD   2016-08-29 18:36:36 UTC (rev 187970)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Douglas Soares de Andrade 
-# Contributor: Michael Fellinger 
-
-pkgname=sqlitebrowser
-pkgver=3.8.0
-pkgrel=2
-pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
-arch=('i686' 'x86_64')
-url="http://sqlitebrowser.org/;
-license=('GPL')
-depends=('qt5-base' 'sqlite' 'libxkbcommon-x11')
-makedepends=('cmake' 'qt5-tools')
-#source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)

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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:36:21
  Author: spupykin
Revision: 187969

upgpkg: sqlitebrowser 3.9.0-1

upd

Modified:
  sqlitebrowser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:34:30 UTC (rev 187968)
+++ PKGBUILD2016-08-29 18:36:21 UTC (rev 187969)
@@ -4,8 +4,8 @@
 # Contributor: Michael Fellinger 
 
 pkgname=sqlitebrowser
-pkgver=3.8.0
-pkgrel=2
+pkgver=3.9.0
+pkgrel=1
 pkgdesc="SQLite Database browser is a light GUI editor for SQLite databases, 
built on top of Qt"
 arch=('i686' 'x86_64')
 url="http://sqlitebrowser.org/;
@@ -14,7 +14,7 @@
 makedepends=('cmake' 'qt5-tools')
 
#source=(https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-$pkgver.tar.gz)
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sqlitebrowser/sqlitebrowser/archive/v$pkgver.tar.gz;)
-md5sums=('c7cfddc4b1327dd4558b95fddfdf2c7b')
+md5sums=('6471af3f02e1802ec4548d561ee8f4ae')
 
 prepare() {
   cd $srcdir/$pkgname-$pkgver
@@ -24,11 +24,16 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   cmake -DUSE_QT5=TRUE -DCMAKE_INSTALL_PREFIX=/usr .
+  sed -i \
+-e 's|DB Browser for SQLite_OBJECTS|DB_Browser_for_SQLite_OBJECTS|g' \
+-e 's|DB Browser for 
SQLite_EXTERNAL_OBJECTS|DB_Browser_for_SQLite_EXTERNAL_OBJECTS|g' \
+"CMakeFiles/DB Browser for SQLite.dir/build.make"
   make
 }
 
 package() {
   cd $srcdir/$pkgname-$pkgver
+  sed -i 's|DB Browser for SQLite\.|sqlitebrowser.|g' cmake_install.cmake
   make install DESTDIR=$pkgdir
   install -Dm0644 distri/sqlitebrowser.desktop 
$pkgdir/usr/share/applications/sqlitebrowser.desktop
   install -dm0755 $pkgdir/usr/share/icons/


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

2016-08-29 Thread Jelle van der Waa
Date: Monday, August 29, 2016 @ 18:34:30
  Author: jelle
Revision: 187968

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:34:18 UTC (rev 187967)
+++ community-i686/PKGBUILD 2016-08-29 18:34:30 UTC (rev 187968)
@@ -1,76 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-# Contributor: Eli Schwartz 
-
-pkgname=calibre
-pkgver=2.65.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="https://calibre-ebook.com/;
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev'
- 'desktop-file-utils' 'gtk-update-icon-cache' 'optipng')
-makedepends=('qt5-x11extras' 'xdg-utils')
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-'poppler: required for converting pdf to html'
-)
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('32a118a6776fe19c7d0e4255afa3ff14040371259dd1a875cff141df8341fc88'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-prepare(){
-  cd "${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/cc(\['xdg-desktop-menu', 'forceupdate'\])/d" \
-  -e "/cc(\['xdg-mime', 'install', MIME\])/d" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  LANG='en_US.UTF-8' python2 setup.py gui
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-
-  install -d "${pkgdir}/usr/share/zsh/site-functions" \
- 
"${pkgdir}"/usr/share/{applications,desktop-directories,icons/hicolor}
-
-  install -Dm644 resources/calibre-mimetypes.xml \
-"${pkgdir}/usr/share/mime/packages/calibre-mimetypes.xml"
-
-  XDG_DATA_DIRS="${pkgdir}/usr/share" LANG='en_US.UTF-8' \
-python2 setup.py install --staging-root="${pkgdir}/usr" --prefix=/usr
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 187967, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 18:34:30 UTC (rev 187968)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Jelle van der Waa 
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora 
+# Contributor: Petrov Roman 
+# Contributor: Andrea Fagiani 
+# Contributor: Larry Hajali 
+# Contributor: Eli Schwartz 
+
+pkgname=calibre
+pkgver=2.65.1
+pkgrel=1
+pkgdesc="Ebook management application"
+arch=('i686' 'x86_64')
+url="https://calibre-ebook.com/;
+license=('GPL3')
+depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
+ 'python2-mechanize' 'podofo' 'libwmf'
+ 'chmlib' 'python2-lxml' 'libusbx'
+ 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
+ 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
+ 'python2-netifaces' 'python2-cssselect' 

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

2016-08-29 Thread Jelle van der Waa
Date: Monday, August 29, 2016 @ 18:34:18
  Author: jelle
Revision: 187967

upgpkg: calibre 2.65.1-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:20:48 UTC (rev 187966)
+++ PKGBUILD2016-08-29 18:34:18 UTC (rev 187967)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.65.0
+pkgver=2.65.1
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -29,7 +29,7 @@
 )
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('32a118a6776fe19c7d0e4255afa3ff14040371259dd1a875cff141df8341fc88'
+sha256sums=('7720197e65adb140c45d08bc542be2318ac7ba0fb2c9f889c699bd6bdda5817c'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:20:03
  Author: spupykin
Revision: 187964

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

Added:
  python-yaml/repos/community-i686/PKGBUILD
(from rev 187963, python-yaml/trunk/PKGBUILD)
  python-yaml/repos/community-i686/python-yaml.install
(from rev 187963, python-yaml/trunk/python-yaml.install)
  python-yaml/repos/community-x86_64/PKGBUILD
(from rev 187963, python-yaml/trunk/PKGBUILD)
  python-yaml/repos/community-x86_64/python-yaml.install
(from rev 187963, python-yaml/trunk/python-yaml.install)
Deleted:
  python-yaml/repos/community-i686/PKGBUILD
  python-yaml/repos/community-i686/python-yaml.install
  python-yaml/repos/community-x86_64/PKGBUILD
  python-yaml/repos/community-x86_64/python-yaml.install

--+
 /PKGBUILD|   72 +
 /python-yaml.install |   14 ++
 community-i686/PKGBUILD  |   36 
 community-i686/python-yaml.install   |7 ---
 community-x86_64/PKGBUILD|   36 
 community-x86_64/python-yaml.install |7 ---
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:19:49 UTC (rev 187963)
+++ community-i686/PKGBUILD 2016-08-29 18:20:03 UTC (rev 187964)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Michal Bozon 
-
-pkgbase=python-yaml
-pkgname=(python2-yaml python-yaml)
-pkgver=3.11
-pkgrel=3
-pkgdesc="Python bindings for YAML, using fast libYAML library"
-arch=('i686' 'x86_64')
-url="http://pyyaml.org;
-license=('MIT')
-makedepends=('python' 'python2' 'libyaml')
-install='python-yaml.install'
-source=(http://pyyaml.org/download/pyyaml/PyYAML-$pkgver.tar.gz)
-md5sums=('f50e08ef0fe55178479d3a618efe21db')
-
-build() {
-  true
-}
-
-package_python2-yaml() {
-  depends=('python2' 'libyaml')
-
-  cd $srcdir/PyYAML-$pkgver
-  python2 setup.py install --prefix=/usr --root=$pkgdir
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python-yaml() {
-  depends=('python' 'libyaml')
-
-  cd $srcdir/PyYAML-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir
-  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-yaml/repos/community-i686/PKGBUILD (from rev 187963, 
python-yaml/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 18:20:03 UTC (rev 187964)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Michal Bozon 
+
+pkgbase=python-yaml
+pkgname=(python2-yaml python-yaml)
+pkgver=3.12
+pkgrel=1
+pkgdesc="Python bindings for YAML, using fast libYAML library"
+arch=('i686' 'x86_64')
+url="http://pyyaml.org;
+license=('MIT')
+makedepends=('python' 'python2' 'libyaml')
+install='python-yaml.install'
+source=(http://pyyaml.org/download/pyyaml/PyYAML-$pkgver.tar.gz)
+md5sums=('4c129761b661d181ebf7ff4eb2d79950')
+
+build() {
+  true
+}
+
+package_python2-yaml() {
+  depends=('python2' 'libyaml')
+
+  cd $srcdir/PyYAML-$pkgver
+  python2 setup.py install --prefix=/usr --root=$pkgdir
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python-yaml() {
+  depends=('python' 'libyaml')
+
+  cd $srcdir/PyYAML-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir
+  install -m644 -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/python-yaml.install
===
--- community-i686/python-yaml.install  2016-08-29 18:19:49 UTC (rev 187963)
+++ community-i686/python-yaml.install  2016-08-29 18:20:03 UTC (rev 187964)
@@ -1,7 +0,0 @@
-post_install() {
-  cat << EOT
-==> Note that even though this package uses libyaml library,
-==> slower pure python implementation is used by default.
-==> See http://pyyaml.org/wiki/PyYAMLDocumentation
-EOT
-}

Copied: python-yaml/repos/community-i686/python-yaml.install (from rev 187963, 
python-yaml/trunk/python-yaml.install)
===
--- community-i686/python-yaml.install  (rev 0)
+++ community-i686/python-yaml.install  2016-08-29 18:20:03 UTC (rev 187964)
@@ -0,0 +1,7 @@
+post_install() {
+  cat << EOT
+==> Note that even though this package uses libyaml library,
+==> slower pure python implementation is used by default.
+==> See http://pyyaml.org/wiki/PyYAMLDocumentation
+EOT
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-29 18:19:49 UTC (rev 187963)
+++ community-x86_64/PKGBUILD   

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

2016-08-29 Thread Sven-Hendrik Haase
Date: Monday, August 29, 2016 @ 18:20:25
  Author: svenstaro
Revision: 187965

upgpkg: gitlab 8.11.3-1

upstream release 8.11.3

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:20:03 UTC (rev 187964)
+++ PKGBUILD2016-08-29 18:20:25 UTC (rev 187965)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=8.11.2
+pkgver=8.11.3
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 nginx-ssl.conf.example
 lighttpd.conf.example)
 install='gitlab.install'
-sha256sums=('a4fe338b7fec153b724facfe0a3a5ea32f6e5b5b0cb1d9dd3c37dd63b73f9492'
+sha256sums=('2134dd1dcd3a0d2a52c3a2ea49e9888d7683e205ee3b7b5bc225e2abe5647a2b'
 '0dabb9c10f6ba49404c13d6be2d0d6cf1bf7e5a0b95f0dea566e33c356997307'
 'a348d69cf0d08a1aa0713deb615815ae5a2305a1a1c386bcee29f49eae446757'
 'e16a68539eeb49d24d2ab4a53ff95e33c67264a674b611c006dc5c8a24f41e0e'


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:19:49
  Author: spupykin
Revision: 187963

upgpkg: python-yaml 3.12-1

upd

Modified:
  python-yaml/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:13:44 UTC (rev 187962)
+++ PKGBUILD2016-08-29 18:19:49 UTC (rev 187963)
@@ -4,8 +4,8 @@
 
 pkgbase=python-yaml
 pkgname=(python2-yaml python-yaml)
-pkgver=3.11
-pkgrel=3
+pkgver=3.12
+pkgrel=1
 pkgdesc="Python bindings for YAML, using fast libYAML library"
 arch=('i686' 'x86_64')
 url="http://pyyaml.org;
@@ -13,7 +13,7 @@
 makedepends=('python' 'python2' 'libyaml')
 install='python-yaml.install'
 source=(http://pyyaml.org/download/pyyaml/PyYAML-$pkgver.tar.gz)
-md5sums=('f50e08ef0fe55178479d3a618efe21db')
+md5sums=('4c129761b661d181ebf7ff4eb2d79950')
 
 build() {
   true


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:13:44
  Author: spupykin
Revision: 187962

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

Added:
  linuxdoc-tools/repos/community-i686/PKGBUILD
(from rev 187961, linuxdoc-tools/trunk/PKGBUILD)
  linuxdoc-tools/repos/community-x86_64/PKGBUILD
(from rev 187961, linuxdoc-tools/trunk/PKGBUILD)
Deleted:
  linuxdoc-tools/repos/community-i686/PKGBUILD
  linuxdoc-tools/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   27 -
 community-x86_64/PKGBUILD |   27 -
 3 files changed, 56 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:10:14 UTC (rev 187961)
+++ community-i686/PKGBUILD 2016-08-29 18:13:44 UTC (rev 187962)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: David Ell 
-
-pkgname=linuxdoc-tools
-pkgver=0.9.69
-pkgrel=1
-pkgdesc="Convert LinuxDoc SGML source into other formats"
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/linuxdoc-tools;
-license=('GPL')
-depends=('jade')
-optdepends=('groff' 'texlive-bin')
-source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-md5sums=('1d13d500918a7a145b0edc2f16f61dd1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: linuxdoc-tools/repos/community-i686/PKGBUILD (from rev 187961, 
linuxdoc-tools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 18:13:44 UTC (rev 187962)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Ell 
+
+pkgname=linuxdoc-tools
+pkgver=0.9.72
+pkgrel=1
+pkgdesc="Convert LinuxDoc SGML source into other formats"
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/sid/linuxdoc-tools;
+license=('GPL')
+depends=('jade')
+makedepends=('texlive-bin' 'texlive-core')
+optdepends=('groff' 'texlive-bin')
+source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
+md5sums=('7c0759a9bdf4525f1736f00629748cdd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-29 18:10:14 UTC (rev 187961)
+++ community-x86_64/PKGBUILD   2016-08-29 18:13:44 UTC (rev 187962)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: David Ell 
-
-pkgname=linuxdoc-tools
-pkgver=0.9.69
-pkgrel=1
-pkgdesc="Convert LinuxDoc SGML source into other formats"
-arch=('i686' 'x86_64')
-url="http://packages.debian.org/sid/linuxdoc-tools;
-license=('GPL')
-depends=('jade')
-optdepends=('groff' 'texlive-bin')
-source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-md5sums=('1d13d500918a7a145b0edc2f16f61dd1')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-}

Copied: linuxdoc-tools/repos/community-x86_64/PKGBUILD (from rev 187961, 
linuxdoc-tools/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-29 18:13:44 UTC (rev 187962)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: David Ell 
+
+pkgname=linuxdoc-tools
+pkgver=0.9.72
+pkgrel=1
+pkgdesc="Convert LinuxDoc SGML source into other formats"
+arch=('i686' 'x86_64')
+url="http://packages.debian.org/sid/linuxdoc-tools;
+license=('GPL')
+depends=('jade')
+makedepends=('texlive-bin' 'texlive-core')
+optdepends=('groff' 'texlive-bin')
+source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
+md5sums=('7c0759a9bdf4525f1736f00629748cdd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  sed -i '/extern int yyleng;/d' rtf-fix/rtf2rtf.l
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:09:53
  Author: spupykin
Revision: 187960

upgpkg: unrealircd 4.0.5-3

upd

Modified:
  unrealircd/trunk/PKGBUILD
  unrealircd/trunk/unrealircd.install

+
 PKGBUILD   |2 +-
 unrealircd.install |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:09:11 UTC (rev 187959)
+++ PKGBUILD2016-08-29 18:09:53 UTC (rev 187960)
@@ -4,7 +4,7 @@
 
 pkgname=unrealircd
 pkgver=4.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc="Open Source IRC Server"
 arch=('i686' 'x86_64')
 url="http://unrealircd.com;

Modified: unrealircd.install
===
--- unrealircd.install  2016-08-29 18:09:11 UTC (rev 187959)
+++ unrealircd.install  2016-08-29 18:09:53 UTC (rev 187960)
@@ -1,5 +1,5 @@
 post_install() {
-  getent passwd ircd >/dev/null || useradd -r ircd
+  getent passwd ircd >/dev/null || useradd -r ircd -d /var/empty
   chown -R ircd {etc,var/{cache,log,lib}}/unrealircd
   systemd-tmpfiles --create unrealircd.conf
   echo "SSL is enabled by default, so you need to create pem files"


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:10:14
  Author: spupykin
Revision: 187961

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

Added:
  unrealircd/repos/community-i686/PKGBUILD
(from rev 187960, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-i686/install.pl
(from rev 187960, unrealircd/trunk/install.pl)
  unrealircd/repos/community-i686/unrealircd.install
(from rev 187960, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-i686/unrealircd.service
(from rev 187960, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
(from rev 187960, unrealircd/trunk/unrealircd.tmpfiles.d)
  unrealircd/repos/community-x86_64/PKGBUILD
(from rev 187960, unrealircd/trunk/PKGBUILD)
  unrealircd/repos/community-x86_64/install.pl
(from rev 187960, unrealircd/trunk/install.pl)
  unrealircd/repos/community-x86_64/unrealircd.install
(from rev 187960, unrealircd/trunk/unrealircd.install)
  unrealircd/repos/community-x86_64/unrealircd.service
(from rev 187960, unrealircd/trunk/unrealircd.service)
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d
(from rev 187960, unrealircd/trunk/unrealircd.tmpfiles.d)
Deleted:
  unrealircd/repos/community-i686/PKGBUILD
  unrealircd/repos/community-i686/install.pl
  unrealircd/repos/community-i686/unrealircd.install
  unrealircd/repos/community-i686/unrealircd.service
  unrealircd/repos/community-i686/unrealircd.tmpfiles.d
  unrealircd/repos/community-x86_64/PKGBUILD
  unrealircd/repos/community-x86_64/install.pl
  unrealircd/repos/community-x86_64/unrealircd.install
  unrealircd/repos/community-x86_64/unrealircd.service
  unrealircd/repos/community-x86_64/unrealircd.tmpfiles.d

+
 /PKGBUILD  |  136 +++
 /install.pl|   10 ++
 /unrealircd.install|   24 +
 /unrealircd.service|   24 +
 /unrealircd.tmpfiles.d |2 
 community-i686/PKGBUILD|   68 ---
 community-i686/install.pl  |5 -
 community-i686/unrealircd.install  |   12 --
 community-i686/unrealircd.service  |   12 --
 community-i686/unrealircd.tmpfiles.d   |1 
 community-x86_64/PKGBUILD  |   68 ---
 community-x86_64/install.pl|5 -
 community-x86_64/unrealircd.install|   12 --
 community-x86_64/unrealircd.service|   12 --
 community-x86_64/unrealircd.tmpfiles.d |1 
 15 files changed, 196 insertions(+), 196 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:09:53 UTC (rev 187960)
+++ community-i686/PKGBUILD 2016-08-29 18:10:14 UTC (rev 187961)
@@ -1,68 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Zerial 
-
-pkgname=unrealircd
-pkgver=4.0.5
-pkgrel=2
-pkgdesc="Open Source IRC Server"
-arch=('i686' 'x86_64')
-url="http://unrealircd.com;
-license=('GPL2')
-depends=('openssl' 'curl' 'c-ares')
-conflicts=('ircd')
-provides=('ircd')
-backup=('etc/unrealircd/unrealircd.conf')
-install=unrealircd.install
-source=(https://www.unrealircd.org/unrealircd4/unrealircd-$pkgver.tar.gz
-   unrealircd.service
-   unrealircd.tmpfiles.d
-   install.pl)
-md5sums=('d447caa31dc541c4a80aa54290602132'
- '677d8de0bae770488a2c1730f9475a51'
- '3ec519ea7dbe99696eb6c51dfc0d382a'
- '3a23792b03420fc578cf6688b1574ae3')
-
-prepare() {
-  cd $srcdir/unrealircd-$pkgver
-  sed -i \
--e 's|$(INSTALL) -m 0700|$(INSTALL) -m 0755|g' \
--e 's|$(INSTALL) -m 0600|$(INSTALL) -m 0644|g' \
-Makefile.in
-}
-
-build() {
-  cd $srcdir/unrealircd-$pkgver
-  ./configure \
---with-pidfile=/run/unrealircd/ircd.pid \
---with-showlistmodes \
---enable-ssl=/usr \
---with-bindir=/usr/bin \
---with-datadir=/var/lib/unrealircd \
---with-confdir=/etc/unrealircd \
---with-modulesdir=/usr/lib/unrealircd \
---with-logdir=/var/log/unrealircd \
---with-cachedir=/var/cache/unrealircd \
---with-docdir=/usr/share/doc/unrealircd \
---with-tmpdir=/tmp \
---with-scriptdir=/usr \
---with-nick-history=2000 \
---with-sendq=300 \
---with-permissions=0644 \
---with-fd-setsize=1024 \
---enable-dynamic-linking
-  make
-}
-
-package() {
-  cd $srcdir/unrealircd-$pkgver
-
-  export pkgdir
-  make INSTALL=$srcdir/install.pl install
-  mv $pkgdir/usr/unrealircd $pkgdir/etc/unrealircd/unrealircd
-  cp $pkgdir/etc/unrealircd/examples/example.conf 
$pkgdir/etc/unrealircd/unrealircd.conf
-  rm -rf $pkgdir/tmp
-
-  install -Dm0644 $srcdir/unrealircd.service 
$pkgdir/usr/lib/systemd/system/unrealircd.service
-  install -Dm0644 $srcdir/unrealircd.tmpfiles.d 
$pkgdir/usr/lib/tmpfiles.d/unrealircd.conf
-}

Copied: 

[arch-commits] Commit in tuxguitar/repos (12 files)

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:09:11
  Author: spupykin
Revision: 187959

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

Added:
  tuxguitar/repos/community-i686/PKGBUILD
(from rev 187958, tuxguitar/trunk/PKGBUILD)
  tuxguitar/repos/community-i686/tuxguitar.desktop
(from rev 187958, tuxguitar/trunk/tuxguitar.desktop)
  tuxguitar/repos/community-i686/tuxguitar.xml
(from rev 187958, tuxguitar/trunk/tuxguitar.xml)
  tuxguitar/repos/community-x86_64/PKGBUILD
(from rev 187958, tuxguitar/trunk/PKGBUILD)
  tuxguitar/repos/community-x86_64/tuxguitar.desktop
(from rev 187958, tuxguitar/trunk/tuxguitar.desktop)
  tuxguitar/repos/community-x86_64/tuxguitar.xml
(from rev 187958, tuxguitar/trunk/tuxguitar.xml)
Deleted:
  tuxguitar/repos/community-i686/PKGBUILD
  tuxguitar/repos/community-i686/tuxguitar.desktop
  tuxguitar/repos/community-i686/tuxguitar.xml
  tuxguitar/repos/community-x86_64/PKGBUILD
  tuxguitar/repos/community-x86_64/tuxguitar.desktop
  tuxguitar/repos/community-x86_64/tuxguitar.xml

+
 /PKGBUILD  |  170 +++
 /tuxguitar.desktop |   26 +
 /tuxguitar.xml |   38 +++
 community-i686/PKGBUILD|   87 -
 community-i686/tuxguitar.desktop   |   13 --
 community-i686/tuxguitar.xml   |   19 ---
 community-x86_64/PKGBUILD  |   87 -
 community-x86_64/tuxguitar.desktop |   13 --
 community-x86_64/tuxguitar.xml |   19 ---
 9 files changed, 234 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:08:54 UTC (rev 187958)
+++ community-i686/PKGBUILD 2016-08-29 18:09:11 UTC (rev 187959)
@@ -1,87 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: |AhIoRoS| < ahio...@gmail.com >
-
-pkgname=tuxguitar
-pkgver=1.3.2
-pkgrel=4
-_jdk=java-7-openjdk
-pkgdesc="multitrack guitar tablature editor and player"
-arch=('i686' 'x86_64')
-#url="http://www.herac.com.ar/contenidos/tuxguitar.html;
-url="http://sourceforge.net/projects/tuxguitar;
-license=('LGPL')
-depends=('java-runtime' 'swt' 'alsa-lib')
-makedepends=('unzip' 'zip' 'apache-ant' 'jack' 'fluidsynth' 'java-environment' 
'maven')
-optdepends=('fluidsynth')
-source=(tuxguitar-src-$pkgver.tar.gz::http://downloads.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-$pkgver/tuxguitar-$pkgver-src.tar.gz
-   tuxguitar.desktop
-   tuxguitar.xml)
-md5sums=('ba436b4558dc3ca054b395d8d7e38c50'
- '0afa7f3248b9317d73ad8ccdc5e5aaf0'
- '10bd5bf22e1da9ecb915a1f6d86d4e0b')
-
-prepare() {
-  cd $srcdir
-  cat >gcj $pkgdir/usr/bin/tuxguitar <
+# Contributor: |AhIoRoS| < ahio...@gmail.com >
+
+pkgname=tuxguitar
+pkgver=1.3.2
+pkgrel=5
+pkgdesc="multitrack guitar tablature editor and player"
+arch=('i686' 'x86_64')
+url="http://sourceforge.net/projects/tuxguitar;
+license=('LGPL')
+depends=('java-runtime>=8' 'swt' 'alsa-lib')
+makedepends=('unzip' 'zip' 'apache-ant' 'jack' 'fluidsynth' 
'java-environment>=8' 'maven')
+optdepends=('fluidsynth')
+source=(tuxguitar-src-$pkgver.tar.gz::http://downloads.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-$pkgver/tuxguitar-$pkgver-src.tar.gz
+   tuxguitar.desktop
+   tuxguitar.xml)
+md5sums=('ba436b4558dc3ca054b395d8d7e38c50'
+ '0afa7f3248b9317d73ad8ccdc5e5aaf0'
+ '10bd5bf22e1da9ecb915a1f6d86d4e0b')
+
+prepare() {
+  cd $srcdir
+  cat >gcj 

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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:08:54
  Author: spupykin
Revision: 187958

upgpkg: tuxguitar 1.3.2-5

upd

Modified:
  tuxguitar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:08:50 UTC (rev 187957)
+++ PKGBUILD2016-08-29 18:08:54 UTC (rev 187958)
@@ -4,15 +4,13 @@
 
 pkgname=tuxguitar
 pkgver=1.3.2
-pkgrel=4
-_jdk=java-7-openjdk
+pkgrel=5
 pkgdesc="multitrack guitar tablature editor and player"
 arch=('i686' 'x86_64')
-#url="http://www.herac.com.ar/contenidos/tuxguitar.html;
 url="http://sourceforge.net/projects/tuxguitar;
 license=('LGPL')
-depends=('java-runtime' 'swt' 'alsa-lib')
-makedepends=('unzip' 'zip' 'apache-ant' 'jack' 'fluidsynth' 'java-environment' 
'maven')
+depends=('java-runtime>=8' 'swt' 'alsa-lib')
+makedepends=('unzip' 'zip' 'apache-ant' 'jack' 'fluidsynth' 
'java-environment>=8' 'maven')
 optdepends=('fluidsynth')
 
source=(tuxguitar-src-$pkgver.tar.gz::http://downloads.sourceforge.net/project/tuxguitar/TuxGuitar/TuxGuitar-$pkgver/tuxguitar-$pkgver-src.tar.gz
tuxguitar.desktop


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:08:30
  Author: spupykin
Revision: 187955

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

Added:
  pitivi/repos/community-i686/ChangeLog
(from rev 187954, pitivi/trunk/ChangeLog)
  pitivi/repos/community-i686/PKGBUILD
(from rev 187954, pitivi/trunk/PKGBUILD)
  pitivi/repos/community-x86_64/ChangeLog
(from rev 187954, pitivi/trunk/ChangeLog)
  pitivi/repos/community-x86_64/PKGBUILD
(from rev 187954, pitivi/trunk/PKGBUILD)
Deleted:
  pitivi/repos/community-i686/ChangeLog
  pitivi/repos/community-i686/PKGBUILD
  pitivi/repos/community-x86_64/ChangeLog
  pitivi/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   82 +++
 /PKGBUILD  |   70 
 community-i686/ChangeLog   |   41 -
 community-i686/PKGBUILD|   35 --
 community-x86_64/ChangeLog |   41 -
 community-x86_64/PKGBUILD  |   35 --
 6 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-08-29 18:08:16 UTC (rev 187954)
+++ community-i686/ChangeLog2016-08-29 18:08:30 UTC (rev 187955)
@@ -1,41 +0,0 @@
-pitivi (0.13.1-2)
-
-  * Update hicolor icon cache.
-  * Update mime database.
-
- -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
-
-pitivi (0.13.1-1)
-
-  * New upstream version.
-  * Removed: fix-as-problems.diff pitivi.desktop
-
- -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
-
-pitivi (0.11.3-1)
-
-  * New upstream version.
-  * fix-as-problems.diff: Fixed the problem caused by "as" in
-pitivi/timeline/timeline.py
-
- -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
-
-pitivi (0.11.2-4)
-
-  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
-
- -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
-
-pitivi (0.11.2-3)
-
-  * fix-as.diff: Fixed the error 
-in pitivi/objectfactory.py caused by the line
-as = self.audio_info_stream
-
- -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
-
-pitivi (0.11.2-2)
-
-  * Added dbus-python as dependency.
-
- -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Copied: pitivi/repos/community-i686/ChangeLog (from rev 187954, 
pitivi/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-08-29 18:08:30 UTC (rev 187955)
@@ -0,0 +1,41 @@
+pitivi (0.13.1-2)
+
+  * Update hicolor icon cache.
+  * Update mime database.
+
+ -- Abhishek Dasgupta  Thu, 23 Jul 2009 11:57:49 +0530
+
+pitivi (0.13.1-1)
+
+  * New upstream version.
+  * Removed: fix-as-problems.diff pitivi.desktop
+
+ -- Abhishek Dasgupta  Wed, 24 Jun 2009 16:01:42 +0530
+
+pitivi (0.11.3-1)
+
+  * New upstream version.
+  * fix-as-problems.diff: Fixed the problem caused by "as" in
+pitivi/timeline/timeline.py
+
+ -- Abhishek Dasgupta  Sat, 13 Dec 2008 16:29:24 +0530
+
+pitivi (0.11.2-4)
+
+  * Added gnome-icon-theme as dependency. Closes: FS# 12292.
+
+ -- Abhishek Dasgupta  Mon, 01 Dec 2008 23:08:28 +0530
+
+pitivi (0.11.2-3)
+
+  * fix-as.diff: Fixed the error 
+in pitivi/objectfactory.py caused by the line
+as = self.audio_info_stream
+
+ -- Abhishek Dasgupta  Sun, 09 Nov 2008 00:34:22 +0530
+
+pitivi (0.11.2-2)
+
+  * Added dbus-python as dependency.
+
+ -- Abhishek Dasgupta  Sun, 26 Oct 2008 14:08:06 +0530

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:08:16 UTC (rev 187954)
+++ community-i686/PKGBUILD 2016-08-29 18:08:30 UTC (rev 187955)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Abhishek Dasgupta 
-# Contributor: Gabor Nyekhelyi (n0gabor) 
-
-pkgname=pitivi
-pkgver=0.97.1
-pkgrel=2
-pkgdesc="Editor for audio/video projects using the GStreamer framework"
-arch=('i686' 'x86_64')
-url="http://www.pitivi.org/;
-license=('LGPL')
-depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
- 'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
- 'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad'
- 'python-dbus' 'gst-transcoder' 'meson')
-makedepends=('intltool' 'itstool' 'git' 'python-nose')
-optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
-'gst-libav: additional multimedia codecs'
-'gst-plugins-ugly: additional multimedia codecs'
-

[arch-commits] Commit in rsyslog/repos (12 files)

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:08:50
  Author: spupykin
Revision: 187957

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

Added:
  rsyslog/repos/community-i686/PKGBUILD
(from rev 187956, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-i686/rsyslog.conf
(from rev 187956, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-i686/rsyslog.logrotate
(from rev 187956, rsyslog/trunk/rsyslog.logrotate)
  rsyslog/repos/community-x86_64/PKGBUILD
(from rev 187956, rsyslog/trunk/PKGBUILD)
  rsyslog/repos/community-x86_64/rsyslog.conf
(from rev 187956, rsyslog/trunk/rsyslog.conf)
  rsyslog/repos/community-x86_64/rsyslog.logrotate
(from rev 187956, rsyslog/trunk/rsyslog.logrotate)
Deleted:
  rsyslog/repos/community-i686/PKGBUILD
  rsyslog/repos/community-i686/rsyslog.conf
  rsyslog/repos/community-i686/rsyslog.logrotate
  rsyslog/repos/community-x86_64/PKGBUILD
  rsyslog/repos/community-x86_64/rsyslog.conf
  rsyslog/repos/community-x86_64/rsyslog.logrotate

+
 /PKGBUILD  |  118 +++
 /rsyslog.conf  |   88 ++
 /rsyslog.logrotate |   14 
 community-i686/PKGBUILD|   59 -
 community-i686/rsyslog.conf|   44 -
 community-i686/rsyslog.logrotate   |7 --
 community-x86_64/PKGBUILD  |   59 -
 community-x86_64/rsyslog.conf  |   44 -
 community-x86_64/rsyslog.logrotate |7 --
 9 files changed, 220 insertions(+), 220 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 18:08:34 UTC (rev 187956)
+++ community-i686/PKGBUILD 2016-08-29 18:08:50 UTC (rev 187957)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=rsyslog
-pkgver=8.20.0
-pkgrel=1
-pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
-url="http://www.rsyslog.com/;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
-makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
-'python-docutils')
-optdepends=('postgresql-libs: PostgreSQL Database Support'
-   'libmariadbclient: MySQL Database Support'
-   'net-snmp'
-   'gnutls')
-backup=('etc/rsyslog.conf'
-   'etc/logrotate.d/rsyslog')
-options=('strip' 'zipman')
-source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
-   'rsyslog.logrotate'
-   'rsyslog.conf')
-md5sums=('dfa9a5a1aa8cd0960c1d7ecb1e3924c9'
- '0d990373f5c70ddee989296007b4df5b'
- 'd61dd424e660eb16401121eed20d98bc')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  sed -i rsyslog.service.in \
--e 's|rsyslogd -n|rsyslogd -n -i /run/rsyslogd.pid|' \
--e '/ExecStart=.*$/iPIDFile=/run/rsyslogd.pid'
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --enable-mysql \
-  --enable-pgsql \
-  --enable-mail \
-  --enable-imfile \
-  --enable-snmp \
-  --enable-gnutls \
-  --enable-inet \
-  --enable-imjournal \
-  --enable-omjournal \
-  --enable-relp \
-  --enable-impstats \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-  install -D -m644 $srcdir/${pkgname}.conf ${pkgdir}/etc/${pkgname}.conf
-  install -D -m644 $srcdir/${pkgname}.logrotate 
${pkgdir}/etc/logrotate.d/${pkgname}
-}

Copied: rsyslog/repos/community-i686/PKGBUILD (from rev 187956, 
rsyslog/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 18:08:50 UTC (rev 187957)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=rsyslog
+pkgver=8.21.0
+pkgrel=1
+pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
+url="http://www.rsyslog.com/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('zlib' 'libestr' 'libee' 'json-c' 'libsystemd' 'liblogging' 'librelp' 
'libfastjson')
+makedepends=('postgresql-libs>=8.4.1' 'libmariadbclient' 'net-snmp' 'gnutls'
+'python-docutils')
+optdepends=('postgresql-libs: PostgreSQL Database Support'
+   'libmariadbclient: MySQL Database Support'
+   'net-snmp'
+   'gnutls')
+backup=('etc/rsyslog.conf'
+   'etc/logrotate.d/rsyslog')
+options=('strip' 'zipman')
+source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
+

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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:08:10
  Author: spupykin
Revision: 187953

upgpkg: linuxdoc-tools 0.9.72-1

upd

Modified:
  linuxdoc-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 17:51:55 UTC (rev 187952)
+++ PKGBUILD2016-08-29 18:08:10 UTC (rev 187953)
@@ -3,7 +3,7 @@
 # Contributor: David Ell 
 
 pkgname=linuxdoc-tools
-pkgver=0.9.69
+pkgver=0.9.72
 pkgrel=1
 pkgdesc="Convert LinuxDoc SGML source into other formats"
 arch=('i686' 'x86_64')
@@ -10,9 +10,10 @@
 url="http://packages.debian.org/sid/linuxdoc-tools;
 license=('GPL')
 depends=('jade')
+makedepends=('texlive-bin' 'texlive-core')
 optdepends=('groff' 'texlive-bin')
 
source=(http://ftp.de.debian.org/debian/pool/main/l/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz)
-md5sums=('1d13d500918a7a145b0edc2f16f61dd1')
+md5sums=('7c0759a9bdf4525f1736f00629748cdd')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:08:16
  Author: spupykin
Revision: 187954

upgpkg: pitivi 0.97.1-3

upd

Modified:
  pitivi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:08:10 UTC (rev 187953)
+++ PKGBUILD2016-08-29 18:08:16 UTC (rev 187954)
@@ -5,7 +5,7 @@
 
 pkgname=pitivi
 pkgver=0.97.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Editor for audio/video projects using the GStreamer framework"
 arch=('i686' 'x86_64')
 url="http://www.pitivi.org/;
@@ -13,8 +13,8 @@
 depends=('gtk3' 'gst-editing-services' 'gst-plugins-good' 'gst-python'
  'libnotify' 'python-gobject' 'python-numpy' 'python-cairo'
  'desktop-file-utils' 'python-matplotlib' 'gst-plugins-bad'
- 'python-dbus' 'gst-transcoder' 'meson')
-makedepends=('intltool' 'itstool' 'git' 'python-nose')
+ 'python-dbus' 'gst-transcoder')
+makedepends=('intltool' 'itstool' 'git' 'python-nose' 'meson')
 optdepends=('frei0r-plugins: additional video effects, clip transformation 
feature'
 'gst-libav: additional multimedia codecs'
 'gst-plugins-ugly: additional multimedia codecs'


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

2016-08-29 Thread Sergej Pupykin
Date: Monday, August 29, 2016 @ 18:08:34
  Author: spupykin
Revision: 187956

upgpkg: rsyslog 8.21.0-1

upd

Modified:
  rsyslog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 18:08:30 UTC (rev 187955)
+++ PKGBUILD2016-08-29 18:08:34 UTC (rev 187956)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=rsyslog
-pkgver=8.20.0
+pkgver=8.21.0
 pkgrel=1
 pkgdesc="An enhanced multi-threaded syslogd with a focus on security and 
reliability"
 url="http://www.rsyslog.com/;
@@ -21,7 +21,7 @@
 source=("http://www.rsyslog.com/files/download/rsyslog/rsyslog-$pkgver.tar.gz;
'rsyslog.logrotate'
'rsyslog.conf')
-md5sums=('dfa9a5a1aa8cd0960c1d7ecb1e3924c9'
+md5sums=('f9b89a192090cd56f80c2ff930b5fd30'
  '0d990373f5c70ddee989296007b4df5b'
  'd61dd424e660eb16401121eed20d98bc')
 


[arch-commits] Commit in emscripten/repos (12 files)

2016-08-29 Thread Sven-Hendrik Haase
Date: Monday, August 29, 2016 @ 17:51:55
  Author: svenstaro
Revision: 187952

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

Added:
  emscripten/repos/community-i686/PKGBUILD
(from rev 187951, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-i686/emscripten.install
(from rev 187951, emscripten/trunk/emscripten.install)
  emscripten/repos/community-i686/emscripten.sh
(from rev 187951, emscripten/trunk/emscripten.sh)
  emscripten/repos/community-x86_64/PKGBUILD
(from rev 187951, emscripten/trunk/PKGBUILD)
  emscripten/repos/community-x86_64/emscripten.install
(from rev 187951, emscripten/trunk/emscripten.install)
  emscripten/repos/community-x86_64/emscripten.sh
(from rev 187951, emscripten/trunk/emscripten.sh)
Deleted:
  emscripten/repos/community-i686/PKGBUILD
  emscripten/repos/community-i686/emscripten.install
  emscripten/repos/community-i686/emscripten.sh
  emscripten/repos/community-x86_64/PKGBUILD
  emscripten/repos/community-x86_64/emscripten.install
  emscripten/repos/community-x86_64/emscripten.sh

-+
 /PKGBUILD   |  172 ++
 /emscripten.install |   22 
 /emscripten.sh  |   14 ++
 community-i686/PKGBUILD |   86 -
 community-i686/emscripten.install   |   11 --
 community-i686/emscripten.sh|7 -
 community-x86_64/PKGBUILD   |   86 -
 community-x86_64/emscripten.install |   11 --
 community-x86_64/emscripten.sh  |7 -
 9 files changed, 208 insertions(+), 208 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 17:51:35 UTC (rev 187951)
+++ community-i686/PKGBUILD 2016-08-29 17:51:55 UTC (rev 187952)
@@ -1,86 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: carstene1ns  - http://git.io/ctPKG
-# Contributor: Stefan Husmann 
-# Contributor: Vlad Kolotvin 
-
-pkgname=emscripten
-pkgver=1.36.7
-pkgrel=1
-pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
-arch=('i686' 'x86_64')
-url="http://emscripten.org;
-license=('custom')
-depends=('nodejs' 'python2')
-makedepends=('cmake' 'libxml2')
-optdepends=('java-environment: for using clojure'
-'ruby: for using websockify addon')
-install=$pkgname.install
-source=(emscripten-$pkgver.tar.gz::"https://github.com/kripken/emscripten/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
-
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
-"emscripten.sh")
-sha256sums=('62848a2d1b0618c63f2c1d7295803204a7a07637c3a91623e3b1f1ebe459abe4'
-'e26d0b6c2fda9251dcac14b539aea1b82fda2ba72d466a32d60aa3b82f88fd06'
-'5bb5ba117df2c4fcce9eabe05d7f6cda4c740fc585c366cd38f7841b9adc4335'
-'556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
-
-prepare() {
-  cd emscripten-fastcomp-$pkgver
-
-  # reset folder for out-of-source build
-  rm -rf build
-  mkdir build
-
-  # put clang source into the right place (http://git.io/i1GBkg)
-  rm -rf tools/clang
-  ln -s "$srcdir"/emscripten-fastcomp-clang-$pkgver tools/clang
-
-  # python2 shebang fixes
-  cd ../emscripten-$pkgver
-  sed '1s|python$|python2|' -i $(find third_party tools -name \*.py) emrun
-
-  # adapt config file template to use our custom environment variable and path
-  sed -e "s|getenv('LLVM')|getenv('EMSCRIPTEN_FASTCOMP')|" \
--e 's|{{{ LLVM_ROOT }}}|/usr/lib/emscripten-fastcomp|' \
--i tools/settings_template_readonly.py
-}
-
-build() {
-  cd emscripten-fastcomp-$pkgver/build
-
-  CC=gcc CXX=g++ cmake .. -DPYTHON_EXECUTABLE=/usr/bin/python2 \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=YES \
--DLLVM_TARGETS_TO_BUILD="X86;JSBackend" \
--DLLVM_BUILD_RUNTIME=OFF \
--DLLVM_INCLUDE_EXAMPLES=OFF \
--DLLVM_INCLUDE_TESTS=OFF \
--DCLANG_INCLUDE_TESTS=OFF
-  make
-}
-
-package() {
-  # exported variables
-  install -Dm755 "$srcdir"/emscripten.sh "$pkgdir"/etc/profile.d/emscripten.sh
-
-  # LLVM-backend, TODO: include only needed tools
-  cd "$srcdir"/emscripten-fastcomp-$pkgver
-  install -Dm644 emscripten-version.txt 
"$pkgdir"/usr/lib/emscripten-fastcomp/emscripten-version.txt
-  install -m755 build/bin/* "$pkgdir"/usr/lib/emscripten-fastcomp
-
-  # copy structure
-  cd "$srcdir"/emscripten-$pkgver
-  install -d "$pkgdir"/usr/lib/emscripten
-  cp -rup em* cmake site src system third_party tools 
"$pkgdir"/usr/lib/emscripten
-
-  # remove clutter
-  rm "$pkgdir"/usr/lib/emscripten-fastcomp/{*-test,llvm-lit}
-  rm "$pkgdir"/usr/lib/emscripten/*.bat
-
-  # docs
-  install -d 

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

2016-08-29 Thread Sven-Hendrik Haase
Date: Monday, August 29, 2016 @ 17:51:35
  Author: svenstaro
Revision: 187951

upgpkg: emscripten 1.36.9-1

upstream release 1.36.9

Modified:
  emscripten/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 16:50:32 UTC (rev 187950)
+++ PKGBUILD2016-08-29 17:51:35 UTC (rev 187951)
@@ -4,7 +4,7 @@
 # Contributor: Vlad Kolotvin 
 
 pkgname=emscripten
-pkgver=1.36.7
+pkgver=1.36.9
 pkgrel=1
 pkgdesc="LLVM-based project that compiles C and C++ into highly-optimizable 
JavaScript for the web"
 arch=('i686' 'x86_64')
@@ -19,9 +19,9 @@
 
emscripten-fastcomp-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp/archive/$pkgver.tar.gz;
 
emscripten-fastcomp-clang-$pkgver.tar.gz::"https://github.com/kripken/emscripten-fastcomp-clang/archive/$pkgver.tar.gz;
 "emscripten.sh")
-sha256sums=('62848a2d1b0618c63f2c1d7295803204a7a07637c3a91623e3b1f1ebe459abe4'
-'e26d0b6c2fda9251dcac14b539aea1b82fda2ba72d466a32d60aa3b82f88fd06'
-'5bb5ba117df2c4fcce9eabe05d7f6cda4c740fc585c366cd38f7841b9adc4335'
+sha256sums=('09e81ab64996f5af6377dd1743462487d52f65cb80ac89e06a57b05e990b5c7a'
+'9e0dbcfa9f2167c91f69585eeb567350ea2c5c4845b1c925042f98500f828134'
+'b01d3d433ed9877c011c7b6ed1b6bfe0b9c94e5674a81df6e21b3d0cb1b2f387'
 '556dc0126a439071e2591672c27f73a470cc260f37adc4994d698c04c7617847')
 
 prepare() {


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

2016-08-29 Thread Jaroslav Lichtblau
Date: Monday, August 29, 2016 @ 16:50:20
  Author: jlichtblau
Revision: 187949

upgpkg: syncthing-gtk 1:0.9.2.1-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 16:20:06 UTC (rev 187948)
+++ PKGBUILD2016-08-29 16:50:20 UTC (rev 187949)
@@ -4,7 +4,7 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.9.2
+pkgver=0.9.2.1
 pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
@@ -17,7 +17,7 @@
 'python2-caja: file manager integration for Caja'
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('f67b5fcac36833e4999d0b214289e2fddea66003d69c8207f7cb305f61467554')
+sha256sums=('f8f059f6eadf79e36d0bc64596d3374a9277964571b8d60baa8b9f677092f47e')
 
 build() {
   cd $pkgname-$pkgver


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

2016-08-29 Thread Jaroslav Lichtblau
Date: Monday, August 29, 2016 @ 16:50:32
  Author: jlichtblau
Revision: 187950

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 187949, syncthing-gtk/trunk/PKGBUILD)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-29 16:50:20 UTC (rev 187949)
+++ PKGBUILD2016-08-29 16:50:32 UTC (rev 187950)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.9.2
-pkgrel=1
-epoch=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('f67b5fcac36833e4999d0b214289e2fddea66003d69c8207f7cb305f61467554')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 187949, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-29 16:50:32 UTC (rev 187950)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.9.2.1
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.13')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('f8f059f6eadf79e36d0bc64596d3374a9277964571b8d60baa8b9f677092f47e')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}


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

2016-08-29 Thread Anatol Pomozov
Date: Monday, August 29, 2016 @ 16:31:51
  Author: anatolik
Revision: 274821

upgpkg: hwloc 1.11.4-1

Modified:
  hwloc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 16:13:31 UTC (rev 274820)
+++ PKGBUILD2016-08-29 16:31:51 UTC (rev 274821)
@@ -4,8 +4,8 @@
 # Contributor: Hervé YVIQUEL 
 
 pkgname=hwloc
-pkgver=1.11.3
-pkgrel=2
+pkgver=1.11.4
+pkgrel=1
 pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
 arch=('i686' 'x86_64')
 url='http://www.open-mpi.org/projects/hwloc/'
@@ -15,7 +15,7 @@
 makedepends=('cairo' 'libxml2' 'pciutils')
 options=('!docs')
 
source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('66e71c50dbbd483c0c1cdac4dbced6ce19fcbcb3')
+sha1sums=('5ecfeea7a825da1e22dd3d418746b33fad44f1b0')
 
 build() {
   cd hwloc-$pkgver


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

2016-08-29 Thread Anatol Pomozov
Date: Monday, August 29, 2016 @ 16:34:34
  Author: anatolik
Revision: 274822

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

Added:
  hwloc/repos/testing-i686/
  hwloc/repos/testing-i686/PKGBUILD
(from rev 274821, hwloc/trunk/PKGBUILD)
  hwloc/repos/testing-x86_64/
  hwloc/repos/testing-x86_64/PKGBUILD
(from rev 274821, hwloc/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   36 
 testing-x86_64/PKGBUILD |   36 
 2 files changed, 72 insertions(+)

Copied: hwloc/repos/testing-i686/PKGBUILD (from rev 274821, 
hwloc/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-08-29 16:34:34 UTC (rev 274822)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.4
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5ecfeea7a825da1e22dd3d418746b33fad44f1b0')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}

Copied: hwloc/repos/testing-x86_64/PKGBUILD (from rev 274821, 
hwloc/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-08-29 16:34:34 UTC (rev 274822)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer : Stéphane Gaudreault 
+# Contributor: Sylvain HENRY 
+# Contributor: Hervé YVIQUEL 
+
+pkgname=hwloc
+pkgver=1.11.4
+pkgrel=1
+pkgdesc='Portable Hardware Locality is a portable abstraction of hierarchical 
architectures'
+arch=('i686' 'x86_64')
+url='http://www.open-mpi.org/projects/hwloc/'
+license=('BSD')
+depends=('numactl' 'libtool')
+optdepends=('cairo' 'libxml2' 'pciutils')
+makedepends=('cairo' 'libxml2' 'pciutils')
+options=('!docs')
+source=(http://www.open-mpi.org/software/hwloc/v1.11/downloads/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('5ecfeea7a825da1e22dd3d418746b33fad44f1b0')
+
+build() {
+  cd hwloc-$pkgver
+  ./configure --prefix=/usr --sbindir=/usr/bin --enable-plugins
+  make
+}
+
+check() {
+  cd hwloc-$pkgver
+  make check
+}
+
+package() {
+  cd hwloc-$pkgver
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/hwloc/LICENSE
+}


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 16:20:06
  Author: felixonmars
Revision: 187948

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

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

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

Copied: hasktags/repos/community-staging-i686/PKGBUILD (from rev 187947, 
hasktags/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 16:20:06 UTC (rev 187948)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hasktags
+pkgver=0.69.2
+pkgrel=1
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="http://github.com/MarcWeber/hasktags;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('92c7742ff50527dd5ff45cf65c2009f364b06e17bdc4e41874a75bbf0c1f75fc')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+-f-debug
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+# :/
+rm "$pkgdir"/usr/bin/test
+}

Copied: hasktags/repos/community-staging-x86_64/PKGBUILD (from rev 187947, 
hasktags/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 16:20:06 UTC (rev 187948)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hasktags
+pkgver=0.69.2
+pkgrel=1
+pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
+url="http://github.com/MarcWeber/hasktags;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('92c7742ff50527dd5ff45cf65c2009f364b06e17bdc4e41874a75bbf0c1f75fc')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+-f-debug
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+# :/
+rm "$pkgdir"/usr/bin/test
+}


[arch-commits] Commit in hasktags/trunk (PKGBUILD ghc8.patch)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 16:19:45
  Author: felixonmars
Revision: 187947

upgpkg: hasktags 0.69.2-1

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  hasktags/trunk/PKGBUILD
Deleted:
  hasktags/trunk/ghc8.patch

+
 PKGBUILD   |   20 
 ghc8.patch |   48 
 2 files changed, 8 insertions(+), 60 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 16:05:17 UTC (rev 187946)
+++ PKGBUILD2016-08-29 16:19:45 UTC (rev 187947)
@@ -3,24 +3,17 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hasktags
-pkgver=0.69.1
-pkgrel=3
+pkgver=0.69.2
+pkgrel=1
 pkgdesc="Produces ctags \"tags\" and etags \"TAGS\" files for Haskell programs"
 url="http://github.com/MarcWeber/hasktags;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-json" "haskell-utf8-string")
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;
-ghc8.patch)
-sha256sums=('243f802c581ea7c0327065d2c71f21019dc6d7dc7dfadad9d17fffd8b34df1e6'
-'c2213489d358fdaccc7724c8d6bad2c1ce066b421940da582127331a5d1a4ca7')
+makedepends=("ghc=8.0.1" "haskell-hunit" "haskell-json" "haskell-utf8-string")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('92c7742ff50527dd5ff45cf65c2009f364b06e17bdc4e41874a75bbf0c1f75fc')
 
-prepare() {
-cd $pkgname-$pkgver
-patch -p1 -i ../ghc8.patch
-}
-
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
@@ -35,4 +28,7 @@
 install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
 rm -r "$pkgdir"/usr/{lib,share/doc}
+
+# :/
+rm "$pkgdir"/usr/bin/test
 }

Deleted: ghc8.patch
===
--- ghc8.patch  2016-08-29 16:05:17 UTC (rev 187946)
+++ ghc8.patch  2016-08-29 16:19:45 UTC (rev 187947)
@@ -1,48 +0,0 @@
-From 94c9f1e11940384eedf8c4749ffa4045539f9290 Mon Sep 17 00:00:00 2001
-From: Sergei Trofimovich 
-Date: Sat, 28 May 2016 21:49:55 +0100
-Subject: [PATCH] src/Hasktags.hs: tweak for ghc-8
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-directory-1.2.6.0 (comes with ghc-8.0.1)
-now includes 'isSymbolicLink' helper.
-
-Guard against symbol collisison:
-
-  src/Hasktags.hs:495:5: error:
-Ambiguous occurrence ‘isSymbolicLink’
-It could refer to either ‘System.Directory.isSymbolicLink’,
- imported from ‘System.Directory’ at 
src/Hasktags.hs:31:1-23
-  or ‘System.Posix.Files.isSymbolicLink’,
- imported from ‘System.Posix.Files’ at 
src/Hasktags.hs:38:1-25
- (and originally defined in 
‘unix-2.7.2.0:System.Posix.Files.Common’)
-
-Signed-off-by: Sergei Trofimovich 

- src/Hasktags.hs | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/Hasktags.hs b/src/Hasktags.hs
-index e45bd05..f5abaaf 100644
 a/src/Hasktags.hs
-+++ b/src/Hasktags.hs
-@@ -35,7 +35,7 @@ import Control.Monad
- import DebugShow
- 
- #ifdef VERSION_unix
--import System.Posix.Files
-+import System.Posix.Files as SPF
- #endif
- import System.FilePath (())
- 
-@@ -492,7 +492,7 @@ dirToFiles followSyms suffixes p = do
-   isD <- doesDirectoryExist p
-   isSymLink <-
- #ifdef VERSION_unix
--isSymbolicLink `fmap` getSymbolicLinkStatus p
-+SPF.isSymbolicLink `fmap` getSymbolicLinkStatus p
- #else
- return False
- #endif


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 16:00:17
  Author: felixonmars
Revision: 187944

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 187943, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 16:00:17 UTC (rev 187944)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
+ "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('76bda66fd5be7d0ad79da1c512a4e60caf3be15d988a40e8274f16cd7df3815b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 187943, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 16:00:17 UTC (rev 187944)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.3
+pkgrel=1
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-tar" "haskell-text" 
"haskell-uniplate"
+ "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('76bda66fd5be7d0ad79da1c512a4e60caf3be15d988a40e8274f16cd7df3815b')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 16:05:17
  Author: felixonmars
Revision: 187946

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

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

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 187945, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 16:05:17 UTC (rev 187946)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=2
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
187945, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 16:05:17 UTC (rev 187946)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.3.0
+pkgrel=2
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-data-default" "haskell-data-accessor" 
"haskell-data-accessor-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('b6b4200023da4835cf50a2c9a247a837282ccf16e1684336b5a15d17b9ad085e')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister 

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 16:04:54
  Author: felixonmars
Revision: 187945

upgpkg: pandoc-crossref 0.2.3.0-2

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 16:00:17 UTC (rev 187944)
+++ PKGBUILD2016-08-29 16:04:54 UTC (rev 187945)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.3.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:59:52
  Author: felixonmars
Revision: 187943

upgpkg: hoogle 5.0.3-1

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:57:53 UTC (rev 187942)
+++ PKGBUILD2016-08-29 15:59:52 UTC (rev 187943)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=hoogle
-pkgver=5.0.2
-pkgrel=4
+pkgver=5.0.3
+pkgrel=1
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")
@@ -18,12 +18,13 @@
  "haskell-utf8-string" "haskell-vector" "haskell-wai" 
"haskell-wai-logger"
  "haskell-warp" "haskell-warp-tls" "haskell-zlib")
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('2617f06f2df2be90fc1b69f87df53936b575edd32a974f813e78b7bc155b6c82')
+sha256sums=('76bda66fd5be7d0ad79da1c512a4e60caf3be15d988a40e8274f16cd7df3815b')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"
 
-runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
 runhaskell Setup build
 }
 


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:57:53
  Author: felixonmars
Revision: 187942

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 187941, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 15:57:53 UTC (rev 187942)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+
+prepare() {
+sed -i 's/http-conduit >= 2.1&& < 2.2,/http-conduit >= 2.1\&\& < 
2.3,/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -f-watchserver -f-previewserver
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
187941, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 15:57:53 UTC (rev 187942)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.2
+pkgrel=14
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-lrucache" "haskell-mtl" "haskell-network" 
"haskell-network-uri" "haskell-pandoc"
+ "haskell-pandoc-citeproc" "haskell-parsec" "haskell-random" 
"haskell-regex-base"
+ "haskell-regex-tdfa" "haskell-resourcet" "haskell-scientific" 
"haskell-tagsoup"
+ "haskell-text" "haskell-time-locale-compat" 
"haskell-unordered-containers" "haskell-vector"
+ "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ddc8c659590d29ba34afdced18ff1e60dc9d1bfb102a5cc7df447e31ee5e0b39')
+

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:57:31
  Author: felixonmars
Revision: 187941

upgpkg: haskell-hakyll 4.8.3.2-14

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:50:53 UTC (rev 187940)
+++ PKGBUILD2016-08-29 15:57:31 UTC (rev 187941)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.8.3.2
-pkgrel=13
+pkgrel=14
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:50:53
  Author: felixonmars
Revision: 187940

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

Added:
  haskell-hackage-security/repos/community-staging-i686/
  haskell-hackage-security/repos/community-staging-i686/PKGBUILD
(from rev 187939, haskell-hackage-security/trunk/PKGBUILD)
  haskell-hackage-security/repos/community-staging-x86_64/
  haskell-hackage-security/repos/community-staging-x86_64/PKGBUILD
(from rev 187939, haskell-hackage-security/trunk/PKGBUILD)

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

Copied: haskell-hackage-security/repos/community-staging-i686/PKGBUILD (from 
rev 187939, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 15:50:53 UTC (rev 187940)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.5.2.2
+pkgrel=1
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-cryptohash-sha256" "haskell-ed25519" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-parsec" "haskell-tar" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('507a837851264a774c8f4d400f798c3dac5be11dc428fe72d33ef594ca533c41')
+
+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 \
+-fbase48 -fuse-network-uri -f-old-directory
+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-hackage-security/repos/community-staging-x86_64/PKGBUILD (from 
rev 187939, haskell-hackage-security/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 15:50:53 UTC (rev 187940)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hackage-security
+pkgname=haskell-hackage-security
+pkgver=0.5.2.2
+pkgrel=1
+pkgdesc="Hackage security library"
+url="https://github.com/well-typed/hackage-security;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-cryptohash-sha256" "haskell-ed25519" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-parsec" "haskell-tar" "haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('507a837851264a774c8f4d400f798c3dac5be11dc428fe72d33ef594ca533c41')
+
+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 \
+-fbase48 -fuse-network-uri -f-old-directory
+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-hackage-security/trunk (PKGBUILD)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:50:32
  Author: felixonmars
Revision: 187939

upgpkg: haskell-hackage-security 0.5.2.2-1

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  haskell-hackage-security/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:49:22 UTC (rev 187938)
+++ PKGBUILD2016-08-29 15:50:32 UTC (rev 187939)
@@ -4,8 +4,8 @@
 
 _hkgname=hackage-security
 pkgname=haskell-hackage-security
-pkgver=0.5.2.1
-pkgrel=3
+pkgver=0.5.2.2
+pkgrel=1
 pkgdesc="Hackage security library"
 url="https://github.com/well-typed/hackage-security;
 license=("custom:BSD3")
@@ -14,7 +14,7 @@
  "haskell-cryptohash-sha256" "haskell-ed25519" "haskell-mtl" 
"haskell-network"
  "haskell-network-uri" "haskell-parsec" "haskell-tar" "haskell-zlib")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('f80daf98372df883b09cc44a83503a0ffb3d4ac076ae4267c988ba5aafc9b7ba')
+sha256sums=('507a837851264a774c8f4d400f798c3dac5be11dc428fe72d33ef594ca533c41')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:49:22
  Author: felixonmars
Revision: 187938

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 187937, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 187937, haskell-conduit-combinators/trunk/PKGBUILD)

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

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 187937, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 15:49:22 UTC (rev 187938)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b6e65bcfec9a9b57e268a7a16f067af500f1e8b8f7dad9b96e9aad7bf603c6cd')
+
+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-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 187937, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 15:49:22 UTC (rev 187938)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b6e65bcfec9a9b57e268a7a16f067af500f1e8b8f7dad9b96e9aad7bf603c6cd')
+
+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
+  

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:49:01
  Author: felixonmars
Revision: 187937

upgpkg: haskell-conduit-combinators 1.0.5-1

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:35:20 UTC (rev 187936)
+++ PKGBUILD2016-08-29 15:49:01 UTC (rev 187937)
@@ -4,8 +4,8 @@
 
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
-pkgver=1.0.4
-pkgrel=6
+pkgver=1.0.5
+pkgrel=1
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable;
 license=("MIT")
@@ -17,7 +17,7 @@
  "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
  "haskell-void")
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('75a90da15f7bd70748ebb3a3612d50896e421d8fdbaa4879e8aabfbeaf4dc7de')
+sha256sums=('b6e65bcfec9a9b57e268a7a16f067af500f1e8b8f7dad9b96e9aad7bf603c6cd')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-08-29 Thread Gaëtan Bisson
Date: Monday, August 29, 2016 @ 15:28:19
  Author: bisson
Revision: 274817

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 15:25:20 UTC (rev 274816)
+++ extra-i686/PKGBUILD 2016-08-29 15:28:19 UTC (rev 274817)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.17
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('e8a85382a9829ddf9680835c91f330a89c9b8fdd' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 274816, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-29 15:28:19 UTC (rev 274817)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.17
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('e8a85382a9829ddf9680835c91f330a89c9b8fdd' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-29 15:25:20 UTC (rev 274816)
+++ extra-x86_64/PKGBUILD   2016-08-29 15:28:19 UTC (rev 274817)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.17
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('e8a85382a9829ddf9680835c91f330a89c9b8fdd' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 274816, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-29 15:28:19 UTC (rev 274817)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.17
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 15:29:27
  Author: alucryd
Revision: 187934

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-08-29 15:29:12 UTC (rev 187933)
+++ community-i686/PKGBUILD 2016-08-29 15:29:27 UTC (rev 187934)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.11.1
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
- 'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala')
-source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('6efc5e1a944ca1c1a991d50d558fbe46ed58763b3f8b7bcd451b15078a9b2eb2')
-
-prepare() {
-  cd geary-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd geary-${pkgver}/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DDESKTOP_UPDATE='FALSE' \
--DICON_UPDATE='FALSE' \
--DGSETTINGS_COMPILE='FALSE' \
--DGSETTINGS_COMPILE_IN_PLACE='FALSE'
-  make
-}
-
-package() {
-  cd geary-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: geary/repos/community-i686/PKGBUILD (from rev 187933, 
geary/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-08-29 15:29:27 UTC (rev 187934)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sebikul 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=geary
+pkgver=0.11.2
+pkgrel=1
+pkgdesc='A lightweight email client for the GNOME desktop'
+arch=('i686' 'x86_64')
+url='http://www.yorba.org/projects/geary/'
+license=('GPL3')
+depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
+ 'webkitgtk')
+makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
+ 'vala')
+source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
+sha256sums=('5c9e20ecd53672a42e22a436b9d3b6b9e9bf81ddf77163414a1c55986f9b4631')
+
+prepare() {
+  cd geary-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd geary-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DDESKTOP_UPDATE='FALSE' \
+-DICON_UPDATE='FALSE' \
+-DGSETTINGS_COMPILE='FALSE' \
+-DGSETTINGS_COMPILE_IN_PLACE='FALSE'
+  make
+}
+
+package() {
+  cd geary-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-08-29 15:29:12 UTC (rev 187933)
+++ community-x86_64/PKGBUILD   2016-08-29 15:29:27 UTC (rev 187934)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sebikul 
-# Contributor: Massimiliano Torromeo 
-
-pkgname=geary
-pkgver=0.11.1
-pkgrel=1
-pkgdesc='A lightweight email client for the GNOME desktop'
-arch=('i686' 'x86_64')
-url='http://www.yorba.org/projects/geary/'
-license=('GPL3')
-depends=('gnome-keyring' 'gmime' 'libcanberra' 'libgee' 'libnotify' 'librsvg'
- 'webkitgtk')
-makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
- 'vala')
-source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('6efc5e1a944ca1c1a991d50d558fbe46ed58763b3f8b7bcd451b15078a9b2eb2')
-
-prepare() {
-  cd geary-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd geary-${pkgver}/build
-
-  cmake .. \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DDESKTOP_UPDATE='FALSE' \
--DICON_UPDATE='FALSE' \
--DGSETTINGS_COMPILE='FALSE' \
--DGSETTINGS_COMPILE_IN_PLACE='FALSE'
-  make
-}
-
-package() {
-  cd 

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:35:20
  Author: felixonmars
Revision: 187936

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

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

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

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 187935, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 15:35:20 UTC (rev 187936)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.1
+pkgrel=8
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('ebc3eb3ff95e97ebd46c0918a65db2da021de2a70d02dc85ca5b344ea5c21205')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD (from rev 
187935, pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 15:35:20 UTC (rev 187936)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.10.1
+pkgrel=8
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:34:58
  Author: felixonmars
Revision: 187935

upgpkg: pandoc-citeproc 0.10.1-8

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:29:27 UTC (rev 187934)
+++ PKGBUILD2016-08-29 15:34:58 UTC (rev 187935)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.10.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-08-29 Thread Gaëtan Bisson
Date: Monday, August 29, 2016 @ 15:30:45
  Author: bisson
Revision: 274818

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 274817, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 274817, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 274817, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 274817, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 274817, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 274817, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 274817, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 274817, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  202 +++
 /aliases.patch |   36 +++
 /install   |   32 ++
 /service   |   28 +
 extra-i686/PKGBUILD|  101 -
 extra-i686/aliases.patch   |   18 ---
 extra-i686/install |   16 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  101 -
 extra-x86_64/aliases.patch |   18 ---
 extra-x86_64/install   |   16 ---
 extra-x86_64/service   |   14 --
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 15:28:19 UTC (rev 274817)
+++ extra-i686/PKGBUILD 2016-08-29 15:30:45 UTC (rev 274818)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.1.2
-pkgrel=1
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service')
-sha1sums=('1595ca360c465d7e4f69a5722b4849de5a598e4f'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e 

[arch-commits] Commit in python-appdirs/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:21:59
  Author: felixonmars
Revision: 274814

archrelease: copy trunk to extra-any

Added:
  python-appdirs/repos/extra-any/PKGBUILD
(from rev 274813, python-appdirs/trunk/PKGBUILD)
Deleted:
  python-appdirs/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-29 15:21:42 UTC (rev 274813)
+++ PKGBUILD2016-08-29 15:21:59 UTC (rev 274814)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tobias Roettger 
-
-pkgbase=python-appdirs
-pkgname=(python-appdirs python2-appdirs)
-pkgver=1.4.0
-pkgrel=3
-pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
-arch=(any)
-url="https://github.com/ActiveState/appdirs;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
-md5sums=('1d17b4c9694ab84794e228f28dc3275b')
-
-prepare() {
-  cp -a appdirs-$pkgver{,-py2}
-}
-
-check() {
-  cd "$srcdir/appdirs-$pkgver"
-  python setup.py test
-
-  cd "$srcdir/appdirs-$pkgver-py2"
-  python2 setup.py test
-}
-
-package_python-appdirs() {
-  depends=('python')
-
-  cd "$srcdir/appdirs-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-package_python2-appdirs() {
-  depends=('python2')
-
-  cd "$srcdir/appdirs-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-appdirs/repos/extra-any/PKGBUILD (from rev 274813, 
python-appdirs/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-29 15:21:59 UTC (rev 274814)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tobias Roettger 
+
+pkgbase=python-appdirs
+pkgname=(python-appdirs python2-appdirs)
+pkgver=1.4.0
+pkgrel=4
+pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
+arch=('any')
+url="https://github.com/ActiveState/appdirs;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.io/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
+md5sums=('1d17b4c9694ab84794e228f28dc3275b')
+
+prepare() {
+  cp -a appdirs-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/appdirs-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/appdirs-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/appdirs-$pkgver
+  python setup.py test
+
+  cd "$srcdir"/appdirs-$pkgver-py2
+  python2 setup.py test
+}
+
+package_python-appdirs() {
+  depends=('python')
+
+  cd appdirs-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+package_python2-appdirs() {
+  depends=('python2')
+
+  cd appdirs-$pkgver-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 15:29:12
  Author: alucryd
Revision: 187933

upgpkg: geary 0.11.2-1

Modified:
  geary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:22:53 UTC (rev 187932)
+++ PKGBUILD2016-08-29 15:29:12 UTC (rev 187933)
@@ -4,7 +4,7 @@
 # Contributor: Massimiliano Torromeo 
 
 pkgname=geary
-pkgver=0.11.1
+pkgver=0.11.2
 pkgrel=1
 pkgdesc='A lightweight email client for the GNOME desktop'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 makedepends=('cmake' 'gnome-doc-utils' 'gobject-introspection' 'intltool'
  'vala')
 
source=("https://download.gnome.org/sources/geary/${pkgver%.?}/geary-${pkgver}.tar.xz;)
-sha256sums=('6efc5e1a944ca1c1a991d50d558fbe46ed58763b3f8b7bcd451b15078a9b2eb2')
+sha256sums=('5c9e20ecd53672a42e22a436b9d3b6b9e9bf81ddf77163414a1c55986f9b4631')
 
 prepare() {
   cd geary-${pkgver}


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:22:00
  Author: felixonmars
Revision: 187930

upgpkg: haskell-yesod-default 1.2.0-64

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:21:18 UTC (rev 187929)
+++ PKGBUILD2016-08-29 15:22:00 UTC (rev 187930)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=63
+pkgrel=64
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:25:20
  Author: felixonmars
Revision: 274816

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 274815, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-29 15:25:02 UTC (rev 274815)
+++ PKGBUILD2016-08-29 15:25:20 UTC (rev 274816)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=26.0.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Remove vendored packages
-  rm -rv setuptools/pkg_resources/_vendor
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  cd "$srcdir"/setuptools
-  LC_CTYPE=en_US.utf8 python setup.py ptr
-
-  cd "$srcdir"/setuptools-py2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 274815, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-29 15:25:20 UTC (rev 274816)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=26.1.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Remove vendored packages
+  rm -rv setuptools/pkg_resources/_vendor
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  cd "$srcdir"/setuptools
+  python bootstrap.py
+  python setup.py build
+
+  cd "$srcdir"/setuptools-py2
+  python2 bootstrap.py
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  cd "$srcdir"/setuptools
+  LC_CTYPE=en_US.utf8 python setup.py ptr
+
+  cd "$srcdir"/setuptools-py2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}
+ 
+package_python-setuptools() {
+  depends=('python-packaging' 'python-appdirs')
+  provides=('python-distribute')
+  replaces=('python-distribute')
+
+  cd 

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:25:02
  Author: felixonmars
Revision: 274815

upgpkg: python-setuptools 1:26.1.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:21:59 UTC (rev 274814)
+++ PKGBUILD2016-08-29 15:25:02 UTC (rev 274815)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=26.0.0
+pkgver=26.1.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -11,7 +11,8 @@
 arch=('any')
 license=('PSF')
 url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'git')
+makedepends=('python-packaging' 'python2-packaging' 'python-mock' 
'python2-mock' 'python-appdirs'
+ 'python2-appdirs' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
   'python2-pytest-flake8' 'git')
 source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
@@ -56,7 +57,7 @@
 }
  
 package_python-setuptools() {
-  depends=('python-packaging')
+  depends=('python-packaging' 'python-appdirs')
   provides=('python-distribute')
   replaces=('python-distribute')
 
@@ -65,9 +66,9 @@
 }
  
 package_python2-setuptools() {
-  depends=('python2-packaging')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
+  depends=('python2-packaging' 'python2-appdirs')
+  provides=('python2-distribute')
+  replaces=('python2-distribute')
 
   cd "$srcdir"/setuptools-py2
   python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build


[arch-commits] Commit in (python-appdirs)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:22:53
  Author: felixonmars
Revision: 187932

rmvpkg: python-appdirs (moved to [extra])

Deleted:
  python-appdirs/


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:22:22
  Author: felixonmars
Revision: 187931

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

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

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

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
187930, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 15:22:22 UTC (rev 187931)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=64
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
187930, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 15:22:22 UTC (rev 187931)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=64
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-yesod-core")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:21:42
  Author: felixonmars
Revision: 274813

upgpkg: python-appdirs 1.4.0-4

rebuild to include a .BUILDINFO file (so it can be moved to [extra])

Modified:
  python-appdirs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:19:34 UTC (rev 274812)
+++ PKGBUILD2016-08-29 15:21:42 UTC (rev 274813)
@@ -5,13 +5,13 @@
 pkgbase=python-appdirs
 pkgname=(python-appdirs python2-appdirs)
 pkgver=1.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
-arch=(any)
+arch=('any')
 url="https://github.com/ActiveState/appdirs;
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
-source=("https://pypi.python.org/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
+source=("https://pypi.io/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
 md5sums=('1d17b4c9694ab84794e228f28dc3275b')
 
 prepare() {
@@ -18,11 +18,19 @@
   cp -a appdirs-$pkgver{,-py2}
 }
 
+build() {
+  cd "$srcdir"/appdirs-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/appdirs-$pkgver-py2
+  python2 setup.py build
+}
+
 check() {
-  cd "$srcdir/appdirs-$pkgver"
+  cd "$srcdir"/appdirs-$pkgver
   python setup.py test
 
-  cd "$srcdir/appdirs-$pkgver-py2"
+  cd "$srcdir"/appdirs-$pkgver-py2
   python2 setup.py test
 }
 
@@ -29,17 +37,17 @@
 package_python-appdirs() {
   depends=('python')
 
-  cd "$srcdir/appdirs-$pkgver"
+  cd appdirs-$pkgver
   python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
 
 package_python2-appdirs() {
   depends=('python2')
 
-  cd "$srcdir/appdirs-$pkgver-py2"
+  cd appdirs-$pkgver-py2
   python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }
 
 # vim:set ts=2 sw=2 et:


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:20:59
  Author: felixonmars
Revision: 187928

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 187927, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 15:20:59 UTC (rev 187928)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=32
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 187927, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 15:20:59 UTC (rev 187928)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.3
+pkgrel=32
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-streaming-commons"
+ "haskell-text" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" "haskell-yaml"
+ "haskell-yesod-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('13655ed28102b30f32a34fb1b30cf20c1d9bbd9f6f1c89f96643ea6d7bba74a3')
+
+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
+

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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:20:37
  Author: felixonmars
Revision: 187927

upgpkg: haskell-yesod 1.4.3-32

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:18:29 UTC (rev 187926)
+++ PKGBUILD2016-08-29 15:20:37 UTC (rev 187927)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.3
-pkgrel=31
+pkgrel=32
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in python-appdirs/repos (extra-any extra-any/PKGBUILD)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:19:34
  Author: felixonmars
Revision: 274812

archrelease: copy trunk to extra-any

Added:
  python-appdirs/repos/extra-any/
  python-appdirs/repos/extra-any/PKGBUILD
(from rev 274811, python-appdirs/trunk/PKGBUILD)

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

Copied: python-appdirs/repos/extra-any/PKGBUILD (from rev 274811, 
python-appdirs/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-08-29 15:19:34 UTC (rev 274812)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tobias Roettger 
+
+pkgbase=python-appdirs
+pkgname=(python-appdirs python2-appdirs)
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
+arch=(any)
+url="https://github.com/ActiveState/appdirs;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
+md5sums=('1d17b4c9694ab84794e228f28dc3275b')
+
+prepare() {
+  cp -a appdirs-$pkgver{,-py2}
+}
+
+check() {
+  cd "$srcdir/appdirs-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/appdirs-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-appdirs() {
+  depends=('python')
+
+  cd "$srcdir/appdirs-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-appdirs() {
+  depends=('python2')
+
+  cd "$srcdir/appdirs-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:19:21
  Author: felixonmars
Revision: 274811

community2extra: Moving python-appdirs from community to extra

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

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

Added: python-appdirs/trunk/PKGBUILD
===
--- python-appdirs/trunk/PKGBUILD   (rev 0)
+++ python-appdirs/trunk/PKGBUILD   2016-08-29 15:19:21 UTC (rev 274811)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tobias Roettger 
+
+pkgbase=python-appdirs
+pkgname=(python-appdirs python2-appdirs)
+pkgver=1.4.0
+pkgrel=3
+pkgdesc='A small Python module for determining appropriate platform-specific 
dirs, e.g. a "user data dir".'
+arch=(any)
+url="https://github.com/ActiveState/appdirs;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://pypi.python.org/packages/source/a/appdirs/appdirs-$pkgver.tar.gz;)
+md5sums=('1d17b4c9694ab84794e228f28dc3275b')
+
+prepare() {
+  cp -a appdirs-$pkgver{,-py2}
+}
+
+check() {
+  cd "$srcdir/appdirs-$pkgver"
+  python setup.py test
+
+  cd "$srcdir/appdirs-$pkgver-py2"
+  python2 setup.py test
+}
+
+package_python-appdirs() {
+  depends=('python')
+
+  cd "$srcdir/appdirs-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+package_python2-appdirs() {
+  depends=('python2')
+
+  cd "$srcdir/appdirs-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt"
+}
+
+# vim:set ts=2 sw=2 et:


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


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

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:18:29
  Author: felixonmars
Revision: 187926

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

Added:
  haskell-pipes-http/repos/community-staging-i686/
  haskell-pipes-http/repos/community-staging-i686/PKGBUILD
(from rev 187925, haskell-pipes-http/trunk/PKGBUILD)
  haskell-pipes-http/repos/community-staging-x86_64/
  haskell-pipes-http/repos/community-staging-x86_64/PKGBUILD
(from rev 187925, haskell-pipes-http/trunk/PKGBUILD)

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

Copied: haskell-pipes-http/repos/community-staging-i686/PKGBUILD (from rev 
187925, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-29 15:18:29 UTC (rev 187926)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+
+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-pipes-http/repos/community-staging-x86_64/PKGBUILD (from rev 
187925, haskell-pipes-http/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-29 15:18:29 UTC (rev 187926)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=pipes-http
+pkgname=haskell-pipes-http
+pkgver=1.0.4
+pkgrel=2
+pkgdesc="HTTP client with pipes interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-http-client" "haskell-http-client-tls" 
"haskell-pipes")
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f5cff84b9f415f1a65dbe04837884793fa10b1b52e96b29d52987b820c5a0216')
+
+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-pipes-http/trunk (PKGBUILD)

2016-08-29 Thread Felix Yan
Date: Monday, August 29, 2016 @ 15:18:05
  Author: felixonmars
Revision: 187925

upgpkg: haskell-pipes-http 1.0.4-2

rebuild with conduit-combinators-1.0.5, hackage-security-0.5.2.2, 
hasktags-0.69.2, hoogle-5.0.3, http-client-0.5.2, http-conduit-2.2.0.1, 
stylish-haskell-0.6.4.0, yesod-core-1.4.24

Modified:
  haskell-pipes-http/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 15:03:22 UTC (rev 187924)
+++ PKGBUILD2016-08-29 15:18:05 UTC (rev 187925)
@@ -5,7 +5,7 @@
 _hkgname=pipes-http
 pkgname=haskell-pipes-http
 pkgver=1.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP client with pipes interface"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 15:03:22
  Author: alucryd
Revision: 187924

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

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

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

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

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

2016-08-29 Thread Gaëtan Bisson
Date: Monday, August 29, 2016 @ 15:03:55
  Author: bisson
Revision: 274810

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

Added:
  postfix/repos/extra-i686/PKGBUILD
(from rev 274809, postfix/trunk/PKGBUILD)
  postfix/repos/extra-i686/aliases.patch
(from rev 274809, postfix/trunk/aliases.patch)
  postfix/repos/extra-i686/install
(from rev 274809, postfix/trunk/install)
  postfix/repos/extra-i686/service
(from rev 274809, postfix/trunk/service)
  postfix/repos/extra-x86_64/PKGBUILD
(from rev 274809, postfix/trunk/PKGBUILD)
  postfix/repos/extra-x86_64/aliases.patch
(from rev 274809, postfix/trunk/aliases.patch)
  postfix/repos/extra-x86_64/install
(from rev 274809, postfix/trunk/install)
  postfix/repos/extra-x86_64/service
(from rev 274809, postfix/trunk/service)
Deleted:
  postfix/repos/extra-i686/PKGBUILD
  postfix/repos/extra-i686/aliases.patch
  postfix/repos/extra-i686/install
  postfix/repos/extra-i686/service
  postfix/repos/extra-x86_64/PKGBUILD
  postfix/repos/extra-x86_64/aliases.patch
  postfix/repos/extra-x86_64/install
  postfix/repos/extra-x86_64/service

+
 /PKGBUILD  |  202 +++
 /aliases.patch |   36 +++
 /install   |   32 ++
 /service   |   28 +
 extra-i686/PKGBUILD|  101 -
 extra-i686/aliases.patch   |   18 ---
 extra-i686/install |   16 ---
 extra-i686/service |   14 --
 extra-x86_64/PKGBUILD  |  101 -
 extra-x86_64/aliases.patch |   18 ---
 extra-x86_64/install   |   16 ---
 extra-x86_64/service   |   14 --
 12 files changed, 298 insertions(+), 298 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 15:02:45 UTC (rev 274809)
+++ extra-i686/PKGBUILD 2016-08-29 15:03:55 UTC (rev 274810)
@@ -1,101 +0,0 @@
-# $Id$
-# Contributor: Jeff Brodnax 
-# Contributor: Paul Mattal 
-# Maintainer: Gaetan Bisson 
-
-pkgname=postfix
-pkgver=3.1.1
-pkgrel=2
-url='http://www.postfix.org/'
-pkgdesc='Fast, easy to administer, secure mail server'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('openssl' 'pcre' 'icu' 'libsasl' 'libldap' 'db'
- 'libmariadbclient' 'postgresql-libs' 'sqlite' 'tinycdb')
-source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
-'aliases.patch'
-'service')
-sha1sums=('e1c8ba08cd2ef1ee0d01d1946e2b3272708e6a7d'
-  '5fc3de6c7df1e5851a0a379e825148868808318b'
-  'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
-
-backup=('etc/postfix/'{access,aliases,canonical,generic,header_checks,main.cf,master.cf,relocated,transport,virtual})
-
-conflicts=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-provides=('smtp-server' 'smtp-forwarder' 'postfix-tools')
-replaces=('postfix-tools')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-
-   CCARGS='
--DUSE_SASL_AUTH -DUSE_CYRUS_SASL -I/usr/include/sasl
--DHAS_LDAP
--DUSE_TLS
--DHAS_MYSQL -I/usr/include/mysql
--DHAS_PGSQL -I/usr/include/postgresql
--DHAS_SQLITE
--DHAS_CDB
--DDEF_COMMAND_DIR=\"/usr/bin\"
--DDEF_DAEMON_DIR=\"/usr/lib/postfix/bin\"
--DDEF_SENDMAIL_PATH=\"/usr/bin/sendmail\"
--DDEF_README_DIR=\"/usr/share/doc/postfix\"
--DDEF_MANPAGE_DIR=\"/usr/share/man\"
-'
-   AUXLIBS='
--lsasl2
--lldap -llber
--lssl -lcrypto
--lmysqlclient -lz -lm
--lpq
--lsqlite3 -lpthread
--lcdb
-'
-   make makefiles \
-   DEBUG='' \
-   pie=yes \
-   shared=yes \
-   CCARGS="${CCARGS//$'\n'/}" \
-   AUXLIBS="${AUXLIBS//$'\n'/}" \
-   OPT="${CFLAGS} ${LDFLAGS}" \
-
-   make
-}
-
-package() {
-   cd "${srcdir}/postfix-${pkgver}"
-
-   sed 's:bin/postconf -dhx:bin/postconf -c conf -dhx:g' -i postfix-install
-   LD_LIBRARY_PATH=lib:$LD_LIBRARY_PATH \
-   sh postfix-install -non-interactive install_root="${pkgdir}"
-
-   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/${pkgname}.service"
-
-   for name in posttls-finger {smtp,qmqp}-{sink,source}; do
-   install -Dm644 "man/man1/${name}.1" 
"${pkgdir}/usr/share/man/man1/${name}.1"
-   install -Dm755 "bin/${name}" "${pkgdir}/usr/bin/${name}"
-   done
-
-   # now set permissions right to appease the pacman gods
-   sed -r \
-   -e 

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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 15:03:06
  Author: alucryd
Revision: 187923

upgpkg: emby-server 3.0.6300-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 14:52:33 UTC (rev 187922)
+++ PKGBUILD2016-08-29 15:03:06 UTC (rev 187923)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.6200
+pkgver=3.0.6300
 pkgrel=1
 pkgdesc='Bring together your videos, music, photos, and live television'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 'emby-server.conf'
 'emby-server.service')
 backup=('etc/conf.d/emby-server')
-sha256sums=('f374f932816951ba2f6af3d7399ca869c487bc955a0b65e215653065d1555e8b'
+sha256sums=('56e949dc5cff895cd2f882596715cee89db8ad0c38245845213751544c6c5cd2'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-08-29 Thread Gaëtan Bisson
Date: Monday, August 29, 2016 @ 15:02:45
  Author: bisson
Revision: 274809

upstream update

Modified:
  postfix/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 14:49:43 UTC (rev 274808)
+++ PKGBUILD2016-08-29 15:02:45 UTC (rev 274809)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=postfix
-pkgver=3.1.1
-pkgrel=2
+pkgver=3.1.2
+pkgrel=1
 url='http://www.postfix.org/'
 pkgdesc='Fast, easy to administer, secure mail server'
 license=('custom')
@@ -15,7 +15,7 @@
 
source=("ftp://ftp.porcupine.org/mirrors/postfix-release/official/${pkgname}-${pkgver}.tar.gz;
 'aliases.patch'
 'service')
-sha1sums=('e1c8ba08cd2ef1ee0d01d1946e2b3272708e6a7d'
+sha1sums=('1595ca360c465d7e4f69a5722b4849de5a598e4f'
   '5fc3de6c7df1e5851a0a379e825148868808318b'
   'dd12885d367bebaf0fc9d2e9823a7f82086b6ee9')
 


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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 14:52:33
  Author: alucryd
Revision: 187922

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-libnm-glib/repos/multilib-x86_64/PKGBUILD
(from rev 187921, lib32-libnm-glib/trunk/PKGBUILD)
Deleted:
  lib32-libnm-glib/repos/multilib-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-29 14:50:14 UTC (rev 187921)
+++ PKGBUILD2016-08-29 14:52:33 UTC (rev 187922)
@@ -1,93 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Jan de Groot 
-# Contributor: Wael Nasreddine 
-# Contributor: Tor Krill 
-# Contributor: Will Rea 
-# Contributor: Valentine Sinitsyn 
-
-pkgname=lib32-libnm-glib
-pkgver=1.2.5dev+5+g99e34d7
-pkgrel=1
-pkgdesc='NetworkManager library'
-arch=('x86_64')
-url='http://www.gnome.org/projects/NetworkManager/'
-license=('GPL2' 'LGPL2.1')
-depends=('lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-libdbus'
- 'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux'
- 'libnm-glib')
-makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
- 'iptables' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
- 'lib32-libsoup' 'lib32-libteam' 'lib32-polkit' 'modemmanager'
- 'perl-yaml' 'ppp=2.4.7' 'python-gobject' 'rp-pppoe' 'systemd'
- 'vala' 'wpa_supplicant')
-_commit=99e34d757967efdee5945ee3467fcfc380767699
-source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=${_commit}")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd NetworkManager
-
-  git describe | sed 's/-dev/dev/;s/-/+/g'
-}
-
-prepare() {
-  cd NetworkManager
-
-  2to3 -w libnm src tools
-
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd NetworkManager
-
-  export CC='gcc -m32'
-  export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
-
-  ./configure \
---prefix='/usr' \
---libdir='/usr/lib32' \
---libexecdir='/usr/lib32/networkmanager' \
---localstatedir='/var' \
---sbindir='/usr/bin' \
---sysconfdir='/etc' \
---enable-modify-system \
---disable-doc \
---disable-introspection \
---disable-more-warnings \
---disable-static \
---disable-wimax \
---with-crypto='nss' \
---with-dhclient='/usr/bin/dhclient' \
---with-dnsmasq='/usr/bin/dnsmasq' \
---with-iptables='/usr/bin/iptables' \
---with-modem-manager-1 \
---with-pppd='/usr/bin/pppd' \
---with-pppd-plugin-dir='/usr/lib32/pppd/2.4.7' \
---with-pppoe='/usr/bin/pppoe' \
---with-kernel-firmware-dir='/usr/lib/firmware' \
---with-resolvconf='/usr/bin/resolvconf' \
---with-systemdsystemunitdir='/usr/lib/systemd/system' \
---with-udev-dir='/usr/lib32/udev' \
---with-session-tracking='systemd' \
---without-dhcpcd
-
-  sed -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' \
-  -e 's/if test "$export_dynamic" = yes && test -n 
"$export_dynamic_flag_spec"; then/  func_append compile_command " 
-Wl,-O1,--as-needed"\n  func_append finalize_command " 
-Wl,-O1,--as-needed"\n\0/' \
-  -i libtool
-
-  make
-}
-
-package() {
-  cd NetworkManager
-
-  make DESTDIR="${pkgdir}" -C libnm install
-  make DESTDIR="${pkgdir}" -C libnm-util install
-  make DESTDIR="${pkgdir}" -C libnm-glib install
-  rm -rf "${pkgdir}"/usr/{include,share}
-}
-
-# vim: ts=2 sw=2 et:

Copied: lib32-libnm-glib/repos/multilib-x86_64/PKGBUILD (from rev 187921, 
lib32-libnm-glib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-29 14:52:33 UTC (rev 187922)
@@ -0,0 +1,94 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Jan de Groot 
+# Contributor: Wael Nasreddine 
+# Contributor: Tor Krill 
+# Contributor: Will Rea 
+# Contributor: Valentine Sinitsyn 
+
+pkgname=lib32-libnm-glib
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='NetworkManager library'
+arch=('x86_64')
+url='http://www.gnome.org/projects/NetworkManager/'
+license=('GPL2' 'LGPL2.1')
+depends=('lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-jansson'
+ 'lib32-libdbus' 'lib32-libgudev' 'lib32-nspr' 'lib32-nss'
+ 'lib32-util-linux'
+ 'libnm-glib')
+makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
+ 'iptables' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
+ 'lib32-libsoup' 'lib32-libteam' 'lib32-polkit' 'modemmanager'
+ 

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

2016-08-29 Thread Maxime Gauduin
Date: Monday, August 29, 2016 @ 14:50:14
  Author: alucryd
Revision: 187921

upgpkg: lib32-libnm-glib 1.4.0-1

Modified:
  lib32-libnm-glib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 13:54:03 UTC (rev 187920)
+++ PKGBUILD2016-08-29 14:50:14 UTC (rev 187921)
@@ -8,14 +8,15 @@
 # Contributor: Valentine Sinitsyn 
 
 pkgname=lib32-libnm-glib
-pkgver=1.2.5dev+5+g99e34d7
+pkgver=1.4.0
 pkgrel=1
 pkgdesc='NetworkManager library'
 arch=('x86_64')
 url='http://www.gnome.org/projects/NetworkManager/'
 license=('GPL2' 'LGPL2.1')
-depends=('lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-libdbus'
- 'lib32-libgudev' 'lib32-nspr' 'lib32-nss' 'lib32-util-linux'
+depends=('lib32-dbus-glib' 'lib32-glib2' 'lib32-glibc' 'lib32-jansson'
+ 'lib32-libdbus' 'lib32-libgudev' 'lib32-nspr' 'lib32-nss'
+ 'lib32-util-linux'
  'libnm-glib')
 makedepends=('dhclient' 'gcc-multilib' 'git' 'gtk-doc' 'intltool' 'iproute2'
  'iptables' 'lib32-libmm-glib' 'lib32-libndp' 'lib32-libnewt'
@@ -22,7 +23,7 @@
  'lib32-libsoup' 'lib32-libteam' 'lib32-polkit' 'modemmanager'
  'perl-yaml' 'ppp=2.4.7' 'python-gobject' 'rp-pppoe' 'systemd'
  'vala' 'wpa_supplicant')
-_commit=99e34d757967efdee5945ee3467fcfc380767699
+_commit='93b4119a81af57c274ac58210a8776afecf2a252'
 
source=("git://anongit.freedesktop.org/NetworkManager/NetworkManager#commit=${_commit}")
 sha256sums=('SKIP')
 


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

2016-08-29 Thread Gaëtan Bisson
Date: Monday, August 29, 2016 @ 14:49:43
  Author: bisson
Revision: 274808

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 14:49:13 UTC (rev 274807)
+++ extra-i686/PKGBUILD 2016-08-29 14:49:43 UTC (rev 274808)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('7f2ab6191f21efb081d7fe9f0bb81ff404178eb5' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-i686/PKGBUILD (from rev 274807, feh/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-29 14:49:43 UTC (rev 274808)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.17
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'
+url='http://feh.finalrewind.org/'
+license=('custom:MIT')
+arch=('i686' 'x86_64')
+depends=('imlib2' 'curl' 'libxinerama' 'libexif')
+optdepends=('imagemagick: support more file formats')
+makedepends=('libxt')
+validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
+source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
+sha1sums=('e8a85382a9829ddf9680835c91f330a89c9b8fdd' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr exif=1 help=1 stat64=1
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-29 14:49:13 UTC (rev 274807)
+++ extra-x86_64/PKGBUILD   2016-08-29 14:49:43 UTC (rev 274808)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Andrea Scarpino 
-# Contributor: dorphell 
-# Contributor: Tom Newsom 
-
-pkgname=feh
-pkgver=2.16.2
-pkgrel=1
-pkgdesc='Fast and light imlib2-based image viewer'
-url='http://feh.finalrewind.org/'
-license=('custom:MIT')
-arch=('i686' 'x86_64')
-depends=('imlib2' 'curl' 'libxinerama' 'libexif')
-optdepends=('imagemagick: support more file formats')
-makedepends=('libxt')
-validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
-source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('7f2ab6191f21efb081d7fe9f0bb81ff404178eb5' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr exif=1 help=1 stat64=1
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make PREFIX=/usr DESTDIR="${pkgdir}" install
-   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: feh/repos/extra-x86_64/PKGBUILD (from rev 274807, feh/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-08-29 14:49:43 UTC (rev 274808)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Andrea Scarpino 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=feh
+pkgver=2.17
+pkgrel=1
+pkgdesc='Fast and light imlib2-based image viewer'

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

2016-08-29 Thread Gaëtan Bisson
Date: Monday, August 29, 2016 @ 14:49:13
  Author: bisson
Revision: 274807

upstream update

Modified:
  feh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 14:00:35 UTC (rev 274806)
+++ PKGBUILD2016-08-29 14:49:13 UTC (rev 274807)
@@ -5,7 +5,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=feh
-pkgver=2.16.2
+pkgver=2.17
 pkgrel=1
 pkgdesc='Fast and light imlib2-based image viewer'
 url='http://feh.finalrewind.org/'
@@ -16,7 +16,7 @@
 makedepends=('libxt')
 validpgpkeys=('781BB7071C6BF648EAEB08A1100D5BFB5166E005')
 source=("${url}${pkgname}-${pkgver}.tar.bz2"{,.asc})
-sha1sums=('7f2ab6191f21efb081d7fe9f0bb81ff404178eb5' 'SKIP')
+sha1sums=('e8a85382a9829ddf9680835c91f330a89c9b8fdd' 'SKIP')
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-08-29 Thread Jan Steffens
Date: Monday, August 29, 2016 @ 14:00:35
  Author: heftig
Revision: 274806

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

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

+
 /PKGBUILD  |   78 +++
 extra-i686/PKGBUILD|   37 
 extra-i686/pango.install   |8 
 extra-x86_64/PKGBUILD  |   37 
 extra-x86_64/pango.install |8 
 5 files changed, 78 insertions(+), 90 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-08-29 13:59:35 UTC (rev 274805)
+++ extra-i686/PKGBUILD 2016-08-29 14:00:35 UTC (rev 274806)
@@ -1,37 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man')
-checkdepends=('ttf-dejavu')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('e27af54172c72b3ac6be53c9a4c67053e16c905e02addcf3a603ceb2005c1a40')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check || :
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
-}

Copied: pango/repos/extra-i686/PKGBUILD (from rev 274805, pango/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-08-29 14:00:35 UTC (rev 274806)
@@ -0,0 +1,39 @@
+# $Id$ 
+# Maintainer: Jan de Groot 
+
+pkgname=pango
+pkgver=1.40.2
+pkgrel=1
+pkgdesc="A library for layout and rendering of text"
+arch=('i686' 'x86_64')
+license=('LGPL')
+depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man'
+ 'gtk-doc')
+checkdepends=('ttf-dejavu')
+source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
+url="http://www.pango.org/;
+sha256sums=('90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm pango-view/pango-view.1.in
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check || :
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-i686/pango.install
===
--- extra-i686/pango.install2016-08-29 13:59:35 UTC (rev 274805)
+++ extra-i686/pango.install2016-08-29 14:00:35 UTC (rev 274806)
@@ -1,8 +0,0 @@
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   if [ -f etc/pango/pango.modules ]; then
-   rm etc/pango/pango.modules
-   fi
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-08-29 13:59:35 UTC (rev 274805)
+++ extra-x86_64/PKGBUILD   2016-08-29 14:00:35 UTC (rev 274806)
@@ -1,37 +0,0 @@
-# $Id$ 
-# Maintainer: Jan de Groot 
-
-pkgname=pango
-pkgver=1.40.1
-pkgrel=1
-pkgdesc="A library for layout and rendering of text"
-arch=('i686' 'x86_64')
-license=('LGPL')
-depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man')
-checkdepends=('ttf-dejavu')
-install=pango.install
-source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
-url="http://www.pango.org/;
-sha256sums=('e27af54172c72b3ac6be53c9a4c67053e16c905e02addcf3a603ceb2005c1a40')
-
-build() {
-  cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-included-modules=basic-fc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-

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

2016-08-29 Thread Jan Steffens
Date: Monday, August 29, 2016 @ 13:59:35
  Author: heftig
Revision: 274805

1.40.2-1

Modified:
  pango/trunk/PKGBUILD
Deleted:
  pango/trunk/pango.install

---+
 PKGBUILD  |   20 +++-
 pango.install |8 
 2 files changed, 11 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-08-29 10:29:05 UTC (rev 274804)
+++ PKGBUILD2016-08-29 13:59:35 UTC (rev 274805)
@@ -2,26 +2,28 @@
 # Maintainer: Jan de Groot 
 
 pkgname=pango
-pkgver=1.40.1
+pkgver=1.40.2
 pkgrel=1
 pkgdesc="A library for layout and rendering of text"
 arch=('i686' 'x86_64')
 license=('LGPL')
 depends=('libthai' 'cairo' 'libxft' 'harfbuzz')
-makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man')
+makedepends=('harfbuzz' 'fontconfig' 'cairo' 'libxft' 'libthai' 
'gobject-introspection' 'help2man'
+ 'gtk-doc')
 checkdepends=('ttf-dejavu')
-install=pango.install
 
source=(http://download.gnome.org/sources/${pkgname}/${pkgver:0:4}/${pkgname}-${pkgver}.tar.xz)
 url="http://www.pango.org/;
-sha256sums=('e27af54172c72b3ac6be53c9a4c67053e16c905e02addcf3a603ceb2005c1a40')
+sha256sums=('90582a02bc89318d205814fc097f2e9dd164d26da5f27c53ea42d583b34c3cd1')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  rm pango-view/pango-view.1.in
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-
-  rm -f pango-view/pango-view.1.in
-
   ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
+  --localstatedir=/var --enable-gtk-doc
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
   make
 }
@@ -33,5 +35,5 @@
 
 package() {
   cd ${pkgname}-${pkgver}
-  make -j1 DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install
 }

Deleted: pango.install
===
--- pango.install   2016-08-29 10:29:05 UTC (rev 274804)
+++ pango.install   2016-08-29 13:59:35 UTC (rev 274805)
@@ -1,8 +0,0 @@
-post_upgrade() {
-   if [ -f usr/etc/pango/pango.modules ]; then
-   rm usr/etc/pango/pango.modules
-   fi
-   if [ -f etc/pango/pango.modules ]; then
-   rm etc/pango/pango.modules
-   fi
-}


  1   2   >