[arch-commits] Commit in open-vm-tools/repos (16 files)

2016-11-26 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 07:34:18
  Author: foutrelis
Revision: 197002

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

Added:
  open-vm-tools/repos/community-staging-i686/
  open-vm-tools/repos/community-staging-i686/PKGBUILD
(from rev 197001, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-i686/network-script
(from rev 197001, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-i686/tools.conf
(from rev 197001, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-i686/vmtoolsd.service
(from rev 197001, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-i686/vmware-guestd
(from rev 197001, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-i686/vmware-vmblock-fuse.service
(from rev 197001, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-staging-i686/xautostart.conf
(from rev 197001, open-vm-tools/trunk/xautostart.conf)
  open-vm-tools/repos/community-staging-x86_64/
  open-vm-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 197001, open-vm-tools/trunk/PKGBUILD)
  open-vm-tools/repos/community-staging-x86_64/network-script
(from rev 197001, open-vm-tools/trunk/network-script)
  open-vm-tools/repos/community-staging-x86_64/tools.conf
(from rev 197001, open-vm-tools/trunk/tools.conf)
  open-vm-tools/repos/community-staging-x86_64/vmtoolsd.service
(from rev 197001, open-vm-tools/trunk/vmtoolsd.service)
  open-vm-tools/repos/community-staging-x86_64/vmware-guestd
(from rev 197001, open-vm-tools/trunk/vmware-guestd)
  open-vm-tools/repos/community-staging-x86_64/vmware-vmblock-fuse.service
(from rev 197001, open-vm-tools/trunk/vmware-vmblock-fuse.service)
  open-vm-tools/repos/community-staging-x86_64/xautostart.conf
(from rev 197001, open-vm-tools/trunk/xautostart.conf)

--+
 community-staging-i686/PKGBUILD  |   89 +++
 community-staging-i686/network-script|  195 +
 community-staging-i686/tools.conf|1 
 community-staging-i686/vmtoolsd.service  |9 
 community-staging-i686/vmware-guestd |6 
 community-staging-i686/vmware-vmblock-fuse.service   |   12 +
 community-staging-i686/xautostart.conf   |6 
 community-staging-x86_64/PKGBUILD|   89 +++
 community-staging-x86_64/network-script  |  195 +
 community-staging-x86_64/tools.conf  |1 
 community-staging-x86_64/vmtoolsd.service|9 
 community-staging-x86_64/vmware-guestd   |6 
 community-staging-x86_64/vmware-vmblock-fuse.service |   12 +
 community-staging-x86_64/xautostart.conf |6 
 14 files changed, 636 insertions(+)

Copied: open-vm-tools/repos/community-staging-i686/PKGBUILD (from rev 197001, 
open-vm-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-27 07:34:18 UTC (rev 197002)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Krzysztof Raczkowski 
+
+pkgname=open-vm-tools
+epoch=6
+pkgver=10.1.0
+pkgrel=2
+pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
+arch=('i686' 'x86_64')
+url="https://github.com/vmware/open-vm-tools;
+license=('LGPL')
+depends=('libdnet' 'icu' 'procps-ng' 'uriparser' 'libsigc++' 'libxss'
+'iproute2' 'fuse' 'lsb-release' 'libmspack')
+makedepends=('chrpath' 'doxygen' 'gtkmm' 'libxtst')
+optdepends=('gtkmm: DnD/CP plugin'
+   'libxtst: DnD/CP, resolution set plugins'
+   'netctl: suspend-resume network state'
+   'networkmanager: suspend-resume network state')
+backup=('etc/pam.d/vmware-guestd')
+options=('docs')
+source=($pkgname-$pkgver.tar.gz::https://github.com/vmware/open-vm-tools/archive/stable-${pkgver/_/-}.tar.gz
+   network-script
+   tools.conf
+   vmware-guestd
+   xautostart.conf
+   vmtoolsd.service
+   vmware-vmblock-fuse.service)
+md5sums=('46f5a319275f63658f1a44b6c8755f6b'
+ 'cbfa69ead382bc527e6f6ddfed8e5c4d'
+ 'b55d15e2c4be396aad709aeca91033d3'
+ '1b9ae908fce4c623269f100ee9bdfdef'
+ '75a25d83417e683957321f97a00f8465'
+ 'a6c53243d31c765580f6dded7d5fa98f'
+ '84c0e820cb053def1742ea59af9f2dec')
+
+prepare() {
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
+  sed -i \
+-e 's|-Werror||g' \
+-e 's|.*common-agent/etc/config/Makefile.*||' \
+configure.ac
+  mkdir -p common-agent/etc/config
+  autoreconf -vi
+}
+
+build() {
+  cd "$srcdir/$pkgname-"*"/open-vm-tools"
+
+  # glibmm 2.46 uses 

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

2016-11-26 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 07:33:56
  Author: foutrelis
Revision: 197001

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 07:29:51 UTC (rev 197000)
+++ PKGBUILD2016-11-27 07:33:56 UTC (rev 197001)
@@ -5,7 +5,7 @@
 pkgname=open-vm-tools
 epoch=6
 pkgver=10.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The Open Virtual Machine Tools (open-vm-tools) are the open source 
implementation of VMware Tools"
 arch=('i686' 'x86_64')
 url="https://github.com/vmware/open-vm-tools;


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

2016-11-26 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 07:29:51
  Author: foutrelis
Revision: 197000

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

Added:
  widelands/repos/community-staging-i686/
  widelands/repos/community-staging-i686/PKGBUILD
(from rev 196999, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-i686/widelands.desktop
(from rev 196999, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-i686/widelands.png
(from rev 196999, widelands/trunk/widelands.png)
  widelands/repos/community-staging-x86_64/
  widelands/repos/community-staging-x86_64/PKGBUILD
(from rev 196999, widelands/trunk/PKGBUILD)
  widelands/repos/community-staging-x86_64/widelands.desktop
(from rev 196999, widelands/trunk/widelands.desktop)
  widelands/repos/community-staging-x86_64/widelands.png
(from rev 196999, widelands/trunk/widelands.png)

+
 community-staging-i686/PKGBUILD|   52 +++
 community-staging-i686/widelands.desktop   |8 
 community-staging-x86_64/PKGBUILD  |   52 +++
 community-staging-x86_64/widelands.desktop |8 
 4 files changed, 120 insertions(+)

Copied: widelands/repos/community-staging-i686/PKGBUILD (from rev 196999, 
widelands/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-27 07:29:51 UTC (rev 197000)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=19
+_realver=build${pkgver}
+pkgrel=3
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('i686' 'x86_64')
+url="http://widelands.org/;
+license=('GPL')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua51' 
'glew' 'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+replaces=('widelands-data')
+source=("https://launchpad.net/widelands/${_realver}/build${pkgver}/+download/$pkgname-$_realver-src.tar.bz2;
+$pkgname.desktop
+$pkgname.png)
+md5sums=('0ef7ccf021b8001056739f755500366d'
+ '15820bf099fd6f16251fe70a75c534bb'
+ '3dfda7e9ca76ca00dd98d745d0ceb328')
+
+build() {
+cd $srcdir/$pkgname-$_realver-src
+
+mkdir -p build/compile && cd build/compile
+
+cmake ../.. \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DWL_INSTALL_BASEDIR=/usr \
+-DWL_INSTALL_DATADIR=/usr/share/widelands
+make
+}
+
+package() {
+cd $srcdir/$pkgname-$_realver-src/build/compile
+
+make DESTDIR="$pkgdir" install
+
+mkdir -p $pkgdir/usr/bin
+mv 
$pkgdir/usr/{widelands,wl_map_object_info,wl_render_richtext,wl_map_info} 
$pkgdir/usr/bin
+mv $pkgdir/usr/{VERSION,ChangeLog,CREDITS} $pkgdir/usr/share/widelands
+
+mkdir -p $pkgdir/usr/share/licenses/$pkgname
+mv $pkgdir/usr/COPYING $pkgdir/usr/share/licenses/$pkgname
+
+# Install bin, icon and desktop file
+install -Dm644 $srcdir/$pkgname.png $pkgdir/usr/share/pixmaps/$pkgname.png
+install -Dm644 $srcdir/$pkgname.desktop 
$pkgdir/usr/share/applications/$pkgname.desktop
+}

Copied: widelands/repos/community-staging-i686/widelands.desktop (from rev 
196999, widelands/trunk/widelands.desktop)
===
--- community-staging-i686/widelands.desktop(rev 0)
+++ community-staging-i686/widelands.desktop2016-11-27 07:29:51 UTC (rev 
197000)
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Name=Widelands
+GenericName=Widelands
+Comment=Realtime strategy game
+Icon=widelands
+Exec=widelands
+Type=Application
+Categories=Game;StrategyGame;

Copied: widelands/repos/community-staging-i686/widelands.png (from rev 196999, 
widelands/trunk/widelands.png)
===
(Binary files differ)

Copied: widelands/repos/community-staging-x86_64/PKGBUILD (from rev 196999, 
widelands/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-27 07:29:51 UTC (rev 197000)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Arkham 
+# Contributor: Christoph Zeiler 
+
+pkgname=widelands
+pkgver=19
+_realver=build${pkgver}
+pkgrel=3
+pkgdesc="A realtime strategy game with emphasis on economy and transport"
+arch=('i686' 'x86_64')
+url="http://widelands.org/;
+license=('GPL')
+depends=('sdl2_mixer' 'sdl2_image' 'sdl2_net' 'sdl2_ttf' 'sdl2_gfx' 'lua51' 
'glew' 'python2' 'boost-libs')
+makedepends=('cmake' 'boost' 'mesa')
+replaces=('widelands-data')

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

2016-11-26 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 07:29:33
  Author: foutrelis
Revision: 196999

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  widelands/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 07:00:33 UTC (rev 196998)
+++ PKGBUILD2016-11-27 07:29:33 UTC (rev 196999)
@@ -6,7 +6,7 @@
 pkgname=widelands
 pkgver=19
 _realver=build${pkgver}
-pkgrel=2
+pkgrel=3
 pkgdesc="A realtime strategy game with emphasis on economy and transport"
 arch=('i686' 'x86_64')
 url="http://widelands.org/;


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

2016-11-26 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 07:00:33
  Author: foutrelis
Revision: 196998

Update checksums

Modified:
  open-vm-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 04:07:08 UTC (rev 196997)
+++ PKGBUILD2016-11-27 07:00:33 UTC (rev 196998)
@@ -26,7 +26,7 @@
xautostart.conf
vmtoolsd.service
vmware-vmblock-fuse.service)
-md5sums=('995358ef96268083d0fbd307e0a211b2'
+md5sums=('46f5a319275f63658f1a44b6c8755f6b'
  'cbfa69ead382bc527e6f6ddfed8e5c4d'
  'b55d15e2c4be396aad709aeca91033d3'
  '1b9ae908fce4c623269f100ee9bdfdef'


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

2016-11-26 Thread Gaëtan Bisson
Date: Sunday, November 27, 2016 @ 06:07:37
  Author: bisson
Revision: 282109

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

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 282108, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 282108, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 282108, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 282108, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

--+
 /PKGBUILD|  122 +
 /install |   20 
 core-i686/PKGBUILD   |   61 
 core-i686/install|   10 
 core-x86_64/PKGBUILD |   61 
 core-x86_64/install  |   10 
 6 files changed, 142 insertions(+), 142 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2016-11-27 04:06:46 UTC (rev 282108)
+++ core-i686/PKGBUILD  2016-11-27 06:07:37 UTC (rev 282109)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.15
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha1sums=('908c86dac8e9a1fbf47e1605e570b11391b04ece' 'SKIP')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 282108, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2016-11-27 06:07:37 UTC (rev 282109)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.16
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
+source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha1sums=('67540161c9fe289153c4a5ea60f7cdce0ef48897' 'SKIP')
+
+install=install
+
+conflicts=('dirmngr' 'gnupg2')
+provides=('dirmngr' "gnupg2=${pkgver}")
+replaces=('dirmngr' 'gnupg2')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+ 

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

2016-11-26 Thread Felix Yan
Date: Sunday, November 27, 2016 @ 04:06:48
  Author: felixonmars
Revision: 196996

upgpkg: eslint 3.11.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 03:22:50 UTC (rev 196995)
+++ PKGBUILD2016-11-27 04:06:48 UTC (rev 196996)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.10.2
+pkgver=3.11.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=('0b8a4e08916bea20af3f4baf16d91340')
+md5sums=('4242ba091ee483b1b486cb8932c0b0c9')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2016-11-26 Thread Felix Yan
Date: Sunday, November 27, 2016 @ 04:07:08
  Author: felixonmars
Revision: 196997

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-27 04:06:48 UTC (rev 196996)
+++ PKGBUILD2016-11-27 04:07:08 UTC (rev 196997)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.10.2
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('0b8a4e08916bea20af3f4baf16d91340')
-
-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"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 196996, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-27 04:07:08 UTC (rev 196997)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=3.11.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('4242ba091ee483b1b486cb8932c0b0c9')
+
+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"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2016-11-26 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 04:06:28
  Author: foutrelis
Revision: 282107

upgpkg: llvm 3.9.0-2

OCaml 4.04.0 rebuild.

Modified:
  llvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 02:24:58 UTC (rev 282106)
+++ PKGBUILD2016-11-27 04:06:28 UTC (rev 282107)
@@ -11,8 +11,8 @@
 
 pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-tools-extra')
 pkgver=3.9.0
-pkgrel=1
-_ocaml_ver=4.03.0
+pkgrel=2
+_ocaml_ver=4.04.0
 arch=('i686' 'x86_64')
 url="http://llvm.org/;
 license=('custom:University of Illinois/NCSA Open Source License')


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

2016-11-26 Thread Evangelos Foutras
Date: Sunday, November 27, 2016 @ 04:06:46
  Author: foutrelis
Revision: 282108

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

Added:
  llvm/repos/extra-i686/PKGBUILD
(from rev 282107, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 282107, llvm/trunk/llvm-Config-llvm-config.h)
  
llvm/repos/extra-i686/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 282107, 
llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 282107, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 282107, llvm/trunk/llvm-Config-llvm-config.h)
  
llvm/repos/extra-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 282107, 
llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  
llvm/repos/extra-i686/msan-prevent-initialization-failure-with-newer-glibc.patch
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
  
llvm/repos/extra-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch

-+
 /PKGBUILD   |  488 
++
 /llvm-Config-llvm-config.h  |   18 
 /msan-prevent-initialization-failure-with-newer-glibc.patch |  206 

 extra-i686/PKGBUILD |  244 
-
 extra-i686/llvm-Config-llvm-config.h|9 
 extra-i686/msan-prevent-initialization-failure-with-newer-glibc.patch   |  103 
--
 extra-x86_64/PKGBUILD   |  244 
-
 extra-x86_64/llvm-Config-llvm-config.h  |9 
 extra-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch |  103 
--
 9 files changed, 712 insertions(+), 712 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-27 04:06:28 UTC (rev 282107)
+++ extra-i686/PKGBUILD 2016-11-27 04:06:46 UTC (rev 282108)
@@ -1,244 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Jan "heftig" Steffens 
-# Contributor: Sebastian Nowicki 
-# Contributor: Devin Cofer 
-# Contributor: Tobias Kieslich 
-# Contributor: Geoffroy Carrier 
-# Contributor: Tomas Lindquist Olsen 
-# Contributor: Roberto Alsina 
-# Contributor: Gerardo Exequiel Pozzi 
-
-pkgname=('llvm' 'llvm-libs' 'llvm-ocaml' 'lldb' 'clang' 'clang-tools-extra')
-pkgver=3.9.0
-pkgrel=1
-_ocaml_ver=4.03.0
-arch=('i686' 'x86_64')
-url="http://llvm.org/;
-license=('custom:University of Illinois/NCSA Open Source License')
-makedepends=('cmake' 'libffi' 'python2' "ocaml=$_ocaml_ver" 'python-sphinx'
- 'ocaml-ctypes' 'ocaml-findlib' 'libedit' 'swig')
-# Use gcc-multilib to build 32-bit compiler-rt libraries on x86_64 (FS#41911)
-makedepends_x86_64=('gcc-multilib')
-options=('staticlibs')
-source=(http://llvm.org/releases/$pkgver/llvm-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/cfe-$pkgver.src.tar.xz{,.sig}
-
http://llvm.org/releases/$pkgver/clang-tools-extra-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/compiler-rt-$pkgver.src.tar.xz{,.sig}
-http://llvm.org/releases/$pkgver/lldb-$pkgver.src.tar.xz{,.sig}
-msan-prevent-initialization-failure-with-newer-glibc.patch
-llvm-Config-llvm-config.h)
-sha256sums=('66c73179da42cee1386371641241f79ded250e117a79f571bbd69e56daa48948'
-'SKIP'
-'7596a7c7d9376d0c89e60028fe1ceb4d3e535e8ea8b89e0eb094e0dcb3183d28'
-'SKIP'
-'5b7aec46ec8e999ec683c87ad744082e1133781ee4b01905b4bdae5d20785f14'
-'SKIP'
-'e0e5224fcd5740b61e416c549dd3dcda92f10c524216c1edb5e979e42078a59a'
-'SKIP'
-'61280e07411e3f2b4cca0067412b39c16b0a9edd19d304d3fc90249899d12384'
-'SKIP'
-'8e4f194c2283b91644a7fff43bc4e58c36b5507f2a4d90b72f275c0bd7511c20'
-'597dc5968c695bbdbb0eac9e8eb5117fcd2773bc91edf5ec103ecab8bc48')
-validpgpkeys=('B6C8F98282B944E3B0D5C2530FC3042E345AD05D')
-
-prepare() {
-  cd "$srcdir/llvm-$pkgver.src"
-
-  # At the present, clang must reside inside the LLVM source code tree to build
-  # See http://llvm.org/bugs/show_bug.cgi?id=4840
-  mv "$srcdir/cfe-$pkgver.src" tools/clang
-
-  mv "$srcdir/clang-tools-extra-$pkgver.src" tools/clang/tools/extra
-
-  mv "$srcdir/compiler-rt-$pkgver.src" projects/compiler-rt
-
-  mv 

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

2016-11-26 Thread Sébastien Luttringer
Date: Sunday, November 27, 2016 @ 03:22:50
  Author: seblu
Revision: 196995

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

Added:
  keepalived/repos/community-testing-i686/
  keepalived/repos/community-testing-i686/PKGBUILD
(from rev 196994, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-testing-x86_64/
  keepalived/repos/community-testing-x86_64/PKGBUILD
(from rev 196994, keepalived/trunk/PKGBUILD)

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

Copied: keepalived/repos/community-testing-i686/PKGBUILD (from rev 196994, 
keepalived/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-11-27 03:22:50 UTC (rev 196995)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli 
+
+pkgname=keepalived
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
+depends=('openssl' 'popt' 'libnl1' 'iptables')
+makedepends=('libnfnetlink' 'systemd')
+options=('!emptydirs')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;)
+md5sums=('744025d57c7f065c42fe925b0283897e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # move examples to /usr/share
+  install -d -m 755 "$pkgdir/usr/share/$pkgname"
+  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-testing-x86_64/PKGBUILD (from rev 196994, 
keepalived/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-11-27 03:22:50 UTC (rev 196995)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli 
+
+pkgname=keepalived
+pkgver=1.3.2
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
+depends=('openssl' 'popt' 'libnl1' 'iptables')
+makedepends=('libnfnetlink' 'systemd')
+options=('!emptydirs')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;)
+md5sums=('744025d57c7f065c42fe925b0283897e')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  # move examples to /usr/share
+  install -d -m 755 "$pkgdir/usr/share/$pkgname"
+  mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-26 Thread Sébastien Luttringer
Date: Sunday, November 27, 2016 @ 03:22:12
  Author: seblu
Revision: 196994

upgpkg: keepalived 1.3.2-1

Modified:
  keepalived/trunk/PKGBUILD
Deleted:
  keepalived/trunk/keepalived.service

+
 PKGBUILD   |   20 +++-
 keepalived.service |9 -
 2 files changed, 7 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:32:50 UTC (rev 196993)
+++ PKGBUILD2016-11-27 03:22:12 UTC (rev 196994)
@@ -3,19 +3,18 @@
 # Contributor: Andrea Zucchelli 
 
 pkgname=keepalived
-pkgver=1.2.24
+pkgver=1.3.2
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
 url='http://www.keepalived.org/'
 license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-makedepends=('libnfnetlink')
-source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.service')
-md5sums=('e878312095b7dcab91ad06e257822247'
- '0a5171f4298528315e8a8004b55befb7')
+backup=('etc/keepalived/keepalived.conf' 'etc/sysconfig/keepalived')
+depends=('openssl' 'popt' 'libnl1' 'iptables')
+makedepends=('libnfnetlink' 'systemd')
+options=('!emptydirs')
+source=("http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;)
+md5sums=('744025d57c7f065c42fe925b0283897e')
 
 build() {
   cd $pkgname-$pkgver
@@ -26,14 +25,9 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
-  # clean pacakge init scripts
-  rm -r "$pkgdir/etc/rc.d" "$pkgdir/etc/sysconfig"
   # move examples to /usr/share
   install -d -m 755 "$pkgdir/usr/share/$pkgname"
   mv "$pkgdir/etc/keepalived/samples" "$pkgdir/usr/share/$pkgname/samples"
-  # systemd
-  install -D -m 644 "$srcdir/$pkgname.service" \
-"$pkgdir/usr/lib/systemd/system/$pkgname.service"
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: keepalived.service
===
--- keepalived.service  2016-11-27 00:32:50 UTC (rev 196993)
+++ keepalived.service  2016-11-27 03:22:12 UTC (rev 196994)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target


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

2016-11-26 Thread Sébastien Luttringer
Date: Sunday, November 27, 2016 @ 02:24:58
  Author: seblu
Revision: 282106

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

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

---+
 /PKGBUILD |  122 
 /btrfs-progs.install  |   30 +++
 /btrfs-scrub@.service |   14 +++
 /btrfs-scrub@.timer   |   20 +
 /initcpio-hook-btrfs  |   14 +++
 /initcpio-install-btrfs   |   34 
 testing-i686/PKGBUILD |   61 
 testing-i686/btrfs-progs.install  |   15 ---
 testing-i686/btrfs-scrub@.service |7 -
 testing-i686/btrfs-scrub@.timer   |   10 --
 testing-i686/initcpio-hook-btrfs  |7 -
 testing-i686/initcpio-install-btrfs   |   17 
 testing-x86_64/PKGBUILD   |   61 
 testing-x86_64/btrfs-progs.install|   15 ---
 testing-x86_64/btrfs-scrub@.service   |7 -
 testing-x86_64/btrfs-scrub@.timer |   10 --
 testing-x86_64/initcpio-hook-btrfs|7 -
 testing-x86_64/initcpio-install-btrfs |   17 
 18 files changed, 234 insertions(+), 234 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-11-27 02:23:23 UTC (rev 282105)
+++ testing-i686/PKGBUILD   2016-11-27 02:24:58 UTC (rev 282106)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-# Contributor: Tom Gundersen 
-# Contributor: Tobias Powalowski 
-
-pkgname=btrfs-progs
-pkgver=4.8.3
-pkgrel=1
-pkgdesc='Btrfs filesystem utilities'
-arch=('i686' 'x86_64')
-depends=('glibc' 'libutil-linux' 'e2fsprogs' 'lzo' 'zlib')
-makedepends=('git' 'asciidoc' 'xmlto' 'systemd')
-url='https://btrfs.wiki.kernel.org'
-replaces=('btrfs-progs-unstable')
-conflicts=('btrfs-progs-unstable')
-provides=('btrfs-progs-unstable')
-license=('GPL2')
-validpgpkeys=('F2B41200C54EFB30380C1756C565D5F9D76D583B')
-source=("https://www.kernel.org/pub/linux/kernel/people/kdave/btrfs-progs/btrfs-progs-v$pkgver.tar."{sign,xz}
-'initcpio-install-btrfs'
-'initcpio-hook-btrfs'
-'btrfs-scrub@.service'
-'btrfs-scrub@.timer')
-install=btrfs-progs.install
-options=(!staticlibs)
-md5sums=('SKIP'
- 'bafbd73850ddb48170122dc1276d8f11'
- '7241ba3a4286d08da0d50b7176941112'
- 'b09688a915a0ec8f40e2f5aacbabc9ad'
- '794b867e09451284c545bae112aa0cfd'
- '502221c1b47a3bb2c06703d4fb90a0c2')
-
-build() {
-  cd $pkgname-v$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-check() {
-  cd $pkgname-v$pkgver
- ./btrfs filesystem show
-}
-
-package() {
-  cd $pkgname-v$pkgver
-  make DESTDIR="$pkgdir" install
-
-  # install bash completion (FS#44618)
-  install -Dm644 btrfs-completion 
"$pkgdir/usr/share/bash-completion/completions/btrfs"
-
-  # install mkinitcpio hooks
-  cd "$srcdir"
-  install 

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

2016-11-26 Thread Sébastien Luttringer
Date: Sunday, November 27, 2016 @ 02:23:23
  Author: seblu
Revision: 282105

upgpkg: btrfs-progs 4.8.4-1

Modified:
  btrfs-progs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 22:04:06 UTC (rev 282104)
+++ PKGBUILD2016-11-27 02:23:23 UTC (rev 282105)
@@ -4,7 +4,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=btrfs-progs
-pkgver=4.8.3
+pkgver=4.8.4
 pkgrel=1
 pkgdesc='Btrfs filesystem utilities'
 arch=('i686' 'x86_64')
@@ -24,7 +24,7 @@
 install=btrfs-progs.install
 options=(!staticlibs)
 md5sums=('SKIP'
- 'bafbd73850ddb48170122dc1276d8f11'
+ '2681f830fa9fc82b55dc588a3ad09453'
  '7241ba3a4286d08da0d50b7176941112'
  'b09688a915a0ec8f40e2f5aacbabc9ad'
  '794b867e09451284c545bae112aa0cfd'


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:32:50
  Author: demize
Revision: 196993

Use HTTPS

Modified:
  rawdog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:32:18 UTC (rev 196992)
+++ PKGBUILD2016-11-27 00:32:50 UTC (rev 196993)
@@ -20,7 +20,7 @@
 
 install=rawdog.install
 
-source=("http://offog.org/files/rawdog-$pkgver.tar.gz;)
+source=("https://offog.org/files/rawdog-$pkgver.tar.gz;)
 
 sha1sums=('024084f32102b047598a2034b5aad767a6093971')
 


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:32:18
  Author: demize
Revision: 196992

Use HTTPS

Modified:
  python-parse/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:31:42 UTC (rev 196991)
+++ PKGBUILD2016-11-27 00:32:18 UTC (rev 196992)
@@ -13,7 +13,7 @@
 
 makedepends=('python-setuptools' 'python2-setuptools')
 
-source=("http://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
+source=("https://pypi.python.org/packages/source/p/parse/parse-$pkgver.tar.gz"{,.asc}
 LICENSE) # license from the bottom of parse.py
 
 md5sums=('11bc8c60a30fe52db4ac9a827653d0ca' 'SKIP'


[arch-commits] Commit in nss-pam-ldapd/trunk (PKGBUILD)

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:31:42
  Author: demize
Revision: 196991

Use HTTPS

Modified:
  nss-pam-ldapd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:31:15 UTC (rev 196990)
+++ PKGBUILD2016-11-27 00:31:42 UTC (rev 196991)
@@ -22,7 +22,7 @@
 
 install=nss-pam-ldapd.install
 
-source=("http://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
+source=("https://arthurdejong.org/nss-pam-ldapd/nss-pam-ldapd-$pkgver.tar.gz"{,.sig}
 "nslcd.service"
 "nslcd.tmpfiles")
 


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:31:15
  Author: demize
Revision: 196990

Use HTTPS

Modified:
  girara/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:30:44 UTC (rev 196989)
+++ PKGBUILD2016-11-27 00:31:15 UTC (rev 196990)
@@ -19,7 +19,7 @@
 
 depends=('gtk3')
 
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
+source=(https://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz
 fix-font-handling-gtk-3.21.patch
 revert-incorrect-changes.patch)
 sha1sums=('674e4294fe091fe93a1c186d95b3263b30cd8a5e'


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:30:44
  Author: demize
Revision: 196989

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-27 00:30:24 UTC (rev 196988)
+++ community-i686/PKGBUILD 2016-11-27 00:30:44 UTC (rev 196989)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Simon Gomizelj 
-
-pkgname=repose
-pkgver=6.2
-pkgrel=1
-
-pkgdesc="Arch Linux repo building tool"
-url="http://github.com/vodik/repose;
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('pacman' 'libarchive' 'gnupg')
-makedepends=('git')
-
-source=("repose-$pkgver::http://github.com/vodik/repose/archive/$pkgver.tar.gz;)
-
-sha1sums=('e9fa905dd1bcf885999ea1db00eb2aa0f7033d49')
-
-build() {
-  make -C "repose-$pkgver"
-}
-
-package() {
-  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ft=PKGBUILD et

Copied: repose/repos/community-i686/PKGBUILD (from rev 196988, 
repose/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-27 00:30:44 UTC (rev 196989)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Simon Gomizelj 
+
+pkgname=repose
+pkgver=7
+pkgrel=1
+
+pkgdesc="Arch Linux repo building tool"
+url="http://github.com/vodik/repose;
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('pacman' 'libarchive' 'gnupg')
+makedepends=('ragel')
+
+source=("repose-$pkgver::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
+
+sha1sums=('95206ac079cacf9dc5f4f133e45ddc65be29cf51')
+
+build() {
+  make -C "repose-$pkgver"
+}
+
+package() {
+  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=PKGBUILD et

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-27 00:30:24 UTC (rev 196988)
+++ community-x86_64/PKGBUILD   2016-11-27 00:30:44 UTC (rev 196989)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg 
-# Contributor: Simon Gomizelj 
-
-pkgname=repose
-pkgver=6.2
-pkgrel=1
-
-pkgdesc="Arch Linux repo building tool"
-url="http://github.com/vodik/repose;
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('pacman' 'libarchive' 'gnupg')
-makedepends=('git')
-
-source=("repose-$pkgver::http://github.com/vodik/repose/archive/$pkgver.tar.gz;)
-
-sha1sums=('e9fa905dd1bcf885999ea1db00eb2aa0f7033d49')
-
-build() {
-  make -C "repose-$pkgver"
-}
-
-package() {
-  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# vim: ft=PKGBUILD et

Copied: repose/repos/community-x86_64/PKGBUILD (from rev 196988, 
repose/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-27 00:30:44 UTC (rev 196989)
@@ -0,0 +1,28 @@
+# Maintainer: Johannes Löthberg 
+# Contributor: Simon Gomizelj 
+
+pkgname=repose
+pkgver=7
+pkgrel=1
+
+pkgdesc="Arch Linux repo building tool"
+url="http://github.com/vodik/repose;
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('pacman' 'libarchive' 'gnupg')
+makedepends=('ragel')
+
+source=("repose-$pkgver::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
+
+sha1sums=('95206ac079cacf9dc5f4f133e45ddc65be29cf51')
+
+build() {
+  make -C "repose-$pkgver"
+}
+
+package() {
+  make -C "repose-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# vim: ft=PKGBUILD et


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:30:24
  Author: demize
Revision: 196988

upgpkg: repose 7-1

Modified:
  repose/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:27:41 UTC (rev 196987)
+++ PKGBUILD2016-11-27 00:30:24 UTC (rev 196988)
@@ -2,7 +2,7 @@
 # Contributor: Simon Gomizelj 
 
 pkgname=repose
-pkgver=6.2
+pkgver=7
 pkgrel=1
 
 pkgdesc="Arch Linux repo building tool"
@@ -11,11 +11,11 @@
 license=('GPL')
 
 depends=('pacman' 'libarchive' 'gnupg')
-makedepends=('git')
+makedepends=('ragel')
 
-source=("repose-$pkgver::http://github.com/vodik/repose/archive/$pkgver.tar.gz;)
+source=("repose-$pkgver::https://github.com/vodik/repose/archive/$pkgver.tar.gz;)
 
-sha1sums=('e9fa905dd1bcf885999ea1db00eb2aa0f7033d49')
+sha1sums=('95206ac079cacf9dc5f4f133e45ddc65be29cf51')
 
 build() {
   make -C "repose-$pkgver"


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:27:41
  Author: demize
Revision: 196987

Use HTTPS

Modified:
  zathura-cb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:27:04 UTC (rev 196986)
+++ PKGBUILD2016-11-27 00:27:41 UTC (rev 196987)
@@ -3,7 +3,7 @@
 
 pkgname=zathura-cb
 pkgver=0.1.5
-pkgrel=3
+pkgrel=4
 
 pkgdesc="Adds comic book support to zathura"
 url="http://pwmt.org/projects/zathura-cb/;
@@ -12,7 +12,7 @@
 
 depends=('zathura' 'libarchive' 'desktop-file-utils')
 
-source=(http://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
+source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
 
 sha1sums=('a3de9fb4ae24b61c32bb8d46f1b0e733d484861a')
 


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:27:04
  Author: demize
Revision: 196986

Use HTTPS

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:18:05 UTC (rev 196985)
+++ PKGBUILD2016-11-27 00:27:04 UTC (rev 196986)
@@ -20,7 +20,7 @@
 'zathura-pdf-mupdf: PDF support using MuPDF'
 'zathura-ps: PostScript support')
 
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+source=(https://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
 bash-completion)
 
 sha1sums=('db5e76815fdfd0c2d6b5d5c16492995720268440'


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:18:05
  Author: demize
Revision: 196985

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 196984, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-i686/mupdf-1.10.patch
(from rev 196984, zathura-pdf-mupdf/trunk/mupdf-1.10.patch)
  zathura-pdf-mupdf/repos/community-i686/mupdf-1.9.patch
(from rev 196984, zathura-pdf-mupdf/trunk/mupdf-1.9.patch)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 196984, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/mupdf-1.10.patch
(from rev 196984, zathura-pdf-mupdf/trunk/mupdf-1.10.patch)
  zathura-pdf-mupdf/repos/community-x86_64/mupdf-1.9.patch
(from rev 196984, zathura-pdf-mupdf/trunk/mupdf-1.9.patch)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-i686/mupdf-1.9.patch
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/mupdf-1.9.patch

---+
 /PKGBUILD |   80 +
 /mupdf-1.9.patch  |  302 
 community-i686/PKGBUILD   |   37 
 community-i686/mupdf-1.10.patch   |  287 ++
 community-i686/mupdf-1.9.patch|  151 --
 community-x86_64/PKGBUILD |   37 
 community-x86_64/mupdf-1.10.patch |  287 ++
 community-x86_64/mupdf-1.9.patch  |  151 --
 8 files changed, 956 insertions(+), 376 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-27 00:17:52 UTC (rev 196984)
+++ community-i686/PKGBUILD 2016-11-27 00:18:05 UTC (rev 196985)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: Moritz Lipp 
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.3.0
-pkgrel=4
-
-pkgdesc="PDF support for Zathura (MuPDF backend)"
-url="https://pwmt.org/projects/zathura-pdf-mupdf/;
-arch=('i686' 'x86_64')
-license=('zlib')
-
-conflicts=('zathura-pdf-poppler')
-
-depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo' 'desktop-file-utils')
-makedepends=('libmupdf')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
-mupdf-1.9.patch)
-sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a'
-  'f26adb3a7c69cf7a2e957d211e8faffe79c923c7')
-
-prepare() {
-  patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.9.patch
-}
-
-build() {
-  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmupdfthird"
-}
-
-package(){
-  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 196984, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-27 00:18:05 UTC (rev 196985)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: Moritz Lipp 
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.3.0
+pkgrel=5
+
+pkgdesc="PDF support for Zathura (MuPDF backend)"
+url="https://pwmt.org/projects/zathura-pdf-mupdf/;
+arch=('i686' 'x86_64')
+license=('zlib')
+
+conflicts=('zathura-pdf-poppler')
+
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo' 'desktop-file-utils')
+makedepends=('libmupdf')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
+mupdf-1.9.patch
+mupdf-1.10.patch)
+sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a'
+  'f26adb3a7c69cf7a2e957d211e8faffe79c923c7'
+  '8adb7223e54c028d33008c1b65efb845cb8e6224')
+
+prepare() {
+  patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.9.patch
+  patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.10.patch
+}
+
+build() {
+  make -C zathura-pdf-mupdf-$pkgver MUPDF_LIB="-lmupdf -lmupdfthird"
+}
+
+package(){
+  make -C zathura-pdf-mupdf-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-pdf-mupdf-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-pdf-mupdf/repos/community-i686/mupdf-1.10.patch (from rev 
196984, zathura-pdf-mupdf/trunk/mupdf-1.10.patch)
===
--- community-i686/mupdf-1.10.patch (rev 0)
+++ community-i686/mupdf-1.10.patch 2016-11-27 00:18:05 UTC (rev 196985)
@@ -0,0 +1,287 @@
+From 

[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD mupdf-1.10.patch)

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:17:52
  Author: demize
Revision: 196984

Rebuild against mupdf 1.10

Added:
  zathura-pdf-mupdf/trunk/mupdf-1.10.patch
Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

--+
 PKGBUILD |9 +
 mupdf-1.10.patch |  287 +
 2 files changed, 293 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:09:14 UTC (rev 196983)
+++ PKGBUILD2016-11-27 00:17:52 UTC (rev 196984)
@@ -6,7 +6,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.3.0
-pkgrel=4
+pkgrel=5
 
 pkgdesc="PDF support for Zathura (MuPDF backend)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/;
@@ -19,12 +19,15 @@
 makedepends=('libmupdf')
 
 
source=(https://pwmt.org/projects/zathura/plugins/download/zathura-pdf-mupdf-$pkgver.tar.gz
-mupdf-1.9.patch)
+mupdf-1.9.patch
+mupdf-1.10.patch)
 sha1sums=('ae0be41ea7c75b8ddc083fe01f1366673ea9751a'
-  'f26adb3a7c69cf7a2e957d211e8faffe79c923c7')
+  'f26adb3a7c69cf7a2e957d211e8faffe79c923c7'
+  '8adb7223e54c028d33008c1b65efb845cb8e6224')
 
 prepare() {
   patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.9.patch
+  patch -d zathura-pdf-mupdf-$pkgver -Np1 < mupdf-1.10.patch
 }
 
 build() {

Added: mupdf-1.10.patch
===
--- mupdf-1.10.patch(rev 0)
+++ mupdf-1.10.patch2016-11-27 00:17:52 UTC (rev 196984)
@@ -0,0 +1,287 @@
+From 518fd77c351fa1bac37679e195dc14fa76c8e895 Mon Sep 17 00:00:00 2001
+From: Moritz Lipp 
+Date: Thu, 24 Nov 2016 00:51:45 +0100
+Subject: [PATCH] Make compatible to mupdf 1.10
+
+---
+ document.c |  1 -
+ image.c|  2 +-
+ index.c| 68 
++--
+ links.c| 64 
++--
+ page.c |  4 +++-
+ render.c   |  6 +++---
+ utils.c|  2 +-
+ 7 files changed, 48 insertions(+), 99 deletions(-)
+
+diff --git a/document.c b/document.c
+index 8d0aae4..7f9f244 100644
+--- a/document.c
 b/document.c
+@@ -3,7 +3,6 @@
+ #define _POSIX_C_SOURCE 1
+ 
+ #include 
+-#include 
+ #include 
+ 
+ #include 
+diff --git a/image.c b/image.c
+index 8f6912b..b938e5c 100644
+--- a/image.c
 b/image.c
+@@ -93,7 +93,7 @@ pdf_page_image_get_cairo(zathura_page_t* page, mupdf_page_t* 
mupdf_page,
+   fz_pixmap* pixmap = NULL;
+   cairo_surface_t* surface = NULL;
+ 
+-  pixmap = fz_get_pixmap_from_image(mupdf_page->ctx, mupdf_image, 0, 0);
++  pixmap = fz_get_pixmap_from_image(mupdf_page->ctx, mupdf_image, NULL, NULL, 
0, 0);
+   if (pixmap == NULL) {
+ goto error_free;
+   }
+diff --git a/index.c b/index.c
+index 8b8f8a5..1d1ea8d 100644
+--- a/index.c
 b/index.c
+@@ -6,7 +6,8 @@
+ 
+ #include "plugin.h"
+ 
+-static void build_index(fz_outline* outline, girara_tree_node_t* root);
++static void build_index(fz_context* ctx, fz_document* document, fz_outline*
++outline, girara_tree_node_t* root);
+ 
+ girara_tree_node_t*
+ pdf_document_index_generate(zathura_document_t* document, mupdf_document_t* 
mupdf_document, zathura_error_t* error)
+@@ -29,7 +30,7 @@ pdf_document_index_generate(zathura_document_t* document, 
mupdf_document_t* mupd
+ 
+   /* generate index */
+   girara_tree_node_t* root = 
girara_node_new(zathura_index_element_new("ROOT"));
+-  build_index(outline, root);
++  build_index(mupdf_document->ctx, mupdf_document->document, outline, root);
+ 
+   /* free outline */
+   fz_drop_outline(mupdf_document->ctx, outline);
+@@ -38,7 +39,7 @@ pdf_document_index_generate(zathura_document_t* document, 
mupdf_document_t* mupd
+ }
+ 
+ static void
+-build_index(fz_outline* outline, girara_tree_node_t* root)
++build_index(fz_context* ctx, fz_document* document, fz_outline* outline, 
girara_tree_node_t* root)
+ {
+   if (outline == NULL || root == NULL) {
+ return;
+@@ -50,49 +51,24 @@ build_index(fz_outline* outline, girara_tree_node_t* root)
+ zathura_link_type_t type   = ZATHURA_LINK_INVALID;
+ zathura_rectangle_t rect   = { .x1 = 0, .y1 = 0, .x2 = 0, .y2 
= 0 };
+ 
+-switch (outline->dest.kind) {
+-  case FZ_LINK_NONE:
+-type = ZATHURA_LINK_NONE;
+-break;
+-  case FZ_LINK_URI:
++if (fz_is_external_link(ctx, outline->uri) == 1) {
++  if (strstr(outline->uri, "file://") == outline->uri) {
++type = ZATHURA_LINK_GOTO_REMOTE;
++target.value = outline->uri;
++  } else {
+ type = ZATHURA_LINK_URI;
+-target.value = outline->dest.ld.uri.uri;
+-break;
+-  case FZ_LINK_GOTO:
+-type= ZATHURA_LINK_GOTO_DEST;
+-target.page_number  = outline->dest.ld.gotor.page;
+-target.destination_type = ZATHURA_LINK_DESTINATION_XYZ;
+-target.left = 0;

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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:09:14
  Author: demize
Revision: 196983

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  246 ++---
 1 file changed, 123 insertions(+), 123 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-27 00:08:59 UTC (rev 196982)
+++ PKGBUILD2016-11-27 00:09:14 UTC (rev 196983)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Sébastien Luttringer
-# Contributor: Angel Velasquez 
-# Contributor: Fabio Volpe 
-
-pkgbase=python-sphinx
-pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.8
-pkgrel=1
-
-arch=('any')
-url='http://sphinx.pocoo.org/'
-license=('BSD')
-
-makedepends=(
-  'python-setuptools'
-  'python-docutils'
-  'python-jinja'
-  'python-pygments'
-  'python-six'
-  'python-imagesize'
-  'python2-setuptools'
-  'python2-docutils'
-  'python2-jinja'
-  'python2-pygments'
-  'python2-six'
-  'python2-imagesize'
-)
-
-checkdepends=(
-  'python-nose' 'python2-nose'
-  'texlive-latexextra'
-  'python-snowballstemmer' 'python2-snowballstemmer'
-  'python-babel' 'python2-babel'
-  'python-sphinx-alabaster-theme' 'python2-sphinx-alabaster-theme'
-  'python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme'
-  'python2-mock'
-)
-
-source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
-
-validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
-md5sums=('5ec718a4855917e149498bba91b74e67'
- 'SKIP')
-
-prepare() {
-  # souce duplication is required because makefile modify source code
-  # setyp.py --build tricks don't works well
-  cp -a Sphinx-$pkgver Sphinx-${pkgver}2
-  # change python2 interpreter
-  find Sphinx-${pkgver}2 -type f -exec \
-sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
-  # change sphinx-binaries name in source code
-  find Sphinx-${pkgver}2 -type f -name '*.py' -exec \
-sed -ri 's,(sphinx-(:?build|apidoc|autogen|quickstart)),\12,' {} \;
-}
-
-build() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-  make PYTHON=python3 build
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-  make PYTHON=python2 build
-}
-
-check() {
-  msg2 'Python 3 version'
-  cd "$srcdir"/Sphinx-$pkgver
-#  make PYTHON=python3 test
-  rm -r tests
-
-  msg2 'Python 2 version'
-  cd "$srcdir"/Sphinx-${pkgver}2
-#  make PYTHON=python2 test
-  rm -r tests
-}
-
-package_python-sphinx() {
-  pkgdesc='Python3 documentation generator'
-  depends=(
-'python-jinja'
-'python-pygments'
-'python-docutils'
-'python-sphinx_rtd_theme'
-'python-sphinx-alabaster-theme'
-'python-babel'
-'python-snowballstemmer'
-'python-six'
-'python-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python-sphinx/LICENSE
-}
-
-package_python2-sphinx() {
-  pkgdesc='Python2 documentation generator'
-  depends=(
-'python2-jinja'
-'python2-pygments'
-'python2-docutils'
-'python2-sphinx_rtd_theme'
-'python2-sphinx-alabaster-theme'
-'python2-babel'
-'python2-snowballstemmer'
-'python2-six'
-'python2-imagesize'
-  )
-  optdepends=('texlive-latexextra: for generation of PDF documentation')
-
-  cd Sphinx-${pkgver}2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 "$srcdir"/Sphinx-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/python2-sphinx/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-sphinx/repos/community-any/PKGBUILD (from rev 196982, 
python-sphinx/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-27 00:09:14 UTC (rev 196983)
@@ -0,0 +1,123 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Sébastien Luttringer
+# Contributor: Angel Velasquez 
+# Contributor: Fabio Volpe 
+
+pkgbase=python-sphinx
+pkgname=('python-sphinx' 'python2-sphinx')
+pkgver=1.4.9
+pkgrel=1
+
+arch=('any')
+url='http://sphinx.pocoo.org/'
+license=('BSD')
+
+makedepends=(
+  'python-setuptools'
+  'python-docutils'
+  'python-jinja'
+  'python-pygments'
+  'python-six'
+  'python-imagesize'
+  'python2-setuptools'
+  'python2-docutils'
+  'python2-jinja'
+  'python2-pygments'
+  'python2-six'
+  'python2-imagesize'
+)
+
+checkdepends=(
+  'python-nose' 'python2-nose'
+  'texlive-latexextra'
+  'python-snowballstemmer' 'python2-snowballstemmer'
+  'python-babel' 

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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:08:59
  Author: demize
Revision: 196982

upgpkg: python-sphinx 1.4.9-1

Modified:
  python-sphinx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-27 00:04:11 UTC (rev 196981)
+++ PKGBUILD2016-11-27 00:08:59 UTC (rev 196982)
@@ -6,7 +6,7 @@
 
 pkgbase=python-sphinx
 pkgname=('python-sphinx' 'python2-sphinx')
-pkgver=1.4.8
+pkgver=1.4.9
 pkgrel=1
 
 arch=('any')
@@ -41,7 +41,7 @@
 
source=("https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-$pkgver.tar.gz"{,.asc})
 
 validpgpkeys=('8A11B79A5D0D749A66F0A030102C2C17498D6B9E')
-md5sums=('5ec718a4855917e149498bba91b74e67'
+md5sums=('6c7472d3630835113ee9cc251cc36c31'
  'SKIP')
 
 prepare() {


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

2016-11-26 Thread Johannes Löthberg
Date: Sunday, November 27, 2016 @ 00:04:11
  Author: demize
Revision: 196981

db-move: moved haproxy from [community-testing] to [community] (i686, x86_64)

Added:
  haproxy/repos/community-i686/PKGBUILD
(from rev 196980, haproxy/repos/community-testing-i686/PKGBUILD)
  haproxy/repos/community-i686/haproxy.cfg
(from rev 196980, haproxy/repos/community-testing-i686/haproxy.cfg)
  haproxy/repos/community-i686/haproxy.install
(from rev 196980, haproxy/repos/community-testing-i686/haproxy.install)
  haproxy/repos/community-x86_64/PKGBUILD
(from rev 196980, haproxy/repos/community-testing-x86_64/PKGBUILD)
  haproxy/repos/community-x86_64/haproxy.cfg
(from rev 196980, haproxy/repos/community-testing-x86_64/haproxy.cfg)
  haproxy/repos/community-x86_64/haproxy.install
(from rev 196980, haproxy/repos/community-testing-x86_64/haproxy.install)
Deleted:
  haproxy/repos/community-i686/PKGBUILD
  haproxy/repos/community-i686/haproxy.cfg
  haproxy/repos/community-i686/haproxy.install
  haproxy/repos/community-testing-i686/
  haproxy/repos/community-testing-x86_64/
  haproxy/repos/community-x86_64/PKGBUILD
  haproxy/repos/community-x86_64/haproxy.cfg
  haproxy/repos/community-x86_64/haproxy.install

--+
 /PKGBUILD|  140 +
 /haproxy.cfg |   98 +
 /haproxy.install |   24 ++
 community-i686/PKGBUILD  |   70 --
 community-i686/haproxy.cfg   |   49 
 community-i686/haproxy.install   |   12 ---
 community-x86_64/PKGBUILD|   70 --
 community-x86_64/haproxy.cfg |   49 
 community-x86_64/haproxy.install |   12 ---
 9 files changed, 262 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 23:12:54 UTC (rev 196980)
+++ community-i686/PKGBUILD 2016-11-27 00:04:11 UTC (rev 196981)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgname=haproxy
-pkgver=1.6.9
-pkgrel=2
-
-pkgdesc='Reliable, high performance TCP/HTTP load balancer'
-url='http://haproxy.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-depends=('openssl' 'pcre' 'zlib' 'lua')
-
-backup=('etc/haproxy/haproxy.cfg')
-
-install=haproxy.install
-
-source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
-haproxy.cfg)
-
-md5sums=('c52eee40eb66f290d6f089c339b9d2b3'
- '02241a8ca257d12f7eb131e2d7da3f3b')
-
-prepare() {
-  cd haproxy-$pkgver
-  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c
-}
-
-build() {
-  cd haproxy-$pkgver
-
-  make CPU=generic TARGET=linux2628 \
-USE_GETADDRINFO=1 \
-USE_OPENSSL=1 \
-USE_PCRE=1 USE_PCRE_JIT=1 \
-USE_ZLIB=1 \
-USE_LUA=1
-
-  for contrib in halog iprange systemd; do
-make -C contrib/$contrib SBINDIR=/usr/bin
-  done
-}
-
-package() {
-  cd haproxy-$pkgver
-  make \
-EXTRA=haproxy-systemd-wrapper \
-PREFIX="$pkgdir"/usr \
-SBINDIR="$pkgdir"/usr/bin \
-DOCDIR="$pkgdir"/usr/share/$pkgname \
-install
-
-  for contrib in halog iprange; do
-install -Dm755 contrib/$contrib/$contrib "$pkgdir"/usr/bin/$contrib
-  done
-
-  install -Dm644 ../haproxy.cfg "$pkgdir"/etc/haproxy/haproxy.cfg
-  install -Dm644 contrib/systemd/haproxy.service \
-"$pkgdir"/usr/lib/systemd/system/haproxy.service
-
-  install -d "$pkgdir"/usr/share/haproxy/examples/errorfiles
-  install -m644 examples/*.cfg "$pkgdir"/usr/share/haproxy/examples/
-  install -m644 examples/errorfiles/*.http \
-"$pkgdir"/usr/share/haproxy/examples/errorfiles/
-
-  install -Dm644 examples/haproxy.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/haproxy.vim
-}

Copied: haproxy/repos/community-i686/PKGBUILD (from rev 196980, 
haproxy/repos/community-testing-i686/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-27 00:04:11 UTC (rev 196981)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgname=haproxy
+pkgver=1.6.10
+pkgrel=1
+
+pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+depends=('openssl' 'pcre' 'zlib' 'lua')
+
+backup=('etc/haproxy/haproxy.cfg')
+
+install=haproxy.install
+
+source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
+haproxy.cfg)
+
+md5sums=('6d47461c008b823a0088d19ec30dbe4e'
+ '02241a8ca257d12f7eb131e2d7da3f3b')
+
+prepare() {
+  cd haproxy-$pkgver
+  sed -i 's:/usr/sbin/haproxy:/usr/bin/haproxy:' src/haproxy-systemd-wrapper.c

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 23:12:54
  Author: arodseth
Revision: 196980

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

Added:
  netsurf/repos/community-i686/PKGBUILD
(from rev 196979, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-i686/netsurf.sh
(from rev 196979, netsurf/trunk/netsurf.sh)
  netsurf/repos/community-x86_64/PKGBUILD
(from rev 196979, netsurf/trunk/PKGBUILD)
  netsurf/repos/community-x86_64/netsurf.sh
(from rev 196979, netsurf/trunk/netsurf.sh)
Deleted:
  netsurf/repos/community-i686/PKGBUILD
  netsurf/repos/community-i686/netsurf.sh
  netsurf/repos/community-x86_64/PKGBUILD
  netsurf/repos/community-x86_64/netsurf.sh

-+
 /PKGBUILD   |  142 ++
 /netsurf.sh |   14 
 community-i686/PKGBUILD |   70 
 community-i686/netsurf.sh   |7 --
 community-x86_64/PKGBUILD   |   70 
 community-x86_64/netsurf.sh |7 --
 6 files changed, 156 insertions(+), 154 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 23:12:42 UTC (rev 196979)
+++ community-i686/PKGBUILD 2016-11-26 23:12:54 UTC (rev 196980)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Paulo Matias 
-# Contributor: Georgij Kondratjev 
-# Contributor: Daniel J Griffiths 
-
-pkgname=netsurf
-pkgver=3.5
-pkgrel=4
-pkgdesc='Lightweight and fast web browser'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/'
-license=('MIT' 'GPL2')
-depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
- 'libnsbmp>=0.1.3' 'libnsgif>=0.1.3' 'libcss>=0.6.0-2'
- 'libdom>=0.3.0' 'libnsutils>=0.0.2' 'libutf8proc>=1.3.1-3'
- 'gtk3' 'duktape')
-makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
- 'inetutils' 'libutf8proc>1.3.1-2' 'git' 'setconf' 'check' 'gtk3'
- 'duktape')
-source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver" 
'netsurf.sh')
-sha256sums=('SKIP' 
'70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
-
-prepare() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i gtk/Makefile.target
-  sed 's:netsurf-gtk:netsurf:' -i gtk/res/netsurf-gtk.desktop
-  sed 's:libutf8proc/::' -i utils/idna.c
-  sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
-  sed 's:utf8proc_normalise:utf8proc_reencode:' -i utils/idna.c
-  setconf Makefile.defaults NETSURF_UA_FORMAT_STRING '"NetSurf/%d.%d (%s; Arch 
Linux)"'
-  setconf Makefile.defaults NETSURF_USE_DUKTAPE YES
-}
-
-build() {
-  make -C "$pkgname" \
-NETSURF_GTK_MAJOR=3 \
-TARGET=gtk \
-LIBDIR=lib \
-INCLUDEDIR=include \
-PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname"
-
-  make install LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
-NETSURF_GTK_MAJOR=3 DESTDIR="$pkgdir"
-
-  # Script and executable
-  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
-  install -Dm755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
-
-  # Desktop shortcut
-  install -Dm644 "gtk/res/$pkgname.xpm" \
-"$pkgdir/usr/share/pixmaps/$pkgname.xpm"
-  install -Dm644 "gtk/res/$pkgname-gtk.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-
-  # License
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # Fix path
-  mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
-  rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: netsurf/repos/community-i686/PKGBUILD (from rev 196979, 
netsurf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 23:12:54 UTC (rev 196980)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Paulo Matias 
+# Contributor: Georgij Kondratjev 
+# Contributor: Daniel J Griffiths 
+
+pkgname=netsurf
+pkgver=3.6
+pkgrel=1
+pkgdesc='Lightweight and fast web browser'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/'
+license=('MIT' 'GPL2')
+depends=('libmng' 'librsvg' 'curl' 'lcms' 'desktop-file-utils'
+ 'libnsbmp>=0.1.4' 'libnsgif>=0.1.4' 'libcss>=0.6.1'
+ 'libdom>=0.3.1' 'libnsutils>=0.0.3' 'libutf8proc>=1.3.1'
+ 'gtk3' 'duktape')
+makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
+ 'inetutils' 'libutf8proc>1.3.1' 'git' 'setconf' 'check' 'gtk3'
+ 'duktape')
+source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver"
+netsurf.sh)
+sha256sums=('SKIP'
+

[arch-commits] Commit in netsurf/trunk (PKGBUILD netsurf.sh)

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 23:12:42
  Author: arodseth
Revision: 196979

upgpkg: netsurf 3.6-1

Modified:
  netsurf/trunk/PKGBUILD
  netsurf/trunk/netsurf.sh

+
 PKGBUILD   |   18 --
 netsurf.sh |4 ++--
 2 files changed, 10 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 21:58:10 UTC (rev 196978)
+++ PKGBUILD2016-11-26 23:12:42 UTC (rev 196979)
@@ -16,18 +16,17 @@
  'libdom>=0.3.1' 'libnsutils>=0.0.3' 'libutf8proc>=1.3.1'
  'gtk3' 'duktape')
 makedepends=('re2c' 'netsurf-buildsystem' 'perl-html-parser' 'nsgenbind>=0.3'
- 'inetutils' 'libutf8proc>1.3.1-2' 'git' 'setconf' 'check' 'gtk3'
+ 'inetutils' 'libutf8proc>1.3.1' 'git' 'setconf' 'check' 'gtk3'
  'duktape')
 source=("git://git.netsurf-browser.org/netsurf.git#tag=release/$pkgver"
 netsurf.sh)
 sha256sums=('SKIP'
-'70310682d1612457d7bb3096549110b6ec127f50e97853259fada6be0c52924b')
+'f2e2f61f1864da57cafa74ffdbefac2f9e1d55d9627e82ef923d4931684c5c49')
 
 prepare() {
   cd "$pkgname"
 
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i gtk/Makefile.target
-  sed 's:netsurf-gtk:netsurf:' -i gtk/res/netsurf-gtk.desktop
+  sed 's:netsurf-gtk:netsurf:' -i frontends/gtk/res/netsurf-gtk.desktop
   sed 's:libutf8proc/::' -i utils/idna.c
   sed 's:UTF8PROC_CCC_VIRAMA:UTF8PROC_BIDI_CLASS_EN:' -i utils/idna.c
   sed 's:utf8proc_normalise:utf8proc_reencode:' -i utils/idna.c
@@ -51,14 +50,13 @@
   make install LIBDIR=lib INCLUDEDIR=include PREFIX=/usr TARGET=gtk \
 NETSURF_GTK_MAJOR=3 DESTDIR="$pkgdir"
 
-  # Script and executable
-  mv "$pkgdir/usr/bin/$pkgname" "$pkgdir/usr/bin/$pkgname.elf"
+  # Script
   install -Dm755 "../$pkgname.sh" "$pkgdir/usr/bin/$pkgname"
 
   # Desktop shortcut
-  install -Dm644 "gtk/res/$pkgname.xpm" \
+  install -Dm644 "frontends/gtk/res/$pkgname.xpm" \
 "$pkgdir/usr/share/pixmaps/$pkgname.xpm"
-  install -Dm644 "gtk/res/$pkgname-gtk.desktop" \
+  install -Dm644 "frontends/gtk/res/$pkgname-gtk.desktop" \
 "$pkgdir/usr/share/applications/$pkgname.desktop"
 
   # License
@@ -66,8 +64,8 @@
 "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 
   # Fix path
-  mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
-  rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
+  #mv "$pkgdir/usr/share/netsurf/:./gtk/res/"* "$pkgdir/usr/share/netsurf/"
+  #rmdir "$pkgdir/usr/share/netsurf/"{:./gtk/res,:./gtk,:.}
 }
 
 # vim:set ts=2 sw=2 et:

Modified: netsurf.sh
===
--- netsurf.sh  2016-11-26 21:58:10 UTC (rev 196978)
+++ netsurf.sh  2016-11-26 23:12:42 UTC (rev 196979)
@@ -1,7 +1,7 @@
 #!/bin/sh
 shortname=`echo $LANG | cut -b1-2`
 if [[ -d /usr/share/netsurf/$shortname ]]; then
-  /usr/bin/netsurf.elf "$@"
+  /usr/bin/netsurf-gtk3 "$@"
 else
-  LANG=en /usr/bin/netsurf.elf "$@"
+  LANG=en /usr/bin/netsurf-gtk3 "$@"
 fi


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

2016-11-26 Thread Jan Steffens
Date: Saturday, November 26, 2016 @ 22:04:06
  Author: heftig
Revision: 282104

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

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

--+
 testing-i686/99-linux.hook   |   11 
 testing-i686/PKGBUILD|  311 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 8255 +
 testing-i686/config.x86_64   | 8006 
 testing-i686/linux.install   |   27 
 testing-i686/linux.preset|   14 
 testing-x86_64/99-linux.hook |   11 
 testing-x86_64/PKGBUILD  |  311 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 8255 +
 testing-x86_64/config.x86_64 | 8006 
 testing-x86_64/linux.install |   27 
 testing-x86_64/linux.preset  |   14 
 14 files changed, 33270 insertions(+)

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


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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 21:58:10
  Author: arodseth
Revision: 196978

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 21:57:57 UTC (rev 196977)
+++ community-i686/PKGBUILD 2016-11-26 21:58:10 UTC (rev 196978)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libnsutils
-pkgver=0.0.2
-_netsurf=3.4
-pkgrel=1
-pkgdesc='NetSurf Utilities'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libnsutils.git/'
-license=('MIT')
-makedepends=('netsurf-buildsystem')
-depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('c62cbecfb19b78b27b9065858484696c179ff17f828b848e28d6617fcdaafdd6')
-
-build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" PREFIX=/usr INCLUDEDIR=include \
-LIBDIR=lib COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
-
-  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libnsutils.git
-# vim:set ts=2 sw=2 et:

Copied: libnsutils/repos/community-i686/PKGBUILD (from rev 196977, 
libnsutils/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 21:58:10 UTC (rev 196978)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libnsutils
+pkgver=0.0.3
+_netsurf=3.6
+pkgrel=1
+pkgdesc='NetSurf Utilities'
+arch=('x86_64' 'i686')
+url='http://source.netsurf-browser.org/libnsutils.git/'
+license=('MIT')
+makedepends=('netsurf-buildsystem')
+depends=('glibc')
+source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
+sha256sums=('fdde93ab180222bda8e2135dbb52d7cc1b63c66eaa5da74782f1ce6d894df8b1')
+
+build() {
+  make -C "netsurf-all-$_netsurf/$pkgname" PREFIX=/usr INCLUDEDIR=include \
+LIBDIR=lib COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "netsurf-all-$_netsurf/$pkgname"
+
+  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE="lib-shared" \
+DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libnsutils.git
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 21:57:57 UTC (rev 196977)
+++ community-x86_64/PKGBUILD   2016-11-26 21:58:10 UTC (rev 196978)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libnsutils
-pkgver=0.0.2
-_netsurf=3.4
-pkgrel=1
-pkgdesc='NetSurf Utilities'
-arch=('x86_64' 'i686')
-url='http://source.netsurf-browser.org/libnsutils.git/'
-license=('MIT')
-makedepends=('netsurf-buildsystem')
-depends=('glibc')
-source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('c62cbecfb19b78b27b9065858484696c179ff17f828b848e28d6617fcdaafdd6')
-
-build() {
-  make -C "netsurf-all-$_netsurf/$pkgname" PREFIX=/usr INCLUDEDIR=include \
-LIBDIR=lib COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "netsurf-all-$_netsurf/$pkgname"
-
-  make PREFIX=/usr INCLUDEDIR=include LIBDIR=lib COMPONENT_TYPE="lib-shared" \
-DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libnsutils.git
-# vim:set ts=2 sw=2 et:

Copied: libnsutils/repos/community-x86_64/PKGBUILD (from rev 196977, 
libnsutils/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 21:58:10 UTC (rev 196978)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libnsutils
+pkgver=0.0.3
+_netsurf=3.6
+pkgrel=1
+pkgdesc='NetSurf Utilities'
+arch=('x86_64' 'i686')
+url='http://source.netsurf-browser.org/libnsutils.git/'
+license=('MIT')

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 21:57:57
  Author: arodseth
Revision: 196977

upgpkg: libnsutils 0.0.3-1

Modified:
  libnsutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 21:54:57 UTC (rev 196976)
+++ PKGBUILD2016-11-26 21:57:57 UTC (rev 196977)
@@ -2,8 +2,8 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=libnsutils
-pkgver=0.0.2
-_netsurf=3.4
+pkgver=0.0.3
+_netsurf=3.6
 pkgrel=1
 pkgdesc='NetSurf Utilities'
 arch=('x86_64' 'i686')
@@ -12,7 +12,7 @@
 makedepends=('netsurf-buildsystem')
 depends=('glibc')
 
source=("http://download.netsurf-browser.org/netsurf/releases/source-full/netsurf-all-$_netsurf.tar.gz;)
-sha256sums=('c62cbecfb19b78b27b9065858484696c179ff17f828b848e28d6617fcdaafdd6')
+sha256sums=('fdde93ab180222bda8e2135dbb52d7cc1b63c66eaa5da74782f1ce6d894df8b1')
 
 build() {
   make -C "netsurf-all-$_netsurf/$pkgname" PREFIX=/usr INCLUDEDIR=include \


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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 21:54:57
  Author: arodseth
Revision: 196976

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 21:54:44 UTC (rev 196975)
+++ community-i686/PKGBUILD 2016-11-26 21:54:57 UTC (rev 196976)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.4
-pkgrel=2
-pkgdesc='SVG Tiny library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
-depends=('libdom>=0.1.2')
-source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-i686/PKGBUILD (from rev 196975, 
libsvgtiny/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 21:54:57 UTC (rev 196976)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libsvgtiny
+pkgver=0.1.5
+pkgrel=1
+pkgdesc='SVG Tiny library'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libsvgtiny/'
+license=('MIT')
+makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.4.0' 'libdom>=0.3.1' 
'gperf')
+depends=('libdom>=0.3.1')
+source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+prepare() {
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname/Makefile"
+}
+
+build() {
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make -C "$pkgname" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname"
+
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libsvgtiny.git
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 21:54:44 UTC (rev 196975)
+++ community-x86_64/PKGBUILD   2016-11-26 21:54:57 UTC (rev 196976)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 129624 2015-03-20 12:27:56Z arodseth $
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libsvgtiny
-pkgver=0.1.4
-pkgrel=2
-pkgdesc='SVG Tiny library'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libsvgtiny/'
-license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
-depends=('libdom>=0.1.2')
-source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libsvgtiny.git
-# vim:set ts=2 sw=2 et:

Copied: libsvgtiny/repos/community-x86_64/PKGBUILD (from rev 196975, 
libsvgtiny/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 21:54:57 UTC (rev 196976)
@@ -0,0 +1,42 @@
+# 

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 21:54:44
  Author: arodseth
Revision: 196975

upgpkg: libsvgtiny 0.1.5-1

Modified:
  libsvgtiny/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 21:37:12 UTC (rev 196974)
+++ PKGBUILD2016-11-26 21:54:44 UTC (rev 196975)
@@ -2,29 +2,38 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=libsvgtiny
-pkgver=0.1.4
-pkgrel=2
+pkgver=0.1.5
+pkgrel=1
 pkgdesc='SVG Tiny library'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/projects/libsvgtiny/'
 license=('MIT')
-makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.3.0-3' 
'libdom>=0.1.2' 'gperf')
-depends=('libdom>=0.1.2')
+makedepends=('netsurf-buildsystem' 'git' 'libwapcaplet>=0.4.0' 'libdom>=0.3.1' 
'gperf')
+depends=('libdom>=0.3.1')
 source=("git://git.netsurf-browser.org/libsvgtiny.git#tag=release/$pkgver")
 md5sums=('SKIP')
 
+prepare() {
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i "$pkgname/Makefile"
+}
+
 build() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
   export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+  make -C "$pkgname" \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+COMPONENT_TYPE="lib-shared"
 }
 
 package() {
   cd "$pkgname"
 
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+  make install \
+INCLUDEDIR=include \
+LIBDIR=lib \
+PREFIX=/usr \
+DESTDIR="$pkgdir" \
 COMPONENT_TYPE="lib-shared"
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


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

2016-11-26 Thread Jan Steffens
Date: Saturday, November 26, 2016 @ 21:49:17
  Author: heftig
Revision: 282103

4.8.11-1

Modified:
  linux-zen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 21:45:38 UTC (rev 282102)
+++ PKGBUILD2016-11-26 21:49:17 UTC (rev 282103)
@@ -6,8 +6,8 @@
 pkgbase=linux-zen   # Build -zen kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.8
-_zenpatch=zen-4.8.10-f95665675ff978cbea6730b8319dcfc0ca1322dd.diff
-pkgver=4.8.10
+_zenpatch=zen-4.8.11-7b525dd42695cce13515aace18698c5af3ec25b5.diff
+pkgver=4.8.11
 pkgrel=1
 arch=('i686' 'x86_64')
 url="https://github.com/zen-kernel/zen-kernel;
@@ -31,9 +31,9 @@
 
 sha256sums=('3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a'
 'SKIP'
-'d0ea1671c488957d7b1ef46a5107c47c16b37f2985ca7ee4c900ba0f89d40d3c'
+'53d84946cbe641a2a74ed6cbdd35840bb4947cefd34a764c31b7dac5cde5c696'
 'SKIP'
-'5694160d0206903f3490ba7ae422e128e52a281c7f5a2a73a38055d4fed8a406'
+'3611b9eed07abcc5f81a3c14ba7bf8fd26a17ec80dd7b9bb15b20c66e7a6d7d2'
 'SKIP'
 '83611ab47fd35a6e10cb82ba0924f2dc4220f9af49627d79a89cd543483413ec'
 '0223f3b605f31b6f18c6c583aee37468e994059b826eefb10141d1ae1e7b3db9'


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

2016-11-26 Thread Antonio Rojas
Date: Saturday, November 26, 2016 @ 21:45:38
  Author: arojas
Revision: 282102

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-26 21:44:56 UTC (rev 282101)
+++ extra-i686/PKGBUILD 2016-11-26 21:45:38 UTC (rev 282102)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('19043c4c13a7e552e6d30f26dc750089')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-i686/PKGBUILD (from rev 282101, smb4k/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-11-26 21:45:38 UTC (rev 282102)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('daf75ffcab2af9c8035e7ab3baa932f5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DINSTALL_PLASMOID=OFF
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-11-26 21:44:56 UTC (rev 282101)
+++ extra-x86_64/PKGBUILD   2016-11-26 21:45:38 UTC (rev 282102)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora 
-# Contributor: Emanuele Rampichini 
-
-pkgname=smb4k
-pkgver=1.2.1
-pkgrel=2
-pkgdesc="A KDE program that browses samba shares"
-arch=('i686' 'x86_64')
-url="http://smb4k.sourceforge.net/;
-license=('GPL')
-depends=('kdebase-runtime')
-makedepends=('cmake' 'automoc4')
-source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('19043c4c13a7e552e6d30f26dc750089')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-}

Copied: smb4k/repos/extra-x86_64/PKGBUILD (from rev 282101, 
smb4k/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-11-26 21:45:38 UTC (rev 282102)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: Emanuele Rampichini 
+
+pkgname=smb4k
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="A KDE program that browses samba shares"
+arch=('i686' 'x86_64')
+url="http://smb4k.sourceforge.net/;
+license=('GPL')
+depends=('kdebase-runtime')
+makedepends=('cmake' 'automoc4')
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('daf75ffcab2af9c8035e7ab3baa932f5')
+
+build() {
+  cd ${pkgname}-${pkgver}
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DINSTALL_PLASMOID=OFF
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+}


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

2016-11-26 Thread Antonio Rojas
Date: Saturday, November 26, 2016 @ 21:44:56
  Author: arojas
Revision: 282101

Update to 1.2.2

Modified:
  smb4k/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 21:18:00 UTC (rev 282100)
+++ PKGBUILD2016-11-26 21:44:56 UTC (rev 282101)
@@ -3,8 +3,8 @@
 # Contributor: Emanuele Rampichini 
 
 pkgname=smb4k
-pkgver=1.2.1
-pkgrel=2
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="A KDE program that browses samba shares"
 arch=('i686' 'x86_64')
 url="http://smb4k.sourceforge.net/;
@@ -12,18 +12,19 @@
 depends=('kdebase-runtime')
 makedepends=('cmake' 'automoc4')
 
source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('19043c4c13a7e552e6d30f26dc750089')
+md5sums=('daf75ffcab2af9c8035e7ab3baa932f5')
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=RELEASE
-  make VERBOSE=1
+-DCMAKE_BUILD_TYPE=RELEASE \
+-DINSTALL_PLASMOID=OFF
+  make
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd ${pkgname}-${pkgver}
 
   make DESTDIR="${pkgdir}" install
 }


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 21:37:12
  Author: foutrelis
Revision: 196974

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

Added:
  0ad/repos/community-staging-i686/
  0ad/repos/community-staging-i686/PKGBUILD
(from rev 196973, 0ad/trunk/PKGBUILD)
  0ad/repos/community-staging-x86_64/
  0ad/repos/community-staging-x86_64/PKGBUILD
(from rev 196973, 0ad/trunk/PKGBUILD)

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

Copied: 0ad/repos/community-staging-i686/PKGBUILD (from rev 196973, 
0ad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 21:37:12 UTC (rev 196974)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a21
+_pkgver=0.0.21-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('095eade8c9b3deaf25d0d7fa423ff860')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 build/resources/${pkgname}.png \
+"${pkgdir}/usr/share/pixmaps/${pkgname}.png"
+}
+
+# Fails
+#check() {
+#  cd "$srcdir/$pkgname-$_pkgver"
+#  LD_LIBRARY_PATH=binaries/system binaries/system/test
+#}

Copied: 0ad/repos/community-staging-x86_64/PKGBUILD (from rev 196973, 
0ad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 21:37:12 UTC (rev 196974)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: t3ddy  
+# Contributor: Adrián Chaves Fernández (Gallaecio) 
+pkgname=0ad
+pkgver=a21
+_pkgver=0.0.21-alpha
+pkgrel=2
+pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
+arch=('i686' 'x86_64')
+url="http://play0ad.com/;
+license=('GPL2' 'CCPL')
+depends=('binutils' 'boost-libs' 'curl' 'enet' 'libogg' 'libpng' 'libvorbis'
+ 'libxml2' 'openal' 'sdl2' 'wxgtk' 'zlib' 'libgl' '0ad-data' 'glu'
+ 'gloox' 'miniupnpc' 'icu' 'nspr')
+makedepends=('boost' 'cmake' 'mesa' 'zip' 'python2' 'libsm')
+source=("http://releases.wildfiregames.com/$pkgname-$_pkgver-unix-build.tar.xz;)
+md5sums=('095eade8c9b3deaf25d0d7fa423ff860')
+
+prepare() {
+  cd "$srcdir/$pkgname-$_pkgver/"
+  sed -i "s/env python/env python2/g" 
libraries/source/cxxtest-4.4/bin/cxxtestgen
+}
+
+build() {
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces"
+
+  unset CPPFLAGS # for le spidermonkey
+
+  ./update-workspaces.sh \
+  --bindir=/usr/bin \
+  --libdir=/usr/lib/0ad \
+  --datadir=/usr/share/${pkgname}/data
+
+  cd "$srcdir/$pkgname-$_pkgver/build/workspaces/gcc"
+
+  make
+}
+
+package() {
+  install -d "${pkgdir}"/usr/{bin,lib/0ad,share/"${pkgname}"/data}
+  cd "$srcdir/$pkgname-$_pkgver"
+
+  install -Dm755 binaries/system/pyrogenesis "${pkgdir}/usr/bin"
+  install -Dm755 binaries/system/*.so "${pkgdir}/usr/lib/0ad"
+
+  cp -r binaries/data/l10n/ ${pkgdir}/usr/share/${pkgname}/data/
+
+  install -Dm755 build/resources/${pkgname}.sh "${pkgdir}/usr/bin/${pkgname}"
+  install -Dm644 build/resources/${pkgname}.desktop \
+"${pkgdir}/usr/share/applications/${pkgname}.desktop"
+  install -Dm644 

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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 21:37:03
  Author: foutrelis
Revision: 196973

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  0ad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 21:01:14 UTC (rev 196972)
+++ PKGBUILD2016-11-26 21:37:03 UTC (rev 196973)
@@ -5,7 +5,7 @@
 pkgname=0ad
 pkgver=a21
 _pkgver=0.0.21-alpha
-pkgrel=1
+pkgrel=2
 pkgdesc="Cross-platform, 3D and historically-based real-time strategy game"
 arch=('i686' 'x86_64')
 url="http://play0ad.com/;


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 21:18:00
  Author: foutrelis
Revision: 282100

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

Added:
  webkit2gtk/repos/staging-i686/
  webkit2gtk/repos/staging-i686/PKGBUILD
(from rev 282099, webkit2gtk/trunk/PKGBUILD)
  webkit2gtk/repos/staging-x86_64/
  webkit2gtk/repos/staging-x86_64/PKGBUILD
(from rev 282099, webkit2gtk/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   53 ++
 staging-x86_64/PKGBUILD |   53 ++
 2 files changed, 106 insertions(+)

Copied: webkit2gtk/repos/staging-i686/PKGBUILD (from rev 282099, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-26 21:18:00 UTC (rev 282100)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.14.2
+pkgrel=2
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+
+# webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha1sums=('857590669ed1c6278413dfbf0619e8473664537f')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}

Copied: webkit2gtk/repos/staging-x86_64/PKGBUILD (from rev 282099, 
webkit2gtk/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-11-26 21:18:00 UTC (rev 282100)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=webkit2gtk
+pkgver=2.14.2
+pkgrel=2
+pkgdesc="GTK+ Web content engine library"
+arch=('i686' 'x86_64')
+url="http://webkitgtk.org/;
+license=('custom')
+depends=('libxt' 'libxslt' 'enchant' 'geoclue2' 'gst-plugins-base-libs'
+'libsecret' 'libwebp' 'harfbuzz-icu' 'gtk3' 'libnotify' 'hyphen')
+makedepends=('gtk2' 'gperf' 'gobject-introspection' 'ruby' 'gtk-doc' 'cmake' 
'python' 'python2')
+optdepends=('gtk2: Netscape plugin support'
+'gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=('!emptydirs')
+
+# webkitgtk's signature scheme (sha1-file-as-pgp-message) is bananas and not 
supported
+source=(https://webkitgtk.org/releases/webkitgtk-${pkgver}.tar.xz)
+sha1sums=('857590669ed1c6278413dfbf0619e8473664537f')
+
+prepare() {
+  mkdir build
+
+  cd webkitgtk-$pkgver
+  sed -i '1s/python$/&2/' Tools/gtk/generate-gtkdoc
+  rm -r Source/ThirdParty/gtest/
+  rm -r Source/ThirdParty/qunit/
+}
+
+build() {
+  cd build
+  cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_SKIP_RPATH=ON -DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=/usr/lib 
-DLIBEXEC_INSTALL_DIR=/usr/lib/webkit2gtk-4.0 \
+-DENABLE_GTKDOC=ON -DPYTHON_EXECUTABLE=/usr/bin/python2 
../webkitgtk-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+
+  install -m755 -d "$pkgdir/usr/share/licenses/webkit2gtk"
+  cd "$srcdir/webkitgtk-$pkgver/Source"
+  for f in $(find -name 'COPYING*' -or -name 'LICENSE*'); do
+echo $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+cat $f >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+echo "" >> "$pkgdir/usr/share/licenses/webkit2gtk/LICENSE"
+  done
+}


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 21:17:51
  Author: foutrelis
Revision: 282099

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  webkit2gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:50:22 UTC (rev 282098)
+++ PKGBUILD2016-11-26 21:17:51 UTC (rev 282099)
@@ -3,7 +3,7 @@
 
 pkgname=webkit2gtk
 pkgver=2.14.2
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Web content engine library"
 arch=('i686' 'x86_64')
 url="http://webkitgtk.org/;


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

2016-11-26 Thread Bartłomiej Piotrowski
Date: Saturday, November 26, 2016 @ 21:01:14
  Author: bpiotrowski
Revision: 196972

archrelease: copy trunk to community-any

Added:
  python2-tlslite/repos/community-any/PKGBUILD
(from rev 196971, python2-tlslite/trunk/PKGBUILD)
Deleted:
  python2-tlslite/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-26 21:01:09 UTC (rev 196971)
+++ PKGBUILD2016-11-26 21:01:14 UTC (rev 196972)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Andy Weidenbaum 
-
-pkgname=python2-tlslite
-pkgver=0.4.9
-pkgrel=1
-pkgdesc="SSL/TLS library in pure Python supporting RSA and SRP ciphersuites"
-arch=('any')
-depends=('python2')
-makedepends=('python2-setuptools')
-optdepends=('python2-crypto: fast RSA operations and fast ciphers'
-'python2-gmpy: fast RSA and SRP operations'
-'python2-m2crypto: fast RSA operations and fast ciphers'
-'python2-tackpy: run an X.509 server using TACK')
-url="http://trevp.net/tlslite;
-license=('custom')
-options=(!emptydirs)
-source=(https://pypi.org/packages/source/t/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
-sha256sums=('9b9a487694c239efea8cec4454a99a56ee1ae1a5f3af0858ccf8029e2ac2d42d')
-
-prepare(){
-  cd "${pkgname#python2-}-$pkgver"
-
-  find . -type f -print0 | xargs -0 sed -i 
's#/usr/bin/python#/usr/bin/python2#g'
-  find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/env python#/usr/bin/env 
python2#g'
-}
-
-build() {
-  cd "${pkgname#python2-}-$pkgver"
-
-  python2 setup.py build
-}
-
-package() {
-  cd "${pkgname#python2-}-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm 644 README "$pkgdir/usr/share/doc/$pkgname/README"
-}

Copied: python2-tlslite/repos/community-any/PKGBUILD (from rev 196971, 
python2-tlslite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-26 21:01:14 UTC (rev 196972)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Andy Weidenbaum 
+
+pkgname=python2-tlslite
+pkgver=0.4.9
+pkgrel=2
+pkgdesc="SSL/TLS library in pure Python supporting RSA and SRP ciphersuites"
+arch=('any')
+depends=('python2')
+makedepends=('python2-setuptools')
+optdepends=('python2-crypto: fast RSA operations and fast ciphers'
+'python2-gmpy: fast RSA and SRP operations'
+'python2-m2crypto: fast RSA operations and fast ciphers'
+'python2-tackpy: run an X.509 server using TACK')
+url="http://trevp.net/tlslite;
+license=('custom')
+options=(!emptydirs)
+source=(https://pypi.org/packages/source/t/${pkgname#python2-}/${pkgname#python2-}-$pkgver.tar.gz)
+sha256sums=('9b9a487694c239efea8cec4454a99a56ee1ae1a5f3af0858ccf8029e2ac2d42d')
+
+prepare(){
+  cd "${pkgname#python2-}-$pkgver"
+
+  find . -type f -print0 | xargs -0 sed -i 
's#/usr/bin/python#/usr/bin/python2#g'
+  find . -type f -print0 | xargs -0 sed -i 's#/usr/bin/env python#/usr/bin/env 
python2#g'
+}
+
+build() {
+  cd "${pkgname#python2-}-$pkgver"
+
+  python2 setup.py build
+}
+
+package() {
+  cd "${pkgname#python2-}-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm 644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm 644 README "$pkgdir/usr/share/doc/$pkgname/README"
+}


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

2016-11-26 Thread Bartłomiej Piotrowski
Date: Saturday, November 26, 2016 @ 21:01:09
  Author: bpiotrowski
Revision: 196971

upgpkg: python2-tlslite 0.4.9-2

Check if package will stop re-appearing on the recently upgraded list.

Modified:
  python2-tlslite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 20:11:56 UTC (rev 196970)
+++ PKGBUILD2016-11-26 21:01:09 UTC (rev 196971)
@@ -4,7 +4,7 @@
 
 pkgname=python2-tlslite
 pkgver=0.4.9
-pkgrel=1
+pkgrel=2
 pkgdesc="SSL/TLS library in pure Python supporting RSA and SRP ciphersuites"
 arch=('any')
 depends=('python2')


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

2016-11-26 Thread Jonathan Steel
Date: Saturday, November 26, 2016 @ 20:11:56
  Author: jsteel
Revision: 196970

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 20:11:39 UTC (rev 196969)
+++ community-i686/PKGBUILD 2016-11-26 20:11:56 UTC (rev 196970)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.7.2
-pkgrel=2
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
-md5sums=('c960a5a4c34408688c1cc6c658f4bec5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-i686/PKGBUILD (from rev 196969, 
stella/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 20:11:56 UTC (rev 196970)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=4.7.3
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net;
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
+md5sums=('898578ee405430815e12374f191e9b51')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 20:11:39 UTC (rev 196969)
+++ community-x86_64/PKGBUILD   2016-11-26 20:11:56 UTC (rev 196970)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel 
-# Contributor: Renato Garcia 
-# Contributor: Tiago Camargo 
-# Contributor: Shinlun Hsieh 
-
-pkgname=stella
-pkgver=4.7.2
-pkgrel=2
-pkgdesc="Atari 2600 VCS emulator"
-arch=('i686' 'x86_64')
-url="http://stella.sourceforge.net;
-license=('GPL2')
-depends=('sdl2' 'gtk-update-icon-cache')
-makedepends=('glu')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
-md5sums=('c960a5a4c34408688c1cc6c658f4bec5')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure --prefix=/usr
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="$pkgdir" install
-}

Copied: stella/repos/community-x86_64/PKGBUILD (from rev 196969, 
stella/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 20:11:56 UTC (rev 196970)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel 
+# Contributor: Renato Garcia 
+# Contributor: Tiago Camargo 
+# Contributor: Shinlun Hsieh 
+
+pkgname=stella
+pkgver=4.7.3
+pkgrel=1
+pkgdesc="Atari 2600 VCS emulator"
+arch=('i686' 'x86_64')
+url="http://stella.sourceforge.net;
+license=('GPL2')
+depends=('sdl2' 'gtk-update-icon-cache')
+makedepends=('glu')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
+md5sums=('898578ee405430815e12374f191e9b51')
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}


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

2016-11-26 Thread Jonathan Steel
Date: Saturday, November 26, 2016 @ 20:11:39
  Author: jsteel
Revision: 196969

upgpkg: stella 4.7.3-1

Modified:
  stella/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 20:03:35 UTC (rev 196968)
+++ PKGBUILD2016-11-26 20:11:39 UTC (rev 196969)
@@ -4,8 +4,8 @@
 # Contributor: Shinlun Hsieh 
 
 pkgname=stella
-pkgver=4.7.2
-pkgrel=2
+pkgver=4.7.3
+pkgrel=1
 pkgdesc="Atari 2600 VCS emulator"
 arch=('i686' 'x86_64')
 url="http://stella.sourceforge.net;
@@ -12,8 +12,8 @@
 license=('GPL2')
 depends=('sdl2' 'gtk-update-icon-cache')
 makedepends=('glu')
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
-md5sums=('c960a5a4c34408688c1cc6c658f4bec5')
+source=(https://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver-src.tar.xz)
+md5sums=('898578ee405430815e12374f191e9b51')
 
 build() {
   cd $pkgname-$pkgver


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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 20:03:35
  Author: idevolder
Revision: 196968

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

Added:
  mythtv/repos/community-i686/99-mythbackend.rules
(from rev 196967, mythtv/trunk/99-mythbackend.rules)
  mythtv/repos/community-i686/PKGBUILD
(from rev 196967, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-i686/libcec4.patch
(from rev 196967, mythtv/trunk/libcec4.patch)
  mythtv/repos/community-i686/mythbackend.service
(from rev 196967, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-i686/mythtv.install
(from rev 196967, mythtv/trunk/mythtv.install)
  mythtv/repos/community-x86_64/99-mythbackend.rules
(from rev 196967, mythtv/trunk/99-mythbackend.rules)
  mythtv/repos/community-x86_64/PKGBUILD
(from rev 196967, mythtv/trunk/PKGBUILD)
  mythtv/repos/community-x86_64/libcec4.patch
(from rev 196967, mythtv/trunk/libcec4.patch)
  mythtv/repos/community-x86_64/mythbackend.service
(from rev 196967, mythtv/trunk/mythbackend.service)
  mythtv/repos/community-x86_64/mythtv.install
(from rev 196967, mythtv/trunk/mythtv.install)
Deleted:
  mythtv/repos/community-i686/99-mythbackend.rules
  mythtv/repos/community-i686/PKGBUILD
  mythtv/repos/community-i686/mythbackend.service
  mythtv/repos/community-i686/mythtv.install
  mythtv/repos/community-x86_64/99-mythbackend.rules
  mythtv/repos/community-x86_64/PKGBUILD
  mythtv/repos/community-x86_64/mythbackend.service
  mythtv/repos/community-x86_64/mythtv.install

---+
 /99-mythbackend.rules |   12 
 /PKGBUILD |  176 ++
 /mythbackend.service  |   32 +
 /mythtv.install   |   40 ++
 community-i686/99-mythbackend.rules   |6 
 community-i686/PKGBUILD   |   84 
 community-i686/libcec4.patch  |  551 
 community-i686/mythbackend.service|   16 
 community-i686/mythtv.install |   20 -
 community-x86_64/99-mythbackend.rules |6 
 community-x86_64/PKGBUILD |   84 
 community-x86_64/libcec4.patch|  551 
 community-x86_64/mythbackend.service  |   16 
 community-x86_64/mythtv.install   |   20 -
 14 files changed, 1362 insertions(+), 252 deletions(-)

Deleted: community-i686/99-mythbackend.rules
===
--- community-i686/99-mythbackend.rules 2016-11-26 20:03:18 UTC (rev 196967)
+++ community-i686/99-mythbackend.rules 2016-11-26 20:03:35 UTC (rev 196968)
@@ -1,6 +0,0 @@
-#
-# Create systemd device units for capture devices
-#
-SUBSYSTEM=="video4linux", TAG+="systemd"
-SUBSYSTEM=="dvb", TAG+="systemd"
-SUBSYSTEM=="firewire", TAG+="systemd"

Copied: mythtv/repos/community-i686/99-mythbackend.rules (from rev 196967, 
mythtv/trunk/99-mythbackend.rules)
===
--- community-i686/99-mythbackend.rules (rev 0)
+++ community-i686/99-mythbackend.rules 2016-11-26 20:03:35 UTC (rev 196968)
@@ -0,0 +1,6 @@
+#
+# Create systemd device units for capture devices
+#
+SUBSYSTEM=="video4linux", TAG+="systemd"
+SUBSYSTEM=="dvb", TAG+="systemd"
+SUBSYSTEM=="firewire", TAG+="systemd"

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 20:03:18 UTC (rev 196967)
+++ community-i686/PKGBUILD 2016-11-26 20:03:35 UTC (rev 196968)
@@ -1,84 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Conder 
-# Contributor: Giovanni Scafora 
-# Contributor: Juergen Hoetzel 
-# Contributor: 
-# Contributor: dorphell 
-
-pkgname=mythtv
-pkgver=0.28
-pkgrel=8
-epoch=1
-pkgdesc="A Homebrew PVR project"
-arch=('i686' 'x86_64')
-url="http://www.mythtv.org/;
-license=('GPL')
-depends=('avahi' 'fftw' 'lame' 'libass' 'libavc1394' 'libcdio' 'libiec61883'
- 'libgl' 'libpulse' 'libva' 'libvpx' 'libxinerama' 'lirc' 
'mariadb-clients'
- 'mysql-python' 'perl-dbd-mysql' 'perl-io-socket-inet6' 'perl-libwww'
- 'perl-net-upnp' 'python2-lxml' 'qt5-webkit' 'qt5-script' 'taglib' 
'urlgrabber'
- 'libx264' 'libvdpau' 'exiv2' 'libxrandr' 'jack')
-makedepends=('glew' 'libcec' 'libxml2' 'mesa' 'mesa-libgl' 'openssl' 'yasm' 
'x264' 'gdb')
-optdepends=('glew: for GPU commercial flagging'
-'libcec: for consumer electronics control capabilities'
-'libxml2: to read blu-ray metadata'
-'openssl: for AirTunes (RAOP) support')
-conflicts=('myththemes' 'mythplugins-mythvideo')
-replaces=('myththemes' 'mythplugins-mythvideo')
-install='mythtv.install'
-source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
-

[arch-commits] Commit in mythtv/trunk (PKGBUILD libcec4.patch)

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 20:03:18
  Author: idevolder
Revision: 196967

upgpkg: mythtv 1:0.28-9

Added:
  mythtv/trunk/libcec4.patch
Modified:
  mythtv/trunk/PKGBUILD

---+
 PKGBUILD  |6 
 libcec4.patch |  551 
 2 files changed, 556 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 20:02:53 UTC (rev 196966)
+++ PKGBUILD2016-11-26 20:03:18 UTC (rev 196967)
@@ -7,7 +7,7 @@
 
 pkgname=mythtv
 pkgver=0.28
-pkgrel=8
+pkgrel=9
 epoch=1
 pkgdesc="A Homebrew PVR project"
 arch=('i686' 'x86_64')
@@ -29,10 +29,12 @@
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/MythTV/$pkgname/archive/v$pkgver.tar.gz;
 
mythtv-fix-segfault.patch::"https://github.com/MythTV/mythtv/commit/c3a79298.patch;
 
mythtv-gcc6.patch::"https://github.com/MythTV/mythtv/commit/e4f6e011.patch;
+'libcec4.patch'
 'mythbackend.service' '99-mythbackend.rules')
 sha256sums=('7b3476c0ec0fc17d6b734f0440383815e81850a70b78c12ee40d61a408eba340'
 '60696991fcaa24fb61392401bd27cfa35a15b54f4bcc01aee54dc84440c6df99'
 'd35c4738f3317d26d4cb98965689bdc72bd5b9776c1b31e5d97d06be724e'
+'d54b455e3216f9975a648eb0692b4020a87e46441e9e0af6a082b5de93ec3cc1'
 'ed5ca54de26b7cd8a64e09626eed6e09f35d677daf88c530bb24cc4252bcce6d'
 'ecfd02bbbef5de9773f4de2c52e9b2b382ce8137735f249d7900270d304fd333')
 
@@ -46,6 +48,8 @@
   patch -p1 -i "$srcdir"/mythtv-fix-segfault.patch
 # Fix build with GCC 6
   patch -p1 -i "$srcdir"/mythtv-gcc6.patch
+# fix to compile with libcec4
+  patch -p1 -i "$srcdir/libcec4.patch"
 }
 
 build() {

Added: libcec4.patch
===
--- libcec4.patch   (rev 0)
+++ libcec4.patch   2016-11-26 20:03:18 UTC (rev 196967)
@@ -0,0 +1,551 @@
+diff --git a/mythtv/libs/libmythui/cecadapter.cpp 
b/mythtv/libs/libmythui/cecadapter.cpp
+index 00a8c73..06a8f3d 100644
+--- a/mythtv/libs/libmythui/cecadapter.cpp
 b/mythtv/libs/libmythui/cecadapter.cpp
+@@ -33,17 +33,31 @@ QWaitCondition* CECAdapter::gActionsReady = new 
QWaitCondition();
+ // libcec1's callback parameters are pass-by-ref
+ #define CEC_CALLBACK_PARAM_TYPE &
+ #else
+-// libcec2's callback parameters are pass-by-value
++#if CEC_LIB_VERSION_MAJOR <= 3
++// libcec2 and 3 callback parameters are pass-by-value
+ #define CEC_CALLBACK_PARAM_TYPE
+ #endif
++#endif
+ 
+ // The libCEC callback functions
++#if CEC_LIB_VERSION_MAJOR <= 3
+ static int CECLogMessageCallback(void *adapter, const cec_log_message 
CEC_CALLBACK_PARAM_TYPE message);
+ static int CECKeyPressCallback(void *adapter, const cec_keypress 
CEC_CALLBACK_PARAM_TYPE keypress);
+ static int CECCommandCallback(void *adapter, const cec_command 
CEC_CALLBACK_PARAM_TYPE command);
++#endif
++#if CEC_LIB_VERSION_MAJOR >= 4
++static void CECLogMessageCallback(void *adapter, const cec_log_message* 
message);
++static void CECKeyPressCallback(void *adapter, const cec_keypress* keypress);
++static void CECCommandCallback(void *adapter, const cec_command* command);
++#endif
+ 
+ #if CEC_LIB_VERSION_MAJOR >= 2
++#if CEC_LIB_VERSION_MAJOR <= 3
+ static int CECAlertCallback(void *adapter, const libcec_alert alert, const 
libcec_parameter CEC_CALLBACK_PARAM_TYPE data);
++#endif
++#if CEC_LIB_VERSION_MAJOR >= 4
++static void CECAlertCallback(void *adapter, const libcec_alert alert, const 
libcec_parameter data);
++#endif
+ static void CECSourceActivatedCallback(void *adapter, const 
cec_logical_address address, const uint8_t activated);
+ #endif
+ 
+@@ -107,13 +121,24 @@ class CECAdapterPriv
+ }
+ 
+ // Set up the callbacks
++#if CEC_LIB_VERSION_MAJOR <= 3
+ callbacks.CBCecLogMessage = 
+ callbacks.CBCecKeyPress   = 
+ callbacks.CBCecCommand= 
+-#if CEC_LIB_VERSION_MAJOR >= 2
++#endif
++#if CEC_LIB_VERSION_MAJOR >= 4
++callbacks.logMessage  = 
++callbacks.keyPress= 
++callbacks.commandReceived = 
++#endif
++#if CEC_LIB_VERSION_MAJOR >= 2 && CEC_LIB_VERSION_MAJOR <= 3
+ callbacks.CBCecAlert  = 
+ callbacks.CBCecSourceActivated = 
+ #endif
++#if CEC_LIB_VERSION_MAJOR >= 4
++callbacks.alert   = 
++callbacks.sourceActivated = 
++#endif
+ configuration.callbackParam = this;
+ configuration.callbacks = 
+ 
+@@ -127,8 +152,13 @@ class CECAdapterPriv
+ }
+ 
+ // find adapters
++#if CEC_LIB_VERSION_MAJOR >= 4
++cec_adapter_descriptor *devices = new 
cec_adapter_descriptor[MAX_CEC_DEVICES];
++uint8_t num_devices = adapter->DetectAdapters(devices, 
MAX_CEC_DEVICES, NULL, true);
++#else
+ cec_adapter *devices = new cec_adapter[MAX_CEC_DEVICES];
+ uint8_t num_devices = adapter->FindAdapters(devices, MAX_CEC_DEVICES, 

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 20:02:53
  Author: arodseth
Revision: 196966

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 20:01:23 UTC (rev 196965)
+++ community-i686/PKGBUILD 2016-11-26 20:02:53 UTC (rev 196966)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libdom
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub>=0.3.3-2' 'libwapcaplet>=0.3.0' 'libparserutils>=0.2.3-2' 
'expat')
-makedepends=('netsurf-buildsystem' 'git' 'libparserutils>=0.2.3')
-source=("git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libdom.git
-# vim:set ts=2 sw=2 et:

Copied: libdom/repos/community-i686/PKGBUILD (from rev 196965, 
libdom/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 20:02:53 UTC (rev 196966)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libdom
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libdom/'
+license=('MIT')
+depends=('libhubbub>=0.3.3-2' 'libwapcaplet>=0.4.0' 'libparserutils>=0.2.3-2' 
'expat')
+makedepends=('netsurf-buildsystem' 'git' 'libparserutils>=0.2.3')
+source=("git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname"
+
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: source.netsurf-browser.org/libdom.git
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 20:01:23 UTC (rev 196965)
+++ community-x86_64/PKGBUILD   2016-11-26 20:02:53 UTC (rev 196966)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=libdom
-pkgver=0.3.0
-pkgrel=1
-pkgdesc='Implementation of the W3C DOM'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libdom/'
-license=('MIT')
-depends=('libhubbub>=0.3.3-2' 'libwapcaplet>=0.3.0' 'libparserutils>=0.2.3-2' 
'expat')
-makedepends=('netsurf-buildsystem' 'git' 'libparserutils>=0.2.3')
-source=("git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  cd "$pkgname"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" 
COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: source.netsurf-browser.org/libdom.git
-# vim:set ts=2 sw=2 et:

Copied: libdom/repos/community-x86_64/PKGBUILD (from rev 196965, 
libdom/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 20:02:53 UTC (rev 196966)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=libdom
+pkgver=0.3.1
+pkgrel=1
+pkgdesc='Implementation of the W3C DOM'
+arch=('x86_64' 'i686')

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 20:01:23
  Author: arodseth
Revision: 196965

upgpkg: libdom 0.3.1-1

Modified:
  libdom/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:54:49 UTC (rev 196964)
+++ PKGBUILD2016-11-26 20:01:23 UTC (rev 196965)
@@ -2,13 +2,13 @@
 # Maintainer: Alexander F Rødseth 
 
 pkgname=libdom
-pkgver=0.3.0
+pkgver=0.3.1
 pkgrel=1
 pkgdesc='Implementation of the W3C DOM'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/projects/libdom/'
 license=('MIT')
-depends=('libhubbub>=0.3.3-2' 'libwapcaplet>=0.3.0' 'libparserutils>=0.2.3-2' 
'expat')
+depends=('libhubbub>=0.3.3-2' 'libwapcaplet>=0.4.0' 'libparserutils>=0.2.3-2' 
'expat')
 makedepends=('netsurf-buildsystem' 'git' 'libparserutils>=0.2.3')
 source=("git://git.netsurf-browser.org/libdom.git#tag=release/$pkgver")
 md5sums=('SKIP')


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:54:49
  Author: foutrelis
Revision: 196964

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

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

+
 community-staging-i686/PKGBUILD|   41 +++
 community-staging-i686/tesseract.install   |7 
 community-staging-x86_64/PKGBUILD  |   41 +++
 community-staging-x86_64/tesseract.install |7 
 4 files changed, 96 insertions(+)

Copied: tesseract/repos/community-staging-i686/PKGBUILD (from rev 196963, 
tesseract/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 19:54:49 UTC (rev 196964)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
+eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
+ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
+ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.04.01
+pkgrel=2
+pkgdesc="An OCR program"
+arch=(i686 x86_64)
+#url="http://code.google.com/p/tesseract-ocr;
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+md5sums=('645a21effcf2825a3473849d72a7fd90'
+ 'd7c06843a771f30fb64b4109a1b059f9')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training
+}
+
+package() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  make DESTDIR="$pkgdir" install
+  make DESTDIR="$pkgdir" training-install
+  mkdir -p "$pkgdir"/usr/share/tessdata
+  install -Dm0644 "$srcdir"/osd.traineddata 
"$pkgdir"/usr/share/tessdata/osd.traineddata
+}

Copied: tesseract/repos/community-staging-i686/tesseract.install (from rev 
196963, tesseract/trunk/tesseract.install)
===
--- community-staging-i686/tesseract.install(rev 0)
+++ community-staging-i686/tesseract.install2016-11-26 19:54:49 UTC (rev 
196964)
@@ -0,0 +1,7 @@
+post_install() {
+  echo "You must install one of tesseract-data-* packages or whole 
tesseract-data group"
+}
+
+post_upgrade() {
+  post_install
+}

Copied: tesseract/repos/community-staging-x86_64/PKGBUILD (from rev 196963, 
tesseract/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 19:54:49 UTC (rev 196964)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Hauser 
+
+_langs=(afr ara aze bel ben bul cat ces chi_sim chi_tra chr dan deu ell
+eng enm epo epo_alt equ est eus fin fra frk frm glg grc heb hin hrv hun
+ind isl ita ita_old jpn kan kor lav lit mal mkd mlt msa nld nor pol por
+ron rus slk slv spa spa_old sqi srp swa swe tam tel tgl tha tur ukr vie)
+
+pkgname=tesseract
+pkgver=3.04.01
+pkgrel=2
+pkgdesc="An OCR program"
+arch=(i686 x86_64)
+#url="http://code.google.com/p/tesseract-ocr;
+url="https://github.com/tesseract-ocr/tesseract;
+license=("APACHE")
+depends=(libpng libtiff libjpeg zlib giflib gcc-libs leptonica)
+makedepends=(icu cairo pango)
+install=tesseract.install
+optdepends=('icu' 'cairo' 'pango'
+   $(for l in ${_langs[@]}; do echo tesseract-data-${l}; done))
+source=($pkgname-$pkgver.tar.gz::https://github.com/tesseract-ocr/tesseract/archive/$pkgver.tar.gz
+   https://github.com/tesseract-ocr/tessdata/raw/master/osd.traineddata)
+md5sums=('645a21effcf2825a3473849d72a7fd90'
+ 'd7c06843a771f30fb64b4109a1b059f9')
+
+build() {
+  cd "$srcdir"/$pkgname-${pkgver}
+  [ -f Makefile ] || ./configure --prefix=/usr
+  make
+  make training

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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:54:40
  Author: foutrelis
Revision: 196963

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  tesseract/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:51:47 UTC (rev 196962)
+++ PKGBUILD2016-11-26 19:54:40 UTC (rev 196963)
@@ -9,7 +9,7 @@
 
 pkgname=tesseract
 pkgver=3.04.01
-pkgrel=1
+pkgrel=2
 pkgdesc="An OCR program"
 arch=(i686 x86_64)
 #url="http://code.google.com/p/tesseract-ocr;


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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:50:59
  Author: idevolder
Revision: 196959

upgpkg: kodi 16.1-5

Added:
  kodi/trunk/10775.patch
Modified:
  kodi/trunk/PKGBUILD

-+
 10775.patch |  839 ++
 PKGBUILD|   13 
 2 files changed, 846 insertions(+), 6 deletions(-)

Added: 10775.patch
===
--- 10775.patch (rev 0)
+++ 10775.patch 2016-11-26 19:50:59 UTC (rev 196959)
@@ -0,0 +1,839 @@
+From cc3ae0339faf2b669bee20cb360c526410910f42 Mon Sep 17 00:00:00 2001
+From: Lars Op den Kamp 
+Date: Fri, 11 Nov 2016 10:09:36 +0100
+Subject: [PATCH 1/4] [cec] bump to libCEC 4.0.0
+
+---
+ .../resource.language.en_gb/resources/strings.po   |   5 -
+ configure.ac   |   4 +-
+ project/BuildDependencies/scripts/0_package.list   |   2 +-
+ project/cmake/modules/FindCEC.cmake|   2 +-
+ system/peripherals.xml |   1 -
+ tools/depends/target/Makefile  |   5 +-
+ tools/depends/target/libcec/Makefile   |   4 +-
+ tools/depends/target/p8-platform/Makefile  |  34 
+ xbmc/peripherals/devices/PeripheralCecAdapter.cpp  | 192 +
+ xbmc/peripherals/devices/PeripheralCecAdapter.h|  17 +-
+ 10 files changed, 138 insertions(+), 128 deletions(-)
+ create mode 100644 tools/depends/target/p8-platform/Makefile
+
+diff --git a/addons/resource.language.en_gb/resources/strings.po 
b/addons/resource.language.en_gb/resources/strings.po
+index e3f8a37..e482196 100644
+--- a/addons/resource.language.en_gb/resources/strings.po
 b/addons/resource.language.en_gb/resources/strings.po
+@@ -16376,11 +16376,6 @@ msgctxt "#36021"
+ msgid "Physical address (overrules HDMI port)"
+ msgstr ""
+
+-#: system/peripherals.xml
+-msgctxt "#36022"
+-msgid "COM port (leave empty unless needed)"
+-msgstr ""
+-
+ #: xbmc/peripherals/devices/peripheralcecadapter.cpp
+ msgctxt "#36023"
+ msgid "Configuration updated"
+diff --git a/configure.ac b/configure.ac
+index e61d4ae..34fe643 100644
+--- a/configure.ac
 b/configure.ac
+@@ -1453,9 +1453,9 @@ if test "x$use_libcec" != "xno"; then
+   # libcec is dyloaded, so we need to check for its headers and link any 
depends.
+   if test "x$use_libcec" != "xno"; then
+ if test "x$use_libcec" != "xauto"; then
+-  PKG_CHECK_MODULES([CEC],[libcec >= 
3.0.0],,[use_libcec="no";AC_MSG_ERROR($libcec_disabled)])
++  PKG_CHECK_MODULES([CEC],[libcec >= 
4.0.0],,[use_libcec="no";AC_MSG_ERROR($libcec_disabled)])
+ else
+-  PKG_CHECK_MODULES([CEC],[libcec >= 
3.0.0],,[use_libcec="no";AC_MSG_RESULT($libcec_disabled)])
++  PKG_CHECK_MODULES([CEC],[libcec >= 
4.0.0],,[use_libcec="no";AC_MSG_RESULT($libcec_disabled)])
+ fi
+
+ if test "x$use_libcec" != "xno"; then
+diff --git a/project/BuildDependencies/scripts/0_package.list 
b/project/BuildDependencies/scripts/0_package.list
+index 9a5bccb..7b6ec1a 100644
+--- a/project/BuildDependencies/scripts/0_package.list
 b/project/BuildDependencies/scripts/0_package.list
+@@ -19,7 +19,7 @@ jsonschemabuilder-1.0.0-win32-3.7z
+ libass-0.12.1-win32.7z
+ libbluray-0.8.1-win32-vc120.7z
+ libcdio-0.83-win32-2.7z
+-libcec-3.0.0-win32-2.7z
++libcec-4.0.0-win32-vc140.7z
+ libexpat_2.0.1-win32.7z
+ libflac-1.2.1-win32.7z
+ libfribidi-0.19.2-win32.7z
+diff --git a/system/peripherals.xml b/system/peripherals.xml
+index f939c0b..58a9d24 100644
+--- a/system/peripherals.xml
 b/system/peripherals.xml
+@@ -24,7 +24,6 @@
+ 
+ 
+ 
+-
+
+ 
+ 
+diff --git a/tools/depends/target/Makefile b/tools/depends/target/Makefile
+index 9bca188..82b378d 100644
+--- a/tools/depends/target/Makefile
 b/tools/depends/target/Makefile
+@@ -15,7 +15,7 @@
+   python26 libshairplay \
+   libplist libcec libbluray boost tinyxml dummy-libxbmc \
+   libamplayer libssh taglib libusb libnfs \
+-  pythonmodule-pil libxslt ffmpeg platform crossguid libdcadec giflib
++  pythonmodule-pil libxslt ffmpeg platform crossguid libdcadec giflib 
p8-platform
+
+ FFMPEG_DEPENDS = gnutls libdcadec
+
+@@ -101,7 +101,8 @@ pythonmodule-setuptools: python27
+ libsdl2: $(LINUX_SYSTEM_LIBS)
+ libxslt: libgcrypt
+ ffmpeg: $(ICONV) $(ZLIB) bzip2 libvorbis $(FFMPEG_DEPENDS)
+-libcec: platform
++platform: p8-platform
++libcec: p8-platform
+ crossguid: $(CROSSGUID_DEPS)
+
+ .installed-$(PLATFORM): $(DEPENDS)
+diff --git a/tools/depends/target/libcec/Makefile 
b/tools/depends/target/libcec/Makefile
+index f54af9e..c75b300 100644
+--- a/tools/depends/target/libcec/Makefile
 b/tools/depends/target/libcec/Makefile
+@@ -3,12 +3,12 @@ DEPS= ../../Makefile.include Makefile
+
+ # lib name, version
+ LIBNAME=libcec
+-VERSION_MAJOR=3
++VERSION_MAJOR=4
+ VERSION_MINOR=0
+ VERSION_PATCH=0
+
+ VERSION=$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)

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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:51:47
  Author: foutrelis
Revision: 196962

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

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

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

Copied: pdf2djvu/repos/community-staging-i686/PKGBUILD (from rev 196961, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 19:51:47 UTC (rev 196962)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.4
+pkgrel=5
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('bb4ce32b199301b754c77d0c4aa83410'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}

Copied: pdf2djvu/repos/community-staging-x86_64/PKGBUILD (from rev 196961, 
pdf2djvu/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 19:51:47 UTC (rev 196962)
@@ -0,0 +1,37 @@
+# $Id$
+# Contributor: Paulo Matias 
+# Maintainer: Jelle van der Waa 
+
+pkgname=pdf2djvu
+pkgver=0.9.4
+pkgrel=5
+pkgdesc="Creates DjVu files from PDF files"
+arch=('i686' 'x86_64')
+url="http://jwilk.net/software/pdf2djvu;
+license=('GPL')
+depends=('poppler' 'djvulibre' 'gcc-libs' 'graphicsmagick' 'exiv2')
+makedepends=('python2-nose' 'ttf-liberation')
+source=(https://bitbucket.org/jwilk/pdf2djvu/downloads/pdf2djvu-$pkgver.tar.xz{,.asc})
+validpgpkeys=('CDB5A1243ACDB63009AD07212D4EB3A6015475F5')
+md5sums=('bb4ce32b199301b754c77d0c4aa83410'
+ 'SKIP')
+
+build() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+./configure --prefix=/usr
+make
+}
+
+check() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+sed -i 's/nosetests/nosetests2/' tests/Makefile
+make test
+}
+
+package() {
+cd ${srcdir}/${pkgname}-${pkgver}
+
+make install DESTDIR=${pkgdir}
+}


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:51:40
  Author: foutrelis
Revision: 196961

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  pdf2djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:51:17 UTC (rev 196960)
+++ PKGBUILD2016-11-26 19:51:40 UTC (rev 196961)
@@ -4,7 +4,7 @@
 
 pkgname=pdf2djvu
 pkgver=0.9.4
-pkgrel=4
+pkgrel=5
 pkgdesc="Creates DjVu files from PDF files"
 arch=('i686' 'x86_64')
 url="http://jwilk.net/software/pdf2djvu;


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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:51:17
  Author: idevolder
Revision: 196960

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

Added:
  kodi/repos/community-i686/10160.patch
(from rev 196959, kodi/trunk/10160.patch)
  kodi/repos/community-i686/10775.patch
(from rev 196959, kodi/trunk/10775.patch)
  kodi/repos/community-i686/9703.patch
(from rev 196959, kodi/trunk/9703.patch)
  kodi/repos/community-i686/PKGBUILD
(from rev 196959, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi.install
(from rev 196959, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/10160.patch
(from rev 196959, kodi/trunk/10160.patch)
  kodi/repos/community-x86_64/10775.patch
(from rev 196959, kodi/trunk/10775.patch)
  kodi/repos/community-x86_64/9703.patch
(from rev 196959, kodi/trunk/9703.patch)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 196959, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi.install
(from rev 196959, kodi/trunk/kodi.install)
Deleted:
  kodi/repos/community-i686/10160.patch
  kodi/repos/community-i686/9703.patch
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-x86_64/10160.patch
  kodi/repos/community-x86_64/9703.patch
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi.install

---+
 /10160.patch  |   44 
 /9703.patch   | 2864 
 /PKGBUILD |  276 +++
 /kodi.install |   34 
 community-i686/10160.patch|   22 
 community-i686/10775.patch|  839 +++
 community-i686/9703.patch | 1432 
 community-i686/PKGBUILD   |  137 -
 community-i686/kodi.install   |   17 
 community-x86_64/10160.patch  |   22 
 community-x86_64/10775.patch  |  839 +++
 community-x86_64/9703.patch   | 1432 
 community-x86_64/PKGBUILD |  137 -
 community-x86_64/kodi.install |   17 
 14 files changed, 4896 insertions(+), 3216 deletions(-)

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


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:50:22
  Author: foutrelis
Revision: 282098

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 282097, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 282097, php/trunk/apache.conf)
  php/repos/staging-i686/apache.patch
(from rev 282097, php/trunk/apache.patch)
  php/repos/staging-i686/generate_patches
(from rev 282097, php/trunk/generate_patches)
  php/repos/staging-i686/php-fpm.install
(from rev 282097, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.patch
(from rev 282097, php/trunk/php-fpm.patch)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 282097, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 282097, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 282097, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 282097, php/trunk/apache.conf)
  php/repos/staging-x86_64/apache.patch
(from rev 282097, php/trunk/apache.patch)
  php/repos/staging-x86_64/generate_patches
(from rev 282097, php/trunk/generate_patches)
  php/repos/staging-x86_64/php-fpm.install
(from rev 282097, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.patch
(from rev 282097, php/trunk/php-fpm.patch)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 282097, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 282097, php/trunk/php.ini.patch)

-+
 staging-i686/PKGBUILD   |  334 ++
 staging-i686/apache.conf|   13 +
 staging-i686/apache.patch   |   20 ++
 staging-i686/generate_patches   |   48 +
 staging-i686/php-fpm.install|9 +
 staging-i686/php-fpm.patch  |   74 
 staging-i686/php-fpm.tmpfiles   |1 
 staging-i686/php.ini.patch  |   97 +++
 staging-x86_64/PKGBUILD |  334 ++
 staging-x86_64/apache.conf  |   13 +
 staging-x86_64/apache.patch |   20 ++
 staging-x86_64/generate_patches |   48 +
 staging-x86_64/php-fpm.install  |9 +
 staging-x86_64/php-fpm.patch|   74 
 staging-x86_64/php-fpm.tmpfiles |1 
 staging-x86_64/php.ini.patch|   97 +++
 16 files changed, 1192 insertions(+)

Copied: php/repos/staging-i686/PKGBUILD (from rev 282097, php/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-26 19:50:22 UTC (rev 282098)
@@ -0,0 +1,334 @@
+# $Id$
+# Maintainer: Pierre Schmitz 
+
+pkgbase=php
+pkgname=('php'
+ 'php-cgi'
+ 'php-apache'
+ 'php-fpm'
+ 'php-embed'
+ 'php-phpdbg'
+ 'php-dblib'
+ 'php-enchant'
+ 'php-gd'
+ 'php-imap'
+ 'php-intl'
+ 'php-mcrypt'
+ 'php-odbc'
+ 'php-pgsql'
+ 'php-pspell'
+ 'php-snmp'
+ 'php-sqlite'
+ 'php-tidy'
+ 'php-xsl')
+pkgver=7.0.13
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('PHP')
+url='http://www.php.net'
+makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds')
+checkdepends=('procps-ng')
+source=("https://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
+'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
+sha256sums=('357ba7f93975d7d836abed0852dc3ed96a988af539e87750613294cbee82f1bf'
+'SKIP'
+'819f05d2fd5a75c96e93c863517ca77dbd021a1224dc2d8096f758fb2937df6a'
+'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
+'136e197384255420c73678aef812e70aa86320f6dbefcc5a952df1a65fdd53fa'
+'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
+'d37ce253f1096df1702fe2b0272a0919e8a02cc9e05b868d5f54b506fc6ce0d3')
+validpgpkeys=('1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763'
+  '6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3')
+
+prepare() {
+   cd ${srcdir}/${pkgbase}-${pkgver}
+
+   patch -p0 -i ${srcdir}/apache.patch
+   patch -p0 -i ${srcdir}/php-fpm.patch
+   patch -p0 -i ${srcdir}/php.ini.patch
+}
+
+build() {
+   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
+   --config-cache \
+   --prefix=/usr \
+   --sbindir=/usr/bin \
+   --sysconfdir=/etc/php \
+   --localstatedir=/var \
+   --with-layout=GNU \
+   --with-config-file-path=/etc/php \
+   --with-config-file-scan-dir=/etc/php/conf.d \
+   

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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:49:53
  Author: foutrelis
Revision: 282097

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:27:57 UTC (rev 282096)
+++ PKGBUILD2016-11-26 19:49:53 UTC (rev 282097)
@@ -22,7 +22,7 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.0.13
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'


[arch-commits] Commit in kodi-addon-visualization-shadertoy/repos (4 files)

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:46:37
  Author: idevolder
Revision: 196958

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

Added:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
(from rev 196957, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD
(from rev 196957, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
Deleted:
  kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD
  kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 19:46:23 UTC (rev 196957)
+++ community-i686/PKGBUILD 2016-11-26 19:46:37 UTC (rev 196958)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=e7c928a
-pkgver=20161101.e7c928a
-pkgrel=1
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-shadertoy/repos/community-i686/PKGBUILD (from 
rev 196957, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 19:46:37 UTC (rev 196958)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-visualization-shadertoy
+_commit=e88fd6e
+pkgver=20161121.e88fd6e
+pkgrel=1
+pkgdesc="Shadertoy visualizer for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/notspiff/visualization.shadertoy'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-visualization')
+depends=('kodi' 'p8-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 19:46:23 UTC (rev 196957)
+++ community-x86_64/PKGBUILD   2016-11-26 19:46:37 UTC (rev 196958)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-visualization-shadertoy
-_commit=e7c928a
-pkgver=20161101.e7c928a
-pkgrel=1
-pkgdesc="Shadertoy visualizer for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/notspiff/visualization.shadertoy'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-visualization')
-depends=('kodi' 'p8-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/notspiff/visualization.shadertoy.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-visualization-shadertoy/repos/community-x86_64/PKGBUILD 
(from rev 196957, kodi-addon-visualization-shadertoy/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 19:46:37 UTC (rev 196958)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+

[arch-commits] Commit in kodi-addon-adsp-freesurround/repos (4 files)

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:46:07
  Author: idevolder
Revision: 196956

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

Added:
  kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD
(from rev 196955, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
  kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD
(from rev 196955, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
Deleted:
  kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD
  kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 19:45:55 UTC (rev 196955)
+++ community-i686/PKGBUILD 2016-11-26 19:46:07 UTC (rev 196956)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=0b6bc04
-pkgver=20161031.0b6bc04
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-freesurround/repos/community-i686/PKGBUILD (from rev 
196955, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 19:46:07 UTC (rev 196956)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-freesurround
+_commit=61568b9
+pkgver=20161120.61568b9
+pkgrel=1
+pkgdesc="FreeSurround AudioDSP add-on for Kodi"
+arch=('i686' 'x86_64')
+url='https://github.com/kodi-adsp/adsp.freesurround'
+license=('GPL')
+groups=('kodi-addons' 'kodi-addons-adsp')
+depends=('kodi-platform')
+makedepends=('git' 'cmake')
+source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+   cd "$pkgname"
+   git log -1 --date=short --format="%cd.%h" | tr -d '-'
+}
+
+build() {
+   cd "$pkgname"
+   cmake \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DBUILD_SHARED_LIBS=1 \
+   -DUSE_LTO=1
+   make
+}
+
+package() {
+   cd "$pkgname"
+   make DESTDIR="$pkgdir/" install
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 19:45:55 UTC (rev 196955)
+++ community-x86_64/PKGBUILD   2016-11-26 19:46:07 UTC (rev 196956)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: BlackEagle >
-
-pkgname=kodi-addon-adsp-freesurround
-_commit=0b6bc04
-pkgver=20161031.0b6bc04
-pkgrel=1
-pkgdesc="FreeSurround AudioDSP add-on for Kodi"
-arch=('i686' 'x86_64')
-url='https://github.com/kodi-adsp/adsp.freesurround'
-license=('GPL')
-groups=('kodi-addons' 'kodi-addons-adsp')
-depends=('kodi-platform')
-makedepends=('git' 'cmake')
-source=("$pkgname::git://github.com/kodi-adsp/adsp.freesurround.git#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-   cd "$pkgname"
-   git log -1 --date=short --format="%cd.%h" | tr -d '-'
-}
-
-build() {
-   cd "$pkgname"
-   cmake \
-   -DCMAKE_INSTALL_PREFIX=/usr \
-   -DCMAKE_BUILD_TYPE=Release \
-   -DBUILD_SHARED_LIBS=1 \
-   -DUSE_LTO=1
-   make
-}
-
-package() {
-   cd "$pkgname"
-   make DESTDIR="$pkgdir/" install
-}
-

Copied: kodi-addon-adsp-freesurround/repos/community-x86_64/PKGBUILD (from rev 
196955, kodi-addon-adsp-freesurround/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 19:46:07 UTC (rev 196956)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: BlackEagle >
+
+pkgname=kodi-addon-adsp-freesurround
+_commit=61568b9
+pkgver=20161120.61568b9
+pkgrel=1
+pkgdesc="FreeSurround AudioDSP add-on for Kodi"
+arch=('i686' 

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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:46:23
  Author: idevolder
Revision: 196957

upgpkg: kodi-addon-visualization-shadertoy 20161121.e88fd6e-1

Modified:
  kodi-addon-visualization-shadertoy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:46:07 UTC (rev 196956)
+++ PKGBUILD2016-11-26 19:46:23 UTC (rev 196957)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-visualization-shadertoy
-_commit=e7c928a
-pkgver=20161101.e7c928a
+_commit=e88fd6e
+pkgver=20161121.e88fd6e
 pkgrel=1
 pkgdesc="Shadertoy visualizer for Kodi"
 arch=('i686' 'x86_64')


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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:45:02
  Author: idevolder
Revision: 196953

upgpkg: libcec 4.0.0-1

Modified:
  libcec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:44:47 UTC (rev 196952)
+++ PKGBUILD2016-11-26 19:45:02 UTC (rev 196953)
@@ -4,8 +4,8 @@
 # vim: ft=sh:
 
 pkgname=libcec
-pkgver=3.1.0
-pkgrel=2
+pkgver=4.0.0
+pkgrel=1
 pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
 arch=('i686' 'x86_64')
 url="http://libcec.pulse-eight.com/;
@@ -13,7 +13,7 @@
 makedepends=('cmake')
 depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921')
+sha256sums=('e1a710aa050a1ee7ca4cfd1cd801a8bc86f5f28ff22ba0ea4a695972b707060c')
 
 build() {
 cd "$pkgname-$pkgname-$pkgver"


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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:45:14
  Author: idevolder
Revision: 196954

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 19:45:02 UTC (rev 196953)
+++ community-i686/PKGBUILD 2016-11-26 19:45:14 UTC (rev 196954)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/;
-license=('GPL')
-makedepends=('cmake')
-depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921')
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-mkdir build
-cd build
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver/build"
-make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-i686/PKGBUILD (from rev 196953, 
libcec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 19:45:14 UTC (rev 196954)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')
+url="http://libcec.pulse-eight.com/;
+license=('GPL')
+makedepends=('cmake')
+depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
+sha256sums=('e1a710aa050a1ee7ca4cfd1cd801a8bc86f5f28ff22ba0ea4a695972b707060c')
+
+build() {
+cd "$pkgname-$pkgname-$pkgver"
+mkdir build
+cd build
+cmake .. \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+make
+}
+
+package() {
+cd "$pkgname-$pkgname-$pkgver/build"
+make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 19:45:02 UTC (rev 196953)
+++ community-x86_64/PKGBUILD   2016-11-26 19:45:14 UTC (rev 196954)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Philippe Cherel 
-# vim: ft=sh:
-
-pkgname=libcec
-pkgver=3.1.0
-pkgrel=2
-pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
-arch=('i686' 'x86_64')
-url="http://libcec.pulse-eight.com/;
-license=('GPL')
-makedepends=('cmake')
-depends=('udev' 'lockdev' 'p8-platform' 'libxrandr')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/Pulse-Eight/$pkgname/archive/$pkgname-$pkgver.tar.gz;)
-sha256sums=('09109d21a1b03f42c9e341d12600f2e4c41038d640269fa75408e2d36126f921')
-
-build() {
-cd "$pkgname-$pkgname-$pkgver"
-mkdir build
-cd build
-cmake .. \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-make
-}
-
-package() {
-cd "$pkgname-$pkgname-$pkgver/build"
-make DESTDIR="$pkgdir" install
-}

Copied: libcec/repos/community-x86_64/PKGBUILD (from rev 196953, 
libcec/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 19:45:14 UTC (rev 196954)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Philippe Cherel 
+# vim: ft=sh:
+
+pkgname=libcec
+pkgver=4.0.0
+pkgrel=1
+pkgdesc="Pulse-Eight's libcec for the Pulse-Eight USB-CEC adapter"
+arch=('i686' 'x86_64')

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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:45:55
  Author: idevolder
Revision: 196955

upgpkg: kodi-addon-adsp-freesurround 20161120.61568b9-1

Modified:
  kodi-addon-adsp-freesurround/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:45:14 UTC (rev 196954)
+++ PKGBUILD2016-11-26 19:45:55 UTC (rev 196955)
@@ -2,8 +2,8 @@
 # Maintainer: BlackEagle >
 
 pkgname=kodi-addon-adsp-freesurround
-_commit=0b6bc04
-pkgver=20161031.0b6bc04
+_commit=61568b9
+pkgver=20161120.61568b9
 pkgrel=1
 pkgdesc="FreeSurround AudioDSP add-on for Kodi"
 arch=('i686' 'x86_64')


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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:44:47
  Author: idevolder
Revision: 196952

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

Added:
  p8-platform/repos/community-i686/PKGBUILD
(from rev 196951, p8-platform/trunk/PKGBUILD)
  p8-platform/repos/community-x86_64/PKGBUILD
(from rev 196951, p8-platform/trunk/PKGBUILD)
Deleted:
  p8-platform/repos/community-i686/PKGBUILD
  p8-platform/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 19:44:36 UTC (rev 196951)
+++ community-i686/PKGBUILD 2016-11-26 19:44:47 UTC (rev 196952)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Cedric Girard 
-
-pkgname=p8-platform
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
-arch=('i686' 'x86_64')
-url="https://github.com/Pulse-Eight/platform;
-license=('GPL')
-conflicts=('libplatform')
-replaces=('libplatform')
-makedepends=('cmake')
-depends=('gcc-libs')
-source=(https://github.com/Pulse-Eight/platform/archive/p8-platform-${pkgver}.tar.gz)
-sha256sums=('e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf')
-
-build() {
-  cd "$srcdir"/platform-p8-platform-${pkgver}
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir"/platform-p8-platform-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p8-platform/repos/community-i686/PKGBUILD (from rev 196951, 
p8-platform/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 19:44:47 UTC (rev 196952)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Cedric Girard 
+
+pkgname=p8-platform
+pkgver=2.1.0.1
+pkgrel=1
+pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
+arch=('i686' 'x86_64')
+url="https://github.com/Pulse-Eight/platform;
+license=('GPL')
+conflicts=('libplatform')
+replaces=('libplatform')
+makedepends=('cmake')
+depends=('gcc-libs')
+source=(https://github.com/Pulse-Eight/platform/archive/p8-platform-${pkgver}.tar.gz)
+sha256sums=('064f8d2c358895c7e0bea9ae956f8d46f3f057772cb97f2743a11d478a0f68a0')
+
+build() {
+  cd "$srcdir"/platform-p8-platform-${pkgver}
+  cmake . \
+-DCMAKE_BUILD_TYPE=Release \
+-DBUILD_SHARED_LIBS=1 \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_INSTALL_LIBDIR=/usr/lib \
+-DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
+  make
+}
+
+package() {
+  cd "$srcdir"/platform-p8-platform-${pkgver}
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 19:44:36 UTC (rev 196951)
+++ community-x86_64/PKGBUILD   2016-11-26 19:44:47 UTC (rev 196952)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: BlackIkeEagle 
-# Contributor: Cedric Girard 
-
-pkgname=p8-platform
-pkgver=2.0.1
-pkgrel=2
-pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
-arch=('i686' 'x86_64')
-url="https://github.com/Pulse-Eight/platform;
-license=('GPL')
-conflicts=('libplatform')
-replaces=('libplatform')
-makedepends=('cmake')
-depends=('gcc-libs')
-source=(https://github.com/Pulse-Eight/platform/archive/p8-platform-${pkgver}.tar.gz)
-sha256sums=('e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf')
-
-build() {
-  cd "$srcdir"/platform-p8-platform-${pkgver}
-  cmake . \
--DCMAKE_BUILD_TYPE=Release \
--DBUILD_SHARED_LIBS=1 \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_INSTALL_LIBDIR_NOARCH=/usr/lib
-  make
-}
-
-package() {
-  cd "$srcdir"/platform-p8-platform-${pkgver}
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: p8-platform/repos/community-x86_64/PKGBUILD (from rev 196951, 
p8-platform/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 19:44:47 UTC (rev 196952)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: BlackIkeEagle 
+# Contributor: Cedric Girard 
+
+pkgname=p8-platform
+pkgver=2.1.0.1
+pkgrel=1
+pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"

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

2016-11-26 Thread Ike Devolder
Date: Saturday, November 26, 2016 @ 19:44:36
  Author: idevolder
Revision: 196951

upgpkg: p8-platform 2.1.0.1-1

Modified:
  p8-platform/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:42:57 UTC (rev 196950)
+++ PKGBUILD2016-11-26 19:44:36 UTC (rev 196951)
@@ -3,8 +3,8 @@
 # Contributor: Cedric Girard 
 
 pkgname=p8-platform
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.1.0.1
+pkgrel=1
 pkgdesc="Platform support library used by libCEC and binary add-ons for Kodi"
 arch=('i686' 'x86_64')
 url="https://github.com/Pulse-Eight/platform;
@@ -14,7 +14,7 @@
 makedepends=('cmake')
 depends=('gcc-libs')
 
source=(https://github.com/Pulse-Eight/platform/archive/p8-platform-${pkgver}.tar.gz)
-sha256sums=('e97e45273e90571aa37732cde913b262f5f519c387083645d2557d7189c054cf')
+sha256sums=('064f8d2c358895c7e0bea9ae956f8d46f3f057772cb97f2743a11d478a0f68a0')
 
 build() {
   cd "$srcdir"/platform-p8-platform-${pkgver}


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:42:57
  Author: foutrelis
Revision: 196950

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

Added:
  gdal/repos/community-staging-i686/
  gdal/repos/community-staging-i686/PKGBUILD
(from rev 196948, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-i686/gdal.changelog
(from rev 196948, gdal/trunk/gdal.changelog)
  gdal/repos/community-staging-x86_64/
  gdal/repos/community-staging-x86_64/PKGBUILD
(from rev 196948, gdal/trunk/PKGBUILD)
  gdal/repos/community-staging-x86_64/gdal.changelog
(from rev 196948, gdal/trunk/gdal.changelog)

-+
 community-staging-i686/PKGBUILD |   77 ++
 community-staging-i686/gdal.changelog   |   77 ++
 community-staging-x86_64/PKGBUILD   |   77 ++
 community-staging-x86_64/gdal.changelog |   77 ++
 4 files changed, 308 insertions(+)

Copied: gdal/repos/community-staging-i686/PKGBUILD (from rev 196948, 
gdal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 19:42:57 UTC (rev 196950)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
+# Contributor: William Rea 
+
+pkgname=gdal
+pkgver=2.1.1
+pkgrel=3
+pkgdesc="A translator library for raster geospatial data formats"
+arch=('i686' 'x86_64')
+url="http://www.gdal.org/;
+license=('custom')
+depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
+ 'openjpeg2' 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
+makedepends=('perl' 'swig' 'chrpath' 'doxygen')
+optdepends=('postgresql: postgresql database support'
+'mariadb: mariadb database support'
+'perl:  perl binding support')
+options=('!emptydirs')
+changelog=$pkgname.changelog
+source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('87ce516ce757ad1edf1e21f007fbe232ed2e932af422e9893f40199711c41f92')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+# python2 fixes
+  sed -i 's_python python1.5_python2 python python1.5_' configure
+  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
+  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
+  done
+
+# Fix mandir
+  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  export CFLAGS="$CFLAGS -fno-strict-aliasing"
+
+# bug #23654
+  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
+
+  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 
--with-geotiff \
+  --with-mysql --with-python --with-curl --with-hdf5 --with-perl 
--with-geos \
+  --with-png --with-poppler --with-spatialite --with-openjpeg
+
+# workaround for bug #13646
+  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
+  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
+
+  make
+  make man
+}
+
+package () {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+  make DESTDIR="${pkgdir}" install-man
+
+# install license
+  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+#FS15477 clean up junks
+  rm -f "${pkgdir}"/usr/bin/*.dox
+  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
+  rm -f "${pkgdir}"/usr/share/man/man1/_home_rouault_dist_wrk_gdal_apps_.1
+#FS#46581 no better way found yet
+  mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
+  rm -rf "${pkgdir}"/usr/man
+
+# Remove RPATH
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
+  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
+}

Copied: gdal/repos/community-staging-i686/gdal.changelog (from rev 196948, 
gdal/trunk/gdal.changelog)
===
--- community-staging-i686/gdal.changelog   (rev 0)
+++ community-staging-i686/gdal.changelog   2016-11-26 19:42:57 UTC (rev 
196950)
@@ -0,0 +1,77 @@
+2016-08-02 Jaroslav Lichtblau 
+   * gdal 2.1.1-1 glew 2.0.0 / poppler 0.46.0 rebuilds rebuild
+
+2016-06-05 Jaroslav Lichtblau 
+   * gdal 2.1.0-2 cfitsio 3.390 rebuild
+
+2016-05-22 Jaroslav Lichtblau 
+   * gdal 2.1.0-1
+
+2016-04-12 

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

2016-11-26 Thread Christian Hesse
Date: Saturday, November 26, 2016 @ 19:42:56
  Author: eworm
Revision: 196949

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

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

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

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

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

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 19:42:48 UTC (rev 196948)
+++ community-x86_64/PKGBUILD   2016-11-26 19:42:56 UTC (rev 196949)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Eivind Uggedal 
-
-pkgname=mpv
-epoch=1
-pkgver=0.22.0
-pkgrel=1
-_waf_version=1.8.12
-pkgdesc='a free, 

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

2016-11-26 Thread Christian Hesse
Date: Saturday, November 26, 2016 @ 19:42:46
  Author: eworm
Revision: 196947

upgpkg: mpv 1:0.22.0-2

rebuild against ffmpeg 1:3.2.1-1

Modified:
  mpv/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:41:45 UTC (rev 196946)
+++ PKGBUILD2016-11-26 19:42:46 UTC (rev 196947)
@@ -6,7 +6,7 @@
 pkgname=mpv
 epoch=1
 pkgver=0.22.0
-pkgrel=1
+pkgrel=2
 _waf_version=1.8.12
 pkgdesc='a free, open source, and cross-platform media player'
 arch=('i686' 'x86_64')


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:42:48
  Author: foutrelis
Revision: 196948

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  gdal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:42:46 UTC (rev 196947)
+++ PKGBUILD2016-11-26 19:42:48 UTC (rev 196948)
@@ -5,7 +5,7 @@
 
 pkgname=gdal
 pkgver=2.1.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/;


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

2016-11-26 Thread Antonio Rojas
Date: Saturday, November 26, 2016 @ 19:41:45
  Author: arojas
Revision: 196946

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

Added:
  gap/repos/community-i686/PKGBUILD
(from rev 196945, gap/trunk/PKGBUILD)
  gap/repos/community-i686/gap-no-packages-by-default.patch
(from rev 196945, gap/trunk/gap-no-packages-by-default.patch)
  gap/repos/community-x86_64/PKGBUILD
(from rev 196945, gap/trunk/PKGBUILD)
  gap/repos/community-x86_64/gap-no-packages-by-default.patch
(from rev 196945, gap/trunk/gap-no-packages-by-default.patch)
Deleted:
  gap/repos/community-i686/PKGBUILD
  gap/repos/community-i686/gap-no-packages-by-default.patch
  gap/repos/community-x86_64/PKGBUILD
  gap/repos/community-x86_64/gap-no-packages-by-default.patch

---+
 /PKGBUILD |  208 
 /gap-no-packages-by-default.patch |   26 ++
 community-i686/PKGBUILD   |  101 -
 community-i686/gap-no-packages-by-default.patch   |   13 -
 community-x86_64/PKGBUILD |  101 -
 community-x86_64/gap-no-packages-by-default.patch |   13 -
 6 files changed, 234 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 19:41:11 UTC (rev 196945)
+++ community-i686/PKGBUILD 2016-11-26 19:41:45 UTC (rev 196946)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas 
-# Contributor:  TDY 
-# Contributor: Rémy Oudompheng 
-
-pkgbase=gap
-pkgname=(gap gap-data gap-doc gap-packages)
-pkgver=4.8.6
-_gapver=4r8p6_2016_11_12-14_25
-pkgrel=1
-pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
-arch=(i686 x86_64)
-url="http://www.gap-system.org/;
-license=(GPL)
-source=("http://www.gap-system.org/pub/gap/gap48/tar.gz/gap$_gapver.tar.gz; 
gap-no-packages-by-default.patch)
-sha256sums=('a9df4c49b2feb5dd7b8c4f093f6558bdd7a6c1b3f5f64971c4d9e74828eb0cd4'
-'e8f19968d998172b7c289d0499b8b8a05bc31119a1ce073181d3842ece6fe3a2')
-makedepends=(libxaw openmpi givaro mpfi fplll normaliz polymake git)
-
-prepare() {
-  cd gap4r8
-
-# Use system normaliz
-  sed -e '/build-normaliz.sh/d' -i bin/BuildPackages.sh
-# Don't load any packages by default
-  patch -p1 -i ../gap-no-packages-by-default.patch
-}
-
-build() {
-  cd gap4r8
-  CC=mpicc ./configure --prefix=/usr --with-gmp=system
-  make
-
-  cd pkg
-  sh ../bin/BuildPackages.sh
-# These packages fail to build:
-# carat
-# float (doesn't support fplll 5)
-# fr https://github.com/gap-packages/fr/issues/16
-# guava
-# linboxing (doesn't support givaro 4)
-# qaos 
-
-  cd ../etc
-  sh install-tools.sh
-}
-
-package_gap() {
-  depends=(gmp openmpi)
-  optdepends=('gap-packages: extra packages' 'gap-data: additional databases' 
'gap-doc: documentation')
-  replaces=(gap-math)
-  conflicts=(gap-math)
-  cd gap4r8
-  
-  mkdir -p "$pkgdir"/usr/lib/gap
-  cp -r bin etc grp lib CITATION "$pkgdir"/usr/lib/gap
-  
-  mkdir -p "$pkgdir"/usr/lib/gap/pkg
-  cp -r pkg/GAPDoc-* "$pkgdir"/usr/lib/gap/pkg
-
-  mkdir -p "$pkgdir"/usr/bin
-  install -m755 "$pkgdir"/usr/lib/gap/bin/gap.sh "$pkgdir"/usr/bin/gap
-
-# fix location
-  sed -e 's|/build/gap/src/gap4r8|/usr/lib/gap|' -i "$pkgdir"/usr/bin/gap  
-# remove unneeded stuff
-  rm "$pkgdir"/usr/lib/gap/bin/*/*.o
-  rm "$pkgdir"/usr/lib/gap/bin/gap.sh
-  find "$pkgdir"/usr/lib/gap/bin/ -maxdepth 1 -type f -exec rm {} \;
-}
-
-package_gap-data() {
-  depends=(gap)
-  pkgdesc="Additional databases for GAP"
-  cd gap4r8
-
-  mkdir -p "$pkgdir"/usr/lib/gap
-  cp -r prim small trans "$pkgdir"/usr/lib/gap
-}
-
-package_gap-doc() {
-  depends=(gap)
-  pkgdesc="Documentation for GAP"
-  cd gap4r8
-
-  mkdir -p "$pkgdir"/usr/lib/gap
-  cp -r doc "$pkgdir"/usr/lib/gap
-}
-
-package_gap-packages() {
-  depends=(gap)
-  optdepends=('normaliz: Normaliz interface package' 'polymake: Polymake 
interface package' 'libxaw: xgap package')
-  pkgdesc="Extra packages for GAP"
-  cd gap4r8
-
-  mkdir -p "$pkgdir"/usr/lib/gap
-  cp -r pkg "$pkgdir"/usr/lib/gap
-
-# GAPDoc is in main package
-  rm -r "$pkgdir"/usr/lib/gap/pkg/GAPDoc-*
-}

Copied: gap/repos/community-i686/PKGBUILD (from rev 196945, gap/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 19:41:45 UTC (rev 196946)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor:  TDY 
+# Contributor: Rémy Oudompheng 
+
+pkgbase=gap
+pkgname=(gap gap-data gap-doc gap-packages)
+pkgver=4.8.6
+_gapver=4r8p6_2016_11_12-14_25
+pkgrel=2
+pkgdesc="Groups, Algorithms, Programming: a system for computational 

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

2016-11-26 Thread Antonio Rojas
Date: Saturday, November 26, 2016 @ 19:41:11
  Author: arojas
Revision: 196945

Fix build of guava package

Modified:
  gap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:34:39 UTC (rev 196944)
+++ PKGBUILD2016-11-26 19:41:11 UTC (rev 196945)
@@ -7,7 +7,7 @@
 pkgname=(gap gap-data gap-doc gap-packages)
 pkgver=4.8.6
 _gapver=4r8p6_2016_11_12-14_25
-pkgrel=1
+pkgrel=2
 pkgdesc="Groups, Algorithms, Programming: a system for computational discrete 
algebra"
 arch=(i686 x86_64)
 url="http://www.gap-system.org/;
@@ -22,6 +22,10 @@
 
 # Use system normaliz
   sed -e '/build-normaliz.sh/d' -i bin/BuildPackages.sh
+# Fix build if guava package
+  sed -e "s|MAKE=make|MAKE='make -j1'|" -i bin/BuildPackages.sh
+  sed -e '/cd leon make/d' -i pkg/guava-*/src/Makefile
+  sed -e '/AM_INIT_AUTOMAKE/d' -i pkg/guava-*/src/leon/configure.ac
 # Don't load any packages by default
   patch -p1 -i ../gap-no-packages-by-default.patch
 }
@@ -34,12 +38,9 @@
   cd pkg
   sh ../bin/BuildPackages.sh
 # These packages fail to build:
-# carat
 # float (doesn't support fplll 5)
 # fr https://github.com/gap-packages/fr/issues/16
-# guava
 # linboxing (doesn't support givaro 4)
-# qaos 
 
   cd ../etc
   sh install-tools.sh
@@ -62,11 +63,13 @@
   install -m755 "$pkgdir"/usr/lib/gap/bin/gap.sh "$pkgdir"/usr/bin/gap
 
 # fix location
-  sed -e 's|/build/gap/src/gap4r8|/usr/lib/gap|' -i "$pkgdir"/usr/bin/gap  
+  sed -e 's|/build/gap/src/gap4r8|/usr/lib/gap|' -i "$pkgdir"/usr/bin/gap -i 
"$pkgdir"/usr/lib/gap/bin/*/sysinfo.gap  
+
 # remove unneeded stuff
   rm "$pkgdir"/usr/lib/gap/bin/*/*.o
   rm "$pkgdir"/usr/lib/gap/bin/gap.sh
   find "$pkgdir"/usr/lib/gap/bin/ -maxdepth 1 -type f -exec rm {} \;
+  rm -r "$pkgdir"/usr/lib/gap/bin/*/{config*,extern,gac,Makefile}
 }
 
 package_gap-data() {


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:34:39
  Author: foutrelis
Revision: 196944

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

Added:
  ibus-qt/repos/community-staging-i686/
  ibus-qt/repos/community-staging-i686/PKGBUILD
(from rev 196943, ibus-qt/trunk/PKGBUILD)
  ibus-qt/repos/community-staging-x86_64/
  ibus-qt/repos/community-staging-x86_64/PKGBUILD
(from rev 196943, ibus-qt/trunk/PKGBUILD)

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

Copied: ibus-qt/repos/community-staging-i686/PKGBUILD (from rev 196943, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 19:34:39 UTC (rev 196944)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=7
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+}
+

Copied: ibus-qt/repos/community-staging-x86_64/PKGBUILD (from rev 196943, 
ibus-qt/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 19:34:39 UTC (rev 196944)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: garion < garion @ mailoo.org >
+# Contributor: leemars
+
+pkgname=ibus-qt
+pkgver=1.3.3
+pkgrel=7
+pkgdesc='IBus qt library and IBus qt input method plugin'
+arch=('i686' 'x86_64')
+license=('LGPL')
+url='http://ibus.googlecode.com'
+depends=('qt4' 'ibus' 'icu')
+makedepends=('cmake' 'automoc4' 'doxygen' 'git')
+source=("git+https://github.com/ibus/ibus-qt.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  
+  cmake . -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd $pkgname
+
+  make DESTDIR="${pkgdir}" install
+}
+


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:34:30
  Author: foutrelis
Revision: 196943

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  ibus-qt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 19:33:16 UTC (rev 196942)
+++ PKGBUILD2016-11-26 19:34:30 UTC (rev 196943)
@@ -6,7 +6,7 @@
 
 pkgname=ibus-qt
 pkgver=1.3.3
-pkgrel=6
+pkgrel=7
 pkgdesc='IBus qt library and IBus qt input method plugin'
 arch=('i686' 'x86_64')
 license=('LGPL')


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:33:16
  Author: foutrelis
Revision: 196942

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

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

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

Copied: aegisub/repos/community-staging-i686/PKGBUILD (from rev 196941, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 19:33:16 UTC (rev 196942)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=16
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:

Copied: aegisub/repos/community-staging-x86_64/PKGBUILD (from rev 196941, 
aegisub/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 19:33:16 UTC (rev 196942)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: kozec 
+# Contributor: Limao Luo 
+
+pkgname=aegisub
+pkgver=3.2.2
+pkgrel=16
+pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
+arch=('i686' 'x86_64')
+url='http://www.aegisub.org'
+license=('GPL' 'BSD')
+depends=('boost-libs' 'desktop-file-utils' 'ffms2' 'fftw' 'hunspell' 'wxgtk')
+makedepends=('boost' 'intltool' 'mesa')
+source=("http://ftp.aegisub.org/pub/archives/releases/source/aegisub-${pkgver}.tar.xz;)
+sha256sums=('c55e33945b82d8513c02ea6e782f0d72c726adcd3707e95b8c0022f6151e6885')
+
+prepare() {
+  cd aegisub-${pkgver}
+
+  sed 's/$(LIBS_BOOST) $(LIBS_ICU)/$(LIBS_BOOST) $(LIBS_ICU) -pthread/' -i 
tools/Makefile
+}
+
+build() {
+  cd aegisub-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--without-{portaudio,openal,oss} \
+--disable-update-checker
+  make
+}
+
+package() {
+  cd aegisub-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/aegisub
+  install -m 644 LICENCE "${pkgdir}"/usr/share/licenses/aegisub/LICENSE
+}
+
+# vim: ts=2 sw=2 et:


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:33:06
  Author: foutrelis
Revision: 196941

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  aegisub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 18:39:53 UTC (rev 196940)
+++ PKGBUILD2016-11-26 19:33:06 UTC (rev 196941)
@@ -5,7 +5,7 @@
 
 pkgname=aegisub
 pkgver=3.2.2
-pkgrel=15
+pkgrel=16
 pkgdesc='A general-purpose subtitle editor with ASS/SSA support'
 arch=('i686' 'x86_64')
 url='http://www.aegisub.org'


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:27:47
  Author: foutrelis
Revision: 282095

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  webkitgtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 18:29:48 UTC (rev 282094)
+++ PKGBUILD2016-11-26 19:27:47 UTC (rev 282095)
@@ -4,7 +4,7 @@
 pkgbase=webkitgtk
 pkgname=(webkitgtk webkitgtk2)
 pkgver=2.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc="GTK+ Web content engine library"
 arch=(i686 x86_64)
 url="http://webkitgtk.org/;


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 19:27:57
  Author: foutrelis
Revision: 282096

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

Added:
  webkitgtk/repos/staging-i686/
  webkitgtk/repos/staging-i686/PKGBUILD
(from rev 282095, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-i686/webkitgtk-2.4.9-abs.patch
(from rev 282095, webkitgtk/trunk/webkitgtk-2.4.9-abs.patch)
  webkitgtk/repos/staging-x86_64/
  webkitgtk/repos/staging-x86_64/PKGBUILD
(from rev 282095, webkitgtk/trunk/PKGBUILD)
  webkitgtk/repos/staging-x86_64/webkitgtk-2.4.9-abs.patch
(from rev 282095, webkitgtk/trunk/webkitgtk-2.4.9-abs.patch)

--+
 staging-i686/PKGBUILD|   78 +
 staging-i686/webkitgtk-2.4.9-abs.patch   |   26 +
 staging-x86_64/PKGBUILD  |   78 +
 staging-x86_64/webkitgtk-2.4.9-abs.patch |   26 +
 4 files changed, 208 insertions(+)

Copied: webkitgtk/repos/staging-i686/PKGBUILD (from rev 282095, 
webkitgtk/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-11-26 19:27:57 UTC (rev 282096)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgbase=webkitgtk
+pkgname=(webkitgtk webkitgtk2)
+pkgver=2.4.11
+pkgrel=2
+pkgdesc="GTK+ Web content engine library"
+arch=(i686 x86_64)
+url="http://webkitgtk.org/;
+license=(custom)
+depends=(libxt libxslt sqlite libsoup enchant libgl geoclue2 
gst-plugins-base-libs
+ libsecret libwebp harfbuzz-icu)
+makedepends=(gtk3 gtk2 gperf gobject-introspection python2 mesa ruby)
+optdepends=('gst-plugins-base: free media decoding'
+'gst-plugins-good: media decoding'
+'gst-libav: nonfree media decoding')
+options=(!emptydirs)
+source=(http://webkitgtk.org/releases/$pkgbase-${pkgver}.tar.xz
+webkitgtk-2.4.9-abs.patch)
+sha256sums=('588aea051bfbacced27fdfe0335a957dca839ebe36aa548df39c7bbafdb65bf7'
+'ec294bbb5588a1802a68e3615c6718486b22f922645c5fef686d3d103014bf70')
+
+prepare() {
+  mkdir build-gtk{,2} path
+  ln -s /usr/bin/python2 path/python
+
+  cd $pkgbase-$pkgver
+  patch -Np1 -i ../webkitgtk-2.4.9-abs.patch
+}
+
+_build() (
+  _ver="$1"; shift
+  cd build-${_ver}
+
+  PATH="$srcdir/path:$PATH"
+
+  ../$pkgbase-$pkgver/configure --prefix=/usr \
+--libexecdir=/usr/lib/webkit${_ver} \
+--enable-introspection \
+--disable-webkit2 \
+--disable-gtk-doc \
+"$@"
+
+  # https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make all stamp-po
+)
+
+build() {
+  _build gtk
+  _build gtk2 --with-gtk=2.0
+}
+
+package_webkitgtk() {
+  depends+=(gtk3)
+  optdepends+=('gtk2: Netscape plugin support')
+  provides=("webkitgtk3=${pkgver}" "libwebkit3=${pkgver}")
+  conflicts=(webkitgtk3 libwebkit3)
+  replaces=(webkitgtk3 libwebkit3)
+
+  make -C build-gtk -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk/LICENSE"
+}
+
+package_webkitgtk2() {
+  pkgdesc+=" for GTK2"
+  depends+=(gtk2)
+  provides=("libwebkit=${pkgver}")
+  conflicts=(libwebkit)
+  replaces=(libwebkit)
+
+  make -C build-gtk2 -j1 DESTDIR="$pkgdir" install
+  install -Dm644 $pkgbase-$pkgver/Source/WebKit/LICENSE \
+"$pkgdir/usr/share/licenses/webkitgtk2/LICENSE"
+}

Copied: webkitgtk/repos/staging-i686/webkitgtk-2.4.9-abs.patch (from rev 
282095, webkitgtk/trunk/webkitgtk-2.4.9-abs.patch)
===
--- staging-i686/webkitgtk-2.4.9-abs.patch  (rev 0)
+++ staging-i686/webkitgtk-2.4.9-abs.patch  2016-11-26 19:27:57 UTC (rev 
282096)
@@ -0,0 +1,26 @@
+diff -Nur webkitgtk-2.4.9.orig/Source/WebCore/platform/gtk/GtkClickCounter.cpp 
webkitgtk-2.4.9/Source/WebCore/platform/gtk/GtkClickCounter.cpp
+--- webkitgtk-2.4.9.orig/Source/WebCore/platform/gtk/GtkClickCounter.cpp   
2015-05-20 03:03:24.0 -0600
 webkitgtk-2.4.9/Source/WebCore/platform/gtk/GtkClickCounter.cpp
2016-02-07 11:30:42.392686308 -0700
+@@ -85,8 +85,8 @@
+ guint32 eventTime = getEventTime(event);
+ 
+ if ((event->type == GDK_2BUTTON_PRESS || event->type == GDK_3BUTTON_PRESS)
+-|| ((abs(buttonEvent->x - m_previousClickPoint.x()) < 
doubleClickDistance)
+-&& (abs(buttonEvent->y - m_previousClickPoint.y()) < 
doubleClickDistance)
++|| ((fabs(buttonEvent->x - m_previousClickPoint.x()) < 
doubleClickDistance)
++&& (fabs(buttonEvent->y - m_previousClickPoint.y()) < 
doubleClickDistance)
+ && (eventTime - m_previousClickTime < 
static_cast(doubleClickTime))
+ && (buttonEvent->button == m_previousClickButton)))
+ m_currentClickCount++;
+diff -Nur 

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

2016-11-26 Thread Andreas Radke
Date: Saturday, November 26, 2016 @ 18:39:53
  Author: andyrtr
Revision: 196940

archrelease: copy trunk to community-any

Added:
  perl-sgmls/repos/community-any/PKGBUILD
(from rev 196939, perl-sgmls/trunk/PKGBUILD)
Deleted:
  perl-sgmls/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-26 18:39:43 UTC (rev 196939)
+++ PKGBUILD2016-11-26 18:39:53 UTC (rev 196940)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Sergej Pupykin 
-
-_cpanname=SGMLSpm
-pkgname=perl-sgmls
-epoch=1
-pkgver=1.1
-pkgrel=1
-pkgdesc="A Post-Processor for SGMLS and NSGMLS"
-arch=('any')
-url="http://search.cpan.org/dist/SGMLSpm;
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs' 'docs')
-source=(http://search.cpan.org/CPAN/authors/id/R/RA/RAAB/SGMLSpm-$pkgver.tar.gz)
-md5sums=('746c74ae969992cedb1a2879b4168090')
-
-prepare() {
-   cd "$srcdir/$_cpanname-$pkgver"
-   find . -type f -exec chmod 0644 {} \;
-}
-
-prepareEnvironment() {
-   cd "$srcdir/$_cpanname-$pkgver"
-   export \
-   PERL_MM_USE_DEFAULT=1 \
-   PERL_AUTOINSTALL=--skipdeps \
-   PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-   PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-   MODULEBUILDRC=/dev/null
-}
-
-build() {
-   prepareEnvironment
-   /usr/bin/perl Makefile.PL
-   make
-}
-
-check() {
-   prepareEnvironment
-   make test
-}
-
-package() {
-   prepareEnvironment
-   make install
-   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-sgmls/repos/community-any/PKGBUILD (from rev 196939, 
perl-sgmls/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-26 18:39:53 UTC (rev 196940)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Sergej Pupykin 
+
+_cpanname=SGMLSpm
+pkgname=perl-sgmls
+epoch=1
+pkgver=1.1
+pkgrel=2
+pkgdesc="A Post-Processor for SGMLS and NSGMLS"
+arch=('any')
+url="http://search.cpan.org/dist/SGMLSpm;
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs' 'docs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RA/RAAB/SGMLSpm-$pkgver.tar.gz)
+md5sums=('746c74ae969992cedb1a2879b4168090')
+
+prepare() {
+   cd "$srcdir/$_cpanname-$pkgver"
+   find . -type f -exec chmod 0644 {} \;
+}
+
+prepareEnvironment() {
+   cd "$srcdir/$_cpanname-$pkgver"
+   export \
+   PERL_MM_USE_DEFAULT=1 \
+   PERL_AUTOINSTALL=--skipdeps \
+   PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'" \
+   PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+   MODULEBUILDRC=/dev/null
+}
+
+build() {
+   prepareEnvironment
+   /usr/bin/perl Makefile.PL
+   make
+}
+
+check() {
+   prepareEnvironment
+   make test
+}
+
+package() {
+   prepareEnvironment
+   make install
+   find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+
+   # FS#51874
+   ln -sv /usr/bin/vendor_perl/sgmlspl.pl $pkgdir/usr/bin/sgmlspl
+}


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

2016-11-26 Thread Andreas Radke
Date: Saturday, November 26, 2016 @ 18:39:43
  Author: andyrtr
Revision: 196939

upgpkg: perl-sgmls 1:1.1-2

add sgmlspl symlink; FS#51874

Modified:
  perl-sgmls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 18:19:13 UTC (rev 196938)
+++ PKGBUILD2016-11-26 18:39:43 UTC (rev 196939)
@@ -6,7 +6,7 @@
 pkgname=perl-sgmls
 epoch=1
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A Post-Processor for SGMLS and NSGMLS"
 arch=('any')
 url="http://search.cpan.org/dist/SGMLSpm;
@@ -46,4 +46,7 @@
prepareEnvironment
make install
find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+
+   # FS#51874
+   ln -sv /usr/bin/vendor_perl/sgmlspl.pl $pkgdir/usr/bin/sgmlspl
 }


[arch-commits] Commit in (ttf-tlwg)

2016-11-26 Thread Gaëtan Bisson
Date: Saturday, November 26, 2016 @ 18:29:48
  Author: bisson
Revision: 282094

remove ttf-tlwg, replaced by fonts-tlwg

Deleted:
  ttf-tlwg/


[arch-commits] Commit in ttf-tlwg/repos (extra-any)

2016-11-26 Thread Gaëtan Bisson
Date: Saturday, November 26, 2016 @ 18:28:20
  Author: bisson
Revision: 282093

db-remove: ttf-tlwg removed by bisson

Deleted:
  ttf-tlwg/repos/extra-any/


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

2016-11-26 Thread Gaëtan Bisson
Date: Saturday, November 26, 2016 @ 18:25:40
  Author: bisson
Revision: 282092

archrelease: copy trunk to extra-any

Added:
  fonts-tlwg/repos/extra-any/
  fonts-tlwg/repos/extra-any/PKGBUILD
(from rev 282091, fonts-tlwg/trunk/PKGBUILD)
  fonts-tlwg/repos/extra-any/install
(from rev 282091, fonts-tlwg/trunk/install)

--+
 PKGBUILD |   37 +
 install  |   13 +
 2 files changed, 50 insertions(+)

Copied: fonts-tlwg/repos/extra-any/PKGBUILD (from rev 282091, 
fonts-tlwg/trunk/PKGBUILD)
===
--- extra-any/PKGBUILD  (rev 0)
+++ extra-any/PKGBUILD  2016-11-26 18:25:40 UTC (rev 282092)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=fonts-tlwg
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Collection of scalable Thai fonts'
+url='https://linux.thai.net/projects/fonts-tlwg'
+arch=('any')
+license=('GPL' 'custom')
+makedepends=('fontforge')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('89e98f61395a371c0b5e190a6905bd273aed2a47')
+
+conflicts=('ttf-tlwg')
+provides=('ttf-tlwg')
+replaces=('ttf-tlwg')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --with-ttfdir=/usr/share/fonts/TTF \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: fonts-tlwg/repos/extra-any/install (from rev 282091, 
fonts-tlwg/trunk/install)
===
--- extra-any/install   (rev 0)
+++ extra-any/install   2016-11-26 18:25:40 UTC (rev 282092)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s > /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


[arch-commits] Commit in fonts-tlwg/trunk (PKGBUILD install)

2016-11-26 Thread Gaëtan Bisson
Date: Saturday, November 26, 2016 @ 18:24:11
  Author: bisson
Revision: 282091

upstream update

Added:
  fonts-tlwg/trunk/install
Modified:
  fonts-tlwg/trunk/PKGBUILD

--+
 PKGBUILD |   37 +
 install  |   13 +
 2 files changed, 50 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 18:06:22 UTC (rev 282090)
+++ PKGBUILD2016-11-26 18:24:11 UTC (rev 282091)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+
+pkgname=fonts-tlwg
+pkgver=0.6.3
+pkgrel=1
+pkgdesc='Collection of scalable Thai fonts'
+url='https://linux.thai.net/projects/fonts-tlwg'
+arch=('any')
+license=('GPL' 'custom')
+makedepends=('fontforge')
+depends=('xorg-fonts-encodings' 'xorg-fonts-alias' 'xorg-font-utils' 
'fontconfig')
+source=("https://linux.thai.net/pub/thailinux/software/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('89e98f61395a371c0b5e190a6905bd273aed2a47')
+
+conflicts=('ttf-tlwg')
+provides=('ttf-tlwg')
+replaces=('ttf-tlwg')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --with-ttfdir=/usr/share/fonts/TTF \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+
+   install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Added: install
===
--- install (rev 0)
+++ install 2016-11-26 18:24:11 UTC (rev 282091)
@@ -0,0 +1,13 @@
+post_install() {
+   fc-cache -s > /dev/null
+   mkfontscale usr/share/fonts/TTF
+   mkfontdir usr/share/fonts/TTF
+}
+
+post_upgrade() {
+   post_install
+}
+
+post_remove() {
+   post_install
+}


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

2016-11-26 Thread NicoHood
Date: Saturday, November 26, 2016 @ 18:19:13
  Author: nicohood
Revision: 196938

upgpkg: create_ap 0.4.4-1

Modified:
  create_ap/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:33:48 UTC (rev 196937)
+++ PKGBUILD2016-11-26 18:19:13 UTC (rev 196938)
@@ -3,7 +3,7 @@
 # Contributor: Xiaoxiao Pu 
 
 pkgname=create_ap
-pkgver=0.4.3
+pkgver=0.4.4
 pkgrel=1
 pkgdesc="A shell script to create a NATed/Bridged Software Access Point"
 arch=('any')
@@ -13,8 +13,11 @@
  'iptables' 'util-linux' 'procps-ng')
 optdepends=('haveged: boost low entropy')
 backup=('etc/create_ap.conf')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('75da1eb61664b18e892b86388b60628644dc498f852620ebfe51483a83ff3b6c57c64d33528795b32de567e9dafc4545d5551d6cb1ac3eac81aeb15d4d9acee6')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/oblique/${pkgname}/archive/v${pkgver}.tar.gz;
+"${pkgname}-${pkgver}.tar.gz.sig::https://github.com/oblique/${pkgname}/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz.sig;)
+sha512sums=('2b0812b5721f88cc715da242c47919e153e3d2dd2c624610e7f44ffb91cf250ff23c8f8d6cb2f98b740dc0a3458d083aa03736c0c9737380dbc86ea83edc6f16'
+'SKIP')
+validpgpkeys=('B45B5508C1D79EAE40CA6C8A3532E98C712BFD5C')
 
 package() {
 make -C "${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install


[arch-commits] Commit in (4 files)

2016-11-26 Thread Gaëtan Bisson
Date: Saturday, November 26, 2016 @ 18:06:22
  Author: bisson
Revision: 282090

initial commit of fonts-tlwg, replaces ttf-tlwg

Added:
  fonts-tlwg/
  fonts-tlwg/repos/
  fonts-tlwg/trunk/
  fonts-tlwg/trunk/PKGBUILD

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

Index: fonts-tlwg/trunk/PKGBUILD
===
--- fonts-tlwg/trunk/PKGBUILD   2016-11-26 17:19:55 UTC (rev 282089)
+++ fonts-tlwg/trunk/PKGBUILD   2016-11-26 18:06:22 UTC (rev 282090)

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


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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 17:33:48
  Author: arodseth
Revision: 196937

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 17:32:17 UTC (rev 196936)
+++ community-i686/PKGBUILD 2016-11-26 17:33:48 UTC (rev 196937)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3-2' 'libwapcaplet>=0.3.0-3')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-i686/PKGBUILD (from rev 196936, 
libcss/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 17:33:48 UTC (rev 196937)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: Daniel J Griffiths 
+
+pkgname=libcss
+pkgver=0.6.1
+pkgrel=1
+pkgdesc='CSS parser and selection engine'
+arch=('x86_64' 'i686')
+url='http://www.netsurf-browser.org/projects/libcss/'
+license=('MIT')
+depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
+makedepends=('netsurf-buildsystem')
+source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
+sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
+  export CFLAGS="-Wno-error=unused-but-set-variable"
+  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
+COMPONENT_TYPE="lib-shared"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 17:32:17 UTC (rev 196936)
+++ community-x86_64/PKGBUILD   2016-11-26 17:33:48 UTC (rev 196937)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: Daniel J Griffiths 
-
-pkgname=libcss
-pkgver=0.6.0
-pkgrel=2
-pkgdesc='CSS parser and selection engine'
-arch=('x86_64' 'i686')
-url='http://www.netsurf-browser.org/projects/libcss/'
-license=('MIT')
-depends=('libparserutils>=0.2.3-2' 'libwapcaplet>=0.3.0-3')
-makedepends=('netsurf-buildsystem')
-source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  sed 's:_BSD_SOURCE:_DEFAULT_SOURCE:' -i Makefile
-  export CFLAGS="-Wno-error=unused-but-set-variable"
-  make INCLUDEDIR=include LIBDIR=lib PREFIX=/usr COMPONENT_TYPE="lib-shared"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make install INCLUDEDIR=include LIBDIR=lib PREFIX=/usr DESTDIR="$pkgdir" \
-COMPONENT_TYPE="lib-shared"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: libcss/repos/community-x86_64/PKGBUILD (from rev 196936, 
libcss/trunk/PKGBUILD)

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 17:32:17
  Author: arodseth
Revision: 196936

upgpkg: libcss 0.6.1-1

Modified:
  libcss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:27:19 UTC (rev 196935)
+++ PKGBUILD2016-11-26 17:32:17 UTC (rev 196936)
@@ -4,16 +4,16 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=libcss
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc='CSS parser and selection engine'
 arch=('x86_64' 'i686')
 url='http://www.netsurf-browser.org/projects/libcss/'
 license=('MIT')
-depends=('libparserutils>=0.2.3-2' 'libwapcaplet>=0.3.0-3')
+depends=('libparserutils>=0.2.3' 'libwapcaplet>=0.4.0')
 makedepends=('netsurf-buildsystem')
 
source=("http://download.netsurf-browser.org/libs/releases/libcss-$pkgver-src.tar.gz;)
-sha256sums=('4eb5228e5c480e31ba8ca098cedfec3a7ef90302ede77989caedf11670b8e462')
+sha256sums=('0a71ec6bef24ec1bc33a7505b4909befbe9e9165ca13f6159a3aa43bc413de4f')
 
 build() {
   cd "$pkgname-$pkgver"


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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 17:27:19
  Author: arodseth
Revision: 196935

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

Added:
  nsgenbind/repos/community-i686/PKGBUILD
(from rev 196934, nsgenbind/trunk/PKGBUILD)
  nsgenbind/repos/community-x86_64/PKGBUILD
(from rev 196932, nsgenbind/trunk/PKGBUILD)
Deleted:
  nsgenbind/repos/community-i686/PKGBUILD
  nsgenbind/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-11-26 17:26:41 UTC (rev 196934)
+++ community-i686/PKGBUILD 2016-11-26 17:27:19 UTC (rev 196935)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Marian Buschsieweke 
-
-pkgname=nsgenbind
-pkgver=0.3
-pkgrel=1
-pkgdesc='NetSurf JavaScript binding generator'
-arch=('x86_64' 'i686')
-url='http://git.netsurf-browser.org/nsgenbind.git/'
-license=('GPL')
-makedepends=('netsurf-buildsystem' 'git')
-source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nsgenbind/repos/community-i686/PKGBUILD (from rev 196934, 
nsgenbind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-11-26 17:27:19 UTC (rev 196935)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Marian Buschsieweke 
+
+pkgname=nsgenbind
+pkgver=0.4
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=('x86_64' 'i686')
+url='http://git.netsurf-browser.org/nsgenbind.git/'
+license=('GPL')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-11-26 17:26:41 UTC (rev 196934)
+++ community-x86_64/PKGBUILD   2016-11-26 17:27:19 UTC (rev 196935)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Marian Buschsieweke 
-
-pkgname=nsgenbind
-pkgver=0.3
-pkgrel=1
-pkgdesc='NetSurf JavaScript binding generator'
-arch=('x86_64' 'i686')
-url='http://git.netsurf-browser.org/nsgenbind.git/'
-license=('GPL')
-makedepends=('netsurf-buildsystem' 'git')
-source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
-md5sums=('SKIP')
-
-build() {
-  make -C "$pkgname" PREFIX=/usr
-}
-
-package() {
-  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nsgenbind/repos/community-x86_64/PKGBUILD (from rev 196932, 
nsgenbind/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-11-26 17:27:19 UTC (rev 196935)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+# Contributor: Marian Buschsieweke 
+
+pkgname=nsgenbind
+pkgver=0.4
+pkgrel=1
+pkgdesc='NetSurf JavaScript binding generator'
+arch=('x86_64' 'i686')
+url='http://git.netsurf-browser.org/nsgenbind.git/'
+license=('GPL')
+makedepends=('netsurf-buildsystem' 'git')
+source=("git://git.netsurf-browser.org/nsgenbind.git#tag=release/$pkgver")
+md5sums=('SKIP')
+
+build() {
+  make -C "$pkgname" PREFIX=/usr
+}
+
+package() {
+  make -C "$pkgname" install PREFIX=/usr DESTDIR="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-11-26 Thread Lukas Fleischer
Date: Saturday, November 26, 2016 @ 17:26:41
  Author: lfleischer
Revision: 196934

cellwriter: Switch to HTTPs sources

Modified:
  cellwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:26:23 UTC (rev 196933)
+++ PKGBUILD2016-11-26 17:26:41 UTC (rev 196934)
@@ -12,7 +12,7 @@
 url='http://v1.risujin.org/cellwriter/'
 depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
 source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz;
-
"http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff;)
+
"https://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff;)
 md5sums=('16db87415c3c669e0489f9c4d795ec7d'
  '5e8c61309c5ec8f67f0af7bb5ceb1aea')
 


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 17:26:23
  Author: foutrelis
Revision: 196933

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-harfbuzz/repos/multilib-staging-x86_64/
  lib32-harfbuzz/repos/multilib-staging-x86_64/PKGBUILD
(from rev 196932, lib32-harfbuzz/trunk/PKGBUILD)

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

Copied: lib32-harfbuzz/repos/multilib-staging-x86_64/PKGBUILD (from rev 196932, 
lib32-harfbuzz/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-11-26 17:26:23 UTC (rev 196933)
@@ -0,0 +1,42 @@
+# Maintainer: Florian Pritz 
+
+_pkgbasename=harfbuzz
+pkgname=lib32-$_pkgbasename
+pkgver=1.3.1
+pkgrel=2
+pkgdesc="OpenType text shaping engine. (32-bit)"
+arch=('x86_64')
+url="http://www.freedesktop.org/wiki/Software/HarfBuzz;
+license=('MIT')
+depends=('lib32-icu' 'lib32-glib2' 'lib32-freetype2' $_pkgbasename)
+makedepends=('gcc-multilib' 'ragel')
+source=(http://www.freedesktop.org/software/harfbuzz/release/${_pkgbasename}-${pkgver}.tar.bz2)
+sha256sums=('a242206dd119d5e6cc1b2253c116abbae03f9d930cb60b515fb0d248decf89a1')
+
+prepare() {
+  cd ${_pkgbasename}-$pkgver
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+ 
+  CFLAGS+=' -DNDEBUG'
+  CXXFLAGS+=' -DNDEBUG'
+  ./configure --prefix=/usr --libdir=/usr/lib32 --disable-silent-rules 
--with-graphite2=no --without-cairo
+  make
+}
+
+package() {
+  cd "${srcdir}/${_pkgbasename}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 17:26:16
  Author: foutrelis
Revision: 196932

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  lib32-harfbuzz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:25:48 UTC (rev 196931)
+++ PKGBUILD2016-11-26 17:26:16 UTC (rev 196932)
@@ -3,7 +3,7 @@
 _pkgbasename=harfbuzz
 pkgname=lib32-$_pkgbasename
 pkgver=1.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenType text shaping engine. (32-bit)"
 arch=('x86_64')
 url="http://www.freedesktop.org/wiki/Software/HarfBuzz;


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 17:25:40
  Author: foutrelis
Revision: 196930

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

Added:
  openttd/repos/community-staging-i686/
  openttd/repos/community-staging-i686/PKGBUILD
(from rev 196929, openttd/trunk/PKGBUILD)
  openttd/repos/community-staging-i686/openttd-1.5.3-gcc6.patch
(from rev 196929, openttd/trunk/openttd-1.5.3-gcc6.patch)
  openttd/repos/community-staging-x86_64/
  openttd/repos/community-staging-x86_64/PKGBUILD
(from rev 196929, openttd/trunk/PKGBUILD)
  openttd/repos/community-staging-x86_64/openttd-1.5.3-gcc6.patch
(from rev 196929, openttd/trunk/openttd-1.5.3-gcc6.patch)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-i686/openttd-1.5.3-gcc6.patch   |   11 
 community-staging-x86_64/PKGBUILD |   46 
 community-staging-x86_64/openttd-1.5.3-gcc6.patch |   11 
 4 files changed, 114 insertions(+)

Copied: openttd/repos/community-staging-i686/PKGBUILD (from rev 196929, 
openttd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 17:25:40 UTC (rev 196930)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.6.1
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;
+openttd-1.5.3-gcc6.patch)
+sha256sums=('9b08996e31c3485ef8dedfa1ab65147091593f3f11bd51eb7662ce5ea41363aa'
+'3e9652e1401150c287b71595afbf268dc4379908519d7939ec4e46548026b7e9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # patch from fedora
+  patch -Np1 -i ../openttd-1.5.3-gcc6.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD" \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Copied: openttd/repos/community-staging-i686/openttd-1.5.3-gcc6.patch (from rev 
196929, openttd/trunk/openttd-1.5.3-gcc6.patch)
===
--- community-staging-i686/openttd-1.5.3-gcc6.patch 
(rev 0)
+++ community-staging-i686/openttd-1.5.3-gcc6.patch 2016-11-26 17:25:40 UTC 
(rev 196930)
@@ -0,0 +1,11 @@
+--- openttd-1.5.3/src/safeguards.h.orig2016-02-02 16:21:10.378533175 
+
 openttd-1.5.3/src/safeguards.h 2016-02-02 16:21:15.26968 +
+@@ -21,6 +21,8 @@
+ #ifndef SAFEGUARDS_H
+ #define SAFEGUARDS_H
+ 
++#include 
++
+ /* Use MallocT instead. */
+ #define mallocSAFEGUARD_DO_NOT_USE_THIS_METHOD
+ 

Copied: openttd/repos/community-staging-x86_64/PKGBUILD (from rev 196929, 
openttd/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 17:25:40 UTC (rev 196930)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Vesa Kaihlavirta 
+
+pkgname=openttd
+pkgver=1.6.1
+pkgrel=2
+pkgdesc='An engine for running Transport Tycoon Deluxe.'
+arch=('i686' 'x86_64')
+url='http://www.openttd.org'
+license=('GPL')
+depends=('libpng' 'sdl' 'icu' 'fontconfig' 'lzo' 'hicolor-icon-theme' 
'desktop-file-utils' 'xz')
+optdepends=('openttd-opengfx: free graphics' 
+'openttd-opensfx: free soundset')
+source=("http://binaries.openttd.org/releases/${pkgver}/${pkgname}-${pkgver}-source.tar.xz;
+openttd-1.5.3-gcc6.patch)
+sha256sums=('9b08996e31c3485ef8dedfa1ab65147091593f3f11bd51eb7662ce5ea41363aa'
+'3e9652e1401150c287b71595afbf268dc4379908519d7939ec4e46548026b7e9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+
+  # patch from fedora
+  patch -Np1 -i ../openttd-1.5.3-gcc6.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver} 
+
+ ./configure \
+--prefix-dir=/usr \
+--binary-name=${pkgname} \
+--binary-dir=bin \
+--data-dir=share/${pkgname} \
+--install-dir=${pkgdir} \
+--doc-dir=share/doc/${pkgname} \
+--menu-name="OpenTTD" \
+--personal-dir=.${pkgname}
+
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver} 
+
+  make install
+}

Copied: openttd/repos/community-staging-x86_64/openttd-1.5.3-gcc6.patch (from 
rev 196929, 

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

2016-11-26 Thread Alexander Rødseth
Date: Saturday, November 26, 2016 @ 17:25:48
  Author: arodseth
Revision: 196931

upgpkg: nsgenbind 0.4-1

Modified:
  nsgenbind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:25:40 UTC (rev 196930)
+++ PKGBUILD2016-11-26 17:25:48 UTC (rev 196931)
@@ -3,7 +3,7 @@
 # Contributor: Marian Buschsieweke 
 
 pkgname=nsgenbind
-pkgver=0.3
+pkgver=0.4
 pkgrel=1
 pkgdesc='NetSurf JavaScript binding generator'
 arch=('x86_64' 'i686')


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 17:25:30
  Author: foutrelis
Revision: 196929

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  openttd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:23:42 UTC (rev 196928)
+++ PKGBUILD2016-11-26 17:25:30 UTC (rev 196929)
@@ -3,7 +3,7 @@
 
 pkgname=openttd
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An engine for running Transport Tycoon Deluxe.'
 arch=('i686' 'x86_64')
 url='http://www.openttd.org'


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

2016-11-26 Thread Lukas Fleischer
Date: Saturday, November 26, 2016 @ 17:23:42
  Author: lfleischer
Revision: 196928

autofs: Switch to HTTPs sources

Modified:
  autofs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:23:12 UTC (rev 196927)
+++ PKGBUILD2016-11-26 17:23:42 UTC (rev 196928)
@@ -22,7 +22,7 @@
 'etc/autofs/autofs_ldap_auth.conf'
 'etc/default/autofs')
 options=(!makeflags)
-source=("http://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar."{xz,sign})
+source=("https://www.kernel.org/pub/linux/daemons/${pkgname}/v5/${pkgname}-${pkgver}.tar."{xz,sign})
 sha256sums=('88b7de39088aead983e02072a7b753d5ee52ce419c8913f7a3d4ff5521313f0c'
 'SKIP')
 validpgpkeys=('CD0A6E3CBB6768800B0736A8E7677380F54FD8A9') # Ian Kent


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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 17:23:12
  Author: foutrelis
Revision: 196927

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

Added:
  phantomjs/repos/community-staging-i686/
  phantomjs/repos/community-staging-i686/PKGBUILD
(from rev 196926, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-staging-i686/gcc-5.patch
(from rev 196926, phantomjs/trunk/gcc-5.patch)
  phantomjs/repos/community-staging-x86_64/
  phantomjs/repos/community-staging-x86_64/PKGBUILD
(from rev 196926, phantomjs/trunk/PKGBUILD)
  phantomjs/repos/community-staging-x86_64/gcc-5.patch
(from rev 196926, phantomjs/trunk/gcc-5.patch)

--+
 community-staging-i686/PKGBUILD  |   43 +
 community-staging-i686/gcc-5.patch   |   17 +
 community-staging-x86_64/PKGBUILD|   43 +
 community-staging-x86_64/gcc-5.patch |   17 +
 4 files changed, 120 insertions(+)

Copied: phantomjs/repos/community-staging-i686/PKGBUILD (from rev 196926, 
phantomjs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-11-26 17:23:12 UTC (rev 196927)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: grimsock 
+# Contributor: Dieter Plaetinck 
+# Contributor: Vladimir Chizhov 
+# Contributor: Henry Tang 
+
+pkgname=phantomjs
+pkgver=2.1.1
+pkgrel=4
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 'libpng' 'fontconfig' 'gperf' 'ruby' 'python2')
+makedepends=('git')
+source=("git+https://github.com/ariya/${pkgname}.git#tag=$pkgver;
+gcc-5.patch)
+
+prepare() {
+  mkdir "$srcdir/python2-path"
+  ln -s /usr/bin/python2 "$srcdir/python2-path/python"
+}
+
+build() {
+  cd $pkgname
+  export PATH="$srcdir/python2-path:$PATH" PYTHON=/usr/bin/python2 
+  
+  python2 build.py --confirm --release --qt-config='-no-rpath'
+}
+
+package() {
+  install -Dm755 "$srcdir/$pkgname/bin/phantomjs" "$pkgdir/usr/bin/phantomjs"
+
+  mkdir -p "$pkgdir/usr/share/$pkgname"
+  cp -r "$srcdir/$pkgname/examples" "$pkgdir/usr/share/$pkgname"/
+
+  install -Dm644 "$srcdir/$pkgname/LICENSE.BSD" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.BSD"
+  install -Dm644 "$srcdir/$pkgname/third-party.txt" 
"$pkgdir/usr/share/licenses/$pkgname/third-party.txt"
+}
+
+sha512sums=('SKIP'
+
'9c584fb049c1c32d9ca640c44ed42beb0706833ee11d689fa738f9b6543f24e315fa707a61efaefe7fccaa88478cbe5bdcc6d490c2b0cfac580bd96e534bc2eb')

Copied: phantomjs/repos/community-staging-i686/gcc-5.patch (from rev 196926, 
phantomjs/trunk/gcc-5.patch)
===
--- community-staging-i686/gcc-5.patch  (rev 0)
+++ community-staging-i686/gcc-5.patch  2016-11-26 17:23:12 UTC (rev 196927)
@@ -0,0 +1,17 @@
+diff -up 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than 
+qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp
+--- 
qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp.than   
   2015-03-18 10:24:38.683352327 
+-0400
 qtwebkit-opensource-src-5.4.0/Source/JavaScriptCore/runtime/JSObject.cpp   
2015-03-18 10:25:21.953352327 -0400
+@@ -1909,6 +1909,10 @@ void JSObject::putByIndexBeyondVectorLen
+ }
+ }
+ 
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState*
 exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* 
exec, unsigned i, JSValue value);
++template void 
JSObject::putByIndexBeyondVectorLengthWithoutAttributes(ExecState* 
exec, unsigned i, JSValue value);
++
+ void JSObject::putByIndexBeyondVectorLengthWithArrayStorage(ExecState* exec, 
unsigned i, JSValue value, bool shouldThrow, ArrayStorage* storage)
+ {
+ VM& vm = exec->vm();
+

Copied: phantomjs/repos/community-staging-x86_64/PKGBUILD (from rev 196926, 
phantomjs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-11-26 17:23:12 UTC (rev 196927)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: grimsock 
+# Contributor: Dieter Plaetinck 
+# Contributor: Vladimir Chizhov 
+# Contributor: Henry Tang 
+
+pkgname=phantomjs
+pkgver=2.1.1
+pkgrel=4
+pkgdesc="Headless WebKit with JavaScript API"
+url="http://www.phantomjs.org/;
+license=('BSD' 'LGPL' 'MIT')
+arch=('i686' 'x86_64')
+depends=('icu' 'libjpeg-turbo' 

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

2016-11-26 Thread Evangelos Foutras
Date: Saturday, November 26, 2016 @ 17:23:02
  Author: foutrelis
Revision: 196926

icu 58.1 / poppler 0.49.0 / hunspell 1.5.0 rebuild

Modified:
  phantomjs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 17:20:02 UTC (rev 196925)
+++ PKGBUILD2016-11-26 17:23:02 UTC (rev 196926)
@@ -7,7 +7,7 @@
 
 pkgname=phantomjs
 pkgver=2.1.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Headless WebKit with JavaScript API"
 url="http://www.phantomjs.org/;
 license=('BSD' 'LGPL' 'MIT')


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

2016-11-26 Thread Andreas Radke
Date: Saturday, November 26, 2016 @ 17:19:55
  Author: andyrtr
Revision: 282089

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

Added:
  lpsolve/repos/testing-i686/
  lpsolve/repos/testing-i686/PKGBUILD
(from rev 282088, lpsolve/trunk/PKGBUILD)
  lpsolve/repos/testing-i686/cflags.patch
(from rev 282088, lpsolve/trunk/cflags.patch)
  lpsolve/repos/testing-i686/lpsolve-5.5.2.0.defines.patch
(from rev 282088, lpsolve/trunk/lpsolve-5.5.2.0.defines.patch)
  lpsolve/repos/testing-x86_64/
  lpsolve/repos/testing-x86_64/PKGBUILD
(from rev 282088, lpsolve/trunk/PKGBUILD)
  lpsolve/repos/testing-x86_64/cflags.patch
(from rev 282088, lpsolve/trunk/cflags.patch)
  lpsolve/repos/testing-x86_64/lpsolve-5.5.2.0.defines.patch
(from rev 282088, lpsolve/trunk/lpsolve-5.5.2.0.defines.patch)

--+
 testing-i686/PKGBUILD|   47 +
 testing-i686/cflags.patch|   25 +
 testing-i686/lpsolve-5.5.2.0.defines.patch   |   22 +++
 testing-x86_64/PKGBUILD  |   47 +
 testing-x86_64/cflags.patch  |   25 +
 testing-x86_64/lpsolve-5.5.2.0.defines.patch |   22 +++
 6 files changed, 188 insertions(+)

Copied: lpsolve/repos/testing-i686/PKGBUILD (from rev 282088, 
lpsolve/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-11-26 17:19:55 UTC (rev 282089)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: AndyRTR 
+
+pkgname=lpsolve
+_origname=lp_solve
+pkgver=5.5.2.5
+_mainver=5.5
+pkgrel=1
+pkgdesc="a Mixed Integer Linear Programming (MILP) solver"
+arch=('i686' 'x86_64')
+url="http://lpsolve.sourceforge.net/;
+license=('GPL')
+depends=('glibc')
+source=(http://downloads.sourceforge.net/project/lpsolve/lpsolve/${pkgver}/lp_solve_${pkgver}_source.tar.gz
+cflags.patch
+lpsolve-5.5.2.0.defines.patch)
+sha1sums=('232ce8edb073c7c9b6d9100abf77038d989c45c8'
+  '47285b11ef146ddb9aacfff982370ab7b0ea245e'
+  'c4e61302072adcd27aba5d966e33fa001f3599e2')
+
+prepare() {
+  cd ${_origname}_${_mainver}
+  # add CFLAGS
+  patch -Np1 -i $srcdir/cflags.patch
+  # by Fedora
+  patch -Np1 -i $srcdir/lpsolve-5.5.2.0.defines.patch
+}
+
+build() {
+  cd ${_origname}_${_mainver}
+
+  # taken from Fedora spec
+  cd lpsolve55
+  sh -x ccc
+#  rm bin/ux*/liblpsolve55.a
+  cd ../lp_solve
+  sh -x ccc
+}
+
+package() {
+  cd ${_origname}_${_mainver}
+
+  install -dm755 ${pkgdir}/usr/{bin,lib,include/lpsolve}
+  install -m755 lp_solve/bin/ux*/lp_solve ${pkgdir}/usr/bin/
+  install -m755 lpsolve55/bin/ux*/liblpsolve55.so ${pkgdir}/usr/lib/
+  install -m644 lp*.h ${pkgdir}/usr/include/lpsolve/
+}

Copied: lpsolve/repos/testing-i686/cflags.patch (from rev 282088, 
lpsolve/trunk/cflags.patch)
===
--- testing-i686/cflags.patch   (rev 0)
+++ testing-i686/cflags.patch   2016-11-26 17:19:55 UTC (rev 282089)
@@ -0,0 +1,25 @@
+diff -ru lp_solve_5.5.orig/lp_solve/ccc lp_solve_5.5/lp_solve/ccc
+--- lp_solve_5.5.orig/lp_solve/ccc 2009-02-23 16:31:18.0 +
 lp_solve_5.5/lp_solve/ccc  2009-02-23 16:31:29.0 +
+@@ -28,7 +28,7 @@
+ fi
+ rm /tmp/isnan.c /tmp/isnan >/dev/null 2>&1
+ 
+-opts='-O3'
++opts=$CFLAGS
+ 
+ def=
+ if [ "$PLATFORM" = "SCO_UNIX" ]
+diff -ru lp_solve_5.5.orig/lpsolve55/ccc lp_solve_5.5/lpsolve55/ccc
+--- lp_solve_5.5.orig/lpsolve55/ccc2009-02-23 16:31:18.0 +
 lp_solve_5.5/lpsolve55/ccc 2009-02-23 16:31:29.0 +
+@@ -35,7 +35,7 @@
+  so=y
+ fi
+ 
+-opts='-O3'
++opts=$CFLAGS
+ 
+ $c -s -c -I.. -I../shared -I../bfp -I../bfp/bfp_LUSOL 
-I../bfp/bfp_LUSOL/LUSOL -I../colamd $opts $def $NOISNAN -DYY_NEVER_INTERACTIVE 
-DPARSER_LP -DINVERSE_ACTIVE=INVERSE_LUSOL -DRoleIsExternalInvEngine $src
+ ar rv bin/$PLATFORM/liblpsolve55.a `echo $src|sed s/[.]c/.o/g|sed 's/[^ 
]*\///g'`
+

Copied: lpsolve/repos/testing-i686/lpsolve-5.5.2.0.defines.patch (from rev 
282088, lpsolve/trunk/lpsolve-5.5.2.0.defines.patch)
===
--- testing-i686/lpsolve-5.5.2.0.defines.patch  (rev 0)
+++ testing-i686/lpsolve-5.5.2.0.defines.patch  2016-11-26 17:19:55 UTC (rev 
282089)
@@ -0,0 +1,22 @@
+--- lp_solve_5.5/lpsolve55/ccc
 lp_solve_5.5/lpsolve55/ccc
+@@ -18,7 +18,7 @@
+ echo '#include '>>/tmp/isnan.c
+ echo '#include '>>/tmp/isnan.c
+ echo '#include '>>/tmp/isnan.c
+-echo 'main(){isnan(0);}'>>/tmp/isnan.c
++echo 'main(){isnan(0.0);}'>>/tmp/isnan.c
+ $c /tmp/isnan.c -o /tmp/isnan $math >/dev/null 2>&1
+ if [ $? = 0 ]
+ then NOISNAN=
+--- lp_solve_5.5/lp_solve/ccc
 lp_solve_5.5/lp_solve/ccc
+@@ -20,7 +20,7 @@
+ echo '#include '>>/tmp/isnan.c
+ 

[arch-commits] Commit in java-commons-io/repos/community-any (PKGBUILD PKGBUILD)

2016-11-26 Thread Lukas Fleischer
Date: Saturday, November 26, 2016 @ 17:20:02
  Author: lfleischer
Revision: 196925

archrelease: copy trunk to community-any

Added:
  java-commons-io/repos/community-any/PKGBUILD
(from rev 196924, java-commons-io/trunk/PKGBUILD)
Deleted:
  java-commons-io/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-11-26 17:19:54 UTC (rev 196924)
+++ PKGBUILD2016-11-26 17:20:02 UTC (rev 196925)
@@ -1,19 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Stefan Husmann 
-# Contributor: Simon Lipp 
-
-pkgname=java-commons-io
-pkgver=2.4
-pkgrel=2
-pkgdesc='IO related classes for Java.'
-arch=('any')
-url='http://commons.apache.org/io/'
-license=(APACHE)
-depends=('java-runtime')
-source=("http://apache.crihan.fr/dist/commons/io/binaries/commons-io-${pkgver}-bin.tar.gz;)
-md5sums=('50ce698bd6e33dc6f71570189df89c99')
-
-package() {
-   install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \
- "$pkgdir/usr/share/java/commons-io/commons-io.jar"
-}

Copied: java-commons-io/repos/community-any/PKGBUILD (from rev 196924, 
java-commons-io/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-11-26 17:20:02 UTC (rev 196925)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=java-commons-io
+pkgver=2.5
+pkgrel=1
+pkgdesc='IO related classes for Java.'
+arch=('any')
+url='http://commons.apache.org/io/'
+license=(APACHE)
+depends=('java-runtime')
+source=("https://www.apache.org/dist/commons/io/binaries/commons-io-$pkgver-bin.tar.gz"{,.asc})
+md5sums=('4a706bf3296c814f7d0481681f37289c'
+ 'SKIP')
+validpgpkeys=('6BDACA2C0493CCA133B372D09C4F7E9D98B1CC53') # Benson Margulies
+
+package() {
+   install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \
+ "$pkgdir/usr/share/java/commons-io/commons-io.jar"
+}


[arch-commits] Commit in java-commons-io/trunk (PKGBUILD)

2016-11-26 Thread Lukas Fleischer
Date: Saturday, November 26, 2016 @ 17:19:54
  Author: lfleischer
Revision: 196924

upgpkg: java-commons-io 2.5-1

* Upstream update.
* Fix sources.

Modified:
  java-commons-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-11-26 16:47:20 UTC (rev 196923)
+++ PKGBUILD2016-11-26 17:19:54 UTC (rev 196924)
@@ -3,15 +3,17 @@
 # Contributor: Simon Lipp 
 
 pkgname=java-commons-io
-pkgver=2.4
-pkgrel=2
+pkgver=2.5
+pkgrel=1
 pkgdesc='IO related classes for Java.'
 arch=('any')
 url='http://commons.apache.org/io/'
 license=(APACHE)
 depends=('java-runtime')
-source=("http://apache.crihan.fr/dist/commons/io/binaries/commons-io-${pkgver}-bin.tar.gz;)
-md5sums=('50ce698bd6e33dc6f71570189df89c99')
+source=("https://www.apache.org/dist/commons/io/binaries/commons-io-$pkgver-bin.tar.gz"{,.asc})
+md5sums=('4a706bf3296c814f7d0481681f37289c'
+ 'SKIP')
+validpgpkeys=('6BDACA2C0493CCA133B372D09C4F7E9D98B1CC53') # Benson Margulies
 
 package() {
install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \


  1   2   3   >