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

2015-05-29 Thread Jan de Groot
Date: Friday, May 29, 2015 @ 10:25:12
  Author: jgc
Revision: 239873

upgpkg: zeitgeist 0.9.15-2

Add fts for org.gnome.zeitgeist.index interface

Modified:
  zeitgeist/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 03:36:30 UTC (rev 239872)
+++ PKGBUILD2015-05-29 08:25:12 UTC (rev 239873)
@@ -5,17 +5,17 @@
 
 pkgname=zeitgeist
 pkgver=0.9.15
-pkgrel=1
+pkgrel=2
 pkgdesc="Service logging user activities and events"
 arch=(i686 x86_64)
 url="http://zeitgeist-project.com/";
 license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
 makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
 provides=(zeitgeist-datahub)
 conflicts=(zeitgeist-datahub)
 replaces=(zeitgeist-datahub)
-source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=d2c966f")
+source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
 sha256sums=('SKIP')
 
 prepare() {
@@ -32,7 +32,7 @@
   cd $pkgname
   export PYTHON=/usr/bin/python2
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
+--libexecdir=/usr/lib/$pkgname --enable-fts
   make
 }
 


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

2015-05-29 Thread Jan de Groot
Date: Friday, May 29, 2015 @ 10:25:20
  Author: jgc
Revision: 239874

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-29 08:25:12 UTC (rev 239873)
+++ extra-i686/PKGBUILD 2015-05-29 08:25:20 UTC (rev 239874)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=1
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/";
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=d2c966f")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  mkdir m4
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-check() {
-  cd $pkgname
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: zeitgeist/repos/extra-i686/PKGBUILD (from rev 239873, 
zeitgeist/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-29 08:25:20 UTC (rev 239874)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Andrea Scarpino 
+# Contributor: György Balló 
+
+pkgname=zeitgeist
+pkgver=0.9.15
+pkgrel=2
+pkgdesc="Service logging user activities and events"
+arch=(i686 x86_64)
+url="http://zeitgeist-project.com/";
+license=(GPL2 LGPL2.1)
+depends=(json-glib telepathy-glib gtk3 xapian-core)
+makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
+provides=(zeitgeist-datahub)
+conflicts=(zeitgeist-datahub)
+replaces=(zeitgeist-datahub)
+source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=63dba18c")
+sha256sums=('SKIP')
+
+prepare() {
+  cd $pkgname
+
+  sed -i 's/python -/$PYTHON -/' configure.ac
+  sed -i '1s/python$/python2/' data/ontology2code
+
+  mkdir m4
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --enable-fts
+  make
+}
+
+check() {
+  cd $pkgname
+  # Log test fails in chroot, as we have no X and no proper dbus
+  make -k check || :
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-29 08:25:12 UTC (rev 239873)
+++ extra-x86_64/PKGBUILD   2015-05-29 08:25:20 UTC (rev 239874)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) 
-# Contributor: Andrea Scarpino 
-# Contributor: György Balló 
-
-pkgname=zeitgeist
-pkgver=0.9.15
-pkgrel=1
-pkgdesc="Service logging user activities and events"
-arch=(i686 x86_64)
-url="http://zeitgeist-project.com/";
-license=(GPL2 LGPL2.1)
-depends=(json-glib telepathy-glib gtk3)
-makedepends=(intltool gobject-introspection vala raptor python2-rdflib 
gnome-common git)
-provides=(zeitgeist-datahub)
-conflicts=(zeitgeist-datahub)
-replaces=(zeitgeist-datahub)
-source=("$pkgname::git://anongit.freedesktop.org/$pkgname/$pkgname#commit=d2c966f")
-sha256sums=('SKIP')
-
-prepare() {
-  cd $pkgname
-
-  sed -i 's/python -/$PYTHON -/' configure.ac
-  sed -i '1s/python$/python2/' data/ontology2code
-
-  mkdir m4
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
-  cd $pkgname
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname
-  make
-}
-
-check() {
-  cd $pkgname
-  # Log test fails in chroot, as we have no X and no proper dbus
-  make -k check || :
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}

Copied: ze

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

2015-05-29 Thread Massimiliano Torromeo
Date: Friday, May 29, 2015 @ 10:33:13
  Author: mtorromeo
Revision: 134304

upgpkg: hhvm 3.7.1-1

Updated to version 3.7.1

Modified:
  hhvm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 03:24:25 UTC (rev 134303)
+++ PKGBUILD2015-05-29 08:33:13 UTC (rev 134304)
@@ -3,16 +3,16 @@
 # Contributor: James Miller 
 
 pkgname=hhvm
-pkgver=3.7.0
-pkgrel=4
+pkgver=3.7.1
+pkgrel=1
 
-_thirdparty_commit=7f549260cbac2f6575d787948d668f20261c3d75
+_thirdparty_commit=a7d0e6834ac6280b15ba2777f7d9c621bc8446cb
 _folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
 _thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902
 _proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7
 _webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4
 _mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5
-_squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10
+_squangle_commit=a608c72296a0cb954de4bc2c22939fb24f482daa
 
 pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
 arch=('x86_64')
@@ -25,13 +25,13 @@
 makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
  'ragel' 'libmariadbclient' 'unixodbc')
 source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz";
-
"hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz";
-
"folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz";
-
"thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz";
-
"proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz";
-
"webscalesql-$_webscalesql_commit.tar.gz::https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit.tar.gz";
-
"mcrouter-$_mcrouter_commit.tar.gz::https://github.com/facebook/mcrouter/archive/$_mcrouter_commit.tar.gz";
-
"squangle-$_squangle_commit.tar.gz::https://github.com/facebook/squangle/archive/$_squangle_commit.tar.gz";
+
"https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz";
+
"https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz";
+
"https://github.com/facebook/fbthrift/archive/$_thrift_commit/thrift-$_thrift_commit.tar.gz";
+
"https://github.com/facebook/proxygen/archive/$_proxygen_commit/proxygen-$_proxygen_commit.tar.gz";
+
"https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit/webscalesql-$_webscalesql_commit.tar.gz";
+
"https://github.com/facebook/mcrouter/archive/$_mcrouter_commit/mcrouter-$_mcrouter_commit.tar.gz";
+
"https://github.com/facebook/squangle/archive/$_squangle_commit/squangle-$_squangle_commit.tar.gz";
 'hhvm.tmpfile'
 'hhvm.service'
 'hhvm@.service'
@@ -126,14 +126,14 @@
 install -Dm644 server.ini "$pkgdir"/etc/hhvm/server.ini
 }
 
-sha256sums=('9892e9d1d1ada96858aa43f680a9130611cad5efaf683e031ab491e036ff091e'
-'1072efd662852ca53f60eec12590bfbefe997f7830f532d340e0f48acebc8dd7'
+sha256sums=('29e678e4a820fa93e6829c8d75a9ee1e9bec8fc026a726d6df5603b908250abe'
+'1e7e62392d313e7dd0dad85c729d195a486470c766881296685f9574e08a9926'
 '07a9b48818b0695354baf364a26a5d85a29020b61739dd2e1a281509a9f7ff8e'
 '8124fce00a89a10ce76e8a54dfe398cfe35347283c7088eeb3de9528371db798'
 'db3f1252dc9a63a512d7be04c8800ab7b6fcee1162ba6865471b39e94b3c76ed'
 '8856043cf6939801638378c27817e1cba27f0faa4e5961b7487e195a8090dde8'
 'd9a7a745db79796b2f9f10f9a533459085f29289ea9ed80df12cb4ca451607e6'
-'c7ad48ff41343d1b0354c8afb6778d7c4bcfcb3d6f7264afcbcabfcfb75c47b8'
+'e496de037ce604c4661faec6279791cb307d051dc6fcfdf690001249f636174c'
 'c356010a6d6b976f387bb205a75ea07d5f40593a8010483f2ed0f66f112331bc'
 '8b50d1ef9f5f726e6d8d469a8c84d85ad63f8b507b97d258b4d751a0e3e221df'
 '59c640602929dac0aa34d06c668ed69361eb4b7b47a77f9aa0badb4d0b61571c'


[arch-commits] Commit in hhvm/repos/community-x86_64 (14 files)

2015-05-29 Thread Massimiliano Torromeo
Date: Friday, May 29, 2015 @ 10:33:45
  Author: mtorromeo
Revision: 134305

archrelease: copy trunk to community-x86_64

Added:
  hhvm/repos/community-x86_64/PKGBUILD
(from rev 134304, hhvm/trunk/PKGBUILD)
  hhvm/repos/community-x86_64/hhvm.install
(from rev 134304, hhvm/trunk/hhvm.install)
  hhvm/repos/community-x86_64/hhvm.service
(from rev 134304, hhvm/trunk/hhvm.service)
  hhvm/repos/community-x86_64/hhvm.tmpfile
(from rev 134304, hhvm/trunk/hhvm.tmpfile)
  hhvm/repos/community-x86_64/hhvm@.service
(from rev 134304, hhvm/trunk/hhvm@.service)
  hhvm/repos/community-x86_64/php.ini
(from rev 134304, hhvm/trunk/php.ini)
  hhvm/repos/community-x86_64/server.ini
(from rev 134304, hhvm/trunk/server.ini)
Deleted:
  hhvm/repos/community-x86_64/PKGBUILD
  hhvm/repos/community-x86_64/hhvm.install
  hhvm/repos/community-x86_64/hhvm.service
  hhvm/repos/community-x86_64/hhvm.tmpfile
  hhvm/repos/community-x86_64/hhvm@.service
  hhvm/repos/community-x86_64/php.ini
  hhvm/repos/community-x86_64/server.ini

---+
 PKGBUILD  |  284 
 hhvm.install  |   18 +--
 hhvm.service  |   30 ++---
 hhvm.tmpfile  |4 
 hhvm@.service |   30 ++---
 php.ini   |   20 +--
 server.ini|   12 +-
 7 files changed, 199 insertions(+), 199 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 08:33:13 UTC (rev 134304)
+++ PKGBUILD2015-05-29 08:33:45 UTC (rev 134305)
@@ -1,142 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-# Contributor: James Miller 
-
-pkgname=hhvm
-pkgver=3.7.0
-pkgrel=4
-
-_thirdparty_commit=7f549260cbac2f6575d787948d668f20261c3d75
-_folly_commit=7c9f26357a1a2852ea11b051e1e0402dcfbce861
-_thrift_commit=385419f71e40a77df1fcfe6d1a9349d99d200902
-_proxygen_commit=72622b8af97bd56a0dd271b10be18864653a8bb7
-_webscalesql_commit=19c1a57078cdec7d238037258345151e871caef4
-_mcrouter_commit=55dece4d60de21d68e7651bd6083c403f9edf0f5
-_squangle_commit=269cd2e30a88b16b1cdf12f1eec5a1c16cb8be10
-
-pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
-arch=('x86_64')
-url="http://hhvm.com";
-license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
- 'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 
'libvpx'
- 'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
- 'gperf' 'c-client')
-makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
- 'ragel' 'libmariadbclient' 'unixodbc')
-source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz";
-
"hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz";
-
"folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz";
-
"thrift-$_thrift_commit.tar.gz::https://github.com/facebook/fbthrift/archive/$_thrift_commit.tar.gz";
-
"proxygen-$_proxygen_commit.tar.gz::https://github.com/facebook/proxygen/archive/$_proxygen_commit.tar.gz";
-
"webscalesql-$_webscalesql_commit.tar.gz::https://github.com/webscalesql/webscalesql-5.6/archive/$_webscalesql_commit.tar.gz";
-
"mcrouter-$_mcrouter_commit.tar.gz::https://github.com/facebook/mcrouter/archive/$_mcrouter_commit.tar.gz";
-
"squangle-$_squangle_commit.tar.gz::https://github.com/facebook/squangle/archive/$_squangle_commit.tar.gz";
-'hhvm.tmpfile'
-'hhvm.service'
-'hhvm@.service'
-'php.ini'
-'server.ini'
-
'libvpx14.patch::https://patch-diff.githubusercontent.com/raw/facebook/hhvm/pull/5191.diff')
-install=hhvm.install
-backup=(etc/hhvm/{php,server}.ini)
-options+=('!buildflags')
-
-prepare() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-
-patch -p1 -i "$srcdir"/libvpx14.patch
-
-# Fix sendmail path
-sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
-hphp/runtime/base/runtime-option.cpp
-
-rm -rf third-party
-ln -s "$srcdir"/hhvm-third-party-$_thirdparty_commit third-party
-
-cd third-party/folly
-rm -rf src
-ln -s "$srcdir"/folly-$_folly_commit src
-
-cd ../thrift
-rm -rf src
-ln -s "$srcdir"/fbthrift-$_thrift_commit src
-
-cd ../proxygen
-rm -rf src
-ln -s "$srcdir"/proxygen-$_proxygen_commit src
-
-cd ../mcrouter
-rm -rf src
-ln -s "$srcdir"/mcrouter-$_mcrouter_commit src
-
-cd ../squangle
-rm -rf src squangle
-ln -s "$srcdir"/squangle-$_squangle_commit src
-ln -s src/squangle
-
-cd ../webscalesqlclient
-rm -rf src webscalesql-5.6
-ln -s "$srcdir"/webscalesql-5.6-$_webscalesql_commit webscalesql-5.6
-ln -s "$srcdir"/webscalesql-5.6-$_webscalesql_commit src
-}
-
-build() {
-cd "$srcdir"/$pkgname-HHVM-$pkgver
-msg2 "Building hhvm"
-
-cmake -Wno-dev \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_

[arch-commits] Commit in zenity/repos/extra-i686 (PKGBUILD PKGBUILD)

2015-05-29 Thread Jan de Groot
Date: Friday, May 29, 2015 @ 12:33:05
  Author: jgc
Revision: 239876

archrelease: copy trunk to extra-i686

Added:
  zenity/repos/extra-i686/PKGBUILD
(from rev 239875, zenity/trunk/PKGBUILD)
Deleted:
  zenity/repos/extra-i686/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 10:32:40 UTC (rev 239875)
+++ PKGBUILD2015-05-29 10:33:05 UTC (rev 239876)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.16.2
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4d38d969a976e5ad79209fbea6dce9222f4478098199a2c52c3e46b1393ea844')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-i686/PKGBUILD (from rev 239875, 
zenity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 10:33:05 UTC (rev 239876)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.16.2
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4d38d969a976e5ad79209fbea6dce9222f4478098199a2c52c3e46b1393ea844')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2015-05-29 Thread Jan de Groot
Date: Friday, May 29, 2015 @ 12:32:40
  Author: jgc
Revision: 239875

Remove makedepends, replace with correct ones (FS#45082)

Modified:
  zenity/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 08:25:20 UTC (rev 239874)
+++ PKGBUILD2015-05-29 10:32:40 UTC (rev 239875)
@@ -8,7 +8,7 @@
 arch=(i686 x86_64)
 license=(LGPL)
 depends=(gtk3 libnotify)
-makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
+makedepends=(itstool yelp-tools gettext)
 url="http://www.gnome.org";
 
source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
 sha256sums=('4d38d969a976e5ad79209fbea6dce9222f4478098199a2c52c3e46b1393ea844')


[arch-commits] Commit in zenity/repos/extra-x86_64 (PKGBUILD PKGBUILD)

2015-05-29 Thread Jan de Groot
Date: Friday, May 29, 2015 @ 12:33:16
  Author: jgc
Revision: 239877

archrelease: copy trunk to extra-x86_64

Added:
  zenity/repos/extra-x86_64/PKGBUILD
(from rev 239876, zenity/trunk/PKGBUILD)
Deleted:
  zenity/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 10:33:05 UTC (rev 239876)
+++ PKGBUILD2015-05-29 10:33:16 UTC (rev 239877)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=zenity
-pkgver=3.16.2
-pkgrel=1
-pkgdesc="Display graphical dialog boxes from shell scripts"
-arch=(i686 x86_64)
-license=(LGPL)
-depends=(gtk3 libnotify)
-makedepends=(intltool gtk-doc itstool docbook-xsl yelp-tools)
-url="http://www.gnome.org";
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
-sha256sums=('4d38d969a976e5ad79209fbea6dce9222f4478098199a2c52c3e46b1393ea844')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc \
-  --localstatedir=/var
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: zenity/repos/extra-x86_64/PKGBUILD (from rev 239876, 
zenity/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 10:33:16 UTC (rev 239877)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=zenity
+pkgver=3.16.2
+pkgrel=1
+pkgdesc="Display graphical dialog boxes from shell scripts"
+arch=(i686 x86_64)
+license=(LGPL)
+depends=(gtk3 libnotify)
+makedepends=(itstool yelp-tools gettext)
+url="http://www.gnome.org";
+source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
+sha256sums=('4d38d969a976e5ad79209fbea6dce9222f4478098199a2c52c3e46b1393ea844')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc \
+  --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}


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

2015-05-29 Thread Antonio Rojas
Date: Friday, May 29, 2015 @ 13:17:16
  Author: arojas
Revision: 134306

Update to 0.1.8

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 08:33:45 UTC (rev 134305)
+++ PKGBUILD2015-05-29 11:17:16 UTC (rev 134306)
@@ -6,8 +6,8 @@
 pkgbase=python-sphinx_rtd_theme
 pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
 _pyname=sphinx_rtd_theme
-pkgver=0.1.6
-pkgrel=3
+pkgver=0.1.8
+pkgrel=1
 arch=(any)
 pkgdesc="Python Sphinx Read The Docs Theme"
 url='https://github.com/snide/sphinx_rtd_theme'
@@ -14,7 +14,7 @@
 license=(MIT)
 makedepends=(python-setuptools python2-setuptools)
 
source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
-md5sums=('8df56a300c8c69f17e1ffbee194b2a26')
+md5sums=('713ce7c53239449bdd799385577329ee')
 
 build() {
   cp -r $_pyname-$pkgver $_pyname-$pkgver-py2


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

2015-05-29 Thread Antonio Rojas
Date: Friday, May 29, 2015 @ 13:18:34
  Author: arojas
Revision: 134307

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 11:17:16 UTC (rev 134306)
+++ PKGBUILD2015-05-29 11:18:34 UTC (rev 134307)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: eolianoe 
-# Contributor: Romain Schmitz 
-
-pkgbase=python-sphinx_rtd_theme
-pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
-_pyname=sphinx_rtd_theme
-pkgver=0.1.6
-pkgrel=3
-arch=(any)
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/snide/sphinx_rtd_theme'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools)
-source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
-md5sums=('8df56a300c8c69f17e1ffbee194b2a26')
-
-build() {
-  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
-  
-  cd $_pyname-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$_pyname-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
-  cd $_pyname-${pkgver}-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 134306, 
python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 11:18:34 UTC (rev 134307)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer:
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=(python-sphinx_rtd_theme python2-sphinx_rtd_theme)
+_pyname=sphinx_rtd_theme
+pkgver=0.1.8
+pkgrel=1
+arch=(any)
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/snide/sphinx_rtd_theme'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools)
+source=("https://pypi.python.org/packages/source/s/${_pyname}/${_pyname}-${pkgver}.tar.gz";)
+md5sums=('713ce7c53239449bdd799385577329ee')
+
+build() {
+  cp -r $_pyname-$pkgver $_pyname-$pkgver-py2
+  
+  cd $_pyname-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/$_pyname-$pkgver-py2
+  python2 setup.py build
+}
+
+package_python-sphinx_rtd_theme() {
+  cd $_pyname-${pkgver}
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sphinx_rtd_theme() {
+  cd $_pyname-${pkgver}-py2 
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+


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

2015-05-29 Thread Antonio Rojas
Date: Friday, May 29, 2015 @ 14:06:04
  Author: arojas
Revision: 239878

Update to 1.6.2

Modified:
  jsoncpp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 10:33:16 UTC (rev 239877)
+++ PKGBUILD2015-05-29 12:06:04 UTC (rev 239878)
@@ -4,7 +4,7 @@
 # COntributor: Drake Arconis 
 
 pkgname=jsoncpp
-pkgver=1.4.4
+pkgver=1.6.2
 pkgrel=1
 pkgdesc='A C++ library for interacting with JSON'
 url='https://github.com/open-source-parsers/jsoncpp'
@@ -13,7 +13,7 @@
 depends=('gcc-libs')
 makedepends=('cmake')
 
source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz";)
-md5sums=('741b97e374bfd357b30cfcfe232d1914')
+md5sums=('5a62da8b5c5b0e46a0e782e7363aee3d')
 
 prepare() {
   mkdir build


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

2015-05-29 Thread Antonio Rojas
Date: Friday, May 29, 2015 @ 14:06:45
  Author: arojas
Revision: 239879

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

Added:
  jsoncpp/repos/testing-i686/
  jsoncpp/repos/testing-i686/PKGBUILD
(from rev 239878, jsoncpp/trunk/PKGBUILD)
  jsoncpp/repos/testing-x86_64/
  jsoncpp/repos/testing-x86_64/PKGBUILD
(from rev 239878, jsoncpp/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   39 +++
 testing-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: jsoncpp/repos/testing-i686/PKGBUILD (from rev 239878, 
jsoncpp/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-29 12:06:45 UTC (rev 239879)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz";)
+md5sums=('5a62da8b5c5b0e46a0e782e7363aee3d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DJSONCPP_LIB_BUILD_SHARED=ON \
+-DJSONCPP_WITH_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+

Copied: jsoncpp/repos/testing-x86_64/PKGBUILD (from rev 239878, 
jsoncpp/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-29 12:06:45 UTC (rev 239879)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Andrea Scarpino 
+# Contributor: Jonahtan Schaeffer 
+# COntributor: Drake Arconis 
+
+pkgname=jsoncpp
+pkgver=1.6.2
+pkgrel=1
+pkgdesc='A C++ library for interacting with JSON'
+url='https://github.com/open-source-parsers/jsoncpp'
+license=('MIT' 'custom:Public_Domain')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+makedepends=('cmake')
+source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/open-source-parsers/${pkgname}/archive/${pkgver}.tar.gz";)
+md5sums=('5a62da8b5c5b0e46a0e782e7363aee3d')
+
+prepare() {
+  mkdir build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DJSONCPP_LIB_BUILD_SHARED=ON \
+-DJSONCPP_WITH_TESTS=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm644 "${srcdir}"/${pkgname}-${pkgver}/LICENSE \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+}
+


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

2015-05-29 Thread Jelle van der Waa
Date: Friday, May 29, 2015 @ 14:44:59
  Author: jelle
Revision: 134308

upgpkg: calibre 2.29.0-1

Modified:
  calibre/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 11:18:34 UTC (rev 134307)
+++ PKGBUILD2015-05-29 12:44:59 UTC (rev 134308)
@@ -7,7 +7,7 @@
 # Contributor: Larry Hajali 
 
 pkgname=calibre
-pkgver=2.28.0
+pkgver=2.29.0
 pkgrel=1
 pkgdesc="Ebook management application"
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 )
 install=calibre.install
 source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";)
-md5sums=('1837c57d4c115049c3749e03ca3378ba')
+md5sums=('b5fa328864cd4d91f827889856a1352b')
 
 prepare(){
   cd "${srcdir}/${pkgname}-${pkgver}"


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

2015-05-29 Thread Jelle van der Waa
Date: Friday, May 29, 2015 @ 14:45:12
  Author: jelle
Revision: 134309

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

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

--+
 /PKGBUILD|  176 +
 /calibre.install |   24 +
 community-i686/PKGBUILD  |   88 --
 community-i686/calibre.install   |   12 --
 community-x86_64/PKGBUILD|   88 --
 community-x86_64/calibre.install |   12 --
 6 files changed, 200 insertions(+), 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-29 12:44:59 UTC (rev 134308)
+++ community-i686/PKGBUILD 2015-05-29 12:45:12 UTC (rev 134309)
@@ -1,88 +0,0 @@
-# $Id$
-# Maintainer: Jelle van der Waa 
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora 
-# Contributor: Petrov Roman 
-# Contributor: Andrea Fagiani 
-# Contributor: Larry Hajali 
-
-pkgname=calibre
-pkgver=2.28.0
-pkgrel=1
-pkgdesc="Ebook management application"
-arch=('i686' 'x86_64')
-url="http://calibre-ebook.com/";
-license=('GPL3')
-depends=('python2-six' 'python2-dateutil' 'python2-cssutils' 'python2-cherrypy'
- 'python2-mechanize' 'podofo' 'libwmf'
- 'imagemagick' 'chmlib' 'python2-lxml' 'libusbx'
- 'python2-pillow' 'shared-mime-info' 'python2-dnspython'
- 'python2-pyqt5' 'python2-psutil' 'icu' 'libmtp' 'python2-dbus'
- 'python2-netifaces' 'python2-cssselect' 'python2-apsw' 'qt5-webkit'
- 'qt5-svg' 'python2-chardet' 'python2-html5lib' 'python2-pygments' 
'mtdev')
-makedepends=('python2-pycountry' 'qt5-x11extras' )
-optdepends=('ipython2: to use calibre-debug'
-'udisks: required for mounting certain devices'
-)
-install=calibre.install
-source=("http://download.calibre-ebook.com/${pkgver}/calibre-${pkgver}.tar.xz";)
-md5sums=('1837c57d4c115049c3749e03ca3378ba')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # Remove unneeded files and libs
-  rm -rf resources/${pkgname}-portable.* \
- src/cherrypy \
- src/html5lib \
- src/chardet
-
-  sed -i "s/shlex.split(ldflags)/& + ['-fPIC']/" setup/extensions.py
-
-  # Use python2
-  sed -i 's:\(env[ ]\+python$\|/usr/bin/python$\):\12:g' $(find . -regex 
".*\.py\|.*\.recipe")
-
-  # Desktop integration (e.g. enforce arch defaults)
-  sed -e "/self.create_uninstaller()/,/os.rmdir(config_dir)/d" \
-  -e "/\(cc('xdg-icon-resource\|self.icon_resources.append\|'128'))\)/d" \
-  -e "/render_img/ s/\('calibre-.*\.png'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrf.png'/i \
-\dir = os.path.join(self.opts.staging_sharedir,'../pixmaps')\n\
-\os.mkdir(dir)" \
-  -e "/f = open/ s/\('calibre-.*\.desktop'\)/os.path.join(dir, \1)/g" \
-  -e "/dir, 'calibre-lrfviewer.desktop'/i \
-\dir = 
os.path.join(self.opts.staging_sharedir,'../applications')\n\
-\os.mkdir(dir)" \
-  -e "s/'ctc-posml'/'text' not in mt and 'pdf' not in mt and 'xhtml'/" \
-  -e "s/^Name=calibre/Name=Calibre/g" \
-  -i  src/calibre/linux.py
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  LANG='en_US.UTF-8' python2 setup.py build
-  # LANG='en_US.UTF-8' python2 setup.py resources
-
-  # Don't build translations since building them is broken badly
-  #LANG='en_US.UTF-8' python2 setup.py translations
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  # Fix the environment module location
-  sed -i -e "s|(prefix=.*)|(prefix='$pkgdir/usr')|g" setup/install.py
-
-  install -d "${pkgdir}/usr/lib/python2.7/site-packages" \
- "${pkgdir}/usr/share/zsh/site-functions"
-
-  LANG='en_US.UTF-8' python2 setup.py install --root="${pkgdir}" --prefix=/usr 
\
---staging-bindir="${pkgdir}/usr/bin" \
---staging-libdir="${pkgdir}/usr/lib" \
---staging-sharedir="${pkgdir}/usr/share"
-
-  # Compiling bytecode FS#33392
-  python2 -m compileall "${pkgdir}/usr/lib/calibre/"
-  python2 -O -m compileall "${pkgdir}/usr/lib/calibre/"
-}

Copied: calibre/repos/community-i686/PKGBUILD (from rev 134308, 
calibre/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-29 12:45:12 UTC (rev 1

[arch-commits] Commit in synergy/trunk (PKGBUILD unfuck-cryptopp-thanks-gentoo.patch)

2015-05-29 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 18:19:00
  Author: anthraxx
Revision: 134310

upgpkg synergy 1.7.3-1

Modified:
  synergy/trunk/PKGBUILD
Deleted:
  synergy/trunk/unfuck-cryptopp-thanks-gentoo.patch

-+
 PKGBUILD|   45 +-
 unfuck-cryptopp-thanks-gentoo.patch |  109 --
 2 files changed, 30 insertions(+), 124 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 12:45:12 UTC (rev 134309)
+++ PKGBUILD2015-05-29 16:19:00 UTC (rev 134310)
@@ -1,4 +1,5 @@
 # Maintainer: Sven-Hendrik Haase 
+# Maintainer: Levente Polyak 
 # Contributor: Jelle van der Waa 
 # Contributor: Stéphane Gaudreault 
 # Contributor: Dale Blount 
@@ -10,19 +11,22 @@
 # installed version of that library. They change around paths every
 # update and just generally don't seem to care much.
 pkgname=synergy
-pkgver=1.7.2
+pkgver=1.7.3
 pkgrel=1
 pkgdesc="Share a single mouse and keyboard between multiple computers"
 url="http://synergy-foss.org";
 arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
-optdepends=('qt5-base: gui support')
+depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi' 'curl')
+makedepends=('libxt' 'cmake' 'qt5-base' 'unzip')
+optdepends=(
+  'qt5-base: gui support'
+  'openssl: encryption support'
+)
 license=('GPL2')
 
source=("synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz";
 "synergys_at.socket"
 "synergys_at.service")
-sha1sums=('a2fad5d72cf81a634f0b856ce701ca352ec6d9a8'
+sha1sums=('8b29b172ef6d025f3cdf8fb434eb0e23b6ed896f'
   '7ec33221725fc496b807e0f435c5e87b590beb5d'
   '65ab58cc3546d6374a05a6a260f15045632e43ce')
 
@@ -37,9 +41,8 @@
 build() {
   cd "${srcdir}/synergy-${pkgver}-stable"
 
-  #cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS="${CXXFLAGS} -pthread" .
   cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make -j1
+  make
 
   cd src/gui
   qmake
@@ -46,14 +49,21 @@
   make
 }
 
+check() {
+  cd "${srcdir}/synergy-${pkgver}-stable/bin"
+  ./unittests
+}
+
 package() {
   cd "${srcdir}/synergy-${pkgver}-stable"
 
   # install binary
-  install -Dm755 bin/synergy "$pkgdir/usr/bin/synergy"
-  install -Dm755 bin/synergyc "$pkgdir/usr/bin/synergyc"
-  install -Dm755 bin/synergys "$pkgdir/usr/bin/synergys"
-  install -Dm755 bin/syntool "$pkgdir/usr/bin/syntool"
+  install -Dm755 bin/synergy "${pkgdir}/usr/bin/synergy"
+  install -Dm755 bin/synergyc "${pkgdir}/usr/bin/synergyc"
+  install -Dm755 bin/synergyd "${pkgdir}/usr/bin/synergyd"
+  install -Dm755 bin/synergys "${pkgdir}/usr/bin/synergys"
+  install -Dm755 bin/syntool "${pkgdir}/usr/bin/syntool"
+  install -Dm755 bin/usynergy "${pkgdir}/usr/bin/usynergy"
 
   # install config
   install -Dm644 "doc/${pkgname}.conf.example" 
"${pkgdir}/etc/${pkgname}.conf.example" 
@@ -63,12 +73,17 @@
   # install manfiles
   install -Dm644 "doc/${pkgname}c.man" 
"${pkgdir}/usr/share/man/man1/${pkgname}c.1"
   install -Dm644 "doc/${pkgname}s.man" 
"${pkgdir}/usr/share/man/man1/${pkgname}s.1"
+  
+  # plugin
+  install -Dm644 bin/plugins/libns.so "${pkgdir}/usr/lib/${pkgname}/libns.so"
 
   # install systemd service and socket
-  install -Dm644 "$srcdir/synergys_at.service" 
"$pkgdir/usr/lib/systemd/system/synergys@.service"
-  install -Dm644 "$srcdir/synergys_at.socket" 
"$pkgdir/usr/lib/systemd/system/synergys@.socket"
+  install -Dm644 "${srcdir}/synergys_at.service" 
"${pkgdir}/usr/lib/systemd/system/synergys@.service"
+  install -Dm644 "${srcdir}/synergys_at.socket" 
"${pkgdir}/usr/lib/systemd/system/synergys@.socket"
 
   # install desktop/icon stuff
-  install -Dm644 "res/synergy.ico" "$pkgdir/usr/share/icons/synergy.ico"
-  install -Dm644 "res/synergy.desktop" 
"$pkgdir/usr/share/applications/synergy.desktop"
+  install -Dm644 "res/synergy.ico" "${pkgdir}/usr/share/icons/synergy.ico"
+  install -Dm644 "res/synergy.desktop" 
"${pkgdir}/usr/share/applications/synergy.desktop"
 }
+
+# vim:set ts=2 sw=2 et:

Deleted: unfuck-cryptopp-thanks-gentoo.patch
===
--- unfuck-cryptopp-thanks-gentoo.patch 2015-05-29 12:45:12 UTC (rev 134309)
+++ unfuck-cryptopp-thanks-gentoo.patch 2015-05-29 16:19:00 UTC (rev 134310)
@@ -1,109 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -133,6 +133,10 @@
-   check_type_size(long SIZEOF_LONG)
-   check_type_size(short SIZEOF_SHORT)
- 
-+  set(CMAKE_REQUIRED_LIBRARIES crypto++)
-+  set(CMAKE_REQUIRED_LIBRARIES)
-+  set(CMAKE_INCLUDE_DIRECTORIES)
-+
-   # pthread is used on both Linux and Mac
-   check_library_exists("pthread" pthread_create "" HAVE_PTHREAD)
-   if (HAVE_PTHREAD)
-diff -ru synergy-1.4.17-Source/ext/CMakeLists.txt lol/ext/CMakeLists.txt
 synergy-1.4.

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

2015-05-29 Thread Levente Polyak
Date: Friday, May 29, 2015 @ 18:19:47
  Author: anthraxx
Revision: 134311

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

Added:
  synergy/repos/community-i686/PKGBUILD
(from rev 134310, synergy/trunk/PKGBUILD)
  synergy/repos/community-i686/synergys_at.service
(from rev 134310, synergy/trunk/synergys_at.service)
  synergy/repos/community-i686/synergys_at.socket
(from rev 134310, synergy/trunk/synergys_at.socket)
  synergy/repos/community-x86_64/PKGBUILD
(from rev 134310, synergy/trunk/PKGBUILD)
  synergy/repos/community-x86_64/synergys_at.service
(from rev 134310, synergy/trunk/synergys_at.service)
  synergy/repos/community-x86_64/synergys_at.socket
(from rev 134310, synergy/trunk/synergys_at.socket)
Deleted:
  synergy/repos/community-i686/PKGBUILD
  synergy/repos/community-i686/synergys_at.service
  synergy/repos/community-i686/synergys_at.socket
  synergy/repos/community-i686/unfuck-cryptopp-thanks-gentoo.patch
  synergy/repos/community-x86_64/PKGBUILD
  synergy/repos/community-x86_64/synergys_at.service
  synergy/repos/community-x86_64/synergys_at.socket
  synergy/repos/community-x86_64/unfuck-cryptopp-thanks-gentoo.patch

--+
 /PKGBUILD|  178 +
 /synergys_at.service |   22 ++
 /synergys_at.socket  |   18 +
 community-i686/PKGBUILD  |   74 ---
 community-i686/synergys_at.service   |   11 -
 community-i686/synergys_at.socket|9 
 community-i686/unfuck-cryptopp-thanks-gentoo.patch   |  109 --
 community-x86_64/PKGBUILD|   74 ---
 community-x86_64/synergys_at.service |   11 -
 community-x86_64/synergys_at.socket  |9 
 community-x86_64/unfuck-cryptopp-thanks-gentoo.patch |  109 --
 11 files changed, 218 insertions(+), 406 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-29 16:19:00 UTC (rev 134310)
+++ community-i686/PKGBUILD 2015-05-29 16:19:47 UTC (rev 134311)
@@ -1,74 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Jelle van der Waa 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Dale Blount 
-# Contributor: Michael Düll 
-
-# I would just like to take a minute here and state that synergy is
-# some of the worst packaged software ever. They BUNDLE a fucking
-# zip for cryptopp and do not provide an option to use a system-
-# installed version of that library. They change around paths every
-# update and just generally don't seem to care much.
-pkgname=synergy
-pkgver=1.7.2
-pkgrel=1
-pkgdesc="Share a single mouse and keyboard between multiple computers"
-url="http://synergy-foss.org";
-arch=('i686' 'x86_64')
-depends=('gcc-libs' 'libxtst' 'libxinerama' 'libxkbcommon-x11' 'avahi')
-makedepends=('libxt' 'cmake' 'qt5-base' 'unzip' 'subversion')
-optdepends=('qt5-base: gui support')
-license=('GPL2')
-source=("synergy-${pkgver}.tar.gz::https://github.com/synergy/synergy/archive/v${pkgver}-stable.tar.gz";
-"synergys_at.socket"
-"synergys_at.service")
-sha1sums=('a2fad5d72cf81a634f0b856ce701ca352ec6d9a8'
-  '7ec33221725fc496b807e0f435c5e87b590beb5d'
-  '65ab58cc3546d6374a05a6a260f15045632e43ce')
-
-prepare() {
-  cd "${srcdir}/synergy-${pkgver}-stable"
-
-  cd ext
-  unzip gmock-1.6.0.zip -d gmock-1.6.0
-  unzip gtest-1.6.0.zip -d gtest-1.6.0
-}
-
-build() {
-  cd "${srcdir}/synergy-${pkgver}-stable"
-
-  #cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS="${CXXFLAGS} -pthread" .
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make -j1
-
-  cd src/gui
-  qmake
-  make
-}
-
-package() {
-  cd "${srcdir}/synergy-${pkgver}-stable"
-
-  # install binary
-  install -Dm755 bin/synergy "$pkgdir/usr/bin/synergy"
-  install -Dm755 bin/synergyc "$pkgdir/usr/bin/synergyc"
-  install -Dm755 bin/synergys "$pkgdir/usr/bin/synergys"
-  install -Dm755 bin/syntool "$pkgdir/usr/bin/syntool"
-
-  # install config
-  install -Dm644 "doc/${pkgname}.conf.example" 
"${pkgdir}/etc/${pkgname}.conf.example" 
-  install -Dm644 "doc/${pkgname}.conf.example-advanced" 
"${pkgdir}/etc/${pkgname}.conf.example-advanced"
-  install -Dm644 "doc/${pkgname}.conf.example-basic" 
"${pkgdir}/etc/${pkgname}.conf.example-basic" 
-
-  # install manfiles
-  install -Dm644 "doc/${pkgname}c.man" 
"${pkgdir}/usr/share/man/man1/${pkgname}c.1"
-  install -Dm644 "doc/${pkgname}s.man" 
"${pkgdir}/usr/share/man/man1/${pkgname}s.1"
-
-  # install systemd service and socket
-  install -Dm644 "$srcdir/synergys_at.service" 
"$pkgdir/usr/lib/systemd/system/synergys@.service"
-  install -Dm644 "$srcdir/synergys_at.socket" 
"$pkgdir/usr/lib/systemd/system/synergys@.socket"
-
-  # install desktop/icon stuff
-  install -Dm644 "res/synergy.ico" "$pkgdi

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

2015-05-29 Thread Antonio Rojas
Date: Friday, May 29, 2015 @ 19:05:15
  Author: arojas
Revision: 239880

Depend on kde-cli-tools (FS#45132)

Modified:
  kde-gtk-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 12:06:45 UTC (rev 239879)
+++ PKGBUILD2015-05-29 17:05:15 UTC (rev 239880)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/kde-gtk-config'
 license=('LGPL')
-depends=('knewstuff' 'kcmutils')
+depends=('knewstuff' 'kde-cli-tools')
 makedepends=('extra-cmake-modules' 'gtk2' 'gtk3')
 optdepends=('gtk2: GTK2 apps support'
 'gtk3: GTK3 apps support')


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

2015-05-29 Thread Sergej Pupykin
Date: Friday, May 29, 2015 @ 19:36:41
  Author: spupykin
Revision: 134315

archrelease: copy trunk to community-any

Added:
  firefox-noscript/repos/community-any/PKGBUILD
(from rev 134314, firefox-noscript/trunk/PKGBUILD)
Deleted:
  firefox-noscript/repos/community-any/PKGBUILD

--+
 PKGBUILD |   50 +-
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 17:36:29 UTC (rev 134314)
+++ PKGBUILD2015-05-29 17:36:41 UTC (rev 134315)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=firefox-noscript
-pkgver=2.6.9.25
-pkgrel=1
-pkgdesc="Extension for firefox which disables script"
-arch=('any')
-url="http://noscript.net/";
-license=('GPL2')
-depends=()
-makedepends=('unzip')
-source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('46637818ac1dd73a7f54e0f0bebce2c8')
-
-package() {
-  depends=("firefox")
-
-  cd $srcdir
-  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
-  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
-  install -d $dstdir
-  cp -R * $dstdir
-  rm $dstdir/noscript-$pkgver.xpi
-}

Copied: firefox-noscript/repos/community-any/PKGBUILD (from rev 134314, 
firefox-noscript/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 17:36:41 UTC (rev 134315)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=firefox-noscript
+pkgver=2.6.9.26
+pkgrel=1
+pkgdesc="Extension for firefox which disables script"
+arch=('any')
+url="http://noscript.net/";
+license=('GPL2')
+depends=()
+makedepends=('unzip')
+source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
+md5sums=('4eefcea1536114304e34d4f578d29ac1')
+
+package() {
+  depends=("firefox")
+
+  cd $srcdir
+  local emid=$(sed -n -e '/<\?em:id>\?/!d; s/.*\([\"{].*[}\"]\).*/\1/; 
s/\"//g; p; q' install.rdf)
+  local dstdir=$pkgdir/usr/lib/firefox/browser/extensions/${emid}
+  install -d $dstdir
+  cp -R * $dstdir
+  rm $dstdir/noscript-$pkgver.xpi
+}


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

2015-05-29 Thread Sergej Pupykin
Date: Friday, May 29, 2015 @ 19:36:29
  Author: spupykin
Revision: 134314

upgpkg: firefox-noscript 2.6.9.26-1

upd

Modified:
  firefox-noscript/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 16:34:58 UTC (rev 134313)
+++ PKGBUILD2015-05-29 17:36:29 UTC (rev 134314)
@@ -2,7 +2,7 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=firefox-noscript
-pkgver=2.6.9.25
+pkgver=2.6.9.26
 pkgrel=1
 pkgdesc="Extension for firefox which disables script"
 arch=('any')
@@ -11,7 +11,7 @@
 depends=()
 makedepends=('unzip')
 source=(https://secure.informaction.com/download/releases/noscript-$pkgver.xpi)
-md5sums=('46637818ac1dd73a7f54e0f0bebce2c8')
+md5sums=('4eefcea1536114304e34d4f578d29ac1')
 
 package() {
   depends=("firefox")


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

2015-05-29 Thread Sergej Pupykin
Date: Friday, May 29, 2015 @ 19:36:44
  Author: spupykin
Revision: 134316

upgpkg: squid 3.5.5-1

upd

Modified:
  squid/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 17:36:41 UTC (rev 134315)
+++ PKGBUILD2015-05-29 17:36:44 UTC (rev 134316)
@@ -5,8 +5,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=squid
-pkgver=3.5.4
-pkgrel=2
+pkgver=3.5.5
+pkgrel=1
 pkgdesc='Full-featured Web proxy cache server'
 arch=('x86_64' 'i686')
 url='http://www.squid-cache.org'
@@ -28,7 +28,7 @@
 'squid.sysusers'
 'squid-rotate.service'
 'squid-rotate.timer')
-md5sums=('5b53d5bb47fa033b76857f7956d0c36b'
+md5sums=('9a323a97753143ddd935aed58a0193ae'
  '270977cdd9b47ef44c0c427ab9034777'
  'ceeb57c69ebb165676219222f109a24e'
  'd243da117c1aee03c0cc6052f023a380'


[arch-commits] Commit in squid/repos (32 files)

2015-05-29 Thread Sergej Pupykin
Date: Friday, May 29, 2015 @ 19:37:11
  Author: spupykin
Revision: 134317

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

Added:
  squid/repos/community-i686/PKGBUILD
(from rev 134316, squid/trunk/PKGBUILD)
  squid/repos/community-i686/squid-rotate.service
(from rev 134316, squid/trunk/squid-rotate.service)
  squid/repos/community-i686/squid-rotate.timer
(from rev 134316, squid/trunk/squid-rotate.timer)
  squid/repos/community-i686/squid.install
(from rev 134316, squid/trunk/squid.install)
  squid/repos/community-i686/squid.pam
(from rev 134316, squid/trunk/squid.pam)
  squid/repos/community-i686/squid.service
(from rev 134316, squid/trunk/squid.service)
  squid/repos/community-i686/squid.sysusers
(from rev 134316, squid/trunk/squid.sysusers)
  squid/repos/community-i686/squid.tmpfiles
(from rev 134316, squid/trunk/squid.tmpfiles)
  squid/repos/community-x86_64/PKGBUILD
(from rev 134316, squid/trunk/PKGBUILD)
  squid/repos/community-x86_64/squid-rotate.service
(from rev 134316, squid/trunk/squid-rotate.service)
  squid/repos/community-x86_64/squid-rotate.timer
(from rev 134316, squid/trunk/squid-rotate.timer)
  squid/repos/community-x86_64/squid.install
(from rev 134316, squid/trunk/squid.install)
  squid/repos/community-x86_64/squid.pam
(from rev 134316, squid/trunk/squid.pam)
  squid/repos/community-x86_64/squid.service
(from rev 134316, squid/trunk/squid.service)
  squid/repos/community-x86_64/squid.sysusers
(from rev 134316, squid/trunk/squid.sysusers)
  squid/repos/community-x86_64/squid.tmpfiles
(from rev 134316, squid/trunk/squid.tmpfiles)
Deleted:
  squid/repos/community-i686/PKGBUILD
  squid/repos/community-i686/squid-rotate.service
  squid/repos/community-i686/squid-rotate.timer
  squid/repos/community-i686/squid.install
  squid/repos/community-i686/squid.pam
  squid/repos/community-i686/squid.service
  squid/repos/community-i686/squid.sysusers
  squid/repos/community-i686/squid.tmpfiles
  squid/repos/community-x86_64/PKGBUILD
  squid/repos/community-x86_64/squid-rotate.service
  squid/repos/community-x86_64/squid-rotate.timer
  squid/repos/community-x86_64/squid.install
  squid/repos/community-x86_64/squid.pam
  squid/repos/community-x86_64/squid.service
  squid/repos/community-x86_64/squid.sysusers
  squid/repos/community-x86_64/squid.tmpfiles

---+
 /PKGBUILD |  214 
 /squid-rotate.service |   18 ++
 /squid-rotate.timer   |   14 ++
 /squid.install|   24 +++
 /squid.pam|8 +
 /squid.service|   26 +++
 /squid.sysusers   |2 
 /squid.tmpfiles   |2 
 community-i686/PKGBUILD   |  107 
 community-i686/squid-rotate.service   |9 -
 community-i686/squid-rotate.timer |7 -
 community-i686/squid.install  |   12 -
 community-i686/squid.pam  |4 
 community-i686/squid.service  |   13 -
 community-i686/squid.sysusers |1 
 community-i686/squid.tmpfiles |1 
 community-x86_64/PKGBUILD |  107 
 community-x86_64/squid-rotate.service |9 -
 community-x86_64/squid-rotate.timer   |7 -
 community-x86_64/squid.install|   12 -
 community-x86_64/squid.pam|4 
 community-x86_64/squid.service|   13 -
 community-x86_64/squid.sysusers   |1 
 community-x86_64/squid.tmpfiles   |1 
 24 files changed, 308 insertions(+), 308 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-29 17:36:44 UTC (rev 134316)
+++ community-i686/PKGBUILD 2015-05-29 17:37:11 UTC (rev 134317)
@@ -1,107 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Mark Coolen 
-# Contributor: Tom Newsom 
-# Contributor: Kevin Piche 
-
-pkgname=squid
-pkgver=3.5.4
-pkgrel=2
-pkgdesc='Full-featured Web proxy cache server'
-arch=('x86_64' 'i686')
-url='http://www.squid-cache.org'
-depends=('openssl' 'pam' 'perl' 'libltdl' 'libcap' 'nettle')
-makedepends=('libcap' 'krb5')
-optdepends=('gnutls: for squidclient')
-license=('GPL')
-options=('emptydirs')
-backup=('etc/squid/squid.conf'
-'etc/squid/mime.conf'
-'etc/squid/errorpage.css'
-'etc/squid/cachemgr.conf'
-'etc/squid/msntauth.conf')
-install=$pkgname.install
-source=("http://www.squid-cache.org/Versions/v3/3.5/$pkgname-$pkgver.tar.xz";
-'squid.pam'
-'squid.service'
-'squid.tmpfiles'
-'squid.sysusers'
-'squid-rotate.service'
-'squid-rotate.timer')
-md5sums=('5b53d5bb47fa033b76857f7956d0c36b'
- '270977cdd9b47ef44c0c427ab9034777'
- 'ceeb57c69ebb165676219222f109a24e'
- 'd243da117c1aee03c0cc6052f023a

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

2015-05-29 Thread Jan Steffens
Date: Friday, May 29, 2015 @ 22:12:00
  Author: heftig
Revision: 239881

1.24

Modified:
  gtk-doc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 17:05:15 UTC (rev 239880)
+++ PKGBUILD2015-05-29 20:12:00 UTC (rev 239881)
@@ -2,7 +2,7 @@
 # Maintainer: Jan de Groot 
 
 pkgname=gtk-doc
-pkgver=1.23
+pkgver=1.24
 pkgrel=1
 pkgdesc="Documentation tool for public library API"
 arch=('any')
@@ -13,7 +13,7 @@
 'dblatex: PDF support')
 url="http://www.gtk.org/gtk-doc/";
 
source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0b5c23711166c10ff5c74603db80ac26c2b9a382ce778b0e795db821d50718c4')
+sha256sums=('b420759ea05c760301bada14e428f1b321f5312f44e10a176d6804822dabb58b')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"


[arch-commits] Commit in gtk-doc/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-29 Thread Jan Steffens
Date: Friday, May 29, 2015 @ 22:15:29
  Author: heftig
Revision: 239882

archrelease: copy trunk to extra-any

Added:
  gtk-doc/repos/extra-any/PKGBUILD
(from rev 239881, gtk-doc/trunk/PKGBUILD)
Deleted:
  gtk-doc/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-29 20:12:00 UTC (rev 239881)
+++ PKGBUILD2015-05-29 20:15:29 UTC (rev 239882)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-
-pkgname=gtk-doc
-pkgver=1.23
-pkgrel=1
-pkgdesc="Documentation tool for public library API"
-arch=('any')
-license=('GPL' 'FDL')
-depends=('docbook-xsl' 'yelp-tools' 'perl' 'source-highlight')
-makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
-optdepends=('jade: SGML support'
-'dblatex: PDF support')
-url="http://www.gtk.org/gtk-doc/";
-source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('0b5c23711166c10ff5c74603db80ac26c2b9a382ce778b0e795db821d50718c4')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  export PYTHON=/usr/bin/python2
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: gtk-doc/repos/extra-any/PKGBUILD (from rev 239881, 
gtk-doc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-29 20:15:29 UTC (rev 239882)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jan de Groot 
+
+pkgname=gtk-doc
+pkgver=1.24
+pkgrel=1
+pkgdesc="Documentation tool for public library API"
+arch=('any')
+license=('GPL' 'FDL')
+depends=('docbook-xsl' 'yelp-tools' 'perl' 'source-highlight')
+makedepends=('pkgconfig' 'jade' 'itstool' 'dblatex')
+optdepends=('jade: SGML support'
+'dblatex: PDF support')
+url="http://www.gtk.org/gtk-doc/";
+source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('b420759ea05c760301bada14e428f1b321f5312f44e10a176d6804822dabb58b')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export PYTHON=/usr/bin/python2
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2015-05-29 Thread Andreas Radke
Date: Friday, May 29, 2015 @ 22:20:27
  Author: andyrtr
Revision: 239884

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

Added:
  x2goclient/repos/testing-i686/
  x2goclient/repos/testing-i686/PKGBUILD
(from rev 239883, x2goclient/trunk/PKGBUILD)
  x2goclient/repos/testing-i686/x2goclient.install
(from rev 239883, x2goclient/trunk/x2goclient.install)
  x2goclient/repos/testing-x86_64/
  x2goclient/repos/testing-x86_64/PKGBUILD
(from rev 239883, x2goclient/trunk/PKGBUILD)
  x2goclient/repos/testing-x86_64/x2goclient.install
(from rev 239883, x2goclient/trunk/x2goclient.install)

---+
 testing-i686/PKGBUILD |   70 
 testing-i686/x2goclient.install   |   11 +
 testing-x86_64/PKGBUILD   |   70 
 testing-x86_64/x2goclient.install |   11 +
 4 files changed, 162 insertions(+)

Copied: x2goclient/repos/testing-i686/PKGBUILD (from rev 239883, 
x2goclient/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-29 20:20:27 UTC (rev 239884)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.0.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.x2go.org";
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b7251657'
+  'SKIP')
+validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

+  '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "s:-o root -g root ::" Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+# make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ 
/);for(i in A)print A[i]}' | grep ^install
+# return 1
+
+  make PREFIX=/usr
+  make PREFIX=/usr build_man # target broken and making the build hang
+
+#  make PREFIX=/usr build_pluginprovider
+#  make PREFIX=/usr build_client 
+#  make PREFIX=/usr build_plugin
+}
+
+package_x2goclient() {
+  
+  pkgdesc="a graphical client (Qt4) for the X2Go system"
+  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+  install=x2goclient.install
+
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
+}
+
+package_x2goplugin() {
+  pkgdesc="provides X2Go Client as QtBrowser-based Mozilla plugin"
+  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
+  
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_plugin
+}
+
+package_x2goplugin-provider() {
+  
+  pkgdesc="an example configuration for providing the X2Go Plugin via an 
Apache webserver"
+  depends=('apache')
+  backup=(etc/x2go/plugin-provider/x2goplugin.html
+  etc/x2go/x2goplugin-apache.conf
+  etc/httpd/conf/x2goplugin-apache.conf)
+   
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_pluginprovider
+  
+  install -dm755 ${pkgdir}/etc/httpd/conf
+  cd ${pkgdir}/etc/httpd/conf
+  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
+}

Copied: x2goclient/repos/testing-i686/x2goclient.install (from rev 239883, 
x2goclient/trunk/x2goclient.install)
===
--- testing-i686/x2goclient.install (rev 0)
+++ testing-i686/x2goclient.install 2015-05-29 20:20:27 UTC (rev 239884)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_upgrade() {
+  xdg-icon-resource forceupdate --theme hicolor
+}
+
+post_remove() {
+  xdg-icon-resource forceupdate --theme hicolor
+}

Copied: x2goclient/repos/testing-x86_64/PKGBUILD (from rev 239883, 
x2goclient/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-29 20:20:27 UTC (rev 239884)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: AndyRTR 
+# Contributor: Gerhard Brauer 
+# Contributor: Richard Murri 
+
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.0.4.0
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://www.x2go.org";
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
+sha256sums=('86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b725165

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

2015-05-29 Thread Andreas Radke
Date: Friday, May 29, 2015 @ 22:20:09
  Author: andyrtr
Revision: 239883

upgpkg: x2goclient 4.0.4.0-1

upstream update 4.0.4.0; split out x2goplugin and x2goplugin-provider pkg

Modified:
  x2goclient/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 20:15:29 UTC (rev 239882)
+++ PKGBUILD2015-05-29 20:20:09 UTC (rev 239883)
@@ -3,33 +3,68 @@
 # Contributor: Gerhard Brauer 
 # Contributor: Richard Murri 
 
-pkgname=x2goclient
-pkgver=4.0.3.2
+pkgbase=x2goclient
+pkgname=('x2goclient' 'x2goplugin' 'x2goplugin-provider')
+pkgver=4.0.4.0
 pkgrel=1
-pkgdesc="x2go qt4 client"
 arch=('i686' 'x86_64')
 license=('GPL2')
 url="http://www.x2go.org";
-depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
-#makedepends=('man2html')
-install=x2goclient.install
+makedepends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
 
source=(http://code.x2go.org/releases/source/${pkgname}/${pkgname}-${pkgver}.tar.gz{,.asc})
-sha256sums=('f65a70463eae3d6d9fe6e4379f4ffacda50080a11f196d2792742f5b67fa0c6f'
+sha256sums=('86d05ce10039fe0a965cdc55086e00f4f3abc573a96f128b92f87081b7251657'
   'SKIP')
 validpgpkeys=('9BFBAEE86C0AA5FFBF2207829AF46B3025771B31'  # Mike Gabriel 

   '1AD23D1B8F087A35AB74BDE9F4A7678C9C6B0B2B') #  "X2go Git 
Administrator "
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -i "s:-o root -g root ::" Makefile
+}
+
 build() {
   cd ${pkgname}-${pkgver}
-  sed -i "s:-o root -g root ::" Makefile
+# make -qp | awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ {split($1,A,/ 
/);for(i in A)print A[i]}' | grep ^install
+# return 1
+
   make PREFIX=/usr
   make PREFIX=/usr build_man # target broken and making the build hang
+
 #  make PREFIX=/usr build_pluginprovider
 #  make PREFIX=/usr build_client 
 #  make PREFIX=/usr build_plugin
 }
 
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="$pkgdir" install
+package_x2goclient() {
+  
+  pkgdesc="a graphical client (Qt4) for the X2Go system"
+  depends=('qt4' 'libldap' 'libcups' 'nxproxy' 'libssh' 'libxpm' 
'hicolor-icon-theme' 'xdg-utils')
+  install=x2goclient.install
+
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_client install_man
 }
+
+package_x2goplugin() {
+  pkgdesc="provides X2Go Client as QtBrowser-based Mozilla plugin"
+  depends=('qt4'  'libcups' 'nxproxy' 'libssh' 'libxpm')
+  
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_plugin
+}
+
+package_x2goplugin-provider() {
+  
+  pkgdesc="an example configuration for providing the X2Go Plugin via an 
Apache webserver"
+  depends=('apache')
+  backup=(etc/x2go/plugin-provider/x2goplugin.html
+  etc/x2go/x2goplugin-apache.conf
+  etc/httpd/conf/x2goplugin-apache.conf)
+   
+  cd ${pkgbase}-${pkgver}
+  make PREFIX=/usr DESTDIR="$pkgdir" install_pluginprovider
+  
+  install -dm755 ${pkgdir}/etc/httpd/conf
+  cd ${pkgdir}/etc/httpd/conf
+  ln -svf /etc/x2go/x2goplugin-apache.conf 
${pkgdir}/etc/httpd/conf/x2goplugin-apache.conf 
+}


[arch-commits] Commit in (4 files)

2015-05-29 Thread Johannes Löthberg
Date: Friday, May 29, 2015 @ 23:50:46
  Author: demize
Revision: 134318

spambayes: Import from the AUR

Added:
  spambayes/
  spambayes/repos/
  spambayes/trunk/
  spambayes/trunk/PKGBUILD

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

Added: spambayes/trunk/PKGBUILD
===
--- spambayes/trunk/PKGBUILD(rev 0)
+++ spambayes/trunk/PKGBUILD2015-05-29 21:50:46 UTC (rev 134318)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=spambayes
+pkgver=1.1a6
+pkgrel=5
+
+pkgdesc="Bayesian anti-spam classifier written in Python"
+url="http://spambayes.sourceforge.net/";
+arch=('any')
+license=('PSF')
+
+depends=('python2' 'python2-lockfile' 'python2-setuptools')
+
+source=("http://downloads.sourceforge.net/sourceforge/spambayes/spambayes-$pkgver.tar.gz";)
+
+md5sums=('d06ed6d097911ddc8db31b4e9663df4b')
+
+package() {
+   cd spambayes-$pkgver
+   python2 setup.py install --root="$pkgdir"
+}


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


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

2015-05-29 Thread Johannes Löthberg
Date: Friday, May 29, 2015 @ 23:51:15
  Author: demize
Revision: 134319

archrelease: copy trunk to community-any

Added:
  spambayes/repos/community-any/
  spambayes/repos/community-any/PKGBUILD
(from rev 134318, spambayes/trunk/PKGBUILD)

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

Copied: spambayes/repos/community-any/PKGBUILD (from rev 134318, 
spambayes/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-05-29 21:51:15 UTC (rev 134319)
@@ -0,0 +1,21 @@
+# Maintainer: Johannes Löthberg 
+
+pkgname=spambayes
+pkgver=1.1a6
+pkgrel=5
+
+pkgdesc="Bayesian anti-spam classifier written in Python"
+url="http://spambayes.sourceforge.net/";
+arch=('any')
+license=('PSF')
+
+depends=('python2' 'python2-lockfile' 'python2-setuptools')
+
+source=("http://downloads.sourceforge.net/sourceforge/spambayes/spambayes-$pkgver.tar.gz";)
+
+md5sums=('d06ed6d097911ddc8db31b4e9663df4b')
+
+package() {
+   cd spambayes-$pkgver
+   python2 setup.py install --root="$pkgdir"
+}


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

2015-05-29 Thread Evangelos Foutras
Date: Saturday, May 30, 2015 @ 03:33:17
  Author: foutrelis
Revision: 239885

upgpkg: dialog 1:1.2_20150528-1

New upstream release.

Modified:
  dialog/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 20:20:27 UTC (rev 239884)
+++ PKGBUILD2015-05-30 01:33:17 UTC (rev 239885)
@@ -5,7 +5,7 @@
 # Contributor: Andreas Radke 
 
 pkgname=dialog
-pkgver=1.2_20150513
+pkgver=1.2_20150528
 pkgrel=1
 epoch=1
 pkgdesc="A tool to display dialog boxes from shell scripts"
@@ -14,7 +14,7 @@
 license=('LGPL2.1')
 depends=('sh' 'ncurses')
 source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c')
+sha256sums=('a8cd7a66bdb41e53a3145cbb0eb370c5ce7300fe0e9ad6d3e8d3b9e16ff16418')
 
 build() {
   cd "$srcdir/$pkgname-${pkgver/_/-}"


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

2015-05-29 Thread Evangelos Foutras
Date: Saturday, May 30, 2015 @ 03:33:27
  Author: foutrelis
Revision: 239886

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

Added:
  dialog/repos/core-i686/PKGBUILD
(from rev 239885, dialog/trunk/PKGBUILD)
  dialog/repos/core-x86_64/PKGBUILD
(from rev 239885, dialog/trunk/PKGBUILD)
Deleted:
  dialog/repos/core-i686/PKGBUILD
  dialog/repos/core-x86_64/PKGBUILD

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

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2015-05-30 01:33:17 UTC (rev 239885)
+++ core-i686/PKGBUILD  2015-05-30 01:33:27 UTC (rev 239886)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=dialog
-pkgver=1.2_20150513
-pkgrel=1
-epoch=1
-pkgdesc="A tool to display dialog boxes from shell scripts"
-arch=('i686' 'x86_64')
-url="http://invisible-island.net/dialog/";
-license=('LGPL2.1')
-depends=('sh' 'ncurses')
-source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---with-ncursesw \
---with-shared \
---with-versioned-syms \
---enable-nls
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make DESTDIR="$pkgdir" install-full
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dialog/repos/core-i686/PKGBUILD (from rev 239885, dialog/trunk/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2015-05-30 01:33:27 UTC (rev 239886)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.2_20150528
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/";
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('a8cd7a66bdb41e53a3145cbb0eb370c5ce7300fe0e9ad6d3e8d3b9e16ff16418')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--with-ncursesw \
+--with-shared \
+--with-versioned-syms \
+--enable-nls
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+  make DESTDIR="$pkgdir" install-full
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: core-x86_64/PKGBUILD
===
--- core-x86_64/PKGBUILD2015-05-30 01:33:17 UTC (rev 239885)
+++ core-x86_64/PKGBUILD2015-05-30 01:33:27 UTC (rev 239886)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Stéphane Gaudreault 
-# Contributor: Allan McRae 
-# Contributor: Andreas Radke 
-
-pkgname=dialog
-pkgver=1.2_20150513
-pkgrel=1
-epoch=1
-pkgdesc="A tool to display dialog boxes from shell scripts"
-arch=('i686' 'x86_64')
-url="http://invisible-island.net/dialog/";
-license=('LGPL2.1')
-depends=('sh' 'ncurses')
-source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
-sha256sums=('a70f957e983235ccbe63f8c5a45cd5ebde547bd57cedd07e35527a236d3cab4c')
-
-build() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-
-  ./configure \
---prefix=/usr \
---mandir=/usr/share/man \
---with-ncursesw \
---with-shared \
---with-versioned-syms \
---enable-nls
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-${pkgver/_/-}"
-  make DESTDIR="$pkgdir" install-full
-}
-
-# vim:set ts=2 sw=2 et:

Copied: dialog/repos/core-x86_64/PKGBUILD (from rev 239885, 
dialog/trunk/PKGBUILD)
===
--- core-x86_64/PKGBUILD(rev 0)
+++ core-x86_64/PKGBUILD2015-05-30 01:33:27 UTC (rev 239886)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Allan McRae 
+# Contributor: Andreas Radke 
+
+pkgname=dialog
+pkgver=1.2_20150528
+pkgrel=1
+epoch=1
+pkgdesc="A tool to display dialog boxes from shell scripts"
+arch=('i686' 'x86_64')
+url="http://invisible-island.net/dialog/";
+license=('LGPL2.1')
+depends=('sh' 'ncurses')
+source=(ftp://invisible-island.net/$pkgname/$pkgname-${pkgver/_/-}.tgz)
+sha256sums=('a8cd7a66bdb41e53a3145cbb0eb370c5ce7300fe0e9ad6d3e8d3b9e16ff16418')
+
+build() {
+  cd "$srcdir/$pkgname-${pkgver/_/-}"
+
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+   

[arch-commits] Commit in libmng/trunk (PKGBUILD libmng-stdio.patch)

2015-05-29 Thread Eric Bélanger
Date: Saturday, May 30, 2015 @ 03:37:07
  Author: eric
Revision: 239887

upgpkg: libmng 2.0.3-1

Upstream update, Remove old patch

Modified:
  libmng/trunk/PKGBUILD
Deleted:
  libmng/trunk/libmng-stdio.patch

+
 PKGBUILD   |   17 +
 libmng-stdio.patch |   10 --
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 01:33:27 UTC (rev 239886)
+++ PKGBUILD2015-05-30 01:37:07 UTC (rev 239887)
@@ -2,25 +2,18 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=libmng
-pkgver=2.0.2
-pkgrel=3
+pkgver=2.0.3
+pkgrel=1
 pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
 arch=('i686' 'x86_64')
 url="http://www.libmng.com/";
 license=('custom')
 depends=('lcms2')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
-libmng-stdio.patch)
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-  'SKIP'
-  '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('0f141482ffcef6f8cd4413f945a59310ac2e49af'
+  'SKIP')
 validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
 
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p5 -i "${srcdir}/libmng-stdio.patch"
-}
-
 build() {
   cd ${pkgname}-${pkgver}
   ./configure --prefix=/usr

Deleted: libmng-stdio.patch
===
--- libmng-stdio.patch  2015-05-30 01:33:27 UTC (rev 239886)
+++ libmng-stdio.patch  2015-05-30 01:37:07 UTC (rev 239887)
@@ -1,10 +0,0 @@
 /mnt/chrootstaging32/usr/include/libmng_types.h2013-08-15 
16:26:03.0 -0400
-+++ /mnt/chrootstaging64/usr/include/libmng_types.h2013-08-16 
19:53:39.165878412 -0400
-@@ -204,6 +204,7 @@
- #define HAVE_BOOLEAN
- typedef int boolean;
- #endif
-+#include 
- #include 
- #endif /* MNG_INCLUDE_IJG6B */
- 


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

2015-05-29 Thread Eric Bélanger
Date: Saturday, May 30, 2015 @ 03:39:47
  Author: eric
Revision: 239888

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

Added:
  libmng/repos/extra-i686/PKGBUILD
(from rev 239887, libmng/trunk/PKGBUILD)
  libmng/repos/extra-x86_64/PKGBUILD
(from rev 239887, libmng/trunk/PKGBUILD)
Deleted:
  libmng/repos/extra-i686/PKGBUILD
  libmng/repos/extra-i686/libmng-stdio.patch
  libmng/repos/extra-x86_64/PKGBUILD
  libmng/repos/extra-x86_64/libmng-stdio.patch

-+
 /PKGBUILD   |   54 ++
 extra-i686/PKGBUILD |   34 ---
 extra-i686/libmng-stdio.patch   |   10 ---
 extra-x86_64/PKGBUILD   |   34 ---
 extra-x86_64/libmng-stdio.patch |   10 ---
 5 files changed, 54 insertions(+), 88 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-30 01:37:07 UTC (rev 239887)
+++ extra-i686/PKGBUILD 2015-05-30 01:39:47 UTC (rev 239888)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libmng.com/";
-license=('custom')
-depends=('lcms2')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
-libmng-stdio.patch)
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-  'SKIP'
-  '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p5 -i "${srcdir}/libmng-stdio.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libmng/repos/extra-i686/PKGBUILD (from rev 239887, 
libmng/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-30 01:39:47 UTC (rev 239888)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=libmng
+pkgver=2.0.3
+pkgrel=1
+pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
+arch=('i686' 'x86_64')
+url="http://www.libmng.com/";
+license=('custom')
+depends=('lcms2')
+source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc})
+sha1sums=('0f141482ffcef6f8cd4413f945a59310ac2e49af'
+  'SKIP')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: extra-i686/libmng-stdio.patch
===
--- extra-i686/libmng-stdio.patch   2015-05-30 01:37:07 UTC (rev 239887)
+++ extra-i686/libmng-stdio.patch   2015-05-30 01:39:47 UTC (rev 239888)
@@ -1,10 +0,0 @@
 /mnt/chrootstaging32/usr/include/libmng_types.h2013-08-15 
16:26:03.0 -0400
-+++ /mnt/chrootstaging64/usr/include/libmng_types.h2013-08-16 
19:53:39.165878412 -0400
-@@ -204,6 +204,7 @@
- #define HAVE_BOOLEAN
- typedef int boolean;
- #endif
-+#include 
- #include 
- #endif /* MNG_INCLUDE_IJG6B */
- 

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-30 01:37:07 UTC (rev 239887)
+++ extra-x86_64/PKGBUILD   2015-05-30 01:39:47 UTC (rev 239888)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgname=libmng
-pkgver=2.0.2
-pkgrel=3
-pkgdesc="A collection of routines used to create and manipulate MNG format 
graphics files"
-arch=('i686' 'x86_64')
-url="http://www.libmng.com/";
-license=('custom')
-depends=('lcms2')
-source=(http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.asc}
-libmng-stdio.patch)
-sha1sums=('7dd35369ff5916e1823cbacef984ab1b87714b69'
-  'SKIP'
-  '2f8b472d53791ba3a44dab9b18fb215e8b19dd77')
-validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  patch -p5 -i "${srcdir}/libmng-stdio.patch"
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: libmng/repos/extra-x86_64/PKGBUILD (from rev 239887, 
libmng/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD 

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

2015-05-29 Thread Eric Bélanger
Date: Saturday, May 30, 2015 @ 04:53:53
  Author: eric
Revision: 239889

upgpkg: python-feedparser 5.2.0-1

Upstream update, Update url, Remove old patch

Modified:
  python-feedparser/trunk/PKGBUILD
Deleted:
  python-feedparser/trunk/fix-chardet-support-in-python-3.patch

---+
 PKGBUILD  |   22 +++---
 fix-chardet-support-in-python-3.patch |   32 
 2 files changed, 7 insertions(+), 47 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 01:39:47 UTC (rev 239888)
+++ PKGBUILD2015-05-30 02:53:53 UTC (rev 239889)
@@ -3,30 +3,22 @@
 
 pkgbase=python-feedparser
 pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgver=5.1.3
-pkgrel=3
+pkgver=5.2.0
+pkgrel=1
 pkgdesc="Parse RSS and Atom feeds in Python"
 arch=('any')
-url="http://code.google.com/p/feedparser/";
+url="https://github.com/kurtmckee/feedparser/";
 license=('custom')
 makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
-source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2
-fix-chardet-support-in-python-3.patch)
-sha1sums=('dfe654e4babd258b1402b89e889d78330206d78c'
-  '18f6a1290b5d7a256b7bf3d1a41b9a7dd2706cf3')
+source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
+sha1sums=('9c58e1d2b8ee0dfc1e0bf9c82f0c2a7eba758eec')
 
 prepare() {
-  # http://code.google.com/p/feedparser/issues/detail?id=384
-  # https://bugs.archlinux.org/task/33254
-  patch -d "feedparser-$pkgver" -p1 -i \
-"$srcdir/fix-chardet-support-in-python-3.patch"
-
-  chmod 644  feedparser-${pkgver}/feedparser/feedparser.egg-info/*
   cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
   cp -r feedparser-${pkgver} feedparser-${pkgver}-python
   cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
 
-  (cd feedparser-${pkgver}-python2; sed -i 's#env python$#env python2#' 
feedparser/feedparser.py)
+  (cd feedparser-${pkgver}-python2; sed -i 's#env python$#env python2#' 
feedparser/feedparsertest.py)
   (cd feedparser-${pkgver}-python; 2to3 -w feedparser/feedparser.py 
feedparser/feedparsertest.py)
 }
 
@@ -54,7 +46,7 @@
 
 package_python-sgmllib() {
   depends=('python')
-  pkgdesc="Port of sgmllib to python-3"
+  pkgdesc="Port of sgmllib to Python3"
   license=('PSF')
   
   cd "${srcdir}/feedparser-${pkgver}-sgmllib"

Deleted: fix-chardet-support-in-python-3.patch
===
--- fix-chardet-support-in-python-3.patch   2015-05-30 01:39:47 UTC (rev 
239888)
+++ fix-chardet-support-in-python-3.patch   2015-05-30 02:53:53 UTC (rev 
239889)
@@ -1,32 +0,0 @@
-From 20a32910f4a521788ba93a8c809cf0db702bed5b Mon Sep 17 00:00:00 2001
-From: Kurt McKee 
-Date: Mon, 17 Dec 2012 10:41:13 -0600
-Subject: [PATCH] Fix chardet support in Python 3
-
-Fixes issue 384.
-Thanks to Google user Arfrever.TFA for reporting this!

- NEWS | 1 +
- feedparser/feedparser.py | 6 +-
- 2 files changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/feedparser/feedparser.py b/feedparser/feedparser.py
-index c78e6a3..e977ae8 100644
 a/feedparser/feedparser.py
-+++ b/feedparser/feedparser.py
-@@ -3766,7 +3766,11 @@ def convert_to_utf8(http_headers, data):
- chardet_encoding = None
- tried_encodings = []
- if chardet:
--chardet_encoding = unicode(chardet.detect(data)['encoding'] or '', 
'ascii', 'ignore')
-+chardet_encoding = chardet.detect(data)['encoding']
-+if not chardet_encoding:
-+chardet_encoding = ''
-+if not isinstance(chardet_encoding, unicode):
-+chardet_encoding = unicode(chardet_encoding, 'ascii', 'ignore')
- # try: HTTP encoding, declared XML encoding, encoding sniffed from BOM
- for proposed_encoding in (rfc3023_encoding, xml_encoding, bom_encoding,
-   chardet_encoding, u'utf-8', u'windows-1252', 
u'iso-8859-2'):
--- 
-1.8.0.3
-


[arch-commits] Commit in python-feedparser/repos/extra-any (3 files)

2015-05-29 Thread Eric Bélanger
Date: Saturday, May 30, 2015 @ 04:55:27
  Author: eric
Revision: 239890

archrelease: copy trunk to extra-any

Added:
  python-feedparser/repos/extra-any/PKGBUILD
(from rev 239889, python-feedparser/trunk/PKGBUILD)
Deleted:
  python-feedparser/repos/extra-any/PKGBUILD
  python-feedparser/repos/extra-any/fix-chardet-support-in-python-3.patch

---+
 PKGBUILD  |  122 ++--
 fix-chardet-support-in-python-3.patch |   32 
 2 files changed, 57 insertions(+), 97 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-30 02:53:53 UTC (rev 239889)
+++ PKGBUILD2015-05-30 02:55:27 UTC (rev 239890)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger 
-
-pkgbase=python-feedparser
-pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
-pkgver=5.1.3
-pkgrel=3
-pkgdesc="Parse RSS and Atom feeds in Python"
-arch=('any')
-url="http://code.google.com/p/feedparser/";
-license=('custom')
-makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
-source=(http://feedparser.googlecode.com/files/feedparser-${pkgver}.tar.bz2
-fix-chardet-support-in-python-3.patch)
-sha1sums=('dfe654e4babd258b1402b89e889d78330206d78c'
-  '18f6a1290b5d7a256b7bf3d1a41b9a7dd2706cf3')
-
-prepare() {
-  # http://code.google.com/p/feedparser/issues/detail?id=384
-  # https://bugs.archlinux.org/task/33254
-  patch -d "feedparser-$pkgver" -p1 -i \
-"$srcdir/fix-chardet-support-in-python-3.patch"
-
-  chmod 644  feedparser-${pkgver}/feedparser/feedparser.egg-info/*
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-python
-  cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
-
-  (cd feedparser-${pkgver}-python2; sed -i 's#env python$#env python2#' 
feedparser/feedparser.py)
-  (cd feedparser-${pkgver}-python; 2to3 -w feedparser/feedparser.py 
feedparser/feedparsertest.py)
-}
-
-build() {
-  cd feedparser-${pkgver}-sgmllib
-  python /usr/lib/python3.4/compileall.py feedparser/sgmllib3.py
-}
-
-package_python2-feedparser() {
-  depends=('python2' 'libxml2' )
-  pkgdesc="Parse RSS and Atom feeds in Python2"
-
-  cd "${srcdir}/feedparser-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}
-
-package_python-feedparser() {
-  depends=('libxml2' 'python-sgmllib')
-  
-  cd "${srcdir}/feedparser-${pkgver}-python"
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
-}
-
-package_python-sgmllib() {
-  depends=('python')
-  pkgdesc="Port of sgmllib to python-3"
-  license=('PSF')
-  
-  cd "${srcdir}/feedparser-${pkgver}-sgmllib"
-  install -Dm644 feedparser/sgmllib3.py \
-"${pkgdir}/usr/lib/python3.4/site-packages/sgmllib.py"
-  install -Dm644 feedparser/__pycache__/sgmllib3.cpython-34.pyc \
-
"${pkgdir}/usr/lib/python3.4/site-packages/__pycache__/sgmllib.cpython-34.pyc"
-}

Copied: python-feedparser/repos/extra-any/PKGBUILD (from rev 239889, 
python-feedparser/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-30 02:55:27 UTC (rev 239890)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgbase=python-feedparser
+pkgname=('python2-feedparser' 'python-feedparser' 'python-sgmllib')
+pkgver=5.2.0
+pkgrel=1
+pkgdesc="Parse RSS and Atom feeds in Python"
+arch=('any')
+url="https://github.com/kurtmckee/feedparser/";
+license=('custom')
+makedepends=('python' 'python2' 'libxml2' 'python2-setuptools' 
'python-setuptools')
+source=(feedparser-${pkgver}.tar.gz::https://github.com/kurtmckee/feedparser/archive/${pkgver}.tar.gz)
+sha1sums=('9c58e1d2b8ee0dfc1e0bf9c82f0c2a7eba758eec')
+
+prepare() {
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python2
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-python
+  cp -r feedparser-${pkgver} feedparser-${pkgver}-sgmllib
+
+  (cd feedparser-${pkgver}-python2; sed -i 's#env python$#env python2#' 
feedparser/feedparsertest.py)
+  (cd feedparser-${pkgver}-python; 2to3 -w feedparser/feedparser.py 
feedparser/feedparsertest.py)
+}
+
+build() {
+  cd feedparser-${pkgver}-sgmllib
+  python /usr/lib/python3.4/compileall.py feedparser/sgmllib3.py
+}
+
+package_python2-feedparser() {
+  depends=('python2' 'libxml2' )
+  pkgdesc="Parse RSS and Atom feeds in Python2"
+
+  cd "${srcdir}/feedparser-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/license"
+}
+
+package_python-feedparser() {
+  depends=('libxml2' 'python-sgmllib')
+  
+  cd "${srcdir}/feedparser-${pkgver}-python"
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${

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

2015-05-29 Thread Jan Steffens
Date: Saturday, May 30, 2015 @ 05:13:42
  Author: heftig
Revision: 239892

archrelease: copy trunk to testing-any

Added:
  meld/repos/testing-any/
  meld/repos/testing-any/PKGBUILD
(from rev 239891, meld/trunk/PKGBUILD)
  meld/repos/testing-any/meld.install
(from rev 239891, meld/trunk/meld.install)

--+
 PKGBUILD |   35 +++
 meld.install |   14 ++
 2 files changed, 49 insertions(+)

Copied: meld/repos/testing-any/PKGBUILD (from rev 239891, meld/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-05-30 03:13:42 UTC (rev 239892)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+# Contributor: Gaetan Bisson 
+# Contributor: Daniel J Griffiths 
+# Contributor: Douglas Soares de Andrade 
+
+pkgname=meld
+pkgver=3.13.1
+pkgrel=1
+pkgdesc='Visual diff and merge tool'
+url='http://meldmerge.org/'
+license=(GPL)
+arch=(any)
+makedepends=(intltool itstool)
+install=meld.install
+depends=(python2-gobject python2-cairo gtksourceview3 hicolor-icon-theme 
desktop-file-utils
+ gsettings-desktop-schemas)
+optdepends=('python2-dbus: open a new tab in an already running instance')
+source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz";)
+sha1sums=('81edb3eb089b3be85ad9975444c9da4aede23ced')
+
+# Meld does not support Python 3. The build succeeds, but
+# the main executable checks the version and errors out.
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  # using --skip-build breaks install
+  python2 setup.py --no-update-icon-cache --no-compile-schemas \
+install --prefix=/usr --root="$pkgdir" --optimize=1
+}

Copied: meld/repos/testing-any/meld.install (from rev 239891, 
meld/trunk/meld.install)
===
--- testing-any/meld.install(rev 0)
+++ testing-any/meld.install2015-05-30 03:13:42 UTC (rev 239892)
@@ -0,0 +1,14 @@
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  glib-compile-schemas usr/share/glib-2.0/schemas
+  update-desktop-database -q
+  update-mime-database usr/share/mime &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2015-05-29 Thread Jan Steffens
Date: Saturday, May 30, 2015 @ 05:12:52
  Author: heftig
Revision: 239891

3.13.1

Modified:
  meld/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 02:55:27 UTC (rev 239890)
+++ PKGBUILD2015-05-30 03:12:52 UTC (rev 239891)
@@ -5,7 +5,7 @@
 # Contributor: Douglas Soares de Andrade 
 
 pkgname=meld
-pkgver=3.12.3
+pkgver=3.13.1
 pkgrel=1
 pkgdesc='Visual diff and merge tool'
 url='http://meldmerge.org/'
@@ -17,7 +17,7 @@
  gsettings-desktop-schemas)
 optdepends=('python2-dbus: open a new tab in an already running instance')
 
source=("http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-${pkgver}.tar.xz";)
-sha1sums=('01d742bf5a12879bc1591110f3ee90496195b76b')
+sha1sums=('81edb3eb089b3be85ad9975444c9da4aede23ced')
 
 # Meld does not support Python 3. The build succeeds, but
 # the main executable checks the version and errors out.


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

2015-05-29 Thread Anatol Pomozov
Date: Saturday, May 30, 2015 @ 05:50:08
  Author: anatolik
Revision: 134320

Run updpkg as upstream repushed the release tag

Modified:
  ninja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-29 21:51:15 UTC (rev 134319)
+++ PKGBUILD2015-05-30 03:50:08 UTC (rev 134320)
@@ -14,7 +14,7 @@
 depends=(gcc-libs)
 makedepends=(python2 re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
-sha1sums=('1506e0f5ab59b9896d5f3af1edfc11454d35ea5d')
+sha1sums=('2e18faf4c00ab321558c78bac083223f150977d6')
 
 build() {
   cd ninja-$pkgver


[arch-commits] Commit in thunderbird/trunk (PKGBUILD thunderbird-31.7.0-gcc51.patch)

2015-05-29 Thread Evangelos Foutras
Date: Saturday, May 30, 2015 @ 05:50:17
  Author: foutrelis
Revision: 239893

Fix build with GCC 5.1

Added:
  thunderbird/trunk/thunderbird-31.7.0-gcc51.patch
Modified:
  thunderbird/trunk/PKGBUILD

+
 PKGBUILD   |5 +
 thunderbird-31.7.0-gcc51.patch |  177 +++
 2 files changed, 182 insertions(+)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 03:13:42 UTC (rev 239892)
+++ PKGBUILD2015-05-30 03:50:17 UTC (rev 239893)
@@ -20,6 +20,7 @@
 thunderbird.desktop
 thunderbird-install-dir.patch
 thunderbird-31.6.0-libvpx-modern.patch
+thunderbird-31.7.0-gcc51.patch
 vendor.js)
 options=(!emptydirs)
 sha256sums=('dc3a6afaab486ba09745898f55986f98cc9bf7647cd992849f9c7ead563479b7'
@@ -28,6 +29,7 @@
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '9049ab3f9600a1592a54c41a166c76e046c393e1cfe7c4e769155b7317d197ee'
 '0e67b4d46f330b0306e01d4c6876ae5a58a4de6ac50f057e23aac41dec3554ef'
+'72c23617cda87ba49dba7a93a649dec8057518e4dd478d4361fc763e098f89ba'
 'e4ea8e6788163d9f8db8f1f40023db3ea0a1358f9a4510169f2d4c4fe6a887ed')
 validpgpkeys=('2B90598A745E992F315E22C58AB132963A06537A')
 
@@ -38,6 +40,9 @@
   # Fix build with libvpx 1.4.0 (patch from Fedora)
   patch -Np1 -i ../thunderbird-31.6.0-libvpx-modern.patch
 
+  # Fix build with GCC 5.1
+  patch -Np1 -i ../thunderbird-31.7.0-gcc51.patch
+
   cp "$srcdir/mozconfig" .mozconfig
 
   # configure script misdetects the preprocessor without an optimization level

Added: thunderbird-31.7.0-gcc51.patch
===
--- thunderbird-31.7.0-gcc51.patch  (rev 0)
+++ thunderbird-31.7.0-gcc51.patch  2015-05-30 03:50:17 UTC (rev 239893)
@@ -0,0 +1,177 @@
+diff -upr comm-esr31.orig/mozilla/js/src/builtin/TypedObject.cpp 
comm-esr31/mozilla/js/src/builtin/TypedObject.cpp
+--- comm-esr31.orig/mozilla/js/src/builtin/TypedObject.cpp 2015-05-07 
21:53:49.0 +0300
 comm-esr31/mozilla/js/src/builtin/TypedObject.cpp  2015-05-30 
05:46:46.435915080 +0300
+@@ -710,12 +710,12 @@ ArrayMetaTypeDescr::construct(JSContext*
+ contents.append(")");
+ RootedAtom stringRepr(cx, contents.finishAtom());
+ if (!stringRepr)
+-return nullptr;
++return false;
+ 
+ // Extract ArrayType.prototype
+ RootedObject arrayTypePrototype(cx, GetPrototype(cx, arrayTypeGlobal));
+ if (!arrayTypePrototype)
+-return nullptr;
++return false;
+ 
+ // Create the instance of ArrayType
+ Rooted obj(cx);
+@@ -728,7 +728,7 @@ ArrayMetaTypeDescr::construct(JSContext*
+ if (!JSObject::defineProperty(cx, obj, cx->names().length,
+   UndefinedHandleValue, nullptr, nullptr,
+   JSPROP_READONLY | JSPROP_PERMANENT))
+-return nullptr;
++return false;
+ 
+ args.rval().setObject(*obj);
+ return true;
+@@ -762,7 +762,7 @@ UnsizedArrayTypeDescr::dimension(JSConte
+ if (!size.isValid()) {
+ JS_ReportErrorNumber(cx, js_GetErrorMessage, nullptr,
+  JSMSG_TYPEDOBJECT_TOO_BIG);
+-return nullptr;
++return false;
+ }
+ 
+ // Construct a canonical string `new 
ArrayType().dimension(N)`:
+@@ -775,7 +775,7 @@ UnsizedArrayTypeDescr::dimension(JSConte
+ contents.append(")");
+ RootedAtom stringRepr(cx, contents.finishAtom());
+ if (!stringRepr)
+-return nullptr;
++return false;
+ 
+ // Create the sized type object.
+ Rooted obj(cx);
+@@ -793,7 +793,7 @@ UnsizedArrayTypeDescr::dimension(JSConte
+ if (!JSObject::defineProperty(cx, obj, cx->names().length,
+   lengthVal, nullptr, nullptr,
+   JSPROP_READONLY | JSPROP_PERMANENT))
+-return nullptr;
++return false;
+ 
+ // Add `unsized` property, which is a link from the sized
+ // array to the unsized array.
+@@ -801,7 +801,7 @@ UnsizedArrayTypeDescr::dimension(JSConte
+ if (!JSObject::defineProperty(cx, obj, cx->names().unsized,
+   unsizedTypeDescrValue, nullptr, nullptr,
+   JSPROP_READONLY | JSPROP_PERMANENT))
+-return nullptr;
++return false;
+ 
+ args.rval().setObject(*obj);
+ return true;
+@@ -1253,7 +1253,7 @@ DefineSimpleTypeDescr(JSContext* cx,
+ Rooted proto(cx);
+ proto = NewObjectWithProto(cx, objProto, nullptr, 
TenuredObject);
+ if (!proto)
+-return nullptr;
++return false;
+ proto->initTypeDescrSlot(*descr);
+ descr->initReservedSlot(JS_DESCR_SLOT_TYPROTO, ObjectValue(*proto));
+ 
+@@ -1358,14 +1358,14 @@ GlobalObject::initTypedObjectModule(JSCo
+ #def

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

2015-05-29 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 06:05:50
  Author: fyan
Revision: 134321

upgpkg: npm 2.11.0-2

fix 777 dir permissions (FS#45127)

Modified:
  npm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 03:50:08 UTC (rev 134320)
+++ PKGBUILD2015-05-30 04:05:50 UTC (rev 134321)
@@ -3,7 +3,7 @@
 
 pkgname=npm
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A package manager for javascript'
 arch=('any')
 url='https://www.npmjs.com/'
@@ -24,13 +24,16 @@
 package() {
   cd npm
   make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
   
   # Fix files owned by nobody:
   chown -R root "$pkgdir/usr/lib/node_modules" 
 
   # Fix wrong symlinks
-  rm -f "$pkgdir"/usr/share/man/{man1,man3,man5,man7}/*
   for _dir in man1 man3 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
 cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
 for _file in *; do
   ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/


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

2015-05-29 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 06:06:11
  Author: fyan
Revision: 134322

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   91 +++--
 1 file changed, 47 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-30 04:05:50 UTC (rev 134321)
+++ PKGBUILD2015-05-30 04:06:11 UTC (rev 134322)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=2.11.0
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs')
-provides=('nodejs-node-gyp')
-makedepends=('git' 'procps-ng')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
-md5sums=('SKIP')
-
-build() {
-  cd npm
-  make
-}
-
-package() {
-  cd npm
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-  
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir/usr/lib/node_modules" 
-
-  # Fix wrong symlinks
-  rm -f "$pkgdir"/usr/share/man/{man1,man3,man5,man7}/*
-  for _dir in man1 man3 man5 man7; do
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-  
-  # Make symlink for node-gyp
-  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
-  
-  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 134321, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-30 04:06:11 UTC (rev 134322)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=2.11.0
+pkgrel=2
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs')
+provides=('nodejs-node-gyp')
+makedepends=('git' 'procps-ng')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("git+https://github.com/npm/npm.git#tag=v$pkgver";)
+md5sums=('SKIP')
+
+build() {
+  cd npm
+  make
+}
+
+package() {
+  cd npm
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+  
+  # Fix files owned by nobody:
+  chown -R root "$pkgdir/usr/lib/node_modules" 
+
+  # Fix wrong symlinks
+  for _dir in man1 man3 man5 man7; do
+rm -f "$pkgdir"/usr/share/man/$_dir/*
+cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
+for _file in *; do
+  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
+done
+  done
+  
+  # Make symlink for node-gyp
+  ln -s /usr/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js 
"$pkgdir"/usr/bin/node-gyp
+  
+  install -Dm644 "$srcdir/npm/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2015-05-29 Thread Anatol Pomozov
Date: Saturday, May 30, 2015 @ 06:18:50
  Author: anatolik
Revision: 134323

Run autoconf during makepkg()

Thrift dist file shipped from Apache website hardcodes automake-1.14 
dependency. Arch has only 1.15 and fails to compile Thrift package. To avoid 
this we download sources from git and run autoconf directly.

Modified:
  thrift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 04:06:11 UTC (rev 134322)
+++ PKGBUILD2015-05-30 04:18:50 UTC (rev 134323)
@@ -19,12 +19,10 @@
 optdepends=(
   'qt4: TQTcpServer support'
 )
-source=(http://www.apache.org/dist/thrift/$pkgver/thrift-$pkgver.tar.gz{,.asc}
+source=(thrift-$pkgver.zip::https://github.com/apache/thrift/archive/$pkgver.zip
 fix_cglib_compile_options.patch)
-sha1sums=('02f78b158da795ea89a26ce41964fbe562cc4235'
-  'SKIP'
+sha1sums=('35e53e6705aee4c2286406e4fc6b0d4404a15332'
   '96650c499ab45824be04070d868114205fb4538c')
-validpgpkeys=(9782694B8B54B4ADD345E52ABB06368F66B778F9)
 
 prepare() {
   cd thrift-$pkgver
@@ -34,6 +32,7 @@
 build() {
   cd thrift-$pkgver
 
+  ./bootstrap.sh
   ./configure --prefix=/usr \
   --with-cpp \
   --with-c_glib \


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

2015-05-29 Thread Anatol Pomozov
Date: Saturday, May 30, 2015 @ 06:33:03
  Author: anatolik
Revision: 134324

upgpkg: shairport-sync 2.2.4-1

Modified:
  shairport-sync/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 04:18:50 UTC (rev 134323)
+++ PKGBUILD2015-05-30 04:33:03 UTC (rev 134324)
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=shairport-sync
-pkgver=2.2.3
+pkgver=2.2.4
 pkgrel=1
 pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
 url='https://github.com/mikebrady/shairport-sync'
@@ -14,7 +14,7 @@
 shairport-sync.service
 shairport-sync.conf
 remove-init.d.patch)
-sha1sums=('ed0bafdf7757e63cfcb10ce4352e4076ec5b2938'
+sha1sums=('afbbba2d7d0c9f41b3c1e54db4a6288e14fb72b5'
   '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
   'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
   '48174838de1ef4672bd71511753f05fd845b7137')


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

2015-05-29 Thread Anatol Pomozov
Date: Saturday, May 30, 2015 @ 06:33:55
  Author: anatolik
Revision: 134325

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

Added:
  shairport-sync/repos/community-testing-i686/
  shairport-sync/repos/community-testing-i686/PKGBUILD
(from rev 134324, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-testing-i686/remove-init.d.patch
(from rev 134324, shairport-sync/trunk/remove-init.d.patch)
  shairport-sync/repos/community-testing-i686/shairport-sync.conf
(from rev 134324, shairport-sync/trunk/shairport-sync.conf)
  shairport-sync/repos/community-testing-i686/shairport-sync.install
(from rev 134324, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-testing-i686/shairport-sync.service
(from rev 134324, shairport-sync/trunk/shairport-sync.service)
  shairport-sync/repos/community-testing-x86_64/
  shairport-sync/repos/community-testing-x86_64/PKGBUILD
(from rev 134324, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-testing-x86_64/remove-init.d.patch
(from rev 134324, shairport-sync/trunk/remove-init.d.patch)
  shairport-sync/repos/community-testing-x86_64/shairport-sync.conf
(from rev 134324, shairport-sync/trunk/shairport-sync.conf)
  shairport-sync/repos/community-testing-x86_64/shairport-sync.install
(from rev 134324, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-testing-x86_64/shairport-sync.service
(from rev 134324, shairport-sync/trunk/shairport-sync.service)

-+
 community-testing-i686/PKGBUILD |   41 ++
 community-testing-i686/remove-init.d.patch  |   12 ++
 community-testing-i686/shairport-sync.conf  |2 +
 community-testing-i686/shairport-sync.install   |9 
 community-testing-i686/shairport-sync.service   |   14 +++
 community-testing-x86_64/PKGBUILD   |   41 ++
 community-testing-x86_64/remove-init.d.patch|   12 ++
 community-testing-x86_64/shairport-sync.conf|2 +
 community-testing-x86_64/shairport-sync.install |9 
 community-testing-x86_64/shairport-sync.service |   14 +++
 10 files changed, 156 insertions(+)

Copied: shairport-sync/repos/community-testing-i686/PKGBUILD (from rev 134324, 
shairport-sync/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-30 04:33:55 UTC (rev 134325)
@@ -0,0 +1,41 @@
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=2.2.4
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/conf.d/shairport-sync)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip
+shairport-sync.service
+shairport-sync.conf
+remove-init.d.patch)
+sha1sums=('afbbba2d7d0c9f41b3c1e54db4a6288e14fb72b5'
+  '5b998234e1fbc31645285d8b1fbc5ea6cd69e850'
+  'eb937e306436af2e47e7ff1bec1eba88b14e0d81'
+  '48174838de1ef4672bd71511753f05fd845b7137')
+
+prepare() {
+  cd shairport-sync-$pkgver
+  patch -p1 < ../remove-init.d.patch
+}
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --with-alsa --with-avahi --with-ssl=openssl 
--with-soxr --with-dns_sd
+  make
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -D -m644 "$srcdir"/shairport-sync.service 
"$pkgdir"/usr/lib/systemd/system/shairport-sync.service
+  install -D -m644 "$srcdir"/shairport-sync.conf 
"$pkgdir"/etc/conf.d/shairport-sync
+}

Copied: shairport-sync/repos/community-testing-i686/remove-init.d.patch (from 
rev 134324, shairport-sync/trunk/remove-init.d.patch)
===
--- community-testing-i686/remove-init.d.patch  (rev 0)
+++ community-testing-i686/remove-init.d.patch  2015-05-30 04:33:55 UTC (rev 
134325)
@@ -0,0 +1,12 @@
+diff --git a/Makefile.am b/Makefile.am
+index ce1f0ba..9b32c2c 100644
+--- a/Makefile.am
 b/Makefile.am
+@@ -35,7 +35,3 @@ endif
+ if USE_DNS_SD
+ shairport_sync_SOURCES += mdns_dns_sd.c
+ endif
+-
+-install-exec-hook:
+-  [ -f /etc/init.d/shairport-sync ] || cp scripts/shairport-sync 
/etc/init.d/
+-  update-rc.d shairport-sync defaults 90 10

Copied: shairport-sync/repos/community-testing-i686/shairport-sync.conf (from 
rev 134324, shairport-sync/trunk/shairport-sync.conf)
=

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

2015-05-29 Thread Anatol Pomozov
Date: Saturday, May 30, 2015 @ 08:02:30
  Author: anatolik
Revision: 134326

gcc 5.1 compatibility patches. Remove old compile-time hack for variadic 
templates.

Modified:
  rethinkdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 04:33:55 UTC (rev 134325)
+++ PKGBUILD2015-05-30 06:02:30 UTC (rev 134326)
@@ -18,10 +18,13 @@
 options=(!emptydirs)
 source=(
   http://download.rethinkdb.com/dist/$_tag.tgz
+  # https://github.com/rethinkdb/rethinkdb/issues/4264
+  
gcc-51-compat.patch::https://github.com/rethinkdb/rethinkdb/commit/242a351024fa7f11013b95e33a5ef52a790a0555.patch
   rethinkdb-tmpfile.conf
   rethinkdb.service
 )
 sha256sums=('e618607afc51b8ebc2ecd03b321061c19670fb537d871b30c9baa1b183ec929e'
+'6d56265635dc8b264c5d4b6e4db73ac2f602e8c7e380946ad8d03c61d88ae581'
 '656d3a42e75d087e723f71aa320fdd91cbbb82071ef72eb11fd3e4a619b429a4'
 'e56bffa2b9ebc3a00ef566ab2be0719a633c89d961a2461dfa2d9ffdb258c1a2')
 
@@ -34,13 +37,15 @@
 -i scripts/*.py external/v8_*/tools/*.py
   sed -e 's|exec python|exec python2|g' -i external/v8_*/build/gyp/gyp
   sed -e 's|\bpython\b|python2|g' -i 
external/v8_*/{Makefile,*/*.gyp,*/*.gypi,*/*/*.gyp}
+
+  patch -p1 < ../gcc-51-compat.patch
 }
 
 build() {
   cd $_tag
   export PYTHON=/usr/bin/python2
-  ./configure CXXFLAGS="-DBOOST_VARIANT_DO_NOT_USE_VARIADIC_TEMPLATES" --fetch 
v8 --fetch jemalloc --dynamic all --enable-precompiled-web --prefix=/usr 
--sysconfdir=/etc
-  make
+  ./configure --fetch v8 --fetch jemalloc --dynamic all 
--enable-precompiled-web --prefix=/usr --sysconfdir=/etc
+  make ALLOW_WARNINGS=1
 }
 
 check() {


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

2015-05-29 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 08:47:34
  Author: fyan
Revision: 134327

upgpkg: python-phonenumbers 7.0.5-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 06:02:30 UTC (rev 134326)
+++ PKGBUILD2015-05-30 06:47:34 UTC (rev 134327)
@@ -4,7 +4,7 @@
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
 _pypiname=phonenumbers
-pkgver=7.0.4
+pkgver=7.0.5
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('Apache')
 makedepends=("python-setuptools" "python2-setuptools")
 
source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz";)
-sha512sums=('434dfd133dd981a87256e35ae3f863246c36e5913ac5e6d0be4822d23e1d5c7141fd3fad09d1e6aef0566e2c2f70635ab09133c229b63faf188fa5f0ba5d2de5')
+sha512sums=('ecc701add7797f238ef53ab53550ab1c028a7cbc92dc18f3546ae8e1b0c342a80946c5097fbe79d1365d14c9d2e87ce22a0d0d4b17d8f1d482ac7c39ff24d601')
 
 prepare() {
   cp -a $_pypiname-$pkgver{,-py2}


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

2015-05-29 Thread Felix Yan
Date: Saturday, May 30, 2015 @ 08:47:58
  Author: fyan
Revision: 134328

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-30 06:47:34 UTC (rev 134327)
+++ PKGBUILD2015-05-30 06:47:58 UTC (rev 134328)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-_pypiname=phonenumbers
-pkgver=7.0.4
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers";
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools")
-source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz";)
-sha512sums=('434dfd133dd981a87256e35ae3f863246c36e5913ac5e6d0be4822d23e1d5c7141fd3fad09d1e6aef0566e2c2f70635ab09133c229b63faf188fa5f0ba5d2de5')
-
-prepare() {
-  cp -a $_pypiname-$pkgver{,-py2}
-}
-
-build() {
-  cd $_pypiname-$pkgver
-  python setup.py build
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py build
-}
-
-check() {
-  cd $_pypiname-$pkgver
-  python setup.py test
-
-  cd ../$_pypiname-$pkgver
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd $_pypiname-$pkgver
-  python setup.py install -O1 --root "${pkgdir}"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd $_pypiname-$pkgver
-  python2 setup.py install -O1 --root "${pkgdir}"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 134327, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-30 06:47:58 UTC (rev 134328)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+_pypiname=phonenumbers
+pkgver=7.0.5
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers";
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools")
+source=("https://pypi.python.org/packages/source/p/$_pypiname/$_pypiname-$pkgver.tar.gz";)
+sha512sums=('ecc701add7797f238ef53ab53550ab1c028a7cbc92dc18f3546ae8e1b0c342a80946c5097fbe79d1365d14c9d2e87ce22a0d0d4b17d8f1d482ac7c39ff24d601')
+
+prepare() {
+  cp -a $_pypiname-$pkgver{,-py2}
+}
+
+build() {
+  cd $_pypiname-$pkgver
+  python setup.py build
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd $_pypiname-$pkgver
+  python setup.py test
+
+  cd ../$_pypiname-$pkgver
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd $_pypiname-$pkgver
+  python setup.py install -O1 --root "${pkgdir}"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd $_pypiname-$pkgver
+  python2 setup.py install -O1 --root "${pkgdir}"
+}