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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:47:58
  Author: idevolder
Revision: 173039

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

Added:
  opera/repos/community-i686/PKGBUILD
(from rev 173038, opera/trunk/PKGBUILD)
  opera/repos/community-i686/default
(from rev 173038, opera/trunk/default)
  opera/repos/community-i686/opera
(from rev 173038, opera/trunk/opera)
  opera/repos/community-i686/opera.install
(from rev 173038, opera/trunk/opera.install)
  opera/repos/community-x86_64/PKGBUILD
(from rev 173038, opera/trunk/PKGBUILD)
  opera/repos/community-x86_64/default
(from rev 173038, opera/trunk/default)
  opera/repos/community-x86_64/opera
(from rev 173038, opera/trunk/opera)
  opera/repos/community-x86_64/opera.install
(from rev 173038, opera/trunk/opera.install)
Deleted:
  opera/repos/community-i686/PKGBUILD
  opera/repos/community-i686/default
  opera/repos/community-i686/opera
  opera/repos/community-i686/opera.install
  opera/repos/community-x86_64/PKGBUILD
  opera/repos/community-x86_64/default
  opera/repos/community-x86_64/opera
  opera/repos/community-x86_64/opera.install

+
 /PKGBUILD  |  156 +++
 /default   |8 ++
 /opera |   26 ++
 /opera.install |   78 +++
 community-i686/PKGBUILD|   79 ---
 community-i686/default |4 -
 community-i686/opera   |   13 ---
 community-i686/opera.install   |   39 -
 community-x86_64/PKGBUILD  |   79 ---
 community-x86_64/default   |4 -
 community-x86_64/opera |   13 ---
 community-x86_64/opera.install |   39 -
 12 files changed, 268 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 05:47:41 UTC (rev 173038)
+++ community-i686/PKGBUILD 2016-04-30 05:47:58 UTC (rev 173039)
@@ -1,79 +0,0 @@
-# $Id$
-# vim:set ft=sh:
-# Maintainer: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Mateusz Herych 
-# Contributor: ruario 
-# Contributor: Daniel Isenmann 
-# Contributor: dorphell 
-# Contributor: Sigitas Mazaliauskas 
-# Contributor: eworm
-
-pkgname=opera
-pkgver=36.0.2130.65
-pkgrel=1
-pkgdesc="A fast and secure web browser"
-url="http://www.opera.com/;
-install=${pkgname}.install
-options=(!strip !zipman)
-license=('custom:opera')
-backup=("etc/$pkgname/default")
-arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
-makedepends=('patchelf')
-optdepends=(
-'curl: opera crash reporter and autoupdate checker'
-'opera-ffmpeg-codecs: playback of proprietary video/audio'
-)
-source=(
-"opera"
-"default"
-)
-source_i686=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_i386.deb;)
-source_x86_64=("http://get.geo.opera.com/pub/${pkgname}/desktop/${pkgver}/linux/${pkgname}-stable_${pkgver}_amd64.deb;)
-sha256sums=('508512464e24126fddfb2c41a1e2e86624bdb0c0748084b6a922573b6cf6b9c5'
-'4913d97dec0ddc99d1e089b029b9123c2c86b7c88d631c4db119b09da027')
-sha256sums_i686=('81077245e55d893d47a5aa911c29d8f29d7794e0314bc9e1f8ea383bcd8aab8a')
-sha256sums_x86_64=('f6fd496f3cafcb5d12540b9b3ee7ec5fc2d8f3ccfd525d3bb537cc3020efaa31')
-
-prepare() {
-sed -e "s/%pkgname%/$pkgname/g" -i "$srcdir/opera"
-sed -e "s/%operabin%/$pkgname\/$pkgname/g" \
--i "$srcdir/opera"
-}
-
-package() {
-tar -xf data.tar.xz --exclude=usr/share/{lintian,menu} -C "$pkgdir/"
-
-# get rid of the extra subfolder {i386,x86_64}-linux-gnu
-(
-cd "$pkgdir/usr/lib/"*-linux-gnu/
-mv "$pkgname" ../
-)
-rm -rf "$pkgdir/usr/lib/"*-linux-gnu
-
-# patch rpath in opera-developer binary
-if [[ "$CARCH" == "i686" ]]; then
-patchelf --set-rpath \$ORIGIN/lib_extra:\$ORIGIN/lib:\$ORIGIN/. \
-"$pkgdir/usr/lib/$pkgname/$pkgname"
-else
-patchelf --set-rpath \$ORIGIN/lib_extra:\$ORIGIN/. \
-"$pkgdir/usr/lib/$pkgname/$pkgname"
-fi
-
-# suid opera_sandbox
-chmod 4755 "$pkgdir/usr/lib/$pkgname/opera_sandbox"
-
-# install default options
-install -Dm644 "$srcdir/default" "$pkgdir/etc/$pkgname/default"
-
-# install opera wrapper
-rm "$pkgdir/usr/bin/$pkgname"
-install -Dm755 "$srcdir/opera" "$pkgdir/usr/bin/$pkgname"
-
-# license
-install -Dm644 \
-"$pkgdir/usr/share/doc/${pkgname}-stable/copyright" \
-"$pkgdir/usr/share/licenses/$pkgname/copyright"
-}
-

Copied: opera/repos/community-i686/PKGBUILD (from rev 173038, 
opera/trunk/PKGBUILD)

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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:47:41
  Author: idevolder
Revision: 173038

upgpkg: opera 36.0.2130.65-2

Modified:
  opera/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:46:02 UTC (rev 173037)
+++ PKGBUILD2016-04-30 05:47:41 UTC (rev 173038)
@@ -11,15 +11,14 @@
 
 pkgname=opera
 pkgver=36.0.2130.65
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast and secure web browser"
 url="http://www.opera.com/;
-install=${pkgname}.install
 options=(!strip !zipman)
 license=('custom:opera')
 backup=("etc/$pkgname/default")
 arch=('i686' 'x86_64')
-depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify')
+depends=('gtk2' 'desktop-file-utils' 'shared-mime-info' 'libxtst' 'gconf' 
'libxss' 'alsa-lib' 'nss' 'ttf-font' 'libnotify' 'hicolor-icon-theme')
 makedepends=('patchelf')
 optdepends=(
 'curl: opera crash reporter and autoupdate checker'


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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:46:02
  Author: idevolder
Revision: 173037

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

Added:
  kodi/repos/community-i686/PKGBUILD
(from rev 173036, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi.install
(from rev 173036, kodi/trunk/kodi.install)
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
(from rev 173036, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 173036, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi.install
(from rev 173036, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch
(from rev 173036, kodi/trunk/prevent-taglib-from-crashing-kodi.patch)
Deleted:
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-i686/prevent-taglib-from-crashing-kodi.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi.install
  kodi/repos/community-x86_64/prevent-taglib-from-crashing-kodi.patch

--+
 /PKGBUILD|  258 +
 /kodi.install|   34 +
 /prevent-taglib-from-crashing-kodi.patch |  192 +
 community-i686/PKGBUILD  |  130 --
 community-i686/kodi.install  |   17 
 community-i686/prevent-taglib-from-crashing-kodi.patch   |   96 
 community-x86_64/PKGBUILD|  130 --
 community-x86_64/kodi.install|   17 
 community-x86_64/prevent-taglib-from-crashing-kodi.patch |   96 
 9 files changed, 484 insertions(+), 486 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 05:45:40 UTC (rev 173036)
+++ community-i686/PKGBUILD 2016-04-30 05:46:02 UTC (rev 173037)
@@ -1,130 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Brad Fanella 
-# Contributor: [vEX] 
-# Contributor: Zeqadious 
-# Contributor: BlackIkeEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Maxime Gauduin 
-
-pkgbase=kodi
-pkgname=('kodi' 'kodi-eventclients')
-pkgver=16.1
-_codename=Jarvis
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://kodi.tv;
-license=('GPL2')
-makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
-  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
-  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
-  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
-  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
-  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
-  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 
'upower'
-  'yajl' 'zip' 'mesa' 'libdcadec.so' 'libcrossguid'
-)
-source=(
-  
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
-)
-sha256sums=('7d82c8aff2715c83deecdf10c566e26105bec0473af530a1356d4c747ebdfd10')
-
-prepare() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
"{}" +
-  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
-   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
-  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
-
-  # patches
-}
-
-build() {
-  cd "$srcdir/xbmc-$pkgver-$_codename"
-
-   # Bootstrapping
-  MAKEFLAGS=-j1 ./bootstrap
-
-  #./configure --help
-  #return 1
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=/usr --exec-prefix=/usr \
---disable-debug \
---enable-optimizations \
---enable-libbluray \
---enable-shared-libraries \
---with-lirc-device=/run/lirc/lircd \
-ac_cv_type__Bool=yes
-
-  # Now (finally) build
-  make
-}
-
-package_kodi() {
-  pkgdesc="A software media player and entertainment hub for digital media"
-
-  # depends expected for kodi plugins:
-  # 'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-  # depends expeced in FEH.py
-  # 'mesa-demos' 'xorg-xdpyinfo'
-  depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson'
-'mesa-demos' 'xorg-xdpyinfo'
-'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libass' 'libcdio'
-'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
-'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
-'yajl' 'mesa' 

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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:45:40
  Author: idevolder
Revision: 173036

upgpkg: kodi 16.1-2

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:44:37 UTC (rev 173035)
+++ PKGBUILD2016-04-30 05:45:40 UTC (rev 173036)
@@ -13,7 +13,7 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=16.1
 _codename=Jarvis
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://kodi.tv;
 license=('GPL2')
@@ -25,7 +25,7 @@
   'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'mesa' 'nasm' 'nss-mdns'
   'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
   'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 
'upower'
-  'yajl' 'zip' 'mesa' 'libdcadec.so' 'libcrossguid'
+  'yajl' 'zip' 'mesa' 'dcadec' 'libcrossguid'
 )
 source=(
   
"$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
@@ -79,7 +79,7 @@
 'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libass' 'libcdio'
 'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
 'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
-'yajl' 'mesa' 'libdcadec.so'
+'yajl' 'mesa' 'dcadec' 'desktop-file-utils'
   )
   optdepends=(
 'afpfs-ng: Apple shares support'
@@ -96,7 +96,6 @@
 'upower: Display battery level'
 'lsb-release: log distro information in crashlog'
   )
-  install="kodi.install"
   provides=('xbmc')
   conflicts=('xbmc')
   replaces=('xbmc')


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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:44:13
  Author: idevolder
Revision: 173034

upgpkg: fwbuilder 5.1.0.3599-7

Modified:
  fwbuilder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:33:01 UTC (rev 173033)
+++ PKGBUILD2016-04-30 05:44:13 UTC (rev 173034)
@@ -6,14 +6,13 @@
 
 pkgname=fwbuilder
 pkgver=5.1.0.3599
-pkgrel=6
+pkgrel=7
 pkgdesc="Object-oriented GUI and set of compilers for various firewall 
platforms"
 url="http://www.fwbuilder.org/;
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libxslt' 'net-snmp' 'qt4')
+depends=('libxslt' 'net-snmp' 'qt4' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
 conflicts=('libfwbuilder')
-install=fwbuilder.install
 
source=("http://sourceforge.net/projects/fwbuilder/files/Current_Packages/${pkgver%.*}/fwbuilder-${pkgver}.tar.gz;
'fwbuilder.xml'
'fwbuilder-gcc47.patch')


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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:44:37
  Author: idevolder
Revision: 173035

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

Added:
  fwbuilder/repos/community-i686/PKGBUILD
(from rev 173034, fwbuilder/trunk/PKGBUILD)
  fwbuilder/repos/community-i686/fwbuilder-gcc47.patch
(from rev 173034, fwbuilder/trunk/fwbuilder-gcc47.patch)
  fwbuilder/repos/community-i686/fwbuilder.install
(from rev 173034, fwbuilder/trunk/fwbuilder.install)
  fwbuilder/repos/community-i686/fwbuilder.xml
(from rev 173034, fwbuilder/trunk/fwbuilder.xml)
  fwbuilder/repos/community-x86_64/PKGBUILD
(from rev 173034, fwbuilder/trunk/PKGBUILD)
  fwbuilder/repos/community-x86_64/fwbuilder-gcc47.patch
(from rev 173034, fwbuilder/trunk/fwbuilder-gcc47.patch)
  fwbuilder/repos/community-x86_64/fwbuilder.install
(from rev 173034, fwbuilder/trunk/fwbuilder.install)
  fwbuilder/repos/community-x86_64/fwbuilder.xml
(from rev 173034, fwbuilder/trunk/fwbuilder.xml)
Deleted:
  fwbuilder/repos/community-i686/PKGBUILD
  fwbuilder/repos/community-i686/fwbuilder-gcc47.patch
  fwbuilder/repos/community-i686/fwbuilder.install
  fwbuilder/repos/community-i686/fwbuilder.xml
  fwbuilder/repos/community-x86_64/PKGBUILD
  fwbuilder/repos/community-x86_64/fwbuilder-gcc47.patch
  fwbuilder/repos/community-x86_64/fwbuilder.install
  fwbuilder/repos/community-x86_64/fwbuilder.xml

+
 /PKGBUILD  |   74 +++
 /fwbuilder-gcc47.patch |   26 ++
 /fwbuilder.install |   28 +++
 community-i686/PKGBUILD|   38 ---
 community-i686/fwbuilder-gcc47.patch   |   13 -
 community-i686/fwbuilder.install   |   14 -
 community-x86_64/PKGBUILD  |   38 ---
 community-x86_64/fwbuilder-gcc47.patch |   13 -
 community-x86_64/fwbuilder.install |   14 -
 9 files changed, 128 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 05:44:13 UTC (rev 173034)
+++ community-i686/PKGBUILD 2016-04-30 05:44:37 UTC (rev 173035)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Kevin Piche 
-# Contributor: Tom Newsom 
-# vim: set ft=sh:
-
-pkgname=fwbuilder
-pkgver=5.1.0.3599
-pkgrel=6
-pkgdesc="Object-oriented GUI and set of compilers for various firewall 
platforms"
-url="http://www.fwbuilder.org/;
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxslt' 'net-snmp' 'qt4')
-conflicts=('libfwbuilder')
-install=fwbuilder.install
-source=("http://sourceforge.net/projects/fwbuilder/files/Current_Packages/${pkgver%.*}/fwbuilder-${pkgver}.tar.gz;
-   'fwbuilder.xml'
-   'fwbuilder-gcc47.patch')
-sha256sums=('452514a1ec0be1416bfca93603e6c89deb91d1a3a19671c64b5a8868a3743daf'
-   
'f8eacaa9895b17af3a1c148064b5ad8381b83f7983acb14687faef488ac8fede'
-   
'd7c602d5b99c6e40403c0b02e34abf15de83802257ca5ce80ad53d486b692f27')
-
-build() {
-  cd "${srcdir}/fwbuilder-${pkgver}"
-  patch -p1 -i "$srcdir/fwbuilder-gcc47.patch"
-  export CXXFLAGS="$CXXFLAGS -fno-var-tracking-assignments"
-  ./autogen.sh
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/fwbuilder-${pkgver}"
-  make INSTALL_ROOT="${pkgdir}" install
-  echo "MimeType=text/x-xml-fwbuilder;" >> 
"$pkgdir/usr/share/applications/${pkgname}.desktop"
-  install -Dm644 "$srcdir/fwbuilder.xml" 
"$pkgdir/usr/share/mime/packages/fwbuilder.xml"
-}

Copied: fwbuilder/repos/community-i686/PKGBUILD (from rev 173034, 
fwbuilder/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 05:44:37 UTC (rev 173035)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Kevin Piche 
+# Contributor: Tom Newsom 
+# vim: set ft=sh:
+
+pkgname=fwbuilder
+pkgver=5.1.0.3599
+pkgrel=7
+pkgdesc="Object-oriented GUI and set of compilers for various firewall 
platforms"
+url="http://www.fwbuilder.org/;
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxslt' 'net-snmp' 'qt4' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
+conflicts=('libfwbuilder')
+source=("http://sourceforge.net/projects/fwbuilder/files/Current_Packages/${pkgver%.*}/fwbuilder-${pkgver}.tar.gz;
+   'fwbuilder.xml'
+   'fwbuilder-gcc47.patch')
+sha256sums=('452514a1ec0be1416bfca93603e6c89deb91d1a3a19671c64b5a8868a3743daf'
+   
'f8eacaa9895b17af3a1c148064b5ad8381b83f7983acb14687faef488ac8fede'
+   
'd7c602d5b99c6e40403c0b02e34abf15de83802257ca5ce80ad53d486b692f27')
+
+build() {
+  cd 

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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:33:01
  Author: idevolder
Revision: 173033

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

Added:
  doublecmd/repos/community-i686/PKGBUILD
(from rev 173032, doublecmd/trunk/PKGBUILD)
  doublecmd/repos/community-i686/doublecmd.install
(from rev 173032, doublecmd/trunk/doublecmd.install)
  doublecmd/repos/community-x86_64/PKGBUILD
(from rev 173032, doublecmd/trunk/PKGBUILD)
  doublecmd/repos/community-x86_64/doublecmd.install
(from rev 173032, doublecmd/trunk/doublecmd.install)
Deleted:
  doublecmd/repos/community-i686/PKGBUILD
  doublecmd/repos/community-i686/doublecmd.install
  doublecmd/repos/community-x86_64/PKGBUILD
  doublecmd/repos/community-x86_64/doublecmd.install

+
 /PKGBUILD  |  164 +++
 /doublecmd.install |   68 ++
 community-i686/PKGBUILD|   83 -
 community-i686/doublecmd.install   |   34 ---
 community-x86_64/PKGBUILD  |   83 -
 community-x86_64/doublecmd.install |   34 ---
 6 files changed, 232 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 05:32:36 UTC (rev 173032)
+++ community-i686/PKGBUILD 2016-04-30 05:33:01 UTC (rev 173033)
@@ -1,83 +0,0 @@
-# vim:set ft=sh:
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: (sirocco AT ngs.ru)
-
-pkgbase=doublecmd
-pkgname=('doublecmd-gtk2' 'doublecmd-qt')
-pkgver=0.7.1
-_helpver=0.6.0
-pkgrel=1
-url="http://doublecmd.sourceforge.net/;
-arch=('i686' 'x86_64')
-license=('GPL')
-install="$pkgbase.install"
-provides=("$pkgbase")
-makedepends=('lazarus' 'qt4pas' 'gtk2')
-optdepends=(
-   'lua51: scripting'
-   'p7zip: support for 7zip archives'
-   'libunrar: support for rar archives'
-)
-source=(
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-$pkgver-src.tar.gz;
-   
"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
-   "http://www.herecura.be/files/lazarus-20140321-2.tar.gz;
-)
-
-prepare() {
-   cd "$pkgbase-$pkgver"
-   sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i install/linux/install.sh
-
-   cd "$srcdir"
-
-   cp -a "$pkgbase-$pkgver" "$pkgbase-gtk"
-   cp -a "$pkgbase-$pkgver" "$pkgbase-qt"
-}
-
-build() {
-   msg2 'build gtk'
-   gtkdir="$srcdir/$pkgbase-gtk"
-   cd "$gtkdir"
-   bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
-   sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) 
--primary-config-path=${gtkdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i 
build.sh
-   sed -e "s/%%SRCDIR%%/${gtkdir//\//\\\/}/g" -i lazarus/packagefiles.xml
-   ./build.sh beta gtk2
-
-   msg2 'build qt'
-   qtdir="$srcdir/$pkgbase-qt"
-   cd "$qtdir"
-   bsdtar -zxf "$srcdir/lazarus-20140321-2.tar.gz"
-   sed -e "s/\\(export\\ lazbuild=\\).*/\\1\"\$(which lazbuild) 
--primary-config-path=${qtdir//\//\\\/}\/lazarus\/lazarus-$CARCH\"/" -i build.sh
-   sed -e "s/%%SRCDIR%%/${qtdir//\//\\\/}/g" -i lazarus/packagefiles.xml
-   ./build.sh beta qt
-
-}
-
-package_doublecmd-gtk2() {
-   pkgdesc="twin-panel (commander-style) file manager (GTK)"
-   depends=('gtk2')
-   conflicts=('doublecmd-qt')
-   cd "$srcdir/$pkgbase-gtk"
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-
-package_doublecmd-qt() {
-   pkgdesc="twin-panel (commander-style) file manager (QT)"
-   depends=('qt4pas')
-   conflicts=('doublecmd-gtk2')
-   cd "$srcdir/$pkgbase-qt"
-   ./install/linux/install.sh --install-prefix="$pkgdir"
-
-   # install doc
-   cd "$srcdir/$pkgbase-help-$_helpver"
-   cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
-}
-
-sha256sums=('ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf'
-'d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
-'16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')

Copied: doublecmd/repos/community-i686/PKGBUILD (from rev 173032, 
doublecmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 05:33:01 UTC (rev 173033)
@@ -0,0 +1,82 @@
+# vim:set ft=sh:
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: (sirocco AT ngs.ru)
+
+pkgbase=doublecmd
+pkgname=('doublecmd-gtk2' 'doublecmd-qt')
+pkgver=0.7.1
+_helpver=0.6.0
+pkgrel=2
+url="http://doublecmd.sourceforge.net/;
+arch=('i686' 'x86_64')
+license=('GPL')
+provides=("$pkgbase")
+makedepends=('lazarus' 'qt4pas' 'gtk2')
+optdepends=(

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

2016-04-29 Thread Ike Devolder
Date: Saturday, April 30, 2016 @ 07:32:36
  Author: idevolder
Revision: 173032

upgpkg: doublecmd 0.7.1-2

Modified:
  doublecmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:14:06 UTC (rev 173031)
+++ PKGBUILD2016-04-30 05:32:36 UTC (rev 173032)
@@ -7,11 +7,10 @@
 pkgname=('doublecmd-gtk2' 'doublecmd-qt')
 pkgver=0.7.1
 _helpver=0.6.0
-pkgrel=1
+pkgrel=2
 url="http://doublecmd.sourceforge.net/;
 arch=('i686' 'x86_64')
 license=('GPL')
-install="$pkgbase.install"
 provides=("$pkgbase")
 makedepends=('lazarus' 'qt4pas' 'gtk2')
 optdepends=(
@@ -24,6 +23,9 @@

"http://downloads.sourceforge.net/project/$pkgbase/Double%20Commander%20Source/$pkgbase-help-$_helpver-src.tar.gz;
"http://www.herecura.be/files/lazarus-20140321-2.tar.gz;
 )
+sha256sums=('ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf'
+'d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
+'16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')
 
 prepare() {
cd "$pkgbase-$pkgver"
@@ -56,7 +58,7 @@
 
 package_doublecmd-gtk2() {
pkgdesc="twin-panel (commander-style) file manager (GTK)"
-   depends=('gtk2')
+   depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
conflicts=('doublecmd-qt')
cd "$srcdir/$pkgbase-gtk"
./install/linux/install.sh --install-prefix="$pkgdir"
@@ -68,7 +70,7 @@
 
 package_doublecmd-qt() {
pkgdesc="twin-panel (commander-style) file manager (QT)"
-   depends=('qt4pas')
+   depends=('qt4pas' 'desktop-file-utils' 'hicolor-icon-theme' 
'shared-mime-info')
conflicts=('doublecmd-gtk2')
cd "$srcdir/$pkgbase-qt"
./install/linux/install.sh --install-prefix="$pkgdir"
@@ -78,6 +80,3 @@
cp -a * "$pkgdir/usr/share/$pkgbase/doc/"
 }
 
-sha256sums=('ecfe1fe8d6026181ae03a3defa4ec73226844a2bca8935bab1b66cc2c604fbbf'
-'d50a58f0e8c25c07720f2afd987213f330dfce268e2aef349d1da3de2eef1c39'
-'16560ad7403ffbee1800384768828e1fad924d03068c6248b68a78c393fc4e20')


[arch-commits] Commit in python-docker-py/repos/community-any (3 files)

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:14:06
  Author: fyan
Revision: 173031

archrelease: copy trunk to community-any

Added:
  python-docker-py/repos/community-any/PKGBUILD
(from rev 173030, python-docker-py/trunk/PKGBUILD)
Deleted:
  python-docker-py/repos/community-any/PKGBUILD
  python-docker-py/repos/community-any/backports.patch

-+
 PKGBUILD|  132 +++--
 backports.patch |  214 --
 2 files changed, 63 insertions(+), 283 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 05:13:02 UTC (rev 173030)
+++ PKGBUILD2016-04-30 05:14:06 UTC (rev 173031)
@@ -1,69 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hideaki Takahashi 
-# Contributor: Vincent Demeester 
-# Contributor: Josh VanderLinden 
-
-pkgname=(python-docker-py python2-docker-py)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Python client for Docker."
-arch=('any')
-url="https://github.com/dotcloud/docker-py;
-license=("Apache")
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
- 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client'
- 'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
-  'flake8' 'python2-flake8')
-source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;
-backports.patch)
-sha256sums=('SKIP'
-'0bbf17354fa7e7089180577271f552ea08c6b262fd0ca732626085c0bde7a3e0')
-
-prepare() {
-  # Use match_hostname from backports.ssl_match_hostname, as the required 
py2-ipaddress module conflicts with python2-ipaddress
-  # https://github.com/docker/docker-py/pull/1029
-  (cd docker-py; patch -p1 -i ../backports.patch)
-
-  sed -i 's/==.*$//' docker-py/{,test-}requirements.txt
-
-  cp -a docker-py{,-py2}
-}
-
-build() {
-  cd "$srcdir"/docker-py
-  python setup.py build
-
-  cd "$srcdir"/docker-py-py2
-  python2 setup.py build
-}
-
-check() {
-  # Skipping integration tests as docker needs root to run:
-  # docker daemon -H fd:// -p "$srcdir/docker.pid"
-
-  cd "$srcdir/docker-py"
-  py.test --cov=docker tests/unit
-
-  cd "$srcdir/docker-py-py2"
-  py.test2 --cov=docker tests/unit
-
-  # kill $(<"$srcdir/docker.pid")
-}
-
-package_python-docker-py() {
-  depends=('python-requests' 'python-six' 'python-websocket-client')
-
-  cd docker-py
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-docker-py() {
-  depends=('python2-requests' 'python2-six' 'python2-websocket-client' 
'python2-backports.ssl_match_hostname' 'python2-ipaddress')
-
-  cd docker-py-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-docker-py/repos/community-any/PKGBUILD (from rev 173030, 
python-docker-py/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 05:14:06 UTC (rev 173031)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hideaki Takahashi 
+# Contributor: Vincent Demeester 
+# Contributor: Josh VanderLinden 
+
+pkgname=(python-docker-py python2-docker-py)
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Python client for Docker."
+arch=('any')
+url="https://github.com/dotcloud/docker-py;
+license=("Apache")
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-requests' 
'python2-requests'
+ 'python-six' 'python2-six' 'python-websocket-client' 
'python2-websocket-client'
+ 'python2-backports.ssl_match_hostname' 'python2-ipaddress')
+checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
+  'flake8' 'python2-flake8')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+prepare() {
+  sed -i 's/==.*$//' docker-py/{,test-}requirements.txt
+
+  cp -a docker-py{,-py2}
+}
+
+build() {
+  cd "$srcdir"/docker-py
+  python setup.py build
+
+  cd "$srcdir"/docker-py-py2
+  python2 setup.py build
+}
+
+check() {
+  # Skipping integration tests as docker needs root to run:
+  # docker daemon -H fd:// -p "$srcdir/docker.pid"
+
+  cd "$srcdir/docker-py"
+  py.test --cov=docker tests/unit
+
+  cd "$srcdir/docker-py-py2"
+  py.test2 --cov=docker tests/unit
+
+  # kill $(<"$srcdir/docker.pid")
+}
+
+package_python-docker-py() {
+  depends=('python-requests' 'python-six' 'python-websocket-client')
+
+  cd docker-py
+  python setup.py install -O1 --root="$pkgdir"
+  install -Dm644 

[arch-commits] Commit in python-docker-py/trunk (PKGBUILD backports.patch)

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:13:02
  Author: fyan
Revision: 173030

upgpkg: python-docker-py 1.8.1-1

Modified:
  python-docker-py/trunk/PKGBUILD
Deleted:
  python-docker-py/trunk/backports.patch

-+
 PKGBUILD|   12 ---
 backports.patch |  214 --
 2 files changed, 3 insertions(+), 223 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:08:32 UTC (rev 173029)
+++ PKGBUILD2016-04-30 05:13:02 UTC (rev 173030)
@@ -5,7 +5,7 @@
 # Contributor: Josh VanderLinden 
 
 pkgname=(python-docker-py python2-docker-py)
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Python client for Docker."
 arch=('any')
@@ -16,16 +16,10 @@
  'python2-backports.ssl_match_hostname' 'python2-ipaddress')
 checkdepends=('python-pytest-cov' 'python2-pytest-cov' 'python-mock' 
'python2-mock' 'docker'
   'flake8' 'python2-flake8')
-source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;
-backports.patch)
-sha256sums=('SKIP'
-'0bbf17354fa7e7089180577271f552ea08c6b262fd0ca732626085c0bde7a3e0')
+source=("git+https://github.com/docker/docker-py.git#tag=$pkgver;)
+sha256sums=('SKIP')
 
 prepare() {
-  # Use match_hostname from backports.ssl_match_hostname, as the required 
py2-ipaddress module conflicts with python2-ipaddress
-  # https://github.com/docker/docker-py/pull/1029
-  (cd docker-py; patch -p1 -i ../backports.patch)
-
   sed -i 's/==.*$//' docker-py/{,test-}requirements.txt
 
   cp -a docker-py{,-py2}

Deleted: backports.patch
===
--- backports.patch 2016-04-30 05:08:32 UTC (rev 173029)
+++ backports.patch 2016-04-30 05:13:02 UTC (rev 173030)
@@ -1,214 +0,0 @@
-From 9da54931355c5ac7146e1f2b137a12cbbb190cfa Mon Sep 17 00:00:00 2001
-From: Felix Yan 
-Date: Fri, 8 Apr 2016 00:20:42 +0800
-Subject: [PATCH] Use backports.ssl_match_hostname
-
-The py2-ipaddress module unfortunately conflicts with the pypi:ipaddress 
module, which is in the dependency tree of widely used pyOpenSSL. I think it 
would be a good idea to use a well maintained backport of the Python 3.5 
implementation of match_hostname() instead of duplicating the effort and 
maintain another.
-
-All tests are passing here.
-
-Signed-off-by: Felix Yan 

- docker/ssladapter/ssl_match_hostname.py | 130 
- docker/ssladapter/ssladapter.py |   2 +-
- requirements.txt|   2 +-
- setup.py|   2 +-
- tests/unit/ssladapter_test.py   |  12 ++-
- 5 files changed, 12 insertions(+), 136 deletions(-)
- delete mode 100644 docker/ssladapter/ssl_match_hostname.py
-
-diff --git a/docker/ssladapter/ssl_match_hostname.py 
b/docker/ssladapter/ssl_match_hostname.py
-deleted file mode 100644
-index 9de0c5f..000
 a/docker/ssladapter/ssl_match_hostname.py
-+++ /dev/null
-@@ -1,130 +0,0 @@
--# Slightly modified version of match_hostname in python's ssl library
--# https://hg.python.org/cpython/file/tip/Lib/ssl.py
--# Changed to make code python 2.x compatible (unicode strings for ip_address
--# and 3.5-specific var assignment syntax)
--
--import ipaddress
--import re
--
--try:
--from ssl import CertificateError
--except ImportError:
--CertificateError = ValueError
--
--import six
--
--
--def _ipaddress_match(ipname, host_ip):
--"""Exact matching of IP addresses.
--
--RFC 6125 explicitly doesn't define an algorithm for this
--(section 1.7.2 - "Out of Scope").
--"""
--# OpenSSL may add a trailing newline to a subjectAltName's IP address
--ip = ipaddress.ip_address(six.text_type(ipname.rstrip()))
--return ip == host_ip
--
--
--def _dnsname_match(dn, hostname, max_wildcards=1):
--"""Matching according to RFC 6125, section 6.4.3
--
--http://tools.ietf.org/html/rfc6125#section-6.4.3
--"""
--pats = []
--if not dn:
--return False
--
--split_dn = dn.split(r'.')
--leftmost, remainder = split_dn[0], split_dn[1:]
--
--wildcards = leftmost.count('*')
--if wildcards > max_wildcards:
--# Issue #17980: avoid denials of service by refusing more
--# than one wildcard per fragment.  A survey of established
--# policy among SSL implementations showed it to be a
--# reasonable choice.
--raise CertificateError(
--"too many wildcards in certificate DNS name: " + repr(dn))
--
--# speed up common case w/o wildcards
--if not wildcards:
--return dn.lower() == hostname.lower()
--
--# RFC 6125, section 6.4.3, subitem 1.
--# The client SHOULD NOT attempt to match a presented identifier in which
--# the wildcard character comprises a label other than the left-most label.
--if leftmost == '*':
--   

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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:08:32
  Author: fyan
Revision: 173029

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 05:07:59 UTC (rev 173028)
+++ PKGBUILD2016-04-30 05:08:32 UTC (rev 173029)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: N30N 
-# Contributor: giniu 
-
-pkgbase=python-ipdb
-pkgname=(python-ipdb python2-ipdb)
-pkgver=0.9.3
-pkgrel=1
-pkgdesc="IPython-enabled pdb"
-url="http://pypi.python.org/pypi/ipdb;
-makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2' 
'git')
-arch=("any")
-license=("BSD")
-source=("git+https://github.com/gotcha/ipdb.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a ipdb{,-py2}
-}
-
-build() {
-  cd "$srcdir"/ipdb
-  python setup.py build
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/ipdb
-  python setup.py test
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py test
-}
-
-package_python-ipdb() {
-  depends=("ipython")
-
-  cd "$srcdir"/ipdb
-  python setup.py install -O1 --root="$pkgdir"
-
-  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
-}
-
-package_python2-ipdb() {
-  depends=("ipython2")
-
-  cd "$srcdir"/ipdb-py2
-  python2 setup.py install -O1 --root="$pkgdir"
-
-  mv "$pkgdir"/usr/bin/ipdb{,2}
-  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
-}

Copied: python-ipdb/repos/community-any/PKGBUILD (from rev 173028, 
python-ipdb/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 05:08:32 UTC (rev 173029)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: N30N 
+# Contributor: giniu 
+
+pkgbase=python-ipdb
+pkgname=(python-ipdb python2-ipdb)
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="IPython-enabled pdb"
+url="http://pypi.python.org/pypi/ipdb;
+makedepends=('python-setuptools' 'python2-setuptools' 'ipython' 'ipython2' 
'git')
+arch=("any")
+license=("BSD")
+source=("git+https://github.com/gotcha/ipdb.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a ipdb{,-py2}
+}
+
+build() {
+  cd "$srcdir"/ipdb
+  python setup.py build
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/ipdb
+  python setup.py test
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py test
+}
+
+package_python-ipdb() {
+  depends=("ipython")
+
+  cd "$srcdir"/ipdb
+  python setup.py install -O1 --root="$pkgdir"
+
+  ln -s ipdb3 "$pkgdir"/usr/bin/ipdb
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}
+
+package_python2-ipdb() {
+  depends=("ipython2")
+
+  cd "$srcdir"/ipdb-py2
+  python2 setup.py install -O1 --root="$pkgdir"
+
+  mv "$pkgdir"/usr/bin/ipdb{,2}
+  install -Dm644 COPYING.txt "$pkgdir"/usr/share/licenses/$pkgname/COPYING.txt
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:07:59
  Author: fyan
Revision: 173028

upgpkg: python-ipdb 0.10.0-1

Modified:
  python-ipdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:07:31 UTC (rev 173027)
+++ PKGBUILD2016-04-30 05:07:59 UTC (rev 173028)
@@ -5,7 +5,7 @@
 
 pkgbase=python-ipdb
 pkgname=(python-ipdb python2-ipdb)
-pkgver=0.9.3
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="IPython-enabled pdb"
 url="http://pypi.python.org/pypi/ipdb;


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:07:31
  Author: fyan
Revision: 173027

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 173026, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 05:05:40 UTC (rev 173026)
+++ PKGBUILD2016-04-30 05:07:31 UTC (rev 173027)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('9127ffe51086d598a89b34d80d4bfc5b')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 173026, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 05:07:31 UTC (rev 173027)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=2.9.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('a6257b4463fd6ebcba8f4a47a7b76850')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:05:40
  Author: fyan
Revision: 173026

upgpkg: eslint 2.9.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:03:27 UTC (rev 173025)
+++ PKGBUILD2016-04-30 05:05:40 UTC (rev 173026)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=2.8.0
+pkgver=2.9.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('9127ffe51086d598a89b34d80d4bfc5b')
+md5sums=('a6257b4463fd6ebcba8f4a47a7b76850')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:03:25
  Author: fyan
Revision: 173023

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 05:03:23 UTC (rev 173022)
+++ PKGBUILD2016-04-30 05:03:25 UTC (rev 173023)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Roger Duran 
-
-pkgbase=python-xcffib
-pkgname=(python-xcffib python2-xcffib)
-pkgver=0.4.1
-pkgrel=1
-pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
-arch=('any')
-url="https://pypi.python.org/pypi/xcffib;
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 
'haskell-xcb-types'
- 'haskell-language-python' 'haskell-filemanip' 'haskell-split'
- 'haskell-mtl' 'haskell-attoparsec' 'haskell-hunit' 'cabal-install'
- 'haskell-test-framework' 'haskell-test-framework-hunit'
- 'haskell-optparse-applicative')
-checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
-  'xorg-server-xvfb' 'xorg-xeyes')
-source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a xcffib{,-py2}
-
-  sed -e 's/python /python2 /' \
-  -e 's/nosetests /nosetests2 /' \
-  -e 's/flake8 /flake8-python2 /' \
-  -i xcffib-py2/Makefile
-}
-
-build() {
-  cd "$srcdir/xcffib"
-  make xcffib
-
-  cd "$srcdir/xcffib-py2"
-  make xcffib
-}
-
-check() {
-  cd "$srcdir/xcffib"
-  make check
-
-  cd "$srcdir/xcffib-py2"
-  make check
-}
-
-package_python-xcffib() {
-  depends=('python-six' 'python-cffi' 'libxcb')
-
-  cd "$srcdir/xcffib"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-xcffib() {
-  depends=('python2-six' 'python2-cffi' 'libxcb')
-
-  cd "$srcdir/xcffib-py2"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}

Copied: python-xcffib/repos/community-any/PKGBUILD (from rev 173017, 
python-xcffib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 05:03:25 UTC (rev 173023)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Roger Duran 
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.4.2
+pkgrel=1
+pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
+arch=('any')
+url="https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 
'haskell-xcb-types'
+ 'haskell-language-python' 'haskell-filemanip' 'haskell-split'
+ 'haskell-mtl' 'haskell-attoparsec' 'haskell-hunit' 'cabal-install'
+ 'haskell-test-framework' 'haskell-test-framework-hunit'
+ 'haskell-optparse-applicative')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=("git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+}
+
+build() {
+  cd "$srcdir/xcffib"
+  make xcffib
+
+  cd "$srcdir/xcffib-py2"
+  make xcffib
+}
+
+check() {
+  cd "$srcdir/xcffib"
+  make check
+
+  cd "$srcdir/xcffib-py2"
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib"
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd "$srcdir/xcffib-py2"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 07:02:47
  Author: fyan
Revision: 173005

upgpkg: python-xcffib 0.4.2-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 05:02:45 UTC (rev 173004)
+++ PKGBUILD2016-04-30 05:02:47 UTC (rev 173005)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 pkgdesc="Python3 drop in replacement for xpyb, an XCB python binding"
 arch=('any')


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:58:06
  Author: fyan
Revision: 172886

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 04:56:39 UTC (rev 172885)
+++ PKGBUILD2016-04-30 04:58:06 UTC (rev 172886)
@@ -1,54 +0,0 @@
-# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Giovanni Scafora 
-# Contributor: Daniel J Griffiths 
-# Contributor: Felix Yan 
-
-pkgbase=python-html2text
-pkgname=('python-html2text' 'python2-html2text')
-pkgver=2016.4.2
-pkgrel=1
-pkgdesc="A HTML to markdown-structured text converter"
-arch=('any')
-url="https://pypi.python.org/pypi/html2text/;
-license=('GPL3')
-makedepends=('python-setuptools' 'python2-setuptools')
-provides=('html2text')
-replaces=('html2text')
-source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
-sha256sums=('32e5e49eb520335bae200a00e3cc981f1ade558930068e1bb2a6e3fb1504f951')
-
-prepare() {
-  cp -a html2text-$pkgver{,-py2}
-}
-
-build() {
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py build
-  
-  cd "${srcdir}"/html2text-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}"/html2text-$pkgver
-  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
-
-  cd "${srcdir}"/html2text-$pkgver-py2
-  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
-}
-
-package_python-html2text() {
-  depends=('python-setuptools')
-
-  cd "${srcdir}"/html2text-$pkgver
-  python setup.py install --root="${pkgdir}"
-}
-
-package_python2-html2text() {
-  depends=('python2-setuptools')
-
-  cd "${srcdir}"/html2text-$pkgver-py2
-  python setup.py install --root="${pkgdir}"
-  mv "$pkgdir/usr/bin/html2text"{,2}
-}

Copied: python-html2text/repos/community-any/PKGBUILD (from rev 172885, 
python-html2text/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 04:58:06 UTC (rev 172886)
@@ -0,0 +1,54 @@
+# $Id: PKGBUILD 97778 2013-09-29 16:22:13Z jlichtblau $
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Giovanni Scafora 
+# Contributor: Daniel J Griffiths 
+# Contributor: Felix Yan 
+
+pkgbase=python-html2text
+pkgname=('python-html2text' 'python2-html2text')
+pkgver=2016.4.2
+pkgrel=2
+pkgdesc="A HTML to markdown-structured text converter"
+arch=('any')
+url="https://pypi.python.org/pypi/html2text/;
+license=('GPL3')
+makedepends=('python-setuptools' 'python2-setuptools')
+provides=('html2text')
+replaces=('html2text')
+source=(https://pypi.python.org/packages/source/h/html2text/html2text-$pkgver.tar.gz)
+sha256sums=('32e5e49eb520335bae200a00e3cc981f1ade558930068e1bb2a6e3fb1504f951')
+
+prepare() {
+  cp -a html2text-$pkgver{,-py2}
+}
+
+build() {
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py build
+  
+  cd "${srcdir}"/html2text-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}"/html2text-$pkgver
+  PYTHONPATH=$PYTHONPATH:. python setup.py test --verbose
+
+  cd "${srcdir}"/html2text-$pkgver-py2
+  PYTHONPATH=$PYTHONPATH:. python2 setup.py test --verbose
+}
+
+package_python-html2text() {
+  depends=('python-setuptools')
+
+  cd "${srcdir}"/html2text-$pkgver
+  python setup.py install --root="${pkgdir}"
+}
+
+package_python2-html2text() {
+  depends=('python2-setuptools')
+
+  cd "${srcdir}"/html2text-$pkgver-py2
+  python2 setup.py install --root="${pkgdir}"
+  mv "$pkgdir/usr/bin/html2text"{,2}
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:56:39
  Author: fyan
Revision: 172885

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 172884, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 172884, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 172884, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 172884, haskell-hakyll/trunk/haskell-hakyll.install)

-+
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/haskell-hakyll.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/haskell-hakyll.install |   18 +++
 4 files changed, 136 insertions(+)

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 172884, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 04:56:39 UTC (rev 172885)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.8.3.0
+pkgrel=1
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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-tagsoup" "haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d01a2ec0fbc3efffb6e7fcc2971842b6c6bd893327324cada0e345d3a5e504ef')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-hakyll.install 
(from rev 172884, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-04-30 04:56:39 UTC 
(rev 172885)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
172884, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 04:56:39 UTC (rev 172885)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: 

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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:55:27
  Author: fyan
Revision: 172883

upgpkg: python-html2text 2016.4.2-2

fix the broken python2 pkg

Modified:
  python-html2text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 04:53:14 UTC (rev 172882)
+++ PKGBUILD2016-04-30 04:55:27 UTC (rev 172883)
@@ -7,7 +7,7 @@
 pkgbase=python-html2text
 pkgname=('python-html2text' 'python2-html2text')
 pkgver=2016.4.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A HTML to markdown-structured text converter"
 arch=('any')
 url="https://pypi.python.org/pypi/html2text/;
@@ -49,6 +49,6 @@
   depends=('python2-setuptools')
 
   cd "${srcdir}"/html2text-$pkgver-py2
-  python setup.py install --root="${pkgdir}"
+  python2 setup.py install --root="${pkgdir}"
   mv "$pkgdir/usr/bin/html2text"{,2}
 }


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:55:52
  Author: fyan
Revision: 172884

upgpkg: haskell-hakyll 4.8.3.0-1

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.3.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 04:55:27 UTC (rev 172883)
+++ PKGBUILD2016-04-30 04:55:52 UTC (rev 172884)
@@ -4,8 +4,8 @@
 
 _hkgname=hakyll
 pkgname=haskell-hakyll
-pkgver=4.7.5.2
-pkgrel=14
+pkgver=4.8.3.0
+pkgrel=1
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")
@@ -15,11 +15,13 @@
  "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-tagsoup" "haskell-text" "haskell-time-locale-compat")
+ "haskell-resourcet" "haskell-tagsoup" "haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-vector"
+ "haskell-yaml")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('86359589370266cc6fecad41ad1574a54382e9981aa08203d931d684fdc70bf3')
+sha256sums=('d01a2ec0fbc3efffb6e7fcc2971842b6c6bd893327324cada0e345d3a5e504ef')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:52:33
  Author: fyan
Revision: 172881

upgpkg: you-get 0.4.390-1

Modified:
  you-get/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 04:51:24 UTC (rev 172880)
+++ PKGBUILD2016-04-30 04:52:33 UTC (rev 172881)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=you-get
-pkgver=0.4.365
+pkgver=0.4.390
 pkgrel=1
 pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
 url="http://www.soimort.org/you-get/;


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:53:14
  Author: fyan
Revision: 172882

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
(from rev 172881, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 04:52:33 UTC (rev 172881)
+++ PKGBUILD2016-04-30 04:53:14 UTC (rev 172882)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=you-get
-pkgver=0.4.365
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="http://www.soimort.org/you-get/;
-arch=('any')
-license=('MIT')
-depends=('python-setuptools')
-makedepends=('git')
-source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
-sha256sums=('SKIP')
-
-build() {
-  cd "$srcdir"/$pkgname
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$pkgname
-  LC_CTYPE=en_US.UTF-8 python setup.py test
-}
-
-package() {
-  cd "$srcdir"/$pkgname
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 172881, 
you-get/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 04:53:14 UTC (rev 172882)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=you-get
+pkgver=0.4.390
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="http://www.soimort.org/you-get/;
+arch=('any')
+license=('MIT')
+depends=('python-setuptools')
+makedepends=('git')
+source=("git+https://github.com/soimort/you-get.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname
+  LC_CTYPE=en_US.UTF-8 python setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:51:24
  Author: fyan
Revision: 172880

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 04:50:53 UTC (rev 172879)
+++ PKGBUILD2016-04-30 04:51:24 UTC (rev 172880)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: Mario Danic 
-
-pkgbase=python-paramiko
-pkgname=(python-paramiko python2-paramiko)
-pkgver=1.16.0
-pkgrel=1
-pkgdesc="Python module that implements the SSH2 protocol"
-url="https://github.com/paramiko/paramiko/;
-license=('LGPL')
-arch=('any')
-makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
-source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('7e1203f5ffeb7d2bc2bffc4feb804216')
-
-prepare() {
-  cp -a paramiko-$pkgver{,-py2}
-
-  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
-sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
--e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
-}
-
-check() {
-  cd "$srcdir/paramiko-$pkgver"
-  LANG=en_US.UTF-8 python test.py
-
-  cd "$srcdir/paramiko-$pkgver-py2"
-  LANG=en_US.UTF-8 python2 test.py
-}
-
-package_python-paramiko() {
-  depends=('python-crypto' 'python-ecdsa')
-  cd "$srcdir/paramiko-$pkgver"
-
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-
-package_python2-paramiko() {
-  depends=('python2-crypto' 'python2-ecdsa')
-  cd "$srcdir/paramiko-$pkgver-py2"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
-  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
-  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
-}
-

Copied: python-paramiko/repos/community-any/PKGBUILD (from rev 172879, 
python-paramiko/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 04:51:24 UTC (rev 172880)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+# Contributor: Douglas Soares de Andrade 
+# Contributor: Mario Danic 
+
+pkgbase=python-paramiko
+pkgname=(python-paramiko python2-paramiko)
+pkgver=2.0.0
+pkgrel=1
+pkgdesc="Python module that implements the SSH2 protocol"
+url="https://github.com/paramiko/paramiko/;
+license=('LGPL')
+arch=('any')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography' 
'python2-cryptography' 'git')
+source=("git+https://github.com/paramiko/paramiko.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a paramiko{,-py2}
+
+  find paramiko-py2 -name '*.py' -print0 | xargs -0 \
+sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
+-e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
+}
+
+check() {
+  cd "$srcdir/paramiko"
+  LANG=en_US.UTF-8 python test.py
+
+  cd "$srcdir/paramiko-py2"
+  LANG=en_US.UTF-8 python2 test.py
+}
+
+package_python-paramiko() {
+  depends=('python-setuptools' 'python-cryptography')
+  cd "$srcdir/paramiko"
+
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+
+package_python2-paramiko() {
+  depends=('python2-setuptools' 'python2-cryptography')
+  cd "$srcdir/paramiko-py2"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
+  install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
+  chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
+}
+


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:50:53
  Author: fyan
Revision: 172879

upgpkg: python-paramiko 2.0.0-1

Modified:
  python-paramiko/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 04:33:07 UTC (rev 172878)
+++ PKGBUILD2016-04-30 04:50:53 UTC (rev 172879)
@@ -6,38 +6,37 @@
 
 pkgbase=python-paramiko
 pkgname=(python-paramiko python2-paramiko)
-pkgver=1.16.0
+pkgver=2.0.0
 pkgrel=1
 pkgdesc="Python module that implements the SSH2 protocol"
 url="https://github.com/paramiko/paramiko/;
 license=('LGPL')
 arch=('any')
-makedepends=('python-ecdsa' 'python2-ecdsa' 'python-crypto' 'python2-crypto')
-source=("http://pypi.python.org/packages/source/p/paramiko/paramiko-$pkgver.tar.gz;)
-md5sums=('7e1203f5ffeb7d2bc2bffc4feb804216')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cryptography' 
'python2-cryptography' 'git')
+source=("git+https://github.com/paramiko/paramiko.git#tag=$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-  cp -a paramiko-$pkgver{,-py2}
+  cp -a paramiko{,-py2}
 
-  find paramiko-$pkgver-py2 -name '*.py' -print0 | xargs -0 \
+  find paramiko-py2 -name '*.py' -print0 | xargs -0 \
 sed -i -e 's,^#!/usr/bin/env python$,#!/usr/bin/env python2,' \
 -e 's,^#!/usr/bin/python$,#!/usr/bin/python2,'
 }
 
 check() {
-  cd "$srcdir/paramiko-$pkgver"
+  cd "$srcdir/paramiko"
   LANG=en_US.UTF-8 python test.py
 
-  cd "$srcdir/paramiko-$pkgver-py2"
+  cd "$srcdir/paramiko-py2"
   LANG=en_US.UTF-8 python2 test.py
 }
 
 package_python-paramiko() {
-  depends=('python-crypto' 'python-ecdsa')
-  cd "$srcdir/paramiko-$pkgver"
+  depends=('python-setuptools' 'python-cryptography')
+  cd "$srcdir/paramiko"
 
   python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
   install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
   install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
   chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py
@@ -44,11 +43,10 @@
 }
 
 package_python2-paramiko() {
-  depends=('python2-crypto' 'python2-ecdsa')
-  cd "$srcdir/paramiko-$pkgver-py2"
+  depends=('python2-setuptools' 'python2-cryptography')
+  cd "$srcdir/paramiko-py2"
 
   python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 README "$pkgdir/usr/share/doc/$pkgname/README"
   install -dm755 "$pkgdir/usr/share/doc/$pkgname/demos"
   install -m644 demos/* "$pkgdir/usr/share/doc/$pkgname/demos"
   chmod 755 "$pkgdir/usr/share/doc/$pkgname/demos/"*.py


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:33:07
  Author: fyan
Revision: 172878

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 04:32:35 UTC (rev 172877)
+++ PKGBUILD2016-04-30 04:33:07 UTC (rev 172878)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Kaiting Chen 
-# Contributor: Aaron Schaefer 
-
-pkgbase=python-boto
-pkgname=(python-boto python2-boto)
-pkgver=2.39.0
-pkgrel=1
-pkgdesc='A Python interface to Amazon Web Services (AWS)'
-arch=('any')
-url='https://github.com/boto/boto'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
-  'python2-requests' 'python-httpretty' 'python2-httpretty')
-source=("git+https://github.com/boto/boto.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a boto{,-py2}
-
-  cd boto-py2
-  # python2 fix
-  find . -name '*.py' -type f -print0 | xargs -0 \
-sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
-}
-
-check() {
-  cd boto
-  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
-  python tests/test.py default || warning 'Tests failed'
-
-  cd ../boto-py2
-  python2 tests/test.py default
-}
-
-package_python-boto() {
-  depends=('python')
-
-  cd boto
-
-  python setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
-  rm -r "$pkgdir/usr/bin"
-}
-
-package_python2-boto() {
-  depends=('python2')
-  conflicts=('python-boto<2.32.1-1')
-  replaces=('python-boto<2.32.1-1')
-
-  cd boto-py2
-
-  python2 setup.py install -O1 --root="$pkgdir"
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-boto/repos/community-any/PKGBUILD (from rev 172877, 
python-boto/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 04:33:07 UTC (rev 172878)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Kaiting Chen 
+# Contributor: Aaron Schaefer 
+
+pkgbase=python-boto
+pkgname=(python-boto python2-boto)
+pkgver=2.40.0
+pkgrel=1
+pkgdesc='A Python interface to Amazon Web Services (AWS)'
+arch=('any')
+url='https://github.com/boto/boto'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-requests'
+  'python2-requests' 'python-httpretty' 'python2-httpretty')
+source=("git+https://github.com/boto/boto.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a boto{,-py2}
+
+  cd boto-py2
+  # python2 fix
+  find . -name '*.py' -type f -print0 | xargs -0 \
+sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_'
+}
+
+check() {
+  cd boto
+  # Known failure on test_correct_low_level_api_calls: 
https://bugs.python.org/issue25195
+  python tests/test.py default || warning 'Tests failed'
+
+  cd ../boto-py2
+  python2 tests/test.py default
+}
+
+package_python-boto() {
+  depends=('python')
+
+  cd boto
+
+  python setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove (somewhat deprecated) tools that conflicts with the python 2 
version.
+  rm -r "$pkgdir/usr/bin"
+}
+
+package_python2-boto() {
+  depends=('python2')
+  conflicts=('python-boto<2.32.1-1')
+  replaces=('python-boto<2.32.1-1')
+
+  cd boto-py2
+
+  python2 setup.py install -O1 --root="$pkgdir"
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:32:28
  Author: fyan
Revision: 172876

upgpkg: python-boto 2.40.0-1

Modified:
  python-boto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 04:32:18 UTC (rev 172875)
+++ PKGBUILD2016-04-30 04:32:28 UTC (rev 172876)
@@ -5,7 +5,7 @@
 
 pkgbase=python-boto
 pkgname=(python-boto python2-boto)
-pkgver=2.39.0
+pkgver=2.40.0
 pkgrel=1
 pkgdesc='A Python interface to Amazon Web Services (AWS)'
 arch=('any')


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:32:35
  Author: fyan
Revision: 172877

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 04:32:28 UTC (rev 172876)
+++ PKGBUILD2016-04-30 04:32:35 UTC (rev 172877)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-hypothesis
-pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.1.0
-pkgrel=1
-pkgdesc="Advanced Quickcheck style testing library for Python"
-arch=('any')
-license=('MPL')
-url="https://hypothesis.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
-  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
-  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
-  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
-source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a hypothesis{,-py2}
-}
-
-build() {
-  cd "$srcdir/hypothesis"
-  python setup.py build
-
-  cd "$srcdir/hypothesis-py2"
-  python2 setup.py build
-}
-
-check() {(
-  # I dunno how to fix pytest w/django tests :/
-
-  cd "$srcdir/hypothesis"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
-
-  cd "$srcdir/hypothesis-py2"
-  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
-  ) || warning "Tests failed"
-}
-
-package_python-hypothesis() {
-  depends=('python')
-  optdepends=('python-pytz: for datetime and django module'
-  'python-fake-factory: for fakefactory and django module'
-  'python-django: for django module'
-  'python-numpy: for numpy module'
-  'python-pytest: for pytest module')
-
-  cd hypothesis
-  python setup.py install --root="${pkgdir}" --optimize=1
-}
-
-package_python2-hypothesis() {
-  depends=('python2-enum34')
-  optdepends=('python2-pytz: for datetime and django module'
-  'python2-fake-factory: for fakefactory and django module'
-  'python2-django: for django module'
-  'python2-numpy: for numpy module'
-  'python2-pytest: for pytest module')
-
-  cd hypothesis-py2
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: python-hypothesis/repos/community-any/PKGBUILD (from rev 172875, 
python-hypothesis/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 04:32:35 UTC (rev 172877)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-hypothesis
+pkgname=('python-hypothesis' 'python2-hypothesis')
+pkgver=3.1.1
+pkgrel=1
+pkgdesc="Advanced Quickcheck style testing library for Python"
+arch=('any')
+license=('MPL')
+url="https://hypothesis.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'python2-enum34' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'flake8' 
'python2-flake8'
+  'python-pytz' 'python2-pytz' 'python-django' 'python2-django' 
'python-numpy'
+  'python2-numpy' 'python-fake-factory' 'python2-fake-factory' 
'python-flaky'
+  'python2-flaky' 'python-pytest-benchmark' 
'python2-pytest-benchmark')
+source=("git+https://github.com/DRMacIver/hypothesis.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a hypothesis{,-py2}
+}
+
+build() {
+  cd "$srcdir/hypothesis"
+  python setup.py build
+
+  cd "$srcdir/hypothesis-py2"
+  python2 setup.py build
+}
+
+check() {(
+  # I dunno how to fix pytest w/django tests :/
+
+  cd "$srcdir/hypothesis"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python setup.py 
ptr
+
+  cd "$srcdir/hypothesis-py2"
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" LC_CTYPE=en_US.UTF-8 python2 
setup.py ptr
+  ) || warning "Tests failed"
+}
+
+package_python-hypothesis() {
+  depends=('python')
+  optdepends=('python-pytz: for datetime and django module'
+  'python-fake-factory: for fakefactory and django module'
+  'python-django: for django module'
+  'python-numpy: for numpy module'
+  'python-pytest: for pytest module')
+
+  cd hypothesis
+  python setup.py install --root="${pkgdir}" --optimize=1
+}
+
+package_python2-hypothesis() {
+  depends=('python2-enum34')
+  optdepends=('python2-pytz: for datetime and 

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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:31:54
  Author: fyan
Revision: 172874

upgpkg: python-hypothesis 3.1.1-1

Modified:
  python-hypothesis/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 04:31:29 UTC (rev 172873)
+++ PKGBUILD2016-04-30 04:31:54 UTC (rev 172874)
@@ -3,7 +3,7 @@
 
 pkgbase=python-hypothesis
 pkgname=('python-hypothesis' 'python2-hypothesis')
-pkgver=3.1.0
+pkgver=3.1.1
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
 arch=('any')


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 06:30:21
  Author: fyan
Revision: 266672

upgpkg: python-requests 2.10.0-1

Modified:
  python-requests/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 23:28:39 UTC (rev 266671)
+++ PKGBUILD2016-04-30 04:30:21 UTC (rev 266672)
@@ -4,7 +4,7 @@
 
 pkgbase=python-requests
 pkgname=('python-requests' 'python2-requests')
-pkgver=2.9.1
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="Python HTTP for Humans"
 arch=('any')
@@ -11,15 +11,15 @@
 url="http://python-requests.org;
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-chardet' 
'python2-chardet'
- 'python-urllib3' 'python2-urllib3')
-checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin')
-source=(http://pypi.python.org/packages/source/r/requests/requests-$pkgver.tar.gz
+ 'python-urllib3' 'python2-urllib3' 'git')
+checkdepends=('python-pytest-httpbin' 'python2-pytest-httpbin' 
'python-pytest-mock' 'python2-pytest-mock')
+source=("git+https://github.com/kennethreitz/requests.git#tag=v$pkgver;
 certs.patch)
-sha256sums=('c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f'
+sha256sums=('SKIP'
 'e35e779d8640f35ea2ea51112f967d927b44d59483af4cd2c0945c84e79bb7c7')
 
 prepare() {
-cd "$srcdir"/requests-$pkgver
+cd "$srcdir"/requests
 
 patch -p1 -i "$srcdir"/certs.patch
 sed -r 's#(\W|^)requests/cacert\.pem(\W|$)##' -i MANIFEST.in
@@ -31,24 +31,24 @@
 -i setup.py
 
 cd "$srcdir"
-cp -a requests-$pkgver{,-py2}
-find requests-$pkgver-py2 -name \*.py -exec sed -r 
's|^#!(.*)python$|#!\1python2|' -i {} +
+cp -a requests{,-py2}
+find requests-py2 -name \*.py -exec sed -r 's|^#!(.*)python$|#!\1python2|' 
-i {} +
 }
 
 build() {
-cd "$srcdir"/requests-$pkgver
+cd "$srcdir"/requests
 python setup.py build
 
-cd "$srcdir"/requests-$pkgver-py2
+cd "$srcdir"/requests-py2
 python2 setup.py build
 }
 
 check() {
-cd "$srcdir"/requests-$pkgver
+cd "$srcdir"/requests
 test -f "$(python -m requests.certs)"
 py.test
 
-cd "$srcdir"/requests-$pkgver-py2
+cd "$srcdir"/requests-py2
 test -f "$(python2 -m requests.certs)"
 py.test2
 }
@@ -56,7 +56,7 @@
 package_python-requests() {
 depends=('python-urllib3' 'python-chardet')
 
-cd "$srcdir"/requests-$pkgver
+cd "$srcdir"/requests
 python setup.py install --skip-build -O1 --root="$pkgdir"
 install -m0644 -D "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
@@ -66,6 +66,6 @@
 optdepends=('python2-ndg-httpsclient: HTTPS requests with SNI support'
 'python2-grequests: asynchronous requests with gevent')
 
-cd "$srcdir"/requests-$pkgver-py2
+cd "$srcdir"/requests-py2
 python2 setup.py install --skip-build -O1 --root="$pkgdir"
 }


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:55:05
  Author: fyan
Revision: 172870

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 172869, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:55:05 UTC (rev 172870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=7
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 172869, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 03:55:05 UTC (rev 172870)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=7
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:54:18
  Author: fyan
Revision: 172869

upgpkg: cgrep 6.6.3-7

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:52:51 UTC (rev 172868)
+++ PKGBUILD2016-04-30 03:54:18 UTC (rev 172869)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:52:51
  Author: fyan
Revision: 172868

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

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 172867, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:52:51 UTC (rev 172868)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.3
+pkgrel=2
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6b8d9d4e0c6ea04115bb555964348350c7cea5e05e66aafa1d624e75c6d5bf8e')
+
+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: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 172867, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 03:52:51 UTC (rev 172868)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.3
+pkgrel=2
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('6b8d9d4e0c6ea04115bb555964348350c7cea5e05e66aafa1d624e75c6d5bf8e')
+
+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 hindent/trunk (PKGBUILD)

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:52:02
  Author: fyan
Revision: 172867

upgpkg: hindent 4.6.3-2

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:49:14 UTC (rev 172866)
+++ PKGBUILD2016-04-30 03:52:02 UTC (rev 172867)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:49:14
  Author: fyan
Revision: 172866

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 172865, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 172865, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 172865, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 172865, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 172865, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:49:14 UTC (rev 172866)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=20
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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-i686/haskell-conduit-combinators.install
 (from rev 172865, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-04-30 
03:49:14 UTC (rev 172866)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 172865, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

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

2016-04-29 Thread Kyle Keen
Date: Saturday, April 30, 2016 @ 05:48:34
  Author: kkeen
Revision: 172865

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

Added:
  ratpoison/repos/community-i686/PKGBUILD
(from rev 172863, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-i686/ratpoison.desktop
(from rev 172863, ratpoison/trunk/ratpoison.desktop)
  ratpoison/repos/community-x86_64/PKGBUILD
(from rev 172864, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-x86_64/ratpoison.desktop
(from rev 172864, ratpoison/trunk/ratpoison.desktop)
Deleted:
  ratpoison/repos/community-i686/PKGBUILD
  ratpoison/repos/community-i686/ratpoison.desktop
  ratpoison/repos/community-i686/ratpoison.install
  ratpoison/repos/community-x86_64/PKGBUILD
  ratpoison/repos/community-x86_64/ratpoison.desktop
  ratpoison/repos/community-x86_64/ratpoison.install

+
 /PKGBUILD  |   96 +++
 /ratpoison.desktop |   16 +
 community-i686/PKGBUILD|   49 -
 community-i686/ratpoison.desktop   |8 --
 community-i686/ratpoison.install   |   20 ---
 community-x86_64/PKGBUILD  |   49 -
 community-x86_64/ratpoison.desktop |8 --
 community-x86_64/ratpoison.install |   20 ---
 8 files changed, 112 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-30 03:48:25 UTC (rev 172864)
+++ community-i686/PKGBUILD 2016-04-30 03:48:34 UTC (rev 172865)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Aaron Griffin 
-# Contributor: juergen 
-# Contributor: John Proctor 
-
-pkgname=ratpoison
-pkgver=1.4.8
-pkgrel=1
-pkgdesc="A simple keystroke-driven window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
-url="http://www.nongnu.org/ratpoison/;
-install="${pkgname}.install"
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-"${pkgname}.desktop")
-md5sums=('964f07f7ec91e95767a8d60fa6bdec3d'
- '29c3cb9be59758e39d8471391231a74a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # FS#38726, v1.4.6-2 
-  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
-
-  ./configure --prefix=/usr
-  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # fix permissions
-  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
-
-  # Not useful outside the source tree.
-  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
-
-  cd contrib
-  ./genrpbindings
-  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
-  install -m644 
{Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
-"${pkgdir}/usr/share/ratpoison/bindings/"
-
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/etc/X11/sessions/${pkgname}.desktop"
-}

Copied: ratpoison/repos/community-i686/PKGBUILD (from rev 172863, 
ratpoison/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-30 03:48:34 UTC (rev 172865)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Aaron Griffin 
+# Contributor: juergen 
+# Contributor: John Proctor 
+
+pkgname=ratpoison
+pkgver=1.4.8
+pkgrel=2
+pkgdesc="A simple keystroke-driven window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
+url="http://www.nongnu.org/ratpoison/;
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"${pkgname}.desktop")
+md5sums=('964f07f7ec91e95767a8d60fa6bdec3d'
+ '29c3cb9be59758e39d8471391231a74a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#38726, v1.4.6-2 
+  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
+  ./configure --prefix=/usr
+  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # fix permissions
+  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
+
+  # Not useful outside the source tree.
+  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
+
+  cd contrib
+  ./genrpbindings
+  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
+  install -m644 
{Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
+"${pkgdir}/usr/share/ratpoison/bindings/"
+
+  

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

2016-04-29 Thread Kyle Keen
Date: Saturday, April 30, 2016 @ 05:48:12
  Author: kkeen
Revision: 172863

upgpkg: ratpoison 1.4.8-2 install hooks rebuild

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

---+
 PKGBUILD  |3 +--
 ratpoison.install |   20 
 2 files changed, 1 insertion(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:46:10 UTC (rev 172862)
+++ PKGBUILD2016-04-30 03:48:12 UTC (rev 172863)
@@ -6,13 +6,12 @@
 
 pkgname=ratpoison
 pkgver=1.4.8
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple keystroke-driven window manager"
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
 url="http://www.nongnu.org/ratpoison/;
-install="${pkgname}.install"
 
source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 "${pkgname}.desktop")
 md5sums=('964f07f7ec91e95767a8d60fa6bdec3d'

Deleted: ratpoison.install
===
--- ratpoison.install   2016-04-30 03:46:10 UTC (rev 172862)
+++ ratpoison.install   2016-04-30 03:48:12 UTC (rev 172863)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(ratpoison.info.gz)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file $infodir/dir 2> /dev/null
-  done
-}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:48:25
  Author: fyan
Revision: 172864

upgpkg: haskell-conduit-combinators 1.0.3.1-20

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:48:12 UTC (rev 172863)
+++ PKGBUILD2016-04-30 03:48:25 UTC (rev 172864)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=19
+pkgrel=20
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:46:10
  Author: fyan
Revision: 172862

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 172861, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 172861, hoogle/trunk/PKGBUILD)

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 172861, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:46:10 UTC (rev 172862)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=28
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+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}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 172861, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 03:46:10 UTC (rev 172862)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=28
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+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}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:45:25
  Author: fyan
Revision: 172861

upgpkg: hoogle 4.2.43-28

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:41:41 UTC (rev 172860)
+++ PKGBUILD2016-04-30 03:45:25 UTC (rev 172861)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=27
+pkgrel=28
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:41:41
  Author: fyan
Revision: 172860

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

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

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

Copied: xmobar/repos/community-staging-i686/PKGBUILD (from rev 172859, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:41:41 UTC (rev 172860)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=14
+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=7.10.3' '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=('f97a10f049796f55cc3d13ee68d07eac')

Copied: xmobar/repos/community-staging-x86_64/PKGBUILD (from rev 172859, 
xmobar/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 03:41:41 UTC (rev 172860)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Arch Haskell Team 
+
+pkgname=xmobar
+pkgver=0.23.1
+pkgrel=14
+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=7.10.3' '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=('f97a10f049796f55cc3d13ee68d07eac')


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:40:18
  Author: fyan
Revision: 172859

upgpkg: xmobar 0.23.1-14

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  xmobar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:39:28 UTC (rev 172858)
+++ PKGBUILD2016-04-30 03:40:18 UTC (rev 172859)
@@ -4,7 +4,7 @@
 
 pkgname=xmobar
 pkgver=0.23.1
-pkgrel=13
+pkgrel=14
 pkgdesc="A Minimalistic Text Based Status Bar"
 url="http://hackage.haskell.org/package/xmobar;
 license=('custom:BSD3')


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:39:28
  Author: fyan
Revision: 172858

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

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

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 172857, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:39:28 UTC (rev 172858)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.3
+pkgrel=16
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+
+prepare() {
+sed -i 's/zip-archive  >= 0.2.3 && < 0.3/zip-archive  >= 0.2.3 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 172857, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 03:39:28 UTC (rev 172858)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.3
+pkgrel=16
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+
+prepare() {
+sed -i 's/zip-archive  >= 0.2.3 && < 0.3/zip-archive  >= 0.2.3 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+  

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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:38:42
  Author: fyan
Revision: 172857

upgpkg: darcs 2.10.3-16

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:36:52 UTC (rev 172856)
+++ PKGBUILD2016-04-30 03:38:42 UTC (rev 172857)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.10.3
-pkgrel=15
+pkgrel=16
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:36:52
  Author: fyan
Revision: 172856

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 172855, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/haskell-stack.install
(from rev 172855, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-i686/stack.install
(from rev 172855, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 172855, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/haskell-stack.install
(from rev 172855, stack/trunk/haskell-stack.install)
  stack/repos/community-staging-x86_64/stack.install
(from rev 172855, stack/trunk/stack.install)

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 212 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 172855, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:36:52 UTC (rev 172856)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.4.3
+pkgrel=6
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "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-gitrev" "haskell-hashable" "haskell-hastache" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types"
+ "haskell-hpack" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-optparse-simple" "haskell-path" "haskell-path-io"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "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-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2a445ff671cfd75ccf3185c52832298598dc03dbfbede2b7be21237f63c305b2')
+
+prepare() {
+sed -e 's/hpack >=0.9.0 && <0.12/hpack >=0.9.0 \&\& <0.13/' \
+-e 's/zip-archive >=0.2.3.7 && <0.3,/zip-archive >=0.2.3.7 \&\& 
<0.4,/' \
+-i ${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 

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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:35:22
  Author: fyan
Revision: 172855

upgpkg: stack 1.0.4.3-6

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:22:16 UTC (rev 172854)
+++ PKGBUILD2016-04-30 03:35:22 UTC (rev 172855)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.4.3
-pkgrel=5
+pkgrel=6
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:22:16
  Author: fyan
Revision: 172854

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 172853, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 03:22:16 UTC (rev 172854)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11
+pkgrel=7
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('e0ea4df41f63f9d4292fe2ae9d3031cbc511a96c80e43240df16374335261a2a')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 172853, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 03:22:16 UTC (rev 172854)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.11
+pkgrel=7
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-terminal-size" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-trifecta" "haskell-uniplate" 
"haskell-unordered-containers" "haskell-utf8-string"
+ "haskell-vector" "haskell-vector-binary-instances" 
"haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('e0ea4df41f63f9d4292fe2ae9d3031cbc511a96c80e43240df16374335261a2a')
+
+prepare() {
+sed -i 's/zip-archive > 0.2.3.5 && < 0.2.4/zip-archive > 0.2.3.5 \&\& < 
0.4/' ${pkgname}-${pkgver}/${pkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling 

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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:20:19
  Author: fyan
Revision: 172853

upgpkg: idris 0.11-7

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:09:29 UTC (rev 172852)
+++ PKGBUILD2016-04-30 03:20:19 UTC (rev 172853)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.11
-pkgrel=6
+pkgrel=7
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:09:29
  Author: fyan
Revision: 172852

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 172851, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 03:08:06 UTC (rev 172851)
+++ PKGBUILD2016-04-30 03:09:29 UTC (rev 172852)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.11.2
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('c7aa8ffe0af6e0c75d0dad8dd7749cb8493b834f0ed90830d4843deb61906768')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 172851, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 03:09:29 UTC (rev 172852)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.12.0
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('5bca5421236b5467e33aa318d8eecfbb64f217c14913f299e8775f0513af29ba')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:08:06
  Author: fyan
Revision: 172851

upgpkg: ruby-bundler 1.12.0-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 03:04:13 UTC (rev 172850)
+++ PKGBUILD2016-04-30 03:08:06 UTC (rev 172851)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.11.2
+pkgver=1.12.0
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('c7aa8ffe0af6e0c75d0dad8dd7749cb8493b834f0ed90830d4843deb61906768')
+sha256sums=('5bca5421236b5467e33aa318d8eecfbb64f217c14913f299e8775f0513af29ba')
 
 package() {
   cd "$srcdir"


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:04:13
  Author: fyan
Revision: 172850

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 172849, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 03:01:46 UTC (rev 172849)
+++ PKGBUILD2016-04-30 03:04:13 UTC (rev 172850)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=3.8.7
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-rm -f "$pkgdir"/usr/share/man/$_dir/*
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm/cli.js link $dep;
-  done
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 172849, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 03:04:13 UTC (rev 172850)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=3.8.8
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in semver; do
+rm -r $dep;
+node "$srcdir"/npm/cli.js link $dep;
+  done
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 05:01:46
  Author: fyan
Revision: 172849

upgpkg: npm 3.8.8-1

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 01:47:03 UTC (rev 172848)
+++ PKGBUILD2016-04-30 03:01:46 UTC (rev 172849)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=3.8.7
+pkgver=3.8.8
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 03:47:03
  Author: fyan
Revision: 172848

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

Added:
  agda/repos/community-staging-i686/
  agda/repos/community-staging-i686/PKGBUILD
(from rev 172847, agda/trunk/PKGBUILD)
  agda/repos/community-staging-i686/haskell-agda.install
(from rev 172847, agda/trunk/haskell-agda.install)
  agda/repos/community-staging-i686/unordered-containers-0.2.6.patch
(from rev 172847, agda/trunk/unordered-containers-0.2.6.patch)
  agda/repos/community-staging-x86_64/
  agda/repos/community-staging-x86_64/PKGBUILD
(from rev 172847, agda/trunk/PKGBUILD)
  agda/repos/community-staging-x86_64/haskell-agda.install
(from rev 172847, agda/trunk/haskell-agda.install)
  agda/repos/community-staging-x86_64/unordered-containers-0.2.6.patch
(from rev 172847, agda/trunk/unordered-containers-0.2.6.patch)

---+
 community-staging-i686/PKGBUILD   |   66 
 community-staging-i686/haskell-agda.install   |   18 +++
 community-staging-i686/unordered-containers-0.2.6.patch   |   40 +++
 community-staging-x86_64/PKGBUILD |   66 
 community-staging-x86_64/haskell-agda.install |   18 +++
 community-staging-x86_64/unordered-containers-0.2.6.patch |   40 +++
 6 files changed, 248 insertions(+)

Copied: agda/repos/community-staging-i686/PKGBUILD (from rev 172847, 
agda/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 01:47:03 UTC (rev 172848)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=Agda
+pkgname=agda
+pkgver=2.5.1
+pkgrel=3
+pkgdesc="A dependently typed functional programming language and proof 
assistant"
+url="http://wiki.portal.chalmers.se/agda/;
+license=("custom")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=7.10.3" "alex" "happy" "haskell-boxes" "haskell-cpphs"
+ "haskell-data-hash" "haskell-edisonapi" "haskell-edisoncore"
+ "haskell-edit-distance" "haskell-equivalence" "haskell-filemanip"
+ "haskell-geniplate-mirror" "haskell-hashable" "haskell-hashtables"
+ "haskell-monadplus" "haskell-mtl" "haskell-parallel"
+ "haskell-quickcheck" "haskell-src-exts" "haskell-strict"
+ "haskell-text" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-zlib")
+optdepends=('agda-stdlib: for standard library')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('ee4658eafb514460d598322fa98528d1af6e25e5aa51843bb473c0d8a325c0c8')
+
+prepare() {
+# TODO: Find a better way!
+# Build it twice to compile the agdai file.
+cp -a ${_hkgname}-${pkgver}{,-tmp}
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcpphs -f-uhc
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+
+cd "${srcdir}/${_hkgname}-${pkgver}-tmp"
+runhaskell Setup configure --prefix="$PWD/target" --datasubdir="$pkgname"
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+runhaskell Setup copy
+
+target/bin/agda target/share/agda/lib/prim/Agda/Primitive.agda
+for _file in target/share/agda/lib/prim/Agda/Builtin/*.agda; do
+target/bin/agda "$_file"
+done
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Primitive.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Primitive.agdai  
+install -m644 
"${srcdir}/${_hkgname}-${pkgver}-tmp"/target/share/agda/lib/prim/Agda/Builtin/*.agdai
 "$pkgdir"/usr/share/agda/lib/prim/Agda/Builtin/
+
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: agda/repos/community-staging-i686/haskell-agda.install (from rev 
172847, agda/trunk/haskell-agda.install)
===
--- community-staging-i686/haskell-agda.install (rev 0)
+++ community-staging-i686/haskell-agda.install 2016-04-30 

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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 03:45:56
  Author: fyan
Revision: 172847

upgpkg: agda 2.5.1-3

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  agda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 01:16:04 UTC (rev 172846)
+++ PKGBUILD2016-04-30 01:45:56 UTC (rev 172847)
@@ -5,7 +5,7 @@
 _hkgname=Agda
 pkgname=agda
 pkgver=2.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A dependently typed functional programming language and proof 
assistant"
 url="http://wiki.portal.chalmers.se/agda/;
 license=("custom")


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 03:16:04
  Author: fyan
Revision: 172846

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

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

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

Copied: shellcheck/repos/community-staging-i686/PKGBUILD (from rev 172845, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 01:16:04 UTC (rev 172846)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.3
+pkgrel=5
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
+ "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('df71c303c43ae79846c9f9198a4d4ba2c4c2ee4c06974491d7130fcea0b8efdf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share}
+}

Copied: shellcheck/repos/community-staging-x86_64/PKGBUILD (from rev 172845, 
shellcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 01:16:04 UTC (rev 172846)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=ShellCheck
+pkgname=shellcheck
+pkgver=0.4.3
+pkgrel=5
+pkgdesc="Shell script analysis tool"
+url="http://www.shellcheck.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('libffi' 'gmp')
+makedepends=("ghc=7.10.3" "haskell-json" "haskell-mtl" "haskell-parsec" 
"haskell-quickcheck"
+ "haskell-regex-tdfa")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('df71c303c43ae79846c9f9198a4d4ba2c4c2ee4c06974491d7130fcea0b8efdf')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share}
+}


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

2016-04-29 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 03:15:23
  Author: fyan
Revision: 172845

upgpkg: shellcheck 0.4.3-5

rebuild with yaml-0.8.17.1, http-client-0.4.28, http-client-tls-0.2.4, 
http-conduit-2.1.10, wai-3.2.1, MonadRandom-0.4.2.3, attoparsec-0.13.0.2, 
auto-update-0.1.3.1, blaze-builder-0.4.0.2, cheapskate-0.1.0.5, clock-0.7.2, 
contravariant-extras-0.3.2, cookie-0.4.2, data-default-0.6.0, 
data-default-instances-base-0.1.0, fast-logger-2.4.6, file-embed 0.0.9.1 -> 
0.0.10, geniplate-mirror-0.7.4, hakyll-4.8.1.0, math-functions-0.1.6.0, 
mime-types-0.1.0.7, psqueues-0.2.2.1, regex-tdfa-1.2.2, shake-0.15.6, 
shakespeare-2.0.8.2, streaming-commons-0.1.15.4, tagged-0.8.4, texmath-0.8.6.2, 
vector-binary-instances-0.2.3.2, vector-th-unbox-0.2.1.6, wai-extra-3.0.15.1, 
wai-logger-2.2.7, xml-conduit-1.3.4.2, xss-sanitize-0.3.5.7, 
yesod-auth-1.4.13.2, yesod-core-1.4.20.2, yesod-form-1.4.7.1, 
yesod-persistent-1.4.0.5

Modified:
  shellcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-30 00:44:00 UTC (rev 172844)
+++ PKGBUILD2016-04-30 01:15:23 UTC (rev 172845)
@@ -5,7 +5,7 @@
 _hkgname=ShellCheck
 pkgname=shellcheck
 pkgver=0.4.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Shell script analysis tool"
 url="http://www.shellcheck.net;
 license=("GPL")


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

2016-04-29 Thread Kyle Keen
Date: Saturday, April 30, 2016 @ 02:44:00
  Author: kkeen
Revision: 172844

archrelease: copy trunk to community-any

Added:
  isodate/repos/community-any/PKGBUILD
(from rev 172843, isodate/trunk/PKGBUILD)
Deleted:
  isodate/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-30 00:43:38 UTC (rev 172843)
+++ PKGBUILD2016-04-30 00:44:00 UTC (rev 172844)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgbase=isodate
-pkgname=('python2-isodate' 'python-isodate')
-pkgver=0.5.4
-pkgrel=1
-pkgdesc="An ISO 8601 date/time/duration parser and formater"
-arch=('any')
-url="http://pypi.python.org/pypi/isodate;
-license=('BSD')
-makedepends=('python2' 'python')
-checkdepends=('python2-setuptools' 'python-setuptools')
-source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
-sha1sums=('b4ee406451fbc95cf12beac368a7155704c52635')
-
-build() {
-  cp -r "$pkgbase-$pkgver" "$srcdir/python2"
-}
-
-check() {
-  cd "$srcdir/python2"
-  python2 setup.py test
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py test
-}
-
-package_python2-isodate() {
-  depends=('python2')
-
-  cd "$srcdir/python2"
-  python2 setup.py install --root="$pkgdir/" --optimize=0
-  find "$pkgdir/" -name '*.pyc' -delete
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-isodate() {
-  depends=('python')
-
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py install --root="$pkgdir/" --optimize=0
-  find "$pkgdir/" -name '*.pyc' -delete
-  find "$pkgdir/" -type d -empty -delete
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-sha1sums=('40ccf07a8e46284a79cfc4d41e151f71ae63f535')

Copied: isodate/repos/community-any/PKGBUILD (from rev 172843, 
isodate/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-30 00:44:00 UTC (rev 172844)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+
+pkgbase=isodate
+pkgname=('python2-isodate' 'python-isodate')
+pkgver=0.5.4
+pkgrel=2
+pkgdesc="An ISO 8601 date/time/duration parser and formatter"
+arch=('any')
+url="http://pypi.python.org/pypi/isodate;
+license=('BSD')
+makedepends=('python2' 'python')
+checkdepends=('python2-setuptools' 'python-setuptools')
+source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
+sha1sums=('40ccf07a8e46284a79cfc4d41e151f71ae63f535')
+
+build() {
+  cp -r "$pkgbase-$pkgver" "$srcdir/python2"
+}
+
+check() {
+  cd "$srcdir/python2"
+  python2 setup.py test
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py test
+}
+
+package_python2-isodate() {
+  depends=('python2')
+
+  cd "$srcdir/python2"
+  python2 setup.py install --root="$pkgdir/" --optimize=0
+  find "$pkgdir/" -name '*.pyc' -delete
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-isodate() {
+  depends=('python')
+
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir/" --optimize=0
+  find "$pkgdir/" -name '*.pyc' -delete
+  find "$pkgdir/" -type d -empty -delete
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


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

2016-04-29 Thread Kyle Keen
Date: Saturday, April 30, 2016 @ 02:43:38
  Author: kkeen
Revision: 172843

upgpkg: isodate 0.5.4-2 FS#49140

Modified:
  isodate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:51:31 UTC (rev 172842)
+++ PKGBUILD2016-04-30 00:43:38 UTC (rev 172843)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer:
+# Maintainer: Kyle Keen 
 
 pkgbase=isodate
 pkgname=('python2-isodate' 'python-isodate')
 pkgver=0.5.4
-pkgrel=1
-pkgdesc="An ISO 8601 date/time/duration parser and formater"
+pkgrel=2
+pkgdesc="An ISO 8601 date/time/duration parser and formatter"
 arch=('any')
 url="http://pypi.python.org/pypi/isodate;
 license=('BSD')
@@ -12,7 +12,7 @@
 makedepends=('python2' 'python')
 checkdepends=('python2-setuptools' 'python-setuptools')
 
source=(http://pypi.python.org/packages/source/i/isodate/$pkgbase-$pkgver.tar.gz)
-sha1sums=('b4ee406451fbc95cf12beac368a7155704c52635')
+sha1sums=('40ccf07a8e46284a79cfc4d41e151f71ae63f535')
 
 build() {
   cp -r "$pkgbase-$pkgver" "$srcdir/python2"
@@ -45,4 +45,3 @@
   install -d "${pkgdir}/usr/share/licenses/${pkgname}"
   head -26 src/isodate/isodates.py > 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }
-sha1sums=('40ccf07a8e46284a79cfc4d41e151f71ae63f535')


[arch-commits] Commit in evolution-data-server/repos (8 files)

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 01:28:39
  Author: heftig
Revision: 266671

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

Added:
  evolution-data-server/repos/extra-i686/PKGBUILD
(from rev 266670, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-i686/evolution-data-server.install
(from rev 266670, evolution-data-server/trunk/evolution-data-server.install)
  evolution-data-server/repos/extra-x86_64/PKGBUILD
(from rev 266670, evolution-data-server/trunk/PKGBUILD)
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install
(from rev 266670, evolution-data-server/trunk/evolution-data-server.install)
Deleted:
  evolution-data-server/repos/extra-i686/PKGBUILD
  evolution-data-server/repos/extra-i686/evolution-data-server.install
  evolution-data-server/repos/extra-x86_64/PKGBUILD
  evolution-data-server/repos/extra-x86_64/evolution-data-server.install

+
 /PKGBUILD  |   64 +++
 /evolution-data-server.install |   22 +
 extra-i686/PKGBUILD|   32 -
 extra-i686/evolution-data-server.install   |   11 
 extra-x86_64/PKGBUILD  |   32 -
 extra-x86_64/evolution-data-server.install |   11 
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-29 23:11:35 UTC (rev 266670)
+++ extra-i686/PKGBUILD 2016-04-29 23:28:39 UTC (rev 266671)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=evolution-data-server
-pkgver=3.20.1
-pkgrel=1
-pkgdesc="Centralized access to appointments and contacts"
-arch=(i686 x86_64)
-depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
-makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
-install=$pkgname.install
-url="https://wiki.gnome.org/Apps/Evolution;
-license=(GPL)
-source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('1dfbf6b45656c202f3d68212afb11710e40188db84748d3e487a89ccd4874b53')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --with-openldap=yes \
-  --libexecdir=/usr/lib/evolution-data-server \
-  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
-  --enable-vala-bindings --disable-uoa \
-  --enable-gtk-doc
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-}

Copied: evolution-data-server/repos/extra-i686/PKGBUILD (from rev 266670, 
evolution-data-server/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-29 23:28:39 UTC (rev 266671)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=evolution-data-server
+pkgver=3.20.1
+pkgrel=2
+pkgdesc="Centralized access to appointments and contacts"
+arch=(i686 x86_64)
+depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)
+makedepends=(intltool gperf gobject-introspection vala gtk-doc boost)
+install=$pkgname.install
+url="https://wiki.gnome.org/Apps/Evolution;
+license=(GPL)
+source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('1dfbf6b45656c202f3d68212afb11710e40188db84748d3e487a89ccd4874b53')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --with-openldap=yes \
+  --libexecdir=/usr/lib/evolution-data-server \
+  --with-krb5=/usr --with-libdb=/usr --with-phonenumber=/usr \
+  --enable-vala-bindings --disable-uoa \
+  --enable-gtk-doc
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/evolution-data-server.install
===
--- extra-i686/evolution-data-server.install2016-04-29 23:11:35 UTC (rev 
266670)
+++ extra-i686/evolution-data-server.install2016-04-29 23:28:39 UTC (rev 
266671)
@@ -1,11 +0,0 @@
-post_install () {
-glib-compile-schemas /usr/share/glib-2.0/schemas
-}
-
-post_upgrade () {
-post_install
-}
-
-post_remove () {
-post_install
-}

Copied: evolution-data-server/repos/extra-i686/evolution-data-server.install 
(from rev 266670, evolution-data-server/trunk/evolution-data-server.install)
===
--- extra-i686/evolution-data-server.install(rev 0)
+++ extra-i686/evolution-data-server.install2016-04-29 

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 01:11:35
  Author: heftig
Revision: 266670

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-29 23:03:36 UTC (rev 29)
+++ extra-i686/PKGBUILD 2016-04-29 23:11:35 UTC (rev 266670)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.54.0.1
-pkgrel=1
-pkgdesc="GNOME HTTP Library"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.gnome.org;
-depends=(glib2 libxml2 glib-networking sqlite krb5)
-makedepends=(intltool gobject-introspection python vala)
-checkdepends=(apache php php-apache)
-provides=("libsoup-gnome=$pkgver-$pkgrel")
-conflicts=(libsoup-gnome)
-replaces=(libsoup-gnome)
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ade4920166bd036e8890d04acdc135686d877670953949fa6245797c906e38e0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libsoup/repos/extra-i686/PKGBUILD (from rev 29, 
libsoup/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-29 23:11:35 UTC (rev 266670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.54.1
+pkgrel=1
+pkgdesc="GNOME HTTP Library"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite krb5)
+makedepends=(intltool gobject-introspection python vala)
+checkdepends=(apache php php-apache)
+provides=("libsoup-gnome=$pkgver-$pkgrel")
+conflicts=(libsoup-gnome)
+replaces=(libsoup-gnome)
+options=('!emptydirs')
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('47b42c232034734d66e5f093025843a5d8cc4b2357c011085a2fd04ef02dd633')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var --disable-static
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+#  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-29 23:03:36 UTC (rev 29)
+++ extra-x86_64/PKGBUILD   2016-04-29 23:11:35 UTC (rev 266670)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=libsoup
-pkgver=2.54.0.1
-pkgrel=1
-pkgdesc="GNOME HTTP Library"
-arch=(i686 x86_64)
-license=(LGPL)
-url="http://www.gnome.org;
-depends=(glib2 libxml2 glib-networking sqlite krb5)
-makedepends=(intltool gobject-introspection python vala)
-checkdepends=(apache php php-apache)
-provides=("libsoup-gnome=$pkgver-$pkgrel")
-conflicts=(libsoup-gnome)
-replaces=(libsoup-gnome)
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ade4920166bd036e8890d04acdc135686d877670953949fa6245797c906e38e0')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var --disable-static
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-#  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libsoup/repos/extra-x86_64/PKGBUILD (from rev 29, 
libsoup/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-04-29 23:11:35 UTC (rev 266670)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=libsoup
+pkgver=2.54.1
+pkgrel=1
+pkgdesc="GNOME HTTP Library"
+arch=(i686 x86_64)
+license=(LGPL)
+url="http://www.gnome.org;
+depends=(glib2 libxml2 glib-networking sqlite krb5)
+makedepends=(intltool gobject-introspection python vala)
+checkdepends=(apache php php-apache)

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 01:03:36
  Author: heftig
Revision: 29

3.20.1-2

Modified:
  evolution-data-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 23:00:06 UTC (rev 28)
+++ PKGBUILD2016-04-29 23:03:36 UTC (rev 29)
@@ -3,7 +3,7 @@
 
 pkgname=evolution-data-server
 pkgver=3.20.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Centralized access to appointments and contacts"
 arch=(i686 x86_64)
 depends=(gnome-online-accounts nss krb5 libgweather libical db libgdata 
libphonenumber webkitgtk)


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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 01:00:06
  Author: heftig
Revision: 28

2.54.1-1

Modified:
  libsoup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:50:18 UTC (rev 27)
+++ PKGBUILD2016-04-29 23:00:06 UTC (rev 28)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=libsoup
-pkgver=2.54.0.1
+pkgver=2.54.1
 pkgrel=1
 pkgdesc="GNOME HTTP Library"
 arch=(i686 x86_64)
@@ -16,7 +16,7 @@
 replaces=(libsoup-gnome)
 options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('ade4920166bd036e8890d04acdc135686d877670953949fa6245797c906e38e0')
+sha256sums=('47b42c232034734d66e5f093025843a5d8cc4b2357c011085a2fd04ef02dd633')
 
 build() {
   cd $pkgname-$pkgver


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

2016-04-29 Thread Daniel Micay
Date: Saturday, April 30, 2016 @ 00:51:31
  Author: thestinger
Revision: 172842

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

Added:
  linux-grsec/repos/community-testing-i686/
  linux-grsec/repos/community-testing-i686/PKGBUILD
(from rev 172841, linux-grsec/trunk/PKGBUILD)
  linux-grsec/repos/community-testing-i686/change-default-console-loglevel.patch
(from rev 172841, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-i686/config
(from rev 172841, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-i686/config.x86_64
(from rev 172841, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-i686/linux-grsec.install
(from rev 172841, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-i686/linux.preset
(from rev 172841, linux-grsec/trunk/linux.preset)
  linux-grsec/repos/community-testing-x86_64/
  linux-grsec/repos/community-testing-x86_64/PKGBUILD
(from rev 172841, linux-grsec/trunk/PKGBUILD)
  
linux-grsec/repos/community-testing-x86_64/change-default-console-loglevel.patch
(from rev 172841, linux-grsec/trunk/change-default-console-loglevel.patch)
  linux-grsec/repos/community-testing-x86_64/config
(from rev 172841, linux-grsec/trunk/config)
  linux-grsec/repos/community-testing-x86_64/config.x86_64
(from rev 172841, linux-grsec/trunk/config.x86_64)
  linux-grsec/repos/community-testing-x86_64/linux-grsec.install
(from rev 172841, linux-grsec/trunk/linux-grsec.install)
  linux-grsec/repos/community-testing-x86_64/linux.preset
(from rev 172841, linux-grsec/trunk/linux.preset)
Deleted:
  linux-grsec/repos/community-i686/PKGBUILD
  linux-grsec/repos/community-i686/change-default-console-loglevel.patch
  linux-grsec/repos/community-i686/config
  linux-grsec/repos/community-i686/config.x86_64
  linux-grsec/repos/community-i686/linux-grsec.install
  linux-grsec/repos/community-i686/linux.preset

+
 community-i686/PKGBUILD|  321 
 community-i686/change-default-console-loglevel.patch   |   11 
 community-i686/config  | 7966 -
 community-i686/config.x86_64   | 7673 -
 community-i686/linux-grsec.install |   37 
 community-i686/linux.preset|   14 
 community-testing-i686/PKGBUILD|  321 
 community-testing-i686/change-default-console-loglevel.patch   |   11 
 community-testing-i686/config  | 8069 
++
 community-testing-i686/config.x86_64   | 7774 +
 community-testing-i686/linux-grsec.install |   37 
 community-testing-i686/linux.preset|   14 
 community-testing-x86_64/PKGBUILD  |  321 
 community-testing-x86_64/change-default-console-loglevel.patch |   11 
 community-testing-x86_64/config| 8069 
++
 community-testing-x86_64/config.x86_64 | 7774 +
 community-testing-x86_64/linux-grsec.install   |   37 
 community-testing-x86_64/linux.preset  |   14 
 18 files changed, 32452 insertions(+), 16022 deletions(-)

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


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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:49:43
  Author: heftig
Revision: 26

3.15.3-1

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

--+
 PKGBUILD |8 +++-
 meld.install |   14 --
 2 files changed, 3 insertions(+), 19 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:49:29 UTC (rev 25)
+++ PKGBUILD2016-04-29 22:49:43 UTC (rev 26)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.15.2
+pkgver=3.15.3
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -12,12 +12,10 @@
 license=(GPL)
 arch=(any)
 makedepends=(intltool itstool)
-install=meld.install
-depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
- gsettings-desktop-schemas)
+depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 
source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('c5c34f52ebe337c654ad5e35450f43e95bdd7743')
+sha1sums=('cb1291a5cc18fe0978df0a7a8ccbc860350a3a96')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.

Deleted: meld.install
===
--- meld.install2016-04-29 22:49:29 UTC (rev 25)
+++ meld.install2016-04-29 22:49:43 UTC (rev 26)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


[arch-commits] Commit in meld/repos/extra-any (PKGBUILD PKGBUILD meld.install)

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:50:18
  Author: heftig
Revision: 27

archrelease: copy trunk to extra-any

Added:
  meld/repos/extra-any/PKGBUILD
(from rev 26, meld/trunk/PKGBUILD)
Deleted:
  meld/repos/extra-any/PKGBUILD
  meld/repos/extra-any/meld.install

--+
 PKGBUILD |   76 +++--
 meld.install |   14 --
 2 files changed, 37 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-29 22:49:43 UTC (rev 26)
+++ PKGBUILD2016-04-29 22:50:18 UTC (rev 27)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Gaetan Bisson 
-# Contributor: Daniel J Griffiths 
-# Contributor: Douglas Soares de Andrade 
-
-pkgname=meld
-pkgver=3.15.2
-pkgrel=1
-pkgdesc='Visual diff and merge tool'
-url='http://meldmerge.org/'
-license=(GPL)
-arch=(any)
-makedepends=(intltool itstool)
-install=meld.install
-depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
- gsettings-desktop-schemas)
-optdepends=('python2-dbus: open a new tab in an already running instance')
-source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
-sha1sums=('c5c34f52ebe337c654ad5e35450f43e95bdd7743')
-
-# Meld does not support Python 3. The build succeeds, but
-# the main executable checks the version and errors out.
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  # using --skip-build breaks install
-  python2 setup.py --no-update-icon-cache --no-compile-schemas \
-install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: meld/repos/extra-any/PKGBUILD (from rev 26, meld/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-29 22:50:18 UTC (rev 27)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.15.3
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+depends=(python2-gobject python2-cairo gtksourceview3 
gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz;)
+sha1sums=('cb1291a5cc18fe0978df0a7a8ccbc860350a3a96')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Deleted: meld.install
===
--- meld.install2016-04-29 22:49:43 UTC (rev 26)
+++ meld.install2016-04-29 22:50:18 UTC (rev 27)
@@ -1,14 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  glib-compile-schemas usr/share/glib-2.0/schemas
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-04-29 Thread Daniel Micay
Date: Saturday, April 30, 2016 @ 00:50:07
  Author: thestinger
Revision: 172841

upgpkg: linux-grsec 4.5.2.201604290633-1

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 21:49:07 UTC (rev 172840)
+++ PKGBUILD2016-04-29 22:50:07 UTC (rev 172841)
@@ -9,7 +9,7 @@
 _srcname=linux-4.5
 _pkgver=4.5.2
 _grsecver=3.1
-_timestamp=201604282058
+_timestamp=201604290633
 _grsec_patch="grsecurity-$_grsecver-$_pkgver-$_timestamp.patch"
 pkgver=$_pkgver.$_timestamp
 pkgrel=1
@@ -34,7 +34,7 @@
 'SKIP'
 'a9913a04ddbd06acde9b00b3179c41fddb99f61168ef5d01d3e8cf72385038b1'
 'SKIP'
-'72e3d9753bcf2ee83e780c59410da691497b72e548a3d4de6cbb19e1aa9216c2'
+'0784cfcfd99e120fcf36cc35c5e3ca345c3f3cd8b96aeb067e167b6aa6233a63'
 'SKIP'
 '7b43f12da9658279a3289e0c2517d5d53da0a0c075d72ea81fb28a3c46738901'
 '19d1e693cb1b850f10cf0f84db79f0f4236d6306c37eb0da0816969a60e79388'


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

2016-04-29 Thread Maxime Gauduin
Date: Saturday, April 30, 2016 @ 00:49:29
  Author: alucryd
Revision: 25

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

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

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

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

Copied: ffmpeg/repos/extra-i686/PKGBUILD (from rev 24, 
ffmpeg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-29 22:49:29 UTC (rev 25)
@@ -0,0 +1,90 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Ionut Biru 
+# Contributor: Tom Newsom 
+# Contributor: Paul Mattal 
+
+pkgname=ffmpeg
+pkgver=3.0.2
+pkgrel=1
+epoch=1
+pkgdesc='Complete solution to record, convert and stream audio and video'
+arch=('i686' 'x86_64')
+url='http://ffmpeg.org/'
+license=('GPL3')
+depends=('alsa-lib' 'bzip2' 'fontconfig' 'fribidi' 'gnutls' 'gsm' 'lame'
+ 'libass' 'libavc1394' 'libbluray' 'libiec61883' 'libmodplug'
+ 'libpulse' 'libsoxr' 'libssh' 'libtheora' 'libva' 'libvdpau' 'libwebp'
+ 'opencore-amr' 'openjpeg' 'opus' 'schroedinger' 'sdl' 'speex'
+ 'v4l-utils' 'xvidcore' 'zlib'
+ 'libdcadec.so' 'libvidstab.so' 'libvorbis.so' 'libvorbisenc.so'
+ 'libvpx.so' 'libx264.so' 'libx265.so')
+makedepends=('hardening-wrapper' 'ladspa' 'libvdpau' 'yasm')
+optdepends=('ladspa: LADSPA filters')

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:45:41
  Author: heftig
Revision: 24

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

Added:
  gtk3/repos/extra-i686/PKGBUILD
(from rev 23, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-i686/gtk-query-immodules-3.0.hook
(from rev 23, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
(from rev 23, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
(from rev 23, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-i686/gtk3.install
(from rev 23, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-i686/settings.ini
(from rev 23, gtk3/trunk/settings.ini)
  gtk3/repos/extra-x86_64/PKGBUILD
(from rev 23, gtk3/trunk/PKGBUILD)
  gtk3/repos/extra-x86_64/gtk-query-immodules-3.0.hook
(from rev 23, gtk3/trunk/gtk-query-immodules-3.0.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
(from rev 23, gtk3/trunk/gtk-update-icon-cache.hook)
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
(from rev 23, gtk3/trunk/gtk-update-icon-cache.script)
  gtk3/repos/extra-x86_64/gtk3.install
(from rev 23, gtk3/trunk/gtk3.install)
  gtk3/repos/extra-x86_64/settings.ini
(from rev 23, gtk3/trunk/settings.ini)
Deleted:
  gtk3/repos/extra-i686/PKGBUILD
  gtk3/repos/extra-i686/gtk-update-icon-cache.hook
  gtk3/repos/extra-i686/gtk-update-icon-cache.install
  gtk3/repos/extra-i686/gtk-update-icon-cache.script
  gtk3/repos/extra-i686/gtk3.install
  gtk3/repos/extra-i686/settings.ini
  gtk3/repos/extra-x86_64/PKGBUILD
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.hook
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.install
  gtk3/repos/extra-x86_64/gtk-update-icon-cache.script
  gtk3/repos/extra-x86_64/gtk3.install
  gtk3/repos/extra-x86_64/settings.ini

+
 /PKGBUILD  |  150 +++
 /gtk-update-icon-cache.hook|   26 
 /gtk-update-icon-cache.script  |   20 +++
 /gtk3.install  |6 +
 /settings.ini  |8 +
 extra-i686/PKGBUILD|   73 -
 extra-i686/gtk-query-immodules-3.0.hook|   11 +
 extra-i686/gtk-update-icon-cache.hook  |   13 --
 extra-i686/gtk-update-icon-cache.install   |3 
 extra-i686/gtk-update-icon-cache.script|   10 -
 extra-i686/gtk3.install|   18 ---
 extra-i686/settings.ini|4 
 extra-x86_64/PKGBUILD  |   73 -
 extra-x86_64/gtk-query-immodules-3.0.hook  |   11 +
 extra-x86_64/gtk-update-icon-cache.hook|   13 --
 extra-x86_64/gtk-update-icon-cache.install |3 
 extra-x86_64/gtk-update-icon-cache.script  |   10 -
 extra-x86_64/gtk3.install  |   18 ---
 extra-x86_64/settings.ini  |4 
 19 files changed, 232 insertions(+), 242 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-29 22:40:54 UTC (rev 23)
+++ extra-i686/PKGBUILD 2016-04-29 22:45:41 UTC (rev 24)
@@ -1,73 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-# Maintainer: Jan Alexander Steffens (heftig) 
-
-pkgbase=gtk3
-pkgname=(gtk3 gtk-update-icon-cache)
-pkgver=3.20.3
-pkgrel=3
-pkgdesc="GObject-based multi-platform GUI toolkit"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
- libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols)
-makedepends=(gobject-introspection libcanberra gtk-doc)
-license=(LGPL)
-source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
-settings.ini
-gtk-update-icon-cache.hook
-gtk-update-icon-cache.script)
-sha256sums=('3834f3bf23b260b3e5ebfea41102e2026a8af29e36c3620edf4a5cf05e82f694'
-'01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
-'496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
-'bbe06e1b4e1ad5d61a4e703445a2bb93c6be918964d6dd76c0420c6667fa11eb')
-
-prepare() {
-cd gtk+-$pkgver
-NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-cd "gtk+-$pkgver"
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---disable-schemas-compile \
---enable-x11-backend \
---enable-broadway-backend \
---enable-wayland-backend
-
-#https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package_gtk3() {
-depends+=(gtk-update-icon-cache)
-

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:40:54
  Author: heftig
Revision: 23

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

Added:
  gtk2/repos/extra-i686/PKGBUILD
(from rev 22, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-i686/gtk-query-immodules-2.0.hook
(from rev 22, gtk2/trunk/gtk-query-immodules-2.0.hook)
  gtk2/repos/extra-i686/gtk2.install
(from rev 22, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-i686/gtkrc
(from rev 22, gtk2/trunk/gtkrc)
  gtk2/repos/extra-i686/xid-collision-debug.patch
(from rev 22, gtk2/trunk/xid-collision-debug.patch)
  gtk2/repos/extra-x86_64/PKGBUILD
(from rev 22, gtk2/trunk/PKGBUILD)
  gtk2/repos/extra-x86_64/gtk-query-immodules-2.0.hook
(from rev 22, gtk2/trunk/gtk-query-immodules-2.0.hook)
  gtk2/repos/extra-x86_64/gtk2.install
(from rev 22, gtk2/trunk/gtk2.install)
  gtk2/repos/extra-x86_64/gtkrc
(from rev 22, gtk2/trunk/gtkrc)
  gtk2/repos/extra-x86_64/xid-collision-debug.patch
(from rev 22, gtk2/trunk/xid-collision-debug.patch)
Deleted:
  gtk2/repos/extra-i686/PKGBUILD
  gtk2/repos/extra-i686/gtk2.install
  gtk2/repos/extra-i686/gtkrc
  gtk2/repos/extra-i686/xid-collision-debug.patch
  gtk2/repos/extra-x86_64/PKGBUILD
  gtk2/repos/extra-x86_64/gtk2.install
  gtk2/repos/extra-x86_64/gtkrc
  gtk2/repos/extra-x86_64/xid-collision-debug.patch

---+
 /PKGBUILD |  114 
 /gtk2.install |6 +
 /gtkrc|6 +
 /xid-collision-debug.patch|   30 +++
 extra-i686/PKGBUILD   |   54 -
 extra-i686/gtk-query-immodules-2.0.hook   |   11 ++
 extra-i686/gtk2.install   |   17 
 extra-i686/gtkrc  |3 
 extra-i686/xid-collision-debug.patch  |   15 ---
 extra-x86_64/PKGBUILD |   54 -
 extra-x86_64/gtk-query-immodules-2.0.hook |   11 ++
 extra-x86_64/gtk2.install |   17 
 extra-x86_64/gtkrc|3 
 extra-x86_64/xid-collision-debug.patch|   15 ---
 14 files changed, 178 insertions(+), 178 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-29 22:37:57 UTC (rev 22)
+++ extra-i686/PKGBUILD 2016-04-29 22:40:54 UTC (rev 23)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gtk2
-pkgver=2.24.30
-pkgrel=1
-pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
-arch=(i686 x86_64)
-url="http://www.gtk.org/;
-depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage 
- shared-mime-info cairo libcups gtk-update-icon-cache librsvg)
-makedepends=(gobject-introspection python2)
-optdepends=('gnome-themes-standard: Default widget theme'
-'adwaita-icon-theme: Default icon theme')
-license=(LGPL)
-install=gtk2.install
-source=(https://download.gnome.org/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-gtkrc xid-collision-debug.patch)
-sha256sums=('0d15cec3b6d55c60eac205b1f3ba81a1ed4eadd9d0f8e7c508bc7065d0c4ca50'
-'bc968e3e4f57e818430130338e5f85a5025e21d7e31a3293b8f5a0e58362b805'
-'d758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
-
-prepare() {
-cd gtk+-$pkgver
-patch -Np1 -i ../xid-collision-debug.patch
-}
-
-build() {
-cd gtk+-$pkgver
-
-CXX=/bin/false ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---with-xinput=yes
-
-# https://bugzilla.gnome.org/show_bug.cgi?id=655517
-sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
-make
-}
-
-package() {
-cd gtk+-$pkgver
-make DESTDIR="$pkgdir" install
-
-sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
-
-install -Dm644 "$srcdir/gtkrc" "$pkgdir/usr/share/gtk-2.0/gtkrc"
-
-rm "$pkgdir/usr/bin/gtk-update-icon-cache"
-rm -r "$pkgdir/usr/share/gtk-doc"
-}
-
-# vim:set noet sw=4:

Copied: gtk2/repos/extra-i686/PKGBUILD (from rev 22, gtk2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-29 22:40:54 UTC (rev 23)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gtk2
+pkgver=2.24.30
+pkgrel=2
+pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
+arch=(i686 x86_64)
+url="http://www.gtk.org/;
+depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage
+ shared-mime-info cairo libcups gtk-update-icon-cache librsvg 
desktop-file-utils)
+makedepends=(gobject-introspection python2)
+optdepends=('gnome-themes-standard: Default widget theme'
+'adwaita-icon-theme: Default icon theme')

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:37:57
  Author: heftig
Revision: 22

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

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

--+
 /PKGBUILD|   78 +
 extra-i686/PKGBUILD  |   40 -
 extra-i686/librsvg.install   |   11 -
 extra-x86_64/PKGBUILD|   40 -
 extra-x86_64/librsvg.install |   11 -
 5 files changed, 78 insertions(+), 102 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-29 22:37:14 UTC (rev 21)
+++ extra-i686/PKGBUILD 2016-04-29 22:37:57 UTC (rev 22)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.15
-pkgrel=1
-epoch=2
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg;
-install=librsvg.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-
-  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 $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: librsvg/repos/extra-i686/PKGBUILD (from rev 21, 
librsvg/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-29 22:37:57 UTC (rev 22)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=librsvg
+pkgver=2.40.15
+pkgrel=2
+epoch=2
+pkgdesc="A SVG viewing library"
+arch=(i686 x86_64)
+license=('LGPL')
+depends=('gdk-pixbuf2' 'pango' 'libcroco')
+makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
+options=('!emptydirs')
+url="https://live.gnome.org/LibRsvg;
+source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
+
+prepare() {
+  cd $pkgname-$pkgver
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --disable-static --enable-vala
+
+  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 $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-i686/librsvg.install
===
--- extra-i686/librsvg.install  2016-04-29 22:37:14 UTC (rev 21)
+++ extra-i686/librsvg.install  2016-04-29 22:37:57 UTC (rev 22)
@@ -1,11 +0,0 @@
-post_install() {
-gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-04-29 22:37:14 UTC (rev 21)
+++ extra-x86_64/PKGBUILD   2016-04-29 22:37:57 UTC (rev 22)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=librsvg
-pkgver=2.40.15
-pkgrel=1
-epoch=2
-pkgdesc="A SVG viewing library"
-arch=(i686 x86_64)
-license=('LGPL')
-depends=('gdk-pixbuf2' 'pango' 'libcroco')
-makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
-options=('!emptydirs')
-url="https://live.gnome.org/LibRsvg;
-install=librsvg.install
-source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
-
-prepare() {
-  cd $pkgname-$pkgver
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --disable-static --enable-vala
-
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/if test 

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:37:14
  Author: heftig
Revision: 21

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

Added:
  libwmf/repos/extra-i686/PKGBUILD
(from rev 20, libwmf/trunk/PKGBUILD)
  libwmf/repos/extra-i686/libwmf-0.2.8.4-libpng-1.5.patch
(from rev 20, libwmf/trunk/libwmf-0.2.8.4-libpng-1.5.patch)
  libwmf/repos/extra-i686/libwmf-0.2.8.4-useafterfree.patch
(from rev 20, libwmf/trunk/libwmf-0.2.8.4-useafterfree.patch)
  libwmf/repos/extra-x86_64/PKGBUILD
(from rev 20, libwmf/trunk/PKGBUILD)
  libwmf/repos/extra-x86_64/libwmf-0.2.8.4-libpng-1.5.patch
(from rev 20, libwmf/trunk/libwmf-0.2.8.4-libpng-1.5.patch)
  libwmf/repos/extra-x86_64/libwmf-0.2.8.4-useafterfree.patch
(from rev 20, libwmf/trunk/libwmf-0.2.8.4-useafterfree.patch)
Deleted:
  libwmf/repos/extra-i686/PKGBUILD
  libwmf/repos/extra-i686/libwmf-0.2.8.4-libpng-1.5.patch
  libwmf/repos/extra-i686/libwmf-0.2.8.4-useafterfree.patch
  libwmf/repos/extra-i686/libwmf.install
  libwmf/repos/extra-x86_64/PKGBUILD
  libwmf/repos/extra-x86_64/libwmf-0.2.8.4-libpng-1.5.patch
  libwmf/repos/extra-x86_64/libwmf-0.2.8.4-useafterfree.patch
  libwmf/repos/extra-x86_64/libwmf.install

+
 /PKGBUILD  |   82 +++
 /libwmf-0.2.8.4-libpng-1.5.patch   |   24 ++
 /libwmf-0.2.8.4-useafterfree.patch |   20 +
 extra-i686/PKGBUILD|   42 ---
 extra-i686/libwmf-0.2.8.4-libpng-1.5.patch |   12 ---
 extra-i686/libwmf-0.2.8.4-useafterfree.patch   |   10 --
 extra-i686/libwmf.install  |   14 ---
 extra-x86_64/PKGBUILD  |   42 ---
 extra-x86_64/libwmf-0.2.8.4-libpng-1.5.patch   |   12 ---
 extra-x86_64/libwmf-0.2.8.4-useafterfree.patch |   10 --
 extra-x86_64/libwmf.install|   14 ---
 11 files changed, 126 insertions(+), 156 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-29 22:36:37 UTC (rev 20)
+++ extra-i686/PKGBUILD 2016-04-29 22:37:14 UTC (rev 21)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libwmf
-pkgver=0.2.8.4
-pkgrel=12
-pkgdesc="A library for reading vector images in Microsoft's native Windows 
Metafile Format (WMF)"
-arch=('i686' 'x86_64')
-url="http://wvware.sourceforge.net/libwmf.html;
-license=('LGPL')
-depends=('libx11' 'libjpeg' 'gsfonts')
-makedepends=('gtk2' 'libxt')
-optdepends=('gdk-pixbuf2: for pixbuf loader')
-options=('!docs' '!emptydirs')
-install=libwmf.install
-source=(http://downloads.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.gz
-   libwmf-0.2.8.4-libpng-1.5.patch libwmf-0.2.8.4-useafterfree.patch)
-sha1sums=('822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89'
-  '42aa4c2a82e4e14044c875a7f439baea732a355a'
-  'ea6d28880840e86c96f9079bfd591da54dcffa5c')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-libpng-1.5.patch"
-  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-useafterfree.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr \
-  --with-gsfontdir=/usr/share/fonts/Type1 \
- --with-fontdir=/usr/share/fonts/Type1 \
- 
--with-gsfontmap=/usr/share/ghostscript/9.10/Resource/Init/Fontmap.GS
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  #Remove fonts, these are in gsfonts
-  rm -rf "${pkgdir}/usr/share/fonts"
-}

Copied: libwmf/repos/extra-i686/PKGBUILD (from rev 20, 
libwmf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-29 22:37:14 UTC (rev 21)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libwmf
+pkgver=0.2.8.4
+pkgrel=13
+pkgdesc="A library for reading vector images in Microsoft's native Windows 
Metafile Format (WMF)"
+arch=('i686' 'x86_64')
+url="http://wvware.sourceforge.net/libwmf.html;
+license=('LGPL')
+depends=('libx11' 'libjpeg' 'gsfonts')
+makedepends=('gtk2' 'libxt')
+optdepends=('gdk-pixbuf2: for pixbuf loader')
+options=('!docs' '!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.gz
+   libwmf-0.2.8.4-libpng-1.5.patch libwmf-0.2.8.4-useafterfree.patch)
+sha1sums=('822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89'
+  '42aa4c2a82e4e14044c875a7f439baea732a355a'
+  'ea6d28880840e86c96f9079bfd591da54dcffa5c')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-libpng-1.5.patch"
+  patch -p1 -i "${srcdir}/libwmf-0.2.8.4-useafterfree.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr \
+  

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:36:37
  Author: heftig
Revision: 20

2.40.15-2

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

-+
 PKGBUILD|3 +--
 librsvg.install |   11 ---
 2 files changed, 1 insertion(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:36:01 UTC (rev 266659)
+++ PKGBUILD2016-04-29 22:36:37 UTC (rev 20)
@@ -3,7 +3,7 @@
 
 pkgname=librsvg
 pkgver=2.40.15
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc="A SVG viewing library"
 arch=(i686 x86_64)
@@ -12,7 +12,6 @@
 makedepends=('intltool' 'gobject-introspection' 'vala' 'python2')
 options=('!emptydirs')
 url="https://live.gnome.org/LibRsvg;
-install=librsvg.install
 
source=(https://download.gnome.org/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('d9cac4a123eec6e553a26e120979bab7425def9ae7ce7c079eba5e4a45db05f4')
 

Deleted: librsvg.install
===
--- librsvg.install 2016-04-29 22:36:01 UTC (rev 266659)
+++ librsvg.install 2016-04-29 22:36:37 UTC (rev 20)
@@ -1,11 +0,0 @@
-post_install() {
-gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
-post_remove() {
-post_install
-}


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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:36:01
  Author: heftig
Revision: 266659

0.2.8.4-13

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

+
 PKGBUILD   |3 +--
 libwmf.install |   14 --
 2 files changed, 1 insertion(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:34:50 UTC (rev 266658)
+++ PKGBUILD2016-04-29 22:36:01 UTC (rev 266659)
@@ -3,7 +3,7 @@
 
 pkgname=libwmf
 pkgver=0.2.8.4
-pkgrel=12
+pkgrel=13
 pkgdesc="A library for reading vector images in Microsoft's native Windows 
Metafile Format (WMF)"
 arch=('i686' 'x86_64')
 url="http://wvware.sourceforge.net/libwmf.html;
@@ -12,7 +12,6 @@
 makedepends=('gtk2' 'libxt')
 optdepends=('gdk-pixbuf2: for pixbuf loader')
 options=('!docs' '!emptydirs')
-install=libwmf.install
 
source=(http://downloads.sourceforge.net/sourceforge/wvware/${pkgname}-${pkgver}.tar.gz
libwmf-0.2.8.4-libpng-1.5.patch libwmf-0.2.8.4-useafterfree.patch)
 sha1sums=('822ab3bd0f5e8f39ad732f2774a8e9f18fc91e89'

Deleted: libwmf.install
===
--- libwmf.install  2016-04-29 22:34:50 UTC (rev 266658)
+++ libwmf.install  2016-04-29 22:36:01 UTC (rev 266659)
@@ -1,14 +0,0 @@
-post_install() {
-  if [ -x usr/bin/gdk-pixbuf-query-loaders ]; then
-install -d etc/gtk-2.0
-gdk-pixbuf-query-loaders > etc/gtk-2.0/gdk-pixbuf.loaders
-  fi
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:34:50
  Author: heftig
Revision: 266658

3.20.3-4

Added:
  gtk3/trunk/gtk-query-immodules-3.0.hook
Modified:
  gtk3/trunk/PKGBUILD
  gtk3/trunk/gtk3.install
Deleted:
  gtk3/trunk/gtk-update-icon-cache.install

---+
 PKGBUILD  |   18 ++
 gtk-query-immodules-3.0.hook  |   11 +++
 gtk-update-icon-cache.install |3 ---
 gtk3.install  |   15 ---
 4 files changed, 21 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:32:19 UTC (rev 266657)
+++ PKGBUILD2016-04-29 22:34:50 UTC (rev 266658)
@@ -5,21 +5,23 @@
 pkgbase=gtk3
 pkgname=(gtk3 gtk-update-icon-cache)
 pkgver=3.20.3
-pkgrel=3
+pkgrel=4
 pkgdesc="GObject-based multi-platform GUI toolkit"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
 depends=(atk cairo libcups libxcursor libxinerama libxrandr libxi libepoxy 
gdk-pixbuf2
  libxcomposite libxdamage pango shared-mime-info colord at-spi2-atk 
wayland libxkbcommon
- adwaita-icon-theme json-glib rest librsvg wayland-protocols)
+ adwaita-icon-theme json-glib rest librsvg wayland-protocols 
desktop-file-utils)
 makedepends=(gobject-introspection libcanberra gtk-doc)
 license=(LGPL)
 
source=(https://download.gnome.org/sources/gtk+/${pkgver:0:4}/gtk+-$pkgver.tar.xz
 settings.ini
+gtk-query-immodules-3.0.hook
 gtk-update-icon-cache.hook
 gtk-update-icon-cache.script)
 sha256sums=('3834f3bf23b260b3e5ebfea41102e2026a8af29e36c3620edf4a5cf05e82f694'
 '01fc1d81dc82c4a052ac6e25bf9a04e7647267cc3017bc91f9ce3e63e5eb9202'
+'de46e5514ff39a7a65e01e485e874775ab1c0ad20b8e94ada43f4a6af1370845'
 '496064a9dd6214bd58f689dd817dbdc4d7f17d42a8c9940a87018c3f829ce308'
 'bbe06e1b4e1ad5d61a4e703445a2bb93c6be918964d6dd76c0420c6667fa11eb')
 
@@ -52,7 +54,9 @@
 
 cd "gtk+-$pkgver"
 make DESTDIR="$pkgdir" install
+
 install -Dm644 ../settings.ini "$pkgdir/usr/share/gtk-3.0/settings.ini"
+install -Dm644 ../gtk-query-immodules-3.0.hook 
"$pkgdir/usr/share/libalpm/hooks/gtk-query-immodules-3.0.hook"
 
 # split this out to use with gtk2 too
 rm "$pkgdir/usr/bin/gtk-update-icon-cache"
@@ -61,13 +65,11 @@
 package_gtk-update-icon-cache() {
 pkgdesc="GTK+ icon cache updater"
 depends=(gdk-pixbuf2 hicolor-icon-theme)
-install=gtk-update-icon-cache.install
 
-cd gtk+-$pkgver/gtk
-install -Dm755 gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
-
-install -Dm644 "$srcdir"/gtk-update-icon-cache.hook 
"$pkgdir"/usr/share/libalpm/hooks/gtk-update-icon-cache.hook
-install -Dm755 "$srcdir"/gtk-update-icon-cache.script 
"$pkgdir"/usr/share/libalpm/scripts/gtk-update-icon-cache
+cd gtk+-$pkgver
+install -D gtk/gtk-update-icon-cache 
"$pkgdir/usr/bin/gtk-update-icon-cache"
+install -Dm644 ../gtk-update-icon-cache.hook 
"$pkgdir/usr/share/libalpm/hooks/gtk-update-icon-cache.hook"
+install -D ../gtk-update-icon-cache.script 
"$pkgdir/usr/share/libalpm/scripts/gtk-update-icon-cache"
 }
 
 # vim:set et sw=4:

Added: gtk-query-immodules-3.0.hook
===
--- gtk-query-immodules-3.0.hook(rev 0)
+++ gtk-query-immodules-3.0.hook2016-04-29 22:34:50 UTC (rev 266658)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gtk-3.0/3.0.0/immodules/*.so
+
+[Action]
+Description = Probing GTK3 input method modules...
+When = PostTransaction
+Exec = /usr/bin/gtk-query-immodules-3.0 --update-cache

Deleted: gtk-update-icon-cache.install
===
--- gtk-update-icon-cache.install   2016-04-29 22:32:19 UTC (rev 266657)
+++ gtk-update-icon-cache.install   2016-04-29 22:34:50 UTC (rev 266658)
@@ -1,3 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}

Modified: gtk3.install
===
--- gtk3.install2016-04-29 22:32:19 UTC (rev 266657)
+++ gtk3.install2016-04-29 22:34:50 UTC (rev 266658)
@@ -1,18 +1,3 @@
-post_install() {
-/usr/bin/gtk-query-immodules-3.0 --update-cache
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}
-
-post_upgrade() {
-post_install
-}
-
 pre_remove() {
 rm -f /usr/lib/gtk-3.0/3.0.0/immodules.cache
 }
-
-post_remove() {
-/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
-/usr/bin/gtk-update-icon-cache -q -t -f /usr/share/icons/hicolor
-}


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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:32:19
  Author: heftig
Revision: 266657

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

Added:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
(from rev 266656, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf-query-loaders.hook
(from rev 266656, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
(from rev 266656, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
(from rev 266656, gdk-pixbuf2/trunk/PKGBUILD)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf-query-loaders.hook
(from rev 266656, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install
(from rev 266656, gdk-pixbuf2/trunk/gdk-pixbuf2.install)
Deleted:
  gdk-pixbuf2/repos/extra-i686/PKGBUILD
  gdk-pixbuf2/repos/extra-i686/gdk-pixbuf2.install
  gdk-pixbuf2/repos/extra-x86_64/PKGBUILD
  gdk-pixbuf2/repos/extra-x86_64/gdk-pixbuf2.install

+
 /PKGBUILD  |   70 +++
 /gdk-pixbuf2.install   |6 ++
 extra-i686/PKGBUILD|   33 
 extra-i686/gdk-pixbuf-query-loaders.hook   |   11 
 extra-i686/gdk-pixbuf2.install |   11 
 extra-x86_64/PKGBUILD  |   33 
 extra-x86_64/gdk-pixbuf-query-loaders.hook |   11 
 extra-x86_64/gdk-pixbuf2.install   |   11 
 8 files changed, 98 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-29 22:30:46 UTC (rev 266656)
+++ extra-i686/PKGBUILD 2016-04-29 22:32:19 UTC (rev 266657)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ionut Biru 
-
-pkgname=gdk-pixbuf2
-pkgver=2.34.0
-pkgrel=1
-pkgdesc="An image loading library"
-arch=('i686' 'x86_64')
-url="http://www.gtk.org/;
-license=('LGPL2.1')
-depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
-makedepends=('gtk-doc' 'gobject-introspection')
-install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879')
-
-build() {
-  cd gdk-pixbuf-$pkgver
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gdk-pixbuf2/repos/extra-i686/PKGBUILD (from rev 266656, 
gdk-pixbuf2/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-04-29 22:32:19 UTC (rev 266657)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Ionut Biru 
+
+pkgname=gdk-pixbuf2
+pkgver=2.34.0
+pkgrel=2
+pkgdesc="An image loading library"
+arch=('i686' 'x86_64')
+url="http://www.gtk.org/;
+license=('LGPL2.1')
+depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
+makedepends=('gtk-doc' 'gobject-introspection')
+install=gdk-pixbuf2.install
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879'
+'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
+
+build() {
+cd gdk-pixbuf-$pkgver
+./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
+}
+
+package() {
+cd gdk-pixbuf-$pkgver
+make DESTDIR="$pkgdir" install
+install -Dm644 ../gdk-pixbuf-query-loaders.hook 
"$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
+}
+
+# vim:set et sw=4:

Copied: gdk-pixbuf2/repos/extra-i686/gdk-pixbuf-query-loaders.hook (from rev 
266656, gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook)
===
--- extra-i686/gdk-pixbuf-query-loaders.hook(rev 0)
+++ extra-i686/gdk-pixbuf-query-loaders.hook2016-04-29 22:32:19 UTC (rev 
266657)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description = Probing GDK-Pixbuf loader modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Deleted: extra-i686/gdk-pixbuf2.install
===
--- extra-i686/gdk-pixbuf2.install  2016-04-29 22:30:46 UTC (rev 266656)
+++ extra-i686/gdk-pixbuf2.install  2016-04-29 

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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:30:12
  Author: heftig
Revision: 266655

2.34.0-2

Added:
  gdk-pixbuf2/trunk/gdk-pixbuf-query-loaders.hook
Modified:
  gdk-pixbuf2/trunk/PKGBUILD
  gdk-pixbuf2/trunk/gdk-pixbuf2.install

---+
 PKGBUILD  |   30 --
 gdk-pixbuf-query-loaders.hook |   11 +++
 gdk-pixbuf2.install   |   10 +-
 3 files changed, 28 insertions(+), 23 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:19:03 UTC (rev 266654)
+++ PKGBUILD2016-04-29 22:30:12 UTC (rev 266655)
@@ -3,7 +3,7 @@
 
 pkgname=gdk-pixbuf2
 pkgver=2.34.0
-pkgrel=1
+pkgrel=2
 pkgdesc="An image loading library"
 arch=('i686' 'x86_64')
 url="http://www.gtk.org/;
@@ -11,23 +11,25 @@
 depends=('glib2' 'libpng' 'libtiff' 'libjpeg' 'libx11' 'jasper')
 makedepends=('gtk-doc' 'gobject-introspection')
 install=gdk-pixbuf2.install
-source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz)
-sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879')
+source=(http://download.gnome.org/sources/gdk-pixbuf/${pkgver:0:4}/gdk-pixbuf-$pkgver.tar.xz
+gdk-pixbuf-query-loaders.hook)
+sha256sums=('d55e5b383ee219bd0e23bf6ed4427d56a7db5379729a6e3e0a0e0eba9a8d8879'
+'963afcfacde9fd36031d93c8aa4c94a669ab1dbe9ba0d2cf17599b7d358e54c2')
 
 build() {
-  cd gdk-pixbuf-$pkgver
-  ./configure --prefix=/usr \
---with-x11 \
---with-libjasper \
---with-included-loaders=png
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+cd gdk-pixbuf-$pkgver
+./configure --prefix=/usr \
+--with-x11 \
+--with-libjasper \
+--with-included-loaders=png
+sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+make
 }
 
 package() {
-  cd gdk-pixbuf-$pkgver
-
-  make DESTDIR="$pkgdir" install
+cd gdk-pixbuf-$pkgver
+make DESTDIR="$pkgdir" install
+install -Dm644 ../gdk-pixbuf-query-loaders.hook 
"$pkgdir/usr/share/libalpm/hooks/gdk-pixbuf-query-loaders.hook"
 }
 
-# vim:set ts=2 sw=2 et:
+# vim:set et sw=4:

Added: gdk-pixbuf-query-loaders.hook
===
--- gdk-pixbuf-query-loaders.hook   (rev 0)
+++ gdk-pixbuf-query-loaders.hook   2016-04-29 22:30:12 UTC (rev 266655)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/*.so
+
+[Action]
+Description = Probing GDK-Pixbuf loader modules...
+When = PostTransaction
+Exec = /usr/bin/gdk-pixbuf-query-loaders --update-cache

Modified: gdk-pixbuf2.install
===
--- gdk-pixbuf2.install 2016-04-29 22:19:03 UTC (rev 266654)
+++ gdk-pixbuf2.install 2016-04-29 22:30:12 UTC (rev 266655)
@@ -1,11 +1,3 @@
-post_install() {
-   gdk-pixbuf-query-loaders --update-cache
-}
-
-post_upgrade() {
-post_install
-}
-
 pre_remove() {
-rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/loaders.cache
+rm -f /usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache
 }


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

2016-04-29 Thread Jan Steffens
Date: Saturday, April 30, 2016 @ 00:30:46
  Author: heftig
Revision: 266656

2.24.30-2

Added:
  gtk2/trunk/gtk-query-immodules-2.0.hook
Modified:
  gtk2/trunk/PKGBUILD
  gtk2/trunk/gtk2.install

--+
 PKGBUILD |   19 +++
 gtk-query-immodules-2.0.hook |   11 +++
 gtk2.install |   14 --
 3 files changed, 22 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 22:30:12 UTC (rev 266655)
+++ PKGBUILD2016-04-29 22:30:46 UTC (rev 266656)
@@ -3,12 +3,12 @@
 
 pkgname=gtk2
 pkgver=2.24.30
-pkgrel=1
+pkgrel=2
 pkgdesc="GObject-based multi-platform GUI toolkit (legacy)"
 arch=(i686 x86_64)
 url="http://www.gtk.org/;
-depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage 
- shared-mime-info cairo libcups gtk-update-icon-cache librsvg)
+depends=(atk pango libxcursor libxinerama libxrandr libxi libxcomposite 
libxdamage
+ shared-mime-info cairo libcups gtk-update-icon-cache librsvg 
desktop-file-utils)
 makedepends=(gobject-introspection python2)
 optdepends=('gnome-themes-standard: Default widget theme'
 'adwaita-icon-theme: Default icon theme')
@@ -15,14 +15,18 @@
 license=(LGPL)
 install=gtk2.install
 source=(https://download.gnome.org/sources/gtk+/2.24/gtk+-$pkgver.tar.xz
-gtkrc xid-collision-debug.patch)
+gtkrc
+gtk-query-immodules-2.0.hook
+xid-collision-debug.patch)
 sha256sums=('0d15cec3b6d55c60eac205b1f3ba81a1ed4eadd9d0f8e7c508bc7065d0c4ca50'
 'bc968e3e4f57e818430130338e5f85a5025e21d7e31a3293b8f5a0e58362b805'
+'9656a1efc798da1ac2dae94e921ed0f72719bd52d4d0138f305b993f778f7758'
 'd758bb93e59df15a4ea7732cf984d1c3c19dff67c94b957575efea132b8fe558')
 
 prepare() {
 cd gtk+-$pkgver
 patch -Np1 -i ../xid-collision-debug.patch
+sed -i '1s/python$/&2/' gtk/gtk-builder-convert
 }
 
 build() {
@@ -43,12 +47,11 @@
 cd gtk+-$pkgver
 make DESTDIR="$pkgdir" install
 
-sed -i "s#env python#env python2#" $pkgdir/usr/bin/gtk-builder-convert
+install -Dm644 ../gtkrc "$pkgdir/usr/share/gtk-2.0/gtkrc"
+install -Dm644 ../gtk-query-immodules-2.0.hook 
"$pkgdir/usr/share/libalpm/hooks/gtk-query-immodules-2.0.hook"
 
-install -Dm644 "$srcdir/gtkrc" "$pkgdir/usr/share/gtk-2.0/gtkrc"
-
 rm "$pkgdir/usr/bin/gtk-update-icon-cache"
 rm -r "$pkgdir/usr/share/gtk-doc"
 }
 
-# vim:set noet sw=4:
+# vim:set et sw=4:

Added: gtk-query-immodules-2.0.hook
===
--- gtk-query-immodules-2.0.hook(rev 0)
+++ gtk-query-immodules-2.0.hook2016-04-29 22:30:46 UTC (rev 266656)
@@ -0,0 +1,11 @@
+[Trigger]
+Type = File
+Operation = Install
+Operation = Upgrade
+Operation = Remove
+Target = usr/lib/gtk-2.0/2.10.0/immodules/*.so
+
+[Action]
+Description = Probing GTK2 input method modules...
+When = PostTransaction
+Exec = /usr/bin/gtk-query-immodules-2.0 --update-cache

Modified: gtk2.install
===
--- gtk2.install2016-04-29 22:30:12 UTC (rev 266655)
+++ gtk2.install2016-04-29 22:30:46 UTC (rev 266656)
@@ -1,17 +1,3 @@
-post_install() {
-/usr/bin/gtk-query-immodules-2.0 --update-cache
-}
-
-pre_upgrade() {
-if (( $(vercmp $2 2.24.20) < 0 )); then
-rm -f /etc/gtk-2.0/gtk.immodules
-fi
-}
-
-post_upgrade() {
-post_install
-}
-
 pre_remove() {
 rm -f /usr/lib/gtk-2.0/2.10.0/immodules.cache
 }


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

2016-04-29 Thread Maxime Gauduin
Date: Saturday, April 30, 2016 @ 00:19:03
  Author: alucryd
Revision: 266654

upgpkg: ffmpeg 1:3.0.2-1

Modified:
  ffmpeg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 21:24:07 UTC (rev 266653)
+++ PKGBUILD2016-04-29 22:19:03 UTC (rev 266654)
@@ -6,7 +6,7 @@
 # Contributor: Paul Mattal 
 
 pkgname=ffmpeg
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 epoch=1
 pkgdesc='Complete solution to record, convert and stream audio and video'
@@ -27,7 +27,7 @@
   'libswscale.so')
 source=(http://ffmpeg.org/releases/ffmpeg-${pkgver}.tar.bz2{,.asc})
 validpgpkeys=('FCF986EA15E6E293A5644F10B4322F04D67658D8')
-sha256sums=('f7f7052c120f494dd501f96becff9b5a4ae10cfbde97bc2f1e9f0fd6613a4984'
+sha256sums=('30e3c77c2f4c358ed087869455a7496cbd7753a5e1b98d20ba49c1004009fd36'
 'SKIP')
 
 build() {


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

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 23:47:51
  Author: alucryd
Revision: 172839

upgpkg: emby-server 3.0.5933-1

Modified:
  emby-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 21:40:08 UTC (rev 172838)
+++ PKGBUILD2016-04-29 21:47:51 UTC (rev 172839)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Seymour 
 
 pkgname=emby-server
-pkgver=3.0.5931
+pkgver=3.0.5933
 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=('834fa05fb8d885ee51f021ed8e6f0f8be7330766fe91120842651402a2202687'
+sha256sums=('e5ce61791d7f24c714cc270aa54cccf7c234b285c99a2eee8adb162c0589165e'
 '7b1974f7bba8ac4b76e51ef7fe1257d165c7c4abbd0915e192391336048a3d74'
 'b25bf83a0ab371aff3b13b82f7af71b51bfe6d7e51eb8a8a3dd8f0774ffce6a5'
 'c9ad78f3e2f0ffcb4ee66bb3e99249fcd283dc9fee17895b9265dc733288b953'


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

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 23:49:07
  Author: alucryd
Revision: 172840

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

Added:
  emby-server/repos/community-i686/PKGBUILD
(from rev 172839, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-i686/emby-migrate-database
(from rev 172839, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-i686/emby-server
(from rev 172839, emby-server/trunk/emby-server)
  emby-server/repos/community-i686/emby-server.conf
(from rev 172839, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-i686/emby-server.install
(from rev 172839, emby-server/trunk/emby-server.install)
  emby-server/repos/community-i686/emby-server.service
(from rev 172839, emby-server/trunk/emby-server.service)
  emby-server/repos/community-x86_64/PKGBUILD
(from rev 172839, emby-server/trunk/PKGBUILD)
  emby-server/repos/community-x86_64/emby-migrate-database
(from rev 172839, emby-server/trunk/emby-migrate-database)
  emby-server/repos/community-x86_64/emby-server
(from rev 172839, emby-server/trunk/emby-server)
  emby-server/repos/community-x86_64/emby-server.conf
(from rev 172839, emby-server/trunk/emby-server.conf)
  emby-server/repos/community-x86_64/emby-server.install
(from rev 172839, emby-server/trunk/emby-server.install)
  emby-server/repos/community-x86_64/emby-server.service
(from rev 172839, 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-04-29 21:47:51 UTC (rev 172839)
+++ community-i686/PKGBUILD 2016-04-29 21:49:07 UTC (rev 172840)
@@ -1,56 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Daniel Seymour 
-
-pkgname=emby-server
-pkgver=3.0.5931
-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=('834fa05fb8d885ee51f021ed8e6f0f8be7330766fe91120842651402a2202687'
-'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 calibre/repos (6 files)

2016-04-29 Thread Jelle van der Waa
Date: Friday, April 29, 2016 @ 23:40:08
  Author: jelle
Revision: 172838

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

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

--+
 /PKGBUILD|  152 +
 community-i686/PKGBUILD  |   77 --
 community-i686/calibre.install   |   13 ---
 community-x86_64/PKGBUILD|   77 --
 community-x86_64/calibre.install |   13 ---
 5 files changed, 152 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 21:39:55 UTC (rev 172837)
+++ community-i686/PKGBUILD 2016-04-29 21:40:08 UTC (rev 172838)
@@ -1,77 +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.55.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'
- 'imagemagick' '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'
-)
-install=calibre.install
-source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
-"https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('a3a4f2914d491ab8c63725c11272d53bb4a91d282e6e5c6e0f245cb94b138188'
-'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 172837, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 21:40:08 UTC (rev 172838)
@@ -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.56.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'

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

2016-04-29 Thread Jelle van der Waa
Date: Friday, April 29, 2016 @ 23:39:55
  Author: jelle
Revision: 172837

upgpkg: calibre 2.56.0-1

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

-+
 PKGBUILD|5 ++---
 calibre.install |   13 -
 2 files changed, 2 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 21:18:28 UTC (rev 172836)
+++ PKGBUILD2016-04-29 21:39:55 UTC (rev 172837)
@@ -8,7 +8,7 @@
 # Contributor: Eli Schwartz 
 
 pkgname=calibre
-pkgver=2.55.0
+pkgver=2.56.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -27,10 +27,9 @@
 'udisks: required for mounting certain devices'
 'poppler: required for converting pdf to html'
 )
-install=calibre.install
 source=("https://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz;
 "https://calibre-ebook.com/signatures/${pkgname}-${pkgver}.tar.xz.sig;)
-sha256sums=('a3a4f2914d491ab8c63725c11272d53bb4a91d282e6e5c6e0f245cb94b138188'
+sha256sums=('52daf1d86400464d2f7681f4e5523e24bf3183bcaafa13176e511c4a8cd16577'
 'SKIP')
 validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
 

Deleted: calibre.install
===
--- calibre.install 2016-04-29 21:18:28 UTC (rev 172836)
+++ calibre.install 2016-04-29 21:39:55 UTC (rev 172837)
@@ -1,13 +0,0 @@
-post_install() {
-  update-desktop-database -q
-  update-mime-database usr/share/mime &> /dev/null
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}


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

2016-04-29 Thread Sven-Hendrik Haase
Date: Friday, April 29, 2016 @ 23:18:04
  Author: svenstaro
Revision: 172834

upgpkg: wine 1.9.9-2

upstream release 1.9.9

Modified:
  wine/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 20:04:43 UTC (rev 172833)
+++ PKGBUILD2016-04-29 21:18:04 UTC (rev 172834)
@@ -5,7 +5,7 @@
 # Contributor: Giovanni Scafora 
 
 pkgname=wine
-pkgver=1.9.8
+pkgver=1.9.9
 pkgrel=2
 
 _pkgbasever=${pkgver/rc/-rc}
@@ -12,7 +12,7 @@
 
 
source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
 30-win32-aliases.conf)
-sha1sums=('bf7add8cb045ee9696bacd98be6ab6792cb80566'
+sha1sums=('30ee654b515e888696405911e40134dc1a6f58a1'
   'SKIP'
   '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
 validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7


[arch-commits] Commit in wine/repos/multilib-x86_64 (4 files)

2016-04-29 Thread Sven-Hendrik Haase
Date: Friday, April 29, 2016 @ 23:18:28
  Author: svenstaro
Revision: 172836

archrelease: copy trunk to multilib-x86_64

Added:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
(from rev 172835, wine/trunk/30-win32-aliases.conf)
  wine/repos/multilib-x86_64/PKGBUILD
(from rev 172835, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/multilib-x86_64/30-win32-aliases.conf
  wine/repos/multilib-x86_64/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-04-29 21:18:11 UTC (rev 172835)
+++ 30-win32-aliases.conf   2016-04-29 21:18:28 UTC (rev 172836)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/multilib-x86_64/30-win32-aliases.conf (from rev 172835, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-04-29 21:18:28 UTC (rev 172836)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-29 21:18:11 UTC (rev 172835)
+++ PKGBUILD2016-04-29 21:18:28 UTC (rev 172836)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.8
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('bf7add8cb045ee9696bacd98be6ab6792cb80566'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  

[arch-commits] Commit in wine/repos/community-i686 (4 files)

2016-04-29 Thread Sven-Hendrik Haase
Date: Friday, April 29, 2016 @ 23:18:11
  Author: svenstaro
Revision: 172835

archrelease: copy trunk to community-i686

Added:
  wine/repos/community-i686/30-win32-aliases.conf
(from rev 172834, wine/trunk/30-win32-aliases.conf)
  wine/repos/community-i686/PKGBUILD
(from rev 172834, wine/trunk/PKGBUILD)
Deleted:
  wine/repos/community-i686/30-win32-aliases.conf
  wine/repos/community-i686/PKGBUILD

---+
 30-win32-aliases.conf |   40 ++---
 PKGBUILD  |  356 
 2 files changed, 198 insertions(+), 198 deletions(-)

Deleted: 30-win32-aliases.conf
===
--- 30-win32-aliases.conf   2016-04-29 21:18:04 UTC (rev 172834)
+++ 30-win32-aliases.conf   2016-04-29 21:18:11 UTC (rev 172835)
@@ -1,20 +0,0 @@
-
-
-
-  
-MS Shell Dlg
-Microsoft Sans Serif
-sans-serif
-  
-  
-MS Shell Dlg 2
-Tahoma
-sans-serif
-  
-
-  
-MS Sans Serif
-Microsoft Sans Serif
-sans-serif
-  
-

Copied: wine/repos/community-i686/30-win32-aliases.conf (from rev 172834, 
wine/trunk/30-win32-aliases.conf)
===
--- 30-win32-aliases.conf   (rev 0)
+++ 30-win32-aliases.conf   2016-04-29 21:18:11 UTC (rev 172835)
@@ -0,0 +1,20 @@
+
+
+
+  
+MS Shell Dlg
+Microsoft Sans Serif
+sans-serif
+  
+  
+MS Shell Dlg 2
+Tahoma
+sans-serif
+  
+
+  
+MS Sans Serif
+Microsoft Sans Serif
+sans-serif
+  
+

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-29 21:18:04 UTC (rev 172834)
+++ PKGBUILD2016-04-29 21:18:11 UTC (rev 172835)
@@ -1,178 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Eduardo Romero 
-# Contributor: Giovanni Scafora 
-
-pkgname=wine
-pkgver=1.9.8
-pkgrel=2
-
-_pkgbasever=${pkgver/rc/-rc}
-
-source=(https://dl.winehq.org/wine/source/1.9/$pkgname-$_pkgbasever.tar.bz2{,.sign}
-30-win32-aliases.conf)
-sha1sums=('bf7add8cb045ee9696bacd98be6ab6792cb80566'
-  'SKIP'
-  '023a5c901c6a091c56e76b6a62d141d87cce9fdb')
-validpgpkeys=(5AC1A08B03BD7A313E0A955AF5E6E9EEB9461DD7
-  DA23579A74D4AD9AF9D3F945CEFAC8EAAF17519D)
-
-pkgdesc="A compatibility layer for running Windows programs"
-url="http://www.winehq.com;
-arch=(i686 x86_64)
-options=(staticlibs)
-license=(LGPL)
-
-_depends=(
-  fontconfig  lib32-fontconfig
-  lcms2   lib32-lcms2
-  libxml2 lib32-libxml2
-  libxcursor  lib32-libxcursor
-  libxrandr   lib32-libxrandr
-  libxdamage  lib32-libxdamage
-  libxi   lib32-libxi
-  gettext lib32-gettext
-  freetype2   lib32-freetype2
-  glu lib32-glu
-  libsm   lib32-libsm
-  gcc-libslib32-gcc-libs
-  libpcap lib32-libpcap
-  desktop-file-utils
-)
-
-makedepends=(autoconf ncurses bison perl fontforge flex
-  'gcc>=4.5.0-2'  'gcc-multilib>=4.5.0-2'
-  gifliblib32-giflib
-  libpnglib32-libpng
-  gnutlslib32-gnutls
-  libxinerama   lib32-libxinerama
-  libxcomposite lib32-libxcomposite
-  libxmulib32-libxmu
-  libxxf86vmlib32-libxxf86vm
-  libldap   lib32-libldap
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-lib  lib32-alsa-lib
-  libxcomposite lib32-libxcomposite
-  mesa  lib32-mesa
-  mesa-libgllib32-mesa-libgl
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  samba
-  opencl-headers
-)
-  
-optdepends=(
-  gifliblib32-giflib
-  libpnglib32-libpng
-  libldap   lib32-libldap
-  gnutlslib32-gnutls
-  mpg123lib32-mpg123
-  openallib32-openal
-  v4l-utils lib32-v4l-utils
-  libpulse  lib32-libpulse
-  alsa-plugins  lib32-alsa-plugins
-  alsa-lib  lib32-alsa-lib
-  libjpeg-turbo lib32-libjpeg-turbo
-  libxcomposite lib32-libxcomposite
-  libxinerama   lib32-libxinerama
-  ncurses   lib32-ncurses
-  libcl lib32-libcl
-  libxslt   lib32-libxslt
-  gst-plugins-base-libs lib32-gst-plugins-base-libs
-  cups
-  samba   dosbox
-)
-
-if [[ $CARCH == i686 ]]; then
-  # Strip lib32 etc. on i686
-  _depends=(${_depends[@]/*32-*/})
-  makedepends=(${makedepends[@]/*32-*/} ${_depends[@]})
-  makedepends=(${makedepends[@]/*-multilib*/})
-  optdepends=(${optdepends[@]/*32-*/})

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

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 22:04:43
  Author: alucryd
Revision: 172833

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

Added:
  musescore/repos/community-i686/PKGBUILD
(from rev 172832, musescore/trunk/PKGBUILD)
  musescore/repos/community-x86_64/PKGBUILD
(from rev 172832, musescore/trunk/PKGBUILD)
Deleted:
  musescore/repos/community-i686/PKGBUILD
  musescore/repos/community-i686/musescore.install
  musescore/repos/community-x86_64/PKGBUILD
  musescore/repos/community-x86_64/musescore.install

+
 /PKGBUILD  |   68 +++
 community-i686/PKGBUILD|   34 -
 community-i686/musescore.install   |   15 ---
 community-x86_64/PKGBUILD  |   34 -
 community-x86_64/musescore.install |   15 ---
 5 files changed, 68 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 20:04:24 UTC (rev 172832)
+++ community-i686/PKGBUILD 2016-04-29 20:04:43 UTC (rev 172833)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Stefan Husmann 
-# Contributor: Cristian Maureira 
-# Contributor: Dr.Egg 
-
-pkgname=musescore
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Create, play and print beautiful sheet music'
-arch=('i686' 'x86_64')
-url='http://musescore.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
- 'qt5-svg' 'qt5-tools' 'qt5-webkit' 'shared-mime-info')
-makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
-optdepends=('lame: MP3 export')
-install='musescore.install'
-source=("musescore-${pkgver}.tar.gz::https://github.com/musescore/MuseScore/archive/v${pkgver}.tar.gz;)
-sha256sums=('66c613f27fcc07252e856a51ed1162a9921f3d11ac130260763e2178b7098b01')
-
-build() {
-  cd MuseScore-${pkgver}
-
-  make PREFIX='/usr' release
-}
-
-package() {
-  cd MuseScore-${pkgver}/build.release
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: musescore/repos/community-i686/PKGBUILD (from rev 172832, 
musescore/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 20:04:43 UTC (rev 172833)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Stefan Husmann 
+# Contributor: Cristian Maureira 
+# Contributor: Dr.Egg 
+
+pkgname=musescore
+pkgver=2.0.3
+pkgrel=2
+pkgdesc='Create, play and print beautiful sheet music'
+arch=('i686' 'x86_64')
+url='http://musescore.org/'
+license=('GPL')
+depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
+ 'qt5-quickcontrols' 'qt5-svg' 'qt5-tools' 'qt5-webkit'
+ 'shared-mime-info')
+makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
+optdepends=('lame: MP3 export')
+source=("musescore-${pkgver}.tar.gz::https://github.com/musescore/MuseScore/archive/v${pkgver}.tar.gz;)
+sha256sums=('66c613f27fcc07252e856a51ed1162a9921f3d11ac130260763e2178b7098b01')
+
+build() {
+  cd MuseScore-${pkgver}
+
+  make PREFIX='/usr' release
+}
+
+package() {
+  cd MuseScore-${pkgver}/build.release
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/musescore.install
===
--- community-i686/musescore.install2016-04-29 20:04:24 UTC (rev 172832)
+++ community-i686/musescore.install2016-04-29 20:04:43 UTC (rev 172833)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database /usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-04-29 20:04:24 UTC (rev 172832)
+++ community-x86_64/PKGBUILD   2016-04-29 20:04:43 UTC (rev 172833)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Stefan Husmann 
-# Contributor: Cristian Maureira 
-# Contributor: Dr.Egg 
-
-pkgname=musescore
-pkgver=2.0.3
-pkgrel=1
-pkgdesc='Create, play and print beautiful sheet music'
-arch=('i686' 'x86_64')
-url='http://musescore.org/'
-license=('GPL')
-depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
- 'qt5-svg' 'qt5-tools' 'qt5-webkit' 'shared-mime-info')
-makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
-optdepends=('lame: 

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

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 22:04:24
  Author: alucryd
Revision: 172832

hooks rebuild: musescore 2.0.3-2

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

---+
 PKGBUILD  |6 +++---
 musescore.install |   15 ---
 2 files changed, 3 insertions(+), 18 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 19:33:38 UTC (rev 172831)
+++ PKGBUILD2016-04-29 20:04:24 UTC (rev 172832)
@@ -6,16 +6,16 @@
 
 pkgname=musescore
 pkgver=2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Create, play and print beautiful sheet music'
 arch=('i686' 'x86_64')
 url='http://musescore.org/'
 license=('GPL')
 depends=('desktop-file-utils' 'gtk-update-icon-cache' 'libpulse' 'portaudio'
- 'qt5-svg' 'qt5-tools' 'qt5-webkit' 'shared-mime-info')
+ 'qt5-quickcontrols' 'qt5-svg' 'qt5-tools' 'qt5-webkit'
+ 'shared-mime-info')
 makedepends=('cmake' 'doxygen' 'lame' 'qt5-script' 'texlive-core')
 optdepends=('lame: MP3 export')
-install='musescore.install'
 
source=("musescore-${pkgver}.tar.gz::https://github.com/musescore/MuseScore/archive/v${pkgver}.tar.gz;)
 sha256sums=('66c613f27fcc07252e856a51ed1162a9921f3d11ac130260763e2178b7098b01')
 

Deleted: musescore.install
===
--- musescore.install   2016-04-29 19:33:38 UTC (rev 172831)
+++ musescore.install   2016-04-29 20:04:24 UTC (rev 172832)
@@ -1,15 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -fqt /usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database /usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:


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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 21:33:38
  Author: jlichtblau
Revision: 172831

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

Added:
  homebank/repos/community-i686/PKGBUILD
(from rev 172830, homebank/trunk/PKGBUILD)
  homebank/repos/community-i686/homebank.changelog
(from rev 172830, homebank/trunk/homebank.changelog)
  homebank/repos/community-x86_64/PKGBUILD
(from rev 172830, homebank/trunk/PKGBUILD)
  homebank/repos/community-x86_64/homebank.changelog
(from rev 172830, homebank/trunk/homebank.changelog)
Deleted:
  homebank/repos/community-i686/PKGBUILD
  homebank/repos/community-i686/homebank.changelog
  homebank/repos/community-i686/homebank.install
  homebank/repos/community-x86_64/PKGBUILD
  homebank/repos/community-x86_64/homebank.changelog
  homebank/repos/community-x86_64/homebank.install

-+
 /PKGBUILD   |   58 +++
 /homebank.changelog |  100 ++
 community-i686/PKGBUILD |   30 --
 community-i686/homebank.changelog   |   47 ---
 community-i686/homebank.install |   13 
 community-x86_64/PKGBUILD   |   30 --
 community-x86_64/homebank.changelog |   47 ---
 community-x86_64/homebank.install   |   13 
 8 files changed, 158 insertions(+), 180 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 19:33:14 UTC (rev 172830)
+++ community-i686/PKGBUILD 2016-04-29 19:33:38 UTC (rev 172831)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: William Rea 
-
-pkgname=homebank
-pkgver=5.0.6
-pkgrel=1
-pkgdesc="Free, easy, personal accounting for everyone"
-arch=('i686' 'x86_64')
-url="http://homebank.free.fr/;
-license=('GPL')
-depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
-makedepends=('intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
-sha256sums=('4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: homebank/repos/community-i686/PKGBUILD (from rev 172830, 
homebank/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 19:33:38 UTC (rev 172831)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: William Rea 
+
+pkgname=homebank
+pkgver=5.0.6
+pkgrel=2
+pkgdesc="Free, easy, personal accounting for everyone"
+arch=('i686' 'x86_64')
+url="http://homebank.free.fr/;
+license=('GPL')
+depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
+makedepends=('intltool')
+changelog=$pkgname.changelog
+source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
+sha256sums=('4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/homebank.changelog
===
--- community-i686/homebank.changelog   2016-04-29 19:33:14 UTC (rev 172830)
+++ community-i686/homebank.changelog   2016-04-29 19:33:38 UTC (rev 172831)
@@ -1,47 +0,0 @@
-2015-11-01 Jaroslav Lichtblau 
-   * homebank 5.0.6-1
-
-2015-09-26 Jaroslav Lichtblau 
-   * homebank 5.0.5-1
-
-2015-06-15 Jaroslav Lichtblau 
-   * homebank 5.0.3-1
-
-2015-05-14 Jaroslav Lichtblau 
-   * homebank 5.0.2-1
-
-2015-04-18 Jaroslav Lichtblau 
-   * homebank 5.0.1-1
-
-2015-02-08 Jaroslav Lichtblau 
-   * homebank 5.0.0-1
-
-2014-08-10 Jaroslav Lichtblau 
-   * homebank 4.6.3-1
-
-2014-07-29 Jaroslav Lichtblau 
-   * homebank 4.6.2-1
-
-2014-06-28 Jaroslav Lichtblau 
-   * homebank 4.6.1-1
-
-2014-03-02 Jaroslav Lichtblau 
-   * homebank 4.5.6-1
-
-2014-02-04 Jaroslav Lichtblau 
-   * homebank 4.5.5-1
-
-2013-10-05 Jaroslav Lichtblau 
-   * homebank 4.5.4-1
-
-2013-09-28 Jaroslav Lichtblau 
-   * 

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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 21:33:14
  Author: jlichtblau
Revision: 172830

upgpkg: homebank 5.0.6-2 pacman hooks part 1 rebuild

Modified:
  homebank/trunk/PKGBUILD
  homebank/trunk/homebank.changelog
Deleted:
  homebank/trunk/homebank.install

+
 PKGBUILD   |3 +--
 homebank.changelog |3 +++
 homebank.install   |   13 -
 3 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 19:31:43 UTC (rev 172829)
+++ PKGBUILD2016-04-29 19:33:14 UTC (rev 172830)
@@ -4,7 +4,7 @@
 
 pkgname=homebank
 pkgver=5.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Free, easy, personal accounting for everyone"
 arch=('i686' 'x86_64')
 url="http://homebank.free.fr/;
@@ -11,7 +11,6 @@
 license=('GPL')
 depends=('desktop-file-utils' 'gtk3' 'hicolor-icon-theme' 'libofx' 'librsvg' 
'perl-xml-parser' 'shared-mime-info')
 makedepends=('intltool')
-install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://homebank.free.fr/public/$pkgname-$pkgver.tar.gz)
 sha256sums=('4a52ef7a20accd50f8cead0d0564042912573c7d60887ef5e4d462fb28b239e4')

Modified: homebank.changelog
===
--- homebank.changelog  2016-04-29 19:31:43 UTC (rev 172829)
+++ homebank.changelog  2016-04-29 19:33:14 UTC (rev 172830)
@@ -1,3 +1,6 @@
+2016-04-29 Jaroslav Lichtblau 
+   * homebank 5.0.6-2 pacman hooks rebuild
+
 2015-11-01 Jaroslav Lichtblau 
* homebank 5.0.6-1
 

Deleted: homebank.install
===
--- homebank.install2016-04-29 19:31:43 UTC (rev 172829)
+++ homebank.install2016-04-29 19:33:14 UTC (rev 172830)
@@ -1,13 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-post_remove() {
-  post_install $1
-}


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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 21:31:43
  Author: jlichtblau
Revision: 172829

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

Added:
  kdesvn/repos/community-i686/PKGBUILD
(from rev 172828, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-i686/kdesvn.changelog
(from rev 172828, kdesvn/trunk/kdesvn.changelog)
  kdesvn/repos/community-x86_64/PKGBUILD
(from rev 172828, kdesvn/trunk/PKGBUILD)
  kdesvn/repos/community-x86_64/kdesvn.changelog
(from rev 172828, kdesvn/trunk/kdesvn.changelog)
Deleted:
  kdesvn/repos/community-i686/PKGBUILD
  kdesvn/repos/community-i686/kdesvn.changelog
  kdesvn/repos/community-i686/kdesvn.install
  kdesvn/repos/community-x86_64/PKGBUILD
  kdesvn/repos/community-x86_64/kdesvn.changelog
  kdesvn/repos/community-x86_64/kdesvn.install

---+
 /PKGBUILD |   74 +++
 /kdesvn.changelog |  140 
 community-i686/PKGBUILD   |   38 -
 community-i686/kdesvn.changelog   |   67 -
 community-i686/kdesvn.install |   12 ---
 community-x86_64/PKGBUILD |   38 -
 community-x86_64/kdesvn.changelog |   67 -
 community-x86_64/kdesvn.install   |   12 ---
 8 files changed, 214 insertions(+), 234 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 19:31:17 UTC (rev 172828)
+++ community-i686/PKGBUILD 2016-04-29 19:31:43 UTC (rev 172829)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=kdesvn
-pkgver=1.7.0
-pkgrel=2
-pkgdesc="A pure C++ SVN-client for KDE"
-arch=('i686' 'x86_64')
-url="http://projects.kde.org/kdesvn;
-license=('GPL')
-depends=('kdebase-runtime' 'subversion')
-makedepends=('automoc4' 'cmake')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
-sha256sums=('b3a9dc01e1730c880478aecd5c8d832a4b218468f791083985d325c0ef8a6ece')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  cmake . \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
--DLIB_SUFFIX=
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-#removing conflicting files - kdesdk
-  rm -f "${pkgdir}"/usr/share/kde4/services/svn*
-#removing $srcdir reference
-  rm -rf "${pkgdir}"/usr/share/doc
-}

Copied: kdesvn/repos/community-i686/PKGBUILD (from rev 172828, 
kdesvn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 19:31:43 UTC (rev 172829)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=kdesvn
+pkgver=1.7.0
+pkgrel=3
+pkgdesc="A pure C++ SVN-client for KDE"
+arch=('i686' 'x86_64')
+url="http://projects.kde.org/kdesvn;
+license=('GPL')
+depends=('kdebase-runtime' 'subversion')
+makedepends=('automoc4' 'cmake')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz)
+sha256sums=('b3a9dc01e1730c880478aecd5c8d832a4b218468f791083985d325c0ef8a6ece')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  cmake . \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_CXX_FLAGS="-DQT_THREAD_SUPPORT" \
+-DLIB_SUFFIX=
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+#removing conflicting files - kdesdk
+  rm -f "${pkgdir}"/usr/share/kde4/services/svn*
+#removing $srcdir reference
+  rm -rf "${pkgdir}"/usr/share/doc
+}

Deleted: community-i686/kdesvn.changelog
===
--- community-i686/kdesvn.changelog 2016-04-29 19:31:17 UTC (rev 172828)
+++ community-i686/kdesvn.changelog 2016-04-29 19:31:43 UTC (rev 172829)
@@ -1,67 +0,0 @@
-2016-01-22 Jaroslav Lichtblau 
-   * kdesvn 1.7.0-2 FS#47848
-
-2016-01-21 Jaroslav Lichtblau 
-   * Update to major release 1.7.0-1
-
-2015-03-15 Jaroslav Lichtblau 
-   * kdesvn 1.6.0-4 FS#44135 fix
-
-2012-08-26 Jaroslav Lichtblau 
-   * Update to major release 1.6.0-1
-
-2010-09-15 Jaroslav Lichtblau 
-   * Update to major release 1.5.5
-
-2010-04-09 Jaroslav Lichtblau 
-   * Update to major release 1.5.3
-
-2010-01-17 Jaroslav Lichtblau 
-   * Update to major release 1.5.1
-
-2010-01-11 Jaroslav Lichtblau 
-   * Update to major release 1.5.0
-
-2009-10-01 Biru Ionut 
-   * Update to 

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

2016-04-29 Thread Daniel Micay
Date: Friday, April 29, 2016 @ 21:29:15
  Author: thestinger
Revision: 172827

grsecurity-3.1-4.5.2-201604282058
-iThis line, and those below, will be ignored--

Mtrunk/PKGBUILD
Mtrunk/config
Mtrunk/config.x86_64

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

---+
 PKGBUILD  |   16 +--
 config|  285 ++--
 config.x86_64 |  281 +--
 3 files changed, 393 insertions(+), 189 deletions(-)

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


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

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 21:22:12
  Author: alucryd
Revision: 172826

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

Added:
  vapoursynth/repos/community-i686/PKGBUILD
(from rev 172825, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-i686/vapoursynth.xml
(from rev 172825, vapoursynth/trunk/vapoursynth.xml)
  vapoursynth/repos/community-x86_64/PKGBUILD
(from rev 172825, vapoursynth/trunk/PKGBUILD)
  vapoursynth/repos/community-x86_64/vapoursynth.xml
(from rev 172825, vapoursynth/trunk/vapoursynth.xml)
Deleted:
  vapoursynth/repos/community-i686/PKGBUILD
  vapoursynth/repos/community-i686/vapoursynth.install
  vapoursynth/repos/community-i686/vapoursynth.xml
  vapoursynth/repos/community-x86_64/PKGBUILD
  vapoursynth/repos/community-x86_64/vapoursynth.install
  vapoursynth/repos/community-x86_64/vapoursynth.xml

--+
 /PKGBUILD|   86 +
 community-i686/PKGBUILD  |   44 
 community-i686/vapoursynth.install   |   13 
 community-x86_64/PKGBUILD|   44 
 community-x86_64/vapoursynth.install |   13 
 5 files changed, 86 insertions(+), 114 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 19:22:01 UTC (rev 172825)
+++ community-i686/PKGBUILD 2016-04-29 19:22:12 UTC (rev 172826)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: sl1pkn07 
-# Contributor: jackoneill 
-
-pkgname=vapoursynth
-pkgver=R32
-pkgrel=1
-pkgdesc='A video processing framework with the future in mind'
-arch=('i686' 'x86_64')
-url='http://www.vapoursynth.com/'
-license=('LGPL2.1' 'custom:OFL')
-depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
- 'tesseract'
- 'libzimg.so')
-makedepends=('cython' 'python-sphinx' 'yasm')
-install='vapoursynth.install'
-source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
-'vapoursynth.xml')
-sha256sums=('e9560f64ba298c2ef9e6e3d88f63ea0ab88e14bbd0e9feee9c621b9224e408c8'
-'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
-
-build() {
-  cd vapoursynth-${pkgver}
-
-  ./autogen.sh
-  ./configure \
---prefix='/usr' \
---enable-imwri \
---disable-static
-  make
-}
-
-package() {
-  cd vapoursynth-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
-  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
-  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
-}
-
-# vim: ts=2 sw=2 et:

Copied: vapoursynth/repos/community-i686/PKGBUILD (from rev 172825, 
vapoursynth/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 19:22:12 UTC (rev 172826)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: sl1pkn07 
+# Contributor: jackoneill 
+
+pkgname=vapoursynth
+pkgver=R32
+pkgrel=2
+pkgdesc='A video processing framework with the future in mind'
+arch=('i686' 'x86_64')
+url='http://www.vapoursynth.com/'
+license=('LGPL2.1' 'custom:OFL')
+depends=('gcc-libs' 'glibc' 'imagemagick' 'libass' 'python' 'shared-mime-info'
+ 'tesseract'
+ 'libzimg.so')
+makedepends=('cython' 'python-sphinx' 'yasm')
+source=("vapoursynth-${pkgver}.tar.gz::https://github.com/vapoursynth/vapoursynth/archive/${pkgver}.tar.gz;
+'vapoursynth.xml')
+sha256sums=('e9560f64ba298c2ef9e6e3d88f63ea0ab88e14bbd0e9feee9c621b9224e408c8'
+'8e51579547d20cd7cb9618a47b3ac508423d09d76649bf038d0ab9acb850b068')
+
+build() {
+  cd vapoursynth-${pkgver}
+
+  ./autogen.sh
+  ./configure \
+--prefix='/usr' \
+--enable-imwri \
+--disable-static
+  make
+}
+
+package() {
+  cd vapoursynth-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/{licenses/vapoursynth,mime/packages}
+  install -m 644 ofl.txt "${pkgdir}"/usr/share/licenses/vapoursynth/
+  install -m 644 ../vapoursynth.xml "${pkgdir}"/usr/share/mime/packages/
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/vapoursynth.install
===
--- community-i686/vapoursynth.install  2016-04-29 19:22:01 UTC (rev 172825)
+++ community-i686/vapoursynth.install  2016-04-29 19:22:12 UTC (rev 172826)
@@ -1,13 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: 

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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 21:20:49
  Author: jlichtblau
Revision: 172824

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

Added:
  qlandkartegt/repos/community-i686/PKGBUILD
(from rev 172823, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml
(from rev 172823, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-i686/qlandkartegt.changelog
(from rev 172823, qlandkartegt/trunk/qlandkartegt.changelog)
  qlandkartegt/repos/community-x86_64/PKGBUILD
(from rev 172823, qlandkartegt/trunk/PKGBUILD)
  qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml
(from rev 172823, qlandkartegt/trunk/qlandkartegt-mimetypes.xml)
  qlandkartegt/repos/community-x86_64/qlandkartegt.changelog
(from rev 172823, qlandkartegt/trunk/qlandkartegt.changelog)
Deleted:
  qlandkartegt/repos/community-i686/PKGBUILD
  qlandkartegt/repos/community-i686/qlandkartegt-mimetypes.xml
  qlandkartegt/repos/community-i686/qlandkartegt.changelog
  qlandkartegt/repos/community-i686/qlandkartegt.install
  qlandkartegt/repos/community-x86_64/PKGBUILD
  qlandkartegt/repos/community-x86_64/qlandkartegt-mimetypes.xml
  qlandkartegt/repos/community-x86_64/qlandkartegt.changelog
  qlandkartegt/repos/community-x86_64/qlandkartegt.install

-+
 /PKGBUILD   |   88 +
 /qlandkartegt-mimetypes.xml |   14 ++
 /qlandkartegt.changelog |  174 ++
 community-i686/PKGBUILD |   45 --
 community-i686/qlandkartegt-mimetypes.xml   |7 -
 community-i686/qlandkartegt.changelog   |   84 
 community-i686/qlandkartegt.install |7 -
 community-x86_64/PKGBUILD   |   45 --
 community-x86_64/qlandkartegt-mimetypes.xml |7 -
 community-x86_64/qlandkartegt.changelog |   84 
 community-x86_64/qlandkartegt.install   |7 -
 11 files changed, 276 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 19:20:22 UTC (rev 172823)
+++ community-i686/PKGBUILD 2016-04-29 19:20:49 UTC (rev 172824)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Matthias Maennich 
-# Contributor: 
-
-pkgname=qlandkartegt
-pkgver=1.8.1
-pkgrel=5
-pkgdesc="Use your GPS with Linux"
-arch=('i686' 'x86_64')
-url="http://www.qlandkarte.org/;
-license=('GPL')
-depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu'
- 'postgresql-libs' 'shared-mime-info' 'qtwebkit' 'proj')
-makedepends=('cmake' 'garmindev' 'mesa')
-optdepends=('garmindev: to connect garmin devices')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
-$pkgname-mimetypes.xml)
-sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
-'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
-
-prepare() {
-  cd "${srcdir}"
-  mkdir build
-}
-
-build() {
-  cd "${srcdir}"/build
-
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release
-  make
-}
-
-package(){
-  cd "${srcdir}"/build
-
-  make DESTDIR="${pkgdir}" install
-
-  install -Dm644 "${srcdir}"/$pkgname-mimetypes.xml \
-"${pkgdir}"/usr/share/mime/packages/$pkgname-mimetypes.xml
-}

Copied: qlandkartegt/repos/community-i686/PKGBUILD (from rev 172823, 
qlandkartegt/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 19:20:49 UTC (rev 172824)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Matthias Maennich 
+# Contributor: 
+
+pkgname=qlandkartegt
+pkgver=1.8.1
+pkgrel=6
+pkgdesc="Use your GPS with Linux"
+arch=('i686' 'x86_64')
+url="http://www.qlandkarte.org/;
+license=('GPL')
+depends=('gdal' 'gpsd' 'libdmtx' 'libexif' 'libmariadbclient' 'glu'
+ 'postgresql-libs' 'shared-mime-info' 'qtwebkit' 'proj')
+makedepends=('cmake' 'garmindev' 'mesa')
+optdepends=('garmindev: to connect garmin devices')
+changelog=$pkgname.changelog
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
+$pkgname-mimetypes.xml)
+sha256sums=('9e0605ab8f4cbd27741b507f252f08370e9ccca4e05ec35878256c59b22a9be7'
+'e8d33948831f8a66edd752c71c653085d6c4d9f1969e70dd8c40b9c7ca37fba0')
+
+prepare() {
+  cd "${srcdir}"
+  mkdir build
+}
+
+build() {
+  cd "${srcdir}"/build
+
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release
+  make
+}
+

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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 21:20:22
  Author: jlichtblau
Revision: 172823

upgpkg: qlandkartegt 1.8.1-6 pacman hooks part 1 rebuild

Modified:
  qlandkartegt/trunk/PKGBUILD
  qlandkartegt/trunk/qlandkartegt.changelog
Deleted:
  qlandkartegt/trunk/qlandkartegt.install

+
 PKGBUILD   |3 +--
 qlandkartegt.changelog |3 +++
 qlandkartegt.install   |7 ---
 3 files changed, 4 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 19:16:49 UTC (rev 172822)
+++ PKGBUILD2016-04-29 19:20:22 UTC (rev 172823)
@@ -5,7 +5,7 @@
 
 pkgname=qlandkartegt
 pkgver=1.8.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Use your GPS with Linux"
 arch=('i686' 'x86_64')
 url="http://www.qlandkarte.org/;
@@ -14,7 +14,6 @@
  'postgresql-libs' 'shared-mime-info' 'qtwebkit' 'proj')
 makedepends=('cmake' 'garmindev' 'mesa')
 optdepends=('garmindev: to connect garmin devices')
-install=$pkgname.install
 changelog=$pkgname.changelog
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz
 $pkgname-mimetypes.xml)

Modified: qlandkartegt.changelog
===
--- qlandkartegt.changelog  2016-04-29 19:16:49 UTC (rev 172822)
+++ qlandkartegt.changelog  2016-04-29 19:20:22 UTC (rev 172823)
@@ -1,3 +1,6 @@
+2016-04-29 Jaroslav Lichtblau 
+   * qlandkartegt 1.8.1-6 pacman hooks rebuild
+
 2015-06-28 Jaroslav Lichtblau 
* qlandkartegt 1.8.1-4 gdal 2.0.0 rebuild
 

Deleted: qlandkartegt.install
===
--- qlandkartegt.install2016-04-29 19:16:49 UTC (rev 172822)
+++ qlandkartegt.install2016-04-29 19:20:22 UTC (rev 172823)
@@ -1,7 +0,0 @@
-post_install() {
-  update-mime-database usr/share/mime > /dev/null
-}
-
-post_remove() {
-  post_install $1
-}


[arch-commits] Commit in scratch-text-editor/repos (6 files)

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 21:16:49
  Author: alucryd
Revision: 172822

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

Added:
  scratch-text-editor/repos/community-i686/PKGBUILD
(from rev 172821, scratch-text-editor/trunk/PKGBUILD)
  scratch-text-editor/repos/community-x86_64/PKGBUILD
(from rev 172821, scratch-text-editor/trunk/PKGBUILD)
Deleted:
  scratch-text-editor/repos/community-i686/PKGBUILD
  scratch-text-editor/repos/community-i686/scratch-text-editor.install
  scratch-text-editor/repos/community-x86_64/PKGBUILD
  scratch-text-editor/repos/community-x86_64/scratch-text-editor.install

--+
 /PKGBUILD|  100 +
 community-i686/PKGBUILD  |   51 
 community-i686/scratch-text-editor.install   |   14 ---
 community-x86_64/PKGBUILD|   51 
 community-x86_64/scratch-text-editor.install |   14 ---
 5 files changed, 100 insertions(+), 130 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 19:16:22 UTC (rev 172821)
+++ community-i686/PKGBUILD 2016-04-29 19:16:49 UTC (rev 172822)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Ner0 
-
-pkgname=scratch-text-editor
-pkgver=2.2.1
-pkgrel=1
-pkgdesc='The Pantheon Text Editor'
-arch=('i686' 'x86_64')
-url='https://launchpad.net/scratch'
-license=('GPL3')
-depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
- 'libpeas' 'pango' 'zeitgeist'
- 'libgranite.so')
-makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
- 'webkitgtk')
-optdepends=('gtkspell3: Spell Check extension'
-'vala: Outline extension'
-'vte3: Terminal extension'
-'webkitgtk: Browser Preview extension')
-install='scratch-text-editor.install'
-source=("https://launchpad.net/scratch/freya/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
-sha256sums=('d852bac83a5a7b9b14d62134838bae41ecb08fb1eb0f12f7f61164fb880c0305')
-
-prepare() {
-  cd scratch-text-editor-${pkgver}
-
-  if [[ -d build ]]; then
-rm -rf build
-  fi
-  mkdir build
-}
-
-build() {
-  cd scratch-text-editor-${pkgver}/build
-
-  cmake .. \
--DCMAKE_BUILD_TYPE='Release' \
--DCMAKE_INSTALL_PREFIX='/usr' \
--DCMAKE_INSTALL_LIBDIR='/usr/lib' \
--DGSETTINGS_COMPILE='FALSE'
-  make
-}
-
-package() {
-  cd scratch-text-editor-${pkgver}/build
-
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: scratch-text-editor/repos/community-i686/PKGBUILD (from rev 172821, 
scratch-text-editor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 19:16:49 UTC (rev 172822)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Ner0 
+
+pkgname=scratch-text-editor
+pkgver=2.2.1
+pkgrel=2
+pkgdesc='The Pantheon Text Editor'
+arch=('i686' 'x86_64')
+url='https://launchpad.net/scratch'
+license=('GPL3')
+depends=('desktop-file-utils' 'glib2' 'glibc' 'gtk3' 'gtksourceview3' 'libgee'
+ 'libpeas' 'pango' 'zeitgeist'
+ 'libgranite.so')
+makedepends=('cmake' 'gobject-introspection' 'gtkspell3' 'vala' 'vte3'
+ 'webkitgtk')
+optdepends=('gtkspell3: Spell Check extension'
+'vala: Outline extension'
+'vte3: Terminal extension'
+'webkitgtk: Browser Preview extension')
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
+sha256sums=('d852bac83a5a7b9b14d62134838bae41ecb08fb1eb0f12f7f61164fb880c0305')
+
+prepare() {
+  cd scratch-text-editor-${pkgver}
+
+  if [[ -d build ]]; then
+rm -rf build
+  fi
+  mkdir build
+}
+
+build() {
+  cd scratch-text-editor-${pkgver}/build
+
+  cmake .. \
+-DCMAKE_BUILD_TYPE='Release' \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_INSTALL_LIBDIR='/usr/lib' \
+-DGSETTINGS_COMPILE='FALSE'
+  make
+}
+
+package() {
+  cd scratch-text-editor-${pkgver}/build
+
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/scratch-text-editor.install
===
--- community-i686/scratch-text-editor.install  2016-04-29 19:16:22 UTC (rev 
172821)
+++ community-i686/scratch-text-editor.install  2016-04-29 19:16:49 UTC (rev 
172822)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in scratch-text-editor/trunk (2 files)

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 21:16:22
  Author: alucryd
Revision: 172821

hooks rebuild: scratch-text-editor 2.2.1-2

Modified:
  scratch-text-editor/trunk/PKGBUILD
Deleted:
  scratch-text-editor/trunk/scratch-text-editor.install

-+
 PKGBUILD|5 ++---
 scratch-text-editor.install |   14 --
 2 files changed, 2 insertions(+), 17 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 19:12:21 UTC (rev 172820)
+++ PKGBUILD2016-04-29 19:16:22 UTC (rev 172821)
@@ -4,7 +4,7 @@
 
 pkgname=scratch-text-editor
 pkgver=2.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc='The Pantheon Text Editor'
 arch=('i686' 'x86_64')
 url='https://launchpad.net/scratch'
@@ -18,8 +18,7 @@
 'vala: Outline extension'
 'vte3: Terminal extension'
 'webkitgtk: Browser Preview extension')
-install='scratch-text-editor.install'
-source=("https://launchpad.net/scratch/freya/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
+source=("https://launchpad.net/scratch/2.x/${pkgver}/+download/scratch-text-editor-${pkgver}.tar.xz;)
 sha256sums=('d852bac83a5a7b9b14d62134838bae41ecb08fb1eb0f12f7f61164fb880c0305')
 
 prepare() {

Deleted: scratch-text-editor.install
===
--- scratch-text-editor.install 2016-04-29 19:12:21 UTC (rev 172820)
+++ scratch-text-editor.install 2016-04-29 19:16:22 UTC (rev 172821)
@@ -1,14 +0,0 @@
-post_install() {
-  glib-compile-schemas /usr/share/glib-2.0/schemas
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:


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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 21:12:21
  Author: jlichtblau
Revision: 172820

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

Added:
  kmymoney/repos/community-i686/PKGBUILD
(from rev 172819, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-i686/kmymoney.changelog
(from rev 172819, kmymoney/trunk/kmymoney.changelog)
  kmymoney/repos/community-x86_64/PKGBUILD
(from rev 172819, kmymoney/trunk/PKGBUILD)
  kmymoney/repos/community-x86_64/kmymoney.changelog
(from rev 172819, kmymoney/trunk/kmymoney.changelog)
Deleted:
  kmymoney/repos/community-i686/PKGBUILD
  kmymoney/repos/community-i686/kmymoney.changelog
  kmymoney/repos/community-i686/kmymoney.install
  kmymoney/repos/community-x86_64/PKGBUILD
  kmymoney/repos/community-x86_64/kmymoney.changelog
  kmymoney/repos/community-x86_64/kmymoney.install

-+
 /PKGBUILD   |   78 ++
 /kmymoney.changelog |  100 ++
 community-i686/PKGBUILD |   40 -
 community-i686/kmymoney.changelog   |   47 ---
 community-i686/kmymoney.install |   13 
 community-x86_64/PKGBUILD   |   40 -
 community-x86_64/kmymoney.changelog |   47 ---
 community-x86_64/kmymoney.install   |   13 
 8 files changed, 178 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 19:11:58 UTC (rev 172819)
+++ community-i686/PKGBUILD 2016-04-29 19:12:21 UTC (rev 172820)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Maintainer: Laurent Carlier 
-# Contributor: Vamp898 
-# Contributor: Jaroslaw Swierczynski 
-# Contributor: Eric Belanger 
-# Contributor: Todd Maynard 
-
-pkgname=kmymoney
-pkgver=4.7.2
-pkgrel=3
-pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
-arch=('i686' 'x86_64')
-url="http://kmymoney2.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
-makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
-replaces=('kmymoney2')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
-sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-
-  mkdir build
-  cd build
-
-  cmake ../ \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-$pkgver/build
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: kmymoney/repos/community-i686/PKGBUILD (from rev 172819, 
kmymoney/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 19:12:21 UTC (rev 172820)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Laurent Carlier 
+# Contributor: Vamp898 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Eric Belanger 
+# Contributor: Todd Maynard 
+
+pkgname=kmymoney
+pkgver=4.7.2
+pkgrel=4
+pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
+arch=('i686' 'x86_64')
+url="http://kmymoney2.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
+makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
+replaces=('kmymoney2')
+changelog=$pkgname.changelog
+source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
+sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  mkdir build
+  cd build
+
+  cmake ../ \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_SKIP_RPATH=YES
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver/build
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/kmymoney.changelog
===
--- community-i686/kmymoney.changelog   2016-04-29 19:11:58 UTC (rev 172819)
+++ community-i686/kmymoney.changelog   2016-04-29 19:12:21 UTC (rev 172820)
@@ -1,47 +0,0 @@
-2016-01-09 Jaroslav Lichtblau 
-   * kmymoney 4.7.2-3 libical rebuild
-
-2015-04-28 Jaroslav Lichtblau 
-   * kmymoney 

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

2016-04-29 Thread Jaroslav Lichtblau
Date: Friday, April 29, 2016 @ 21:11:58
  Author: jlichtblau
Revision: 172819

upgpkg: kmymoney 4.7.2-4 pacman hooks part 1 rebuild

Modified:
  kmymoney/trunk/PKGBUILD
  kmymoney/trunk/kmymoney.changelog
Deleted:
  kmymoney/trunk/kmymoney.install

+
 PKGBUILD   |3 +--
 kmymoney.changelog |3 +++
 kmymoney.install   |   13 -
 3 files changed, 4 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 19:03:32 UTC (rev 172818)
+++ PKGBUILD2016-04-29 19:11:58 UTC (rev 172819)
@@ -8,7 +8,7 @@
 
 pkgname=kmymoney
 pkgver=4.7.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Personal finance manager for KDE which operates similarly to MS-Money 
or Quicken"
 arch=('i686' 'x86_64')
 url="http://kmymoney2.sourceforge.net/;
@@ -16,7 +16,6 @@
 depends=('kdebase-runtime' 'shared-mime-info' 'aqbanking' 'libofx' 
'libalkimia' 'boost-libs' 'kdepimlibs4')
 makedepends=('cmake' 'automoc4' 'docbook-xml' 'docbook-xsl' 'boost' 'doxygen')
 replaces=('kmymoney2')
-install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(http://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz)
 sha256sums=('bfb2c29ff30988f46324c2dae197a06b58d07336a1947adc22bcfed3e554393d')

Modified: kmymoney.changelog
===
--- kmymoney.changelog  2016-04-29 19:03:32 UTC (rev 172818)
+++ kmymoney.changelog  2016-04-29 19:11:58 UTC (rev 172819)
@@ -1,3 +1,6 @@
+2016-04-29 Jaroslav Lichtblau 
+   * kmymoney 4.7.2-4 pacman hooks rebuild
+
 2016-01-09 Jaroslav Lichtblau 
* kmymoney 4.7.2-3 libical rebuild
 

Deleted: kmymoney.install
===
--- kmymoney.install2016-04-29 19:03:32 UTC (rev 172818)
+++ kmymoney.install2016-04-29 19:11:58 UTC (rev 172819)
@@ -1,13 +0,0 @@
-post_install() {
-   update-mime-database usr/share/mime &> /dev/null
-   xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-   update-desktop-database -q
-}
-
-post_upgrade() {
-   post_install
-}
-
-post_remove() {
-   post_install
-}


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

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 21:03:20
  Author: alucryd
Revision: 172817

hooks rebuild: qtscrobbler 0.11-6

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

-+
 PKGBUILD|3 +--
 qtscrobbler.install |9 -
 2 files changed, 1 insertion(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-04-29 19:03:12 UTC (rev 172816)
+++ PKGBUILD2016-04-29 19:03:20 UTC (rev 172817)
@@ -4,7 +4,7 @@
 
 pkgname=qtscrobbler
 pkgver=0.11
-pkgrel=5
+pkgrel=6
 pkgdesc="Submit .scrobbler.log from portable players to Last.fm and Libre.fm"
 arch=('i686' 'x86_64')
 url="http://qtscrob.sourceforge.net/;
@@ -11,7 +11,6 @@
 license=('GPL')
 depends=('libmtp' 'qt4')
 makedepends=('gtk-update-icon-cache' 'gzip')
-install=${pkgname}.install
 
source=("http://downloads.sourceforge.net/project/qtscrob/qtscrob/${pkgver}/qtscrob-${pkgver}.tar.bz2;)
 sha256sums=('01c8e48f616ed09504833d27d92fd62f455bd645ea2d1cc2a5f4c287d641daba')
 

Deleted: qtscrobbler.install
===
--- qtscrobbler.install 2016-04-29 19:03:12 UTC (rev 172816)
+++ qtscrobbler.install 2016-04-29 19:03:20 UTC (rev 172817)
@@ -1,9 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:


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

2016-04-29 Thread Maxime Gauduin
Date: Friday, April 29, 2016 @ 21:03:32
  Author: alucryd
Revision: 172818

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

Added:
  qtscrobbler/repos/community-i686/PKGBUILD
(from rev 172817, qtscrobbler/trunk/PKGBUILD)
  qtscrobbler/repos/community-x86_64/PKGBUILD
(from rev 172817, qtscrobbler/trunk/PKGBUILD)
Deleted:
  qtscrobbler/repos/community-i686/PKGBUILD
  qtscrobbler/repos/community-i686/qtscrobbler.install
  qtscrobbler/repos/community-x86_64/PKGBUILD
  qtscrobbler/repos/community-x86_64/qtscrobbler.install

--+
 /PKGBUILD|   84 +
 community-i686/PKGBUILD  |   43 
 community-i686/qtscrobbler.install   |9 ---
 community-x86_64/PKGBUILD|   43 
 community-x86_64/qtscrobbler.install |9 ---
 5 files changed, 84 insertions(+), 104 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-29 19:03:20 UTC (rev 172817)
+++ community-i686/PKGBUILD 2016-04-29 19:03:32 UTC (rev 172818)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Simon Legner 
-
-pkgname=qtscrobbler
-pkgver=0.11
-pkgrel=5
-pkgdesc="Submit .scrobbler.log from portable players to Last.fm and Libre.fm"
-arch=('i686' 'x86_64')
-url="http://qtscrob.sourceforge.net/;
-license=('GPL')
-depends=('libmtp' 'qt4')
-makedepends=('gtk-update-icon-cache' 'gzip')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/project/qtscrob/qtscrob/${pkgver}/qtscrob-${pkgver}.tar.bz2;)
-sha256sums=('01c8e48f616ed09504833d27d92fd62f455bd645ea2d1cc2a5f4c287d641daba')
-
-build() {
-  cd "$srcdir"/qtscrob-${pkgver}/src
-
-  qmake-qt4
-  make
-}
-
-package() {
-  cd "$srcdir"/qtscrob-${pkgver}/src
-
-  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,icons/hicolor,man/man1}}
-  install -m 755 cli/scrobbler "${pkgdir}"/usr/bin/qtscrob-cli
-  install -m 755 qt/qtscrob "${pkgdir}"/usr/bin/qtscrob
-
-  install -m 644 cli/scrobbler.1 "${pkgdir}"/usr/share/man/man1/qtscrob-cli.1
-  install -m 644 qt/qtscrob.1 "${pkgdir}"/usr/share/man/man1/qtscrob.1
-  gzip -9 -f "${pkgdir}"/usr/share/man/man1/*
-
-  install -m 644 qt/qtscrob.desktop 
"${pkgdir}"/usr/share/applications/qtscrob.desktop
-  for size in 16 32 48 64 128 256 512 ; do
-install -dm 755 "${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps
-install -m 644 qt/resources/icons/${size}x${size}/qtscrob.png 
"${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps/qtscrob.png
-  done
-}
-
-# vim: ts=2 sw=2 et:

Copied: qtscrobbler/repos/community-i686/PKGBUILD (from rev 172817, 
qtscrobbler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-29 19:03:32 UTC (rev 172818)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Simon Legner 
+
+pkgname=qtscrobbler
+pkgver=0.11
+pkgrel=6
+pkgdesc="Submit .scrobbler.log from portable players to Last.fm and Libre.fm"
+arch=('i686' 'x86_64')
+url="http://qtscrob.sourceforge.net/;
+license=('GPL')
+depends=('libmtp' 'qt4')
+makedepends=('gtk-update-icon-cache' 'gzip')
+source=("http://downloads.sourceforge.net/project/qtscrob/qtscrob/${pkgver}/qtscrob-${pkgver}.tar.bz2;)
+sha256sums=('01c8e48f616ed09504833d27d92fd62f455bd645ea2d1cc2a5f4c287d641daba')
+
+build() {
+  cd "$srcdir"/qtscrob-${pkgver}/src
+
+  qmake-qt4
+  make
+}
+
+package() {
+  cd "$srcdir"/qtscrob-${pkgver}/src
+
+  install -dm 755 
"${pkgdir}"/usr/{bin,share/{applications,icons/hicolor,man/man1}}
+  install -m 755 cli/scrobbler "${pkgdir}"/usr/bin/qtscrob-cli
+  install -m 755 qt/qtscrob "${pkgdir}"/usr/bin/qtscrob
+
+  install -m 644 cli/scrobbler.1 "${pkgdir}"/usr/share/man/man1/qtscrob-cli.1
+  install -m 644 qt/qtscrob.1 "${pkgdir}"/usr/share/man/man1/qtscrob.1
+  gzip -9 -f "${pkgdir}"/usr/share/man/man1/*
+
+  install -m 644 qt/qtscrob.desktop 
"${pkgdir}"/usr/share/applications/qtscrob.desktop
+  for size in 16 32 48 64 128 256 512 ; do
+install -dm 755 "${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps
+install -m 644 qt/resources/icons/${size}x${size}/qtscrob.png 
"${pkgdir}"/usr/share/icons/hicolor/${size}x${size}/apps/qtscrob.png
+  done
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-i686/qtscrobbler.install
===
--- community-i686/qtscrobbler.install  2016-04-29 19:03:20 UTC (rev 172817)
+++ community-i686/qtscrobbler.install  2016-04-29 19:03:32 UTC (rev 172818)
@@ -1,9 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -ftq usr/share/icons/hicolor
-}
-
-post_remove() {
-  post_install
-}
-
-# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD

[arch-commits] Commit in archlinux-appstream-data/repos/community-any (2 files)

2016-04-29 Thread Antonio Rojas
Date: Friday, April 29, 2016 @ 21:03:12
  Author: arojas
Revision: 172816

archrelease: copy trunk to community-any

Added:
  archlinux-appstream-data/repos/community-any/PKGBUILD
(from rev 172815, archlinux-appstream-data/trunk/PKGBUILD)
Deleted:
  archlinux-appstream-data/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-29 19:02:47 UTC (rev 172815)
+++ PKGBUILD2016-04-29 19:03:12 UTC (rev 172816)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-
-pkgname=archlinux-appstream-data
-pkgver=20160428
-pkgrel=1
-pkgdesc="Arch Linux application database for AppStream-based software centers"
-arch=(any)
-url="http://www.archlinux.org;
-license=(GPL)
-depends=()
-makedepends=()
-source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.xz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
- 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
-noextract=({core,extra,community}-icons-{64x64,128x128}.tar.gz)
-md5sums=('ca8e186de849c2c53ed71414922692b7'
- '9a0c8fe7b74c22de9573d97eb7c96aa3'
- 'af95a564736784f9fc057387a427508a'
- '3ab87b983dab1b42b298fca86e427b9e'
- '1234e8ab11a6c903ac9f868f88737189'
- 'c954864542a2ff6cd0c8329ba3633224'
- '3ab87b983dab1b42b298fca86e427b9e'
- '991b267e81383a0daef261116cae0ade'
- '15b3d9158919d854ad5a4f1444ea4552')
-
-package() {
-  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
-  for _repo in core extra community; do
-   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
-   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
-  done
-  cp *.xml "$pkgdir"/usr/share/app-info/xmls/
-}

Copied: archlinux-appstream-data/repos/community-any/PKGBUILD (from rev 172815, 
archlinux-appstream-data/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-29 19:03:12 UTC (rev 172816)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+
+pkgname=archlinux-appstream-data
+pkgver=20160428
+pkgrel=2
+pkgdesc="Arch Linux application database for AppStream-based software centers"
+arch=(any)
+url="http://www.archlinux.org;
+license=(GPL)
+depends=()
+makedepends=()
+source=(http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}.xml.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-64x64.tar.gz
+ 
http://sources.archlinux.org/other/community/archlinux-appstream-data/$pkgver/{core,extra,community}-icons-128x128.tar.gz)
+noextract=({core,extra,community}.xml.gz 
{core,extra,community}-icons-{64x64,128x128}.tar.gz)
+md5sums=('20d5ba5e26e16b4e9329c37020ca7e4d'
+ '938ac2e74654ab77ca0a878f09d0bb2f'
+ '4bde693f3bc4089553960033fe1f0307'
+ '3ab87b983dab1b42b298fca86e427b9e'
+ '1234e8ab11a6c903ac9f868f88737189'
+ 'c954864542a2ff6cd0c8329ba3633224'
+ '3ab87b983dab1b42b298fca86e427b9e'
+ '991b267e81383a0daef261116cae0ade'
+ '15b3d9158919d854ad5a4f1444ea4552')
+
+package() {
+  mkdir -p 
"$pkgdir"/usr/share/app-info/{icons/archlinux-arch-{core,extra,community}/{64x64,128x128},xmls}
+  for _repo in core extra community; do
+   tar -xzf $_repo-icons-64x64.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/64x64
+   tar -xzf $_repo-icons-128x128.tar.gz -C 
"$pkgdir"/usr/share/app-info/icons/archlinux-arch-$_repo/128x128
+  done
+  cp *.xml.gz "$pkgdir"/usr/share/app-info/xmls/
+}


  1   2   3   4   >